@onairos/react-native 3.6.7 → 3.6.9

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 (257) hide show
  1. package/README.md +423 -423
  2. package/lib/commonjs/api/index.js +1 -1
  3. package/lib/commonjs/assets/images/Checkbox.svg +3 -3
  4. package/lib/commonjs/assets/images/EnochE.svg +19 -19
  5. package/lib/commonjs/assets/images/Personalityprofile.svg +3 -3
  6. package/lib/commonjs/assets/images/Personalitytraits.svg +3 -3
  7. package/lib/commonjs/assets/images/Userpreferences.svg +3 -3
  8. package/lib/commonjs/assets/images/arrow.svg +20 -20
  9. package/lib/commonjs/assets/images/basicproficon.svg +43 -43
  10. package/lib/commonjs/assets/images/basicprofile.svg +3 -3
  11. package/lib/commonjs/assets/images/checkmark.svg +4 -4
  12. package/lib/commonjs/assets/images/contentanalysis.svg +3 -3
  13. package/lib/commonjs/assets/images/contenticon.svg +23 -23
  14. package/lib/commonjs/assets/images/personalityicon.svg +18 -18
  15. package/lib/commonjs/assets/images/x-close.svg +3 -3
  16. package/lib/commonjs/components/BodyText.js +1 -1
  17. package/lib/commonjs/components/BrandMark.js +1 -1
  18. package/lib/commonjs/components/CodeInput.js +1 -1
  19. package/lib/commonjs/components/EmailInput.js +1 -1
  20. package/lib/commonjs/components/GoogleButton.js +1 -1
  21. package/lib/commonjs/components/HeadingGroup.js +1 -1
  22. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  23. package/lib/commonjs/components/ModalHeader.js +1 -1
  24. package/lib/commonjs/components/ModalSheet.js +1 -1
  25. package/lib/commonjs/components/Onairos.js +1 -1
  26. package/lib/commonjs/components/OnairosButton.js +1 -1
  27. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  28. package/lib/commonjs/components/Overlay.js +1 -1
  29. package/lib/commonjs/components/PersonaImage.js +1 -1
  30. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  31. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  32. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  33. package/lib/commonjs/components/PinInput.js +1 -1
  34. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  35. package/lib/commonjs/components/PlatformList.js +1 -1
  36. package/lib/commonjs/components/PlatformToggle.js +1 -1
  37. package/lib/commonjs/components/PrimaryButton.js +1 -1
  38. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  39. package/lib/commonjs/components/SignInStep.js +1 -1
  40. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  41. package/lib/commonjs/components/VerificationStep.js +1 -1
  42. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  43. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  44. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  45. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  46. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  47. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  48. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  49. package/lib/commonjs/components/icons/EnochE.js +1 -1
  50. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  51. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  52. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  53. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  54. package/lib/commonjs/components/icons/index.js +1 -1
  55. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  56. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  57. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  58. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  59. package/lib/commonjs/config/PLATFORM_APIS.md +559 -0
  60. package/lib/commonjs/config/api.js +1 -1
  61. package/lib/commonjs/config/telegramConfig.js +8 -0
  62. package/lib/commonjs/config/webchangelog/md +607 -0
  63. package/lib/commonjs/constants/index.js +1 -1
  64. package/lib/commonjs/context/AuthContext.js +1 -1
  65. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  66. package/lib/commonjs/hooks/useConnections.js +1 -1
  67. package/lib/commonjs/hooks/useCredentials.js +1 -1
  68. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  69. package/lib/commonjs/index.js +1 -1
  70. package/lib/commonjs/services/SDK_API_KEY_VALIDATION.md +421 -421
  71. package/lib/commonjs/services/apiClient.js +1 -1
  72. package/lib/commonjs/services/apiKeyService.js +99 -99
  73. package/lib/commonjs/services/authService.js +72 -72
  74. package/lib/commonjs/services/biometricPinService.js +1 -1
  75. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  76. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  77. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  78. package/lib/commonjs/services/claudeConversationService.js +1 -1
  79. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  80. package/lib/commonjs/services/googleAuthService.js +1 -1
  81. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  82. package/lib/commonjs/services/hingeDataService.js +1 -1
  83. package/lib/commonjs/services/imageCompressionService.js +1 -1
  84. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  85. package/lib/commonjs/services/instagramDataService.js +1 -1
  86. package/lib/commonjs/services/jwtStorageService.js +1 -1
  87. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  88. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  89. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  90. package/lib/commonjs/services/llmDataStorage.js +1 -1
  91. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  92. package/lib/commonjs/services/oauthService.js +20 -20
  93. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  94. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  95. package/lib/commonjs/services/platformAuthService.js +1 -1
  96. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  97. package/lib/commonjs/services/sephoraDataService.js +1 -1
  98. package/lib/commonjs/services/storageService.js +1 -1
  99. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  100. package/lib/commonjs/services/telegramDataService.js +1 -1
  101. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  102. package/lib/commonjs/services/userConnectionsService.js +1 -1
  103. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  104. package/lib/commonjs/theme/index.js +1 -1
  105. package/lib/commonjs/types/index.js +1 -1
  106. package/lib/commonjs/types.js +1 -1
  107. package/lib/commonjs/utils/Portal.js +1 -1
  108. package/lib/commonjs/utils/api.js +1 -1
  109. package/lib/commonjs/utils/assetRegistry.js +1 -1
  110. package/lib/commonjs/utils/auth.js +1 -1
  111. package/lib/commonjs/utils/connectorTests.js +1 -1
  112. package/lib/commonjs/utils/crypto.js +1 -1
  113. package/lib/commonjs/utils/debugHelper.js +1 -1
  114. package/lib/commonjs/utils/encryption.js +1 -1
  115. package/lib/commonjs/utils/eventUtils.js +1 -1
  116. package/lib/commonjs/utils/haptics.js +1 -1
  117. package/lib/commonjs/utils/imagePreloader.js +1 -1
  118. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  119. package/lib/commonjs/utils/onairosApi.js +1 -1
  120. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  121. package/lib/commonjs/utils/retryHelper.js +1 -1
  122. package/lib/commonjs/utils/secureStorage.js +1 -1
  123. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  124. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  125. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  126. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  127. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  128. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  129. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  130. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  131. package/lib/module/api/index.js +1 -1
  132. package/lib/module/assets/images/Checkbox.svg +3 -3
  133. package/lib/module/assets/images/EnochE.svg +19 -19
  134. package/lib/module/assets/images/Personalityprofile.svg +3 -3
  135. package/lib/module/assets/images/Personalitytraits.svg +3 -3
  136. package/lib/module/assets/images/Userpreferences.svg +3 -3
  137. package/lib/module/assets/images/arrow.svg +20 -20
  138. package/lib/module/assets/images/basicproficon.svg +43 -43
  139. package/lib/module/assets/images/basicprofile.svg +3 -3
  140. package/lib/module/assets/images/checkmark.svg +4 -4
  141. package/lib/module/assets/images/contentanalysis.svg +3 -3
  142. package/lib/module/assets/images/contenticon.svg +23 -23
  143. package/lib/module/assets/images/personalityicon.svg +18 -18
  144. package/lib/module/assets/images/x-close.svg +3 -3
  145. package/lib/module/components/BodyText.js +1 -1
  146. package/lib/module/components/BrandMark.js +1 -1
  147. package/lib/module/components/CodeInput.js +1 -1
  148. package/lib/module/components/EmailInput.js +1 -1
  149. package/lib/module/components/GoogleButton.js +1 -1
  150. package/lib/module/components/HeadingGroup.js +1 -1
  151. package/lib/module/components/LLMDataInputModal.js +1 -1
  152. package/lib/module/components/ModalHeader.js +1 -1
  153. package/lib/module/components/ModalSheet.js +1 -1
  154. package/lib/module/components/Onairos.js +1 -1
  155. package/lib/module/components/OnairosButton.js +1 -1
  156. package/lib/module/components/OnairosSignInButton.js +1 -1
  157. package/lib/module/components/Overlay.js +1 -1
  158. package/lib/module/components/PersonaImage.js +1 -1
  159. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  160. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  161. package/lib/module/components/PinCreationScreen.js +1 -1
  162. package/lib/module/components/PinInput.js +1 -1
  163. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  164. package/lib/module/components/PlatformList.js +1 -1
  165. package/lib/module/components/PlatformToggle.js +1 -1
  166. package/lib/module/components/PrimaryButton.js +1 -1
  167. package/lib/module/components/SignInMatchAnimation.js +1 -1
  168. package/lib/module/components/SignInStep.js +1 -1
  169. package/lib/module/components/UniversalOnboarding.js +1 -1
  170. package/lib/module/components/VerificationStep.js +1 -1
  171. package/lib/module/components/WelcomeScreen.js +1 -1
  172. package/lib/module/components/icons/Basicproficon.js +1 -1
  173. package/lib/module/components/icons/Basicprofile.js +1 -1
  174. package/lib/module/components/icons/Checkbox.js +1 -1
  175. package/lib/module/components/icons/Checkmark.js +1 -1
  176. package/lib/module/components/icons/Contentanalysis.js +1 -1
  177. package/lib/module/components/icons/Contenticon.js +1 -1
  178. package/lib/module/components/icons/EnochE.js +1 -1
  179. package/lib/module/components/icons/Personalityicon.js +1 -1
  180. package/lib/module/components/icons/Personalityprofile.js +1 -1
  181. package/lib/module/components/icons/Personalitytraits.js +1 -1
  182. package/lib/module/components/icons/Userpreferences.js +1 -1
  183. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  184. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  185. package/lib/module/components/onboarding/PinInput.js +1 -1
  186. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  187. package/lib/module/config/PLATFORM_APIS.md +559 -0
  188. package/lib/module/config/api.js +1 -1
  189. package/lib/module/config/telegramConfig.js +8 -0
  190. package/lib/module/config/webchangelog/md +607 -0
  191. package/lib/module/constants/index.js +1 -1
  192. package/lib/module/context/AuthContext.js +1 -1
  193. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  194. package/lib/module/hooks/useConnections.js +1 -1
  195. package/lib/module/hooks/useCredentials.js +1 -1
  196. package/lib/module/hooks/useUserConnections.js +1 -1
  197. package/lib/module/index.js +1 -1
  198. package/lib/module/services/SDK_API_KEY_VALIDATION.md +421 -421
  199. package/lib/module/services/apiClient.js +1 -1
  200. package/lib/module/services/apiKeyService.js +99 -99
  201. package/lib/module/services/authService.js +72 -72
  202. package/lib/module/services/biometricPinService.js +1 -1
  203. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  204. package/lib/module/services/chatGPTConversationService.js +1 -1
  205. package/lib/module/services/claudeConversationExtractor.js +1 -1
  206. package/lib/module/services/claudeConversationService.js +1 -1
  207. package/lib/module/services/connectedAccountsService.js +1 -1
  208. package/lib/module/services/googleAuthService.js +1 -1
  209. package/lib/module/services/hingeDataExtractor.js +1 -1
  210. package/lib/module/services/hingeDataService.js +1 -1
  211. package/lib/module/services/imageCompressionService.js +1 -1
  212. package/lib/module/services/instagramDataExtractor.js +1 -1
  213. package/lib/module/services/instagramDataService.js +1 -1
  214. package/lib/module/services/jwtStorageService.js +1 -1
  215. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  216. package/lib/module/services/linkedinProfileService.js +1 -1
  217. package/lib/module/services/linkedinScrapingService.js +1 -1
  218. package/lib/module/services/llmDataStorage.js +1 -1
  219. package/lib/module/services/mobileTrainingService.js +1 -1
  220. package/lib/module/services/oauthService.js +20 -20
  221. package/lib/module/services/pinEncryptionService.js +1 -1
  222. package/lib/module/services/pinStorageUtils.js +1 -1
  223. package/lib/module/services/platformAuthService.js +1 -1
  224. package/lib/module/services/sephoraDataExtractor.js +1 -1
  225. package/lib/module/services/sephoraDataService.js +1 -1
  226. package/lib/module/services/storageService.js +1 -1
  227. package/lib/module/services/telegramDataExtractor.js +1 -1
  228. package/lib/module/services/telegramDataService.js +1 -1
  229. package/lib/module/services/trainingApiHelpers.js +1 -1
  230. package/lib/module/services/userConnectionsService.js +1 -1
  231. package/lib/module/services/youtubeMigrationService.js +1 -1
  232. package/lib/module/theme/index.js +1 -1
  233. package/lib/module/types.js +1 -1
  234. package/lib/module/utils/Portal.js +1 -1
  235. package/lib/module/utils/api.js +1 -1
  236. package/lib/module/utils/assetRegistry.js +1 -1
  237. package/lib/module/utils/auth.js +1 -1
  238. package/lib/module/utils/connectorTests.js +1 -1
  239. package/lib/module/utils/crypto.js +1 -1
  240. package/lib/module/utils/debugHelper.js +1 -1
  241. package/lib/module/utils/encryption.js +1 -1
  242. package/lib/module/utils/eventUtils.js +1 -1
  243. package/lib/module/utils/haptics.js +1 -1
  244. package/lib/module/utils/networkDiagnostics.js +1 -1
  245. package/lib/module/utils/onairosApi.js +1 -1
  246. package/lib/module/utils/programmaticFlow.js +1 -1
  247. package/lib/module/utils/retryHelper.js +1 -1
  248. package/lib/module/utils/secureStorage.js +1 -1
  249. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  250. package/lib/module/utils/webviewScripts/claude.js +1 -1
  251. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  252. package/lib/module/utils/webviewScripts/index.js +1 -1
  253. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  254. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  255. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  256. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  257. package/package.json +172 -172
@@ -27,4 +27,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
27
27
  require("../services/jwtStorageService")
28
28
  ];
29
29
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
30
- Object[_0x38f2(0x0)](exports,_0x38f2(0x1),{'value':!![]}),exports[_0x38f2(0x2)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_asyncStorage=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x2)),_BrandMark=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x3)),_HeadingGroup=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x4)),_BodyText=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x5)),_PrimaryButton=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x6)),_SignInStep=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x7)),_VerificationStep=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x8)),_PlatformConnectorsStep=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x9)),_PersonalizationConsentScreen=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0xa)),_platformAuthService=__ONAIROS_REQ_FUNC__(0xb),_assetRegistry=__ONAIROS_REQ_FUNC__(0xc),_googleAuthService=__ONAIROS_REQ_FUNC__(0xd),_haptics=__ONAIROS_REQ_FUNC__(0xe),_authService=__ONAIROS_REQ_FUNC__(0xf),_socket=__ONAIROS_REQ_FUNC__(0x10),_pinStorageUtils=__ONAIROS_REQ_FUNC__(0x11),_pinEncryptionService=__ONAIROS_REQ_FUNC__(0x12),_mobileTrainingService=__ONAIROS_REQ_FUNC__(0x13),_llmDataStorage=__ONAIROS_REQ_FUNC__(0x14),_connectedAccountsService=__ONAIROS_REQ_FUNC__(0x15),_api=__ONAIROS_REQ_FUNC__(0x16),_jwtStorageService=__ONAIROS_REQ_FUNC__(0x17);function _interopRequireDefault(_0x28ef9d){return _0x28ef9d&&_0x28ef9d[_0x38f2(0x1)]?_0x28ef9d:{'default':_0x28ef9d};}function _0x209a(){const _0x2daa4b=['defineProperty','__esModule','UniversalOnboarding','function','default','nhPVS','cUzLD','mWBnM','EKggc','qwRtT','Qcbkp','yHZOd','has','get','set','hasOwnProperty','call','xyTJq','❌\x20Failed\x20to\x20store\x20reviewer\x20bypass:','tglAP','🔍\x20UniversalOnboarding:\x20visible\x20prop\x20changed\x20to:','🔍\x20UniversalOnboarding:\x20modalVisible\x20state\x20is:','🔍\x20UniversalOnboarding:\x20current\x20step\x20is:','verification','rNuLl','🍎\x20[APPLE\x20FIX]\x20primaryAuthOnly\x20detected\x20-\x20resetting\x20to\x20welcome\x20step','🍎\x20[APPLE\x20FIX]\x20Current\x20step\x20was:','welcome','object','❌\x20[TRANSITION]\x20Background\x20training\x20failed\x20during\x20transition:','🚀\x20[TRANSITION]\x20Starting\x20background\x20training\x20during\x20connect\x20→\x20pin\x20transition','hovPx','connectedPlatforms','ZcEwT','📱\x20Stored\x20connected\x20platform:','Total\x20platforms:','AghhD','Error\x20storing\x20connected\x20platform:','🚫\x20No\x20data\x20scenario\x20detected','No\x20interaction\x20data\x20found','Remaining\x20platforms:','Error\x20removing\x20connected\x20platform:','enTwg','RZAFs','Unknown\x20error','qdPOh','destructive','Failed\x20to\x20initialize\x20training.\x20Please\x20try\x20again.','sZOMm','0|2|3|1|4','persona','No\x20training\x20in\x20progress.\x20Please\x20restart\x20the\x20flow.','BydPR','url','YouTube\x20reconnection\x20failed.\x20Please\x20restart\x20from\x20connector\x20screen.','7|2|4|3|5|0|1|6','CONNECTIONS_REQUIRED','Connections\x20required','🔗\x20Connections\x20required\x20detected\x20from\x20background\x20training','🍎\x20Get\x20Started\x20pressed\x20(Apple\x20user)\x20-\x20skipping\x20signin,\x20going\x20to\x20platforms','platforms','NeFVu','existing_user_info','rltgW','1|3|5|2|0|4','zLJhm','🔑\x20[CACHED\x20LOGIN]\x20Found\x20valid\x20token\x20for\x20user:','consent','Error\x20loading\x20user\x20data:','disconnected','PvXJH','Error\x20loading\x20initial\x20connection\x20status:','🔑\x20[CACHED\x20LOGIN]\x20User\x20has\x20existing\x20connections:','🔑\x20[CACHED\x20LOGIN]\x20Skipping\x20to\x20consent\x20screen','uXBoH','KcPlE','🚀\x20Get\x20Started\x20pressed\x20-\x20moving\x20to\x20signin','reviewer@bypass.com','6|3|4|0|2|1|5','onairos_user','2|0|4|1|3','test@example.com','🧪\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','📧\x20Sending\x20verification\x20code\x20to:','✅\x20Verification\x20code\x20sent\x20successfully','pvhAw','Failed\x20to\x20send\x20verification\x20code.\x20Please\x20try\x20again.','❌\x20Error\x20sending\x20verification\x20code:','Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.','Error\x20handling\x20OAuth\x20callback:','❌\x20No\x20authentication\x20token\x20available\x20after\x20ensureAuthToken','No\x20authentication\x20token\x20available','BNMOZ','uFYXD','👤\x20Returning\x20user\x20detected\x20via\x20Google\x20Sign-In\x20-\x20checking\x20for\x20existing\x20connections','5|4|2|1|3|0','ℹ️\x20No\x20existing\x20connections\x20found\x20-\x20proceeding\x20to\x20platforms\x20step','⚠️\x20Could\x20not\x20fetch\x20existing\x20connections,\x20proceeding\x20to\x20platforms:','No\x20background\x20socket\x20ID\x20available','Verification\x20failed.\x20Please\x20try\x20again.','❌\x20[PIN\x20SUBMIT]\x20Failed\x20to\x20continue\x20background\x20training:','PryWW','🧪\x20Test\x20bypass\x20-\x20skipping\x20code\x20verification,\x20going\x20to\x20platforms','🔍\x20Verifying\x20email\x20code:','✅\x20Email\x20verification\x20successful','🔍\x20Returning\x20user\x20check:','OnKzI','🆕\x20New\x20user\x20or\x20no\x20existing\x20connections,\x20showing\x20platform\x20connection\x20screen','❌\x20Email\x20verification\x20failed:','DHJkw','signin','🔑\x20[CACHED\x20LOGIN]\x20User\x20authenticated\x20but\x20no\x20connections\x20-\x20skipping\x20to\x20platforms','gCIhy','✅\x20Logout\x20complete\x20-\x20user\x20is\x20now\x20on\x20login\x20page','onairos_jwt_token','onairos_username','auth_method','❌\x20Error\x20during\x20logout:','Processing...','YAUiw','Failed\x20to\x20resend\x20verification\x20code.','bkHsF','📧\x20[SDK]\x20Email\x20available:','lHpek','🍎\x20[SDK]\x20Calling\x20onComplete\x20with\x20email\x20(no\x20SDK\x20token\x20-\x20Apple\x20auth)','⚠️\x20[SDK]\x20No\x20email\x20found\x20-\x20calling\x20onComplete\x20with\x20limited\x20data','❌\x20Socket\x20reconnection\x20error:','Connection\x20error.\x20Please\x20try\x20again.','3|4|1|5|2|0','Creating\x20your\x20persona\x20with\x20available\x20data','LIMITED_DATA','DPVSm','qtlVy','YPXtj','❌\x20[SDK]\x20Error\x20during\x20skip:','✅\x20[SDK]\x20Skip\x20complete\x20-\x20waiting\x20for\x20parent\x20to\x20close\x20modal','eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyZXZpZXdlciI6dHJ1ZSwiaWF0IjoxNzA0MDY3MjAwfQ.reviewer-bypass-signature-placeholder','✅\x20Stored\x20reviewer\x20bypass\x20markers','MxqTw','🗄️\x20Databases:','📊\x20Training\x20type:','📈\x20Query\x20scores\x20enabled:','✅\x20Inference\x20enabled:','🔒\x20Compression\x20enabled:','💾\x20Storage\x20method:','Background\x20training\x20model...','code','platform','AEWSK','kvEUE','GAODK','🤖\x20Handling\x20LLM/ChatGPT\x20connection\x20-\x20sending\x20to\x20backend...','2|5|1|4|3|0','✅\x20Backend\x20received\x20and\x20stored\x20LLM\x20data','nhqGU','➕\x20Returning\x20user\x20wants\x20to\x20connect\x20more\x20platforms','CjOen','kPono','🔄\x20Returning\x20to\x20connect\x20step','✅\x20[PIN\x20SUBMIT]\x20Background\x20training\x20detected,\x20continuing\x20with\x20PIN\x20validation...','mFwmE','gEnZU','🔄\x20Socket\x20ready\x20for\x20persona\x20display\x20with\x20token:','None','HfgTX','⚠️\x20Could\x20not\x20get\x20encrypted\x20PIN\x20for\x20training:','Starting\x20training...','gocOU','YXIda','📱\x20Connected\x20platforms\x20for\x20training:','📤\x20Sending\x20training\x20data\x20to\x20/mobile-training/enoch:','7|1|4|3|5|0|2|6','🔗\x20Connections\x20required\x20detected\x20from\x20HTTP\x20response','🚀\x20Training\x20Started:','🎯\x20Training\x20Features:','Training\x20model...','❌\x20Training\x20start\x20failed:','Training\x20failed\x20to\x20start','rftJJ','5|2|4|3|0|1','🔌\x20[BACKGROUND]\x20Using\x20existing\x20socket\x20ID:','✅\x20[BACKGROUND]\x20PIN\x20submitted\x20for\x20existing\x20training\x20session','🔐\x20[BACKGROUND]\x20PIN\x20validation\x20-\x20continuing\x20with\x20existing\x20training\x20session','ITJRW','⏰\x20Socket\x20registered\x20but\x20training\x20will\x20not\x20start\x20from\x20persona\x20screen...','Waiting\x20for\x20training\x20to\x20start\x20from\x20connector→PIN\x20transition','🔐\x20[BACKGROUND]\x20Continuing\x20existing\x20background\x20training\x20with\x20PIN\x20validation','mOkDz','🔍\x20Disconnect\x20details:','🔄\x20Socket\x20reconnected\x20after','lMNIa','eqggm','Connection\x20failed.\x20Please\x20try\x20again.','📊\x20Training\x20update:','YouTube\x20access\x20token\x20has\x20expired','🔄\x20YouTube\x20token\x20expired,\x20triggering\x20reconnection...','YouTube\x20token\x20expired\x20-\x20reconnecting...','🔗\x20Connections\x20required\x20detected\x20from\x20socket','NXXpe','mpiRx','ojZzs','ℹ️\x20Limited\x20data\x20scenario\x20detected','❌\x20Training\x20update\x20error:','🔍\x20Socket\x20state\x20after\x201\x20second:','❌\x20[BACKGROUND]\x20Socket\x20disconnected','dxEEV','❌\x20Socket\x20connection\x20timeout\x20after\x2020\x20seconds','Connection\x20timeout.\x20Please\x20check\x20your\x20internet\x20and\x20try\x20again.','cMSXh','rogpv','Redaq','tHSCJ','🔄\x20Socket\x20reconnection\x20attempt:','❌\x20Socket\x20connection\x20error:','❌\x20Socket\x20error\x20details:','LJJWE','🔐\x20Encryption\x20enabled:','Complete!','Failed\x20to\x20create\x20authentication\x20token\x20for\x20background\x20training','JVWiW','❌\x20Token\x20refresh\x20failed,\x20attempting\x20full\x20reconnection...','✅\x20YouTube\x20reconnected,\x20but\x20training\x20restart\x20disabled','YouTube\x20reconnected\x20-\x20please\x20restart\x20from\x20connector\x20screen','YouTube\x20connection\x20failed.\x20Please\x20try\x20again.','Initializing','🚀\x20Starting\x20persona\x20creation...','🔐\x20Step\x201:\x20Ensuring\x20authentication\x20token...','✅\x20Authentication\x20token\x20set\x20in\x20state:','🔄\x20UserInfo\x20not\x20available,\x20attempting\x20to\x20reload...','mobile_user','🔑\x20Token\x20available:','🌐\x20Attempting\x20to\x20connect\x20to:\x20${API_CONFIG.BASE_URL}','🔗\x20Network\x20connectivity\x20check\x20starting...','websocket','polling','🔌\x20Socket\x20instance\x20created:','reconnect','reconnect_attempt','reconnect_failed','connect_error','trainingCompleted','modelStandby','🔌\x20Attempting\x20to\x20connect\x20to\x20socket...','🔌\x20Socket\x20config:','Finalizing\x20your\x20unique\x20persona','Something\x20went\x20wrong.\x20Please\x20try\x20again.','Trying\x20to\x20understand\x20your\x20mind','You\x27re\x20more\x20interesting\x20than\x20I\x20expected','EYcAZ','Almost\x20done','oHmHy','JudbS','❌\x20No\x20real\x20authentication\x20token\x20found\x20after\x20training\x20completion','training-complete-token','AGiDB','🔍\x20Token\x20length:','⚠️\x20No\x20authentication\x20token\x20found','ℹ️\x20SDK\x20does\x20not\x20create\x20users\x20during\x20onboarding','ℹ️\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email','❌\x20Error\x20checking\x20authentication\x20token:','pDyva','ExsgN','📊\x20[BACKGROUND]\x20Training\x20progress:','LxXIE','✅\x20[BACKGROUND]\x20Socket\x20connected,\x20starting\x20background\x20data\x20collection...','Connecting...','rOChb','🧑‍💻\x20[BACKGROUND]\x20User\x20info\x20set:','Initializing\x20data\x20collection...','iSvWf','📤\x20Sending\x20background\x20training\x20data\x20to\x20/mobile-training/enoch:','📡\x20Background\x20training\x20API\x20response:','4|3|5|0|1|7|2|6','🚀\x20Background\x20training\x20started:','3|1|4|0|2|5|6','❌\x20Background\x20training\x20start\x20failed:','JqwGd','aIfkN','❌\x20Background\x20training\x20start\x20error:','🗄️\x20Databases\x20used:','✅\x20Returning\x20user\x20accepted\x20consent','✅\x20[SDK]\x20Calling\x20onComplete\x20for\x20returning\x20user','oUcav','rcEFk','⚠️\x20[SDK]\x20No\x20token/email\x20found\x20for\x20returning\x20user','❌\x20[SDK]\x20Error\x20during\x20returning\x20user\x20consent:','❌\x20Returning\x20user\x20declined\x20consent','QAMkY','EOeim','Medium','Initializing...','pinterest','Pinterest','#E60023','#FFFFFF','linkedin','LinkedIn','#0077B5','reddit','Reddit','gmail','Gmail','#EA4335','chatgpt','#10A37F','Container\x20Top:\x20','Container\x20Bottom:\x20','Handle\x20Top:\x20','Hide\x20Debug','Get\x20Started','welcome-get-started-button','useState','ROBmP','xDmtt','Animated','Value','useEffect','log','tPIuJ','eyplZ','🔍\x20UniversalOnboarding:\x20primaryAuthOnly\x20is:','uEfmx','DTRJX','gMbnV','MzMDv','FpxrK','xxpeW','DKves','JpyTo','->\x20Setting\x20to:\x20welcome','CZVds','useRef','Umfym','inSRj','HIZiJ','pin','Xdytr','YryCN','jjrFu','email','username','split','pCSFU','parse','includes','vRGUk','OKwMx','triggerHaptic','BUTTON_PRESS','DzKGP','FUjJj','error','dtapz','XwXYC','uwbxR','stringify','UXjGY','CcPvC','jsBye','gbgdk','tcldT','ZMdkm','DzjDy','csiDy','WRONs','Cnzie','getOwnPropertyDescriptor','eOThV','EIZIT','GYhaL','NO_DATA','LgsKy','INBLO','TWEDG','getItem','filter','setItem','📱\x20Removed\x20connected\x20platform:','YpppL','BVPzQ','Alert','alert','Are\x20you\x20sure\x20you\x20want\x20to\x20disconnect\x20','cancel','ZXQaf','qvAZu','ALowl','fLyQi','vjkQk','🔌\x20Disconnected\x20platform:','HVZBp','Error\x20disconnecting\x20platform:','pFpTU','JIPnL','cJPrk','isbgw','Error:\x20','SDRKw','message','MGDLF','rCdMn','❌\x20Error\x20in\x20startPersonaCreation:','burYD','ePXGZ','tqrDS','current','IZQIO','Gvced','aeFyv','pwYNM','gNHPO','repeat','XeQly','NDtjA','MPHdf','QapqD','EqSyl','🧠\x20Inference\x20Complete:','traits','ckaoH','ZIJEa','inferenceResults','GUcqm','FHpIV','kvBOD','YouTube','pitaf','dNTrt','YfqKk','oCKzi','UwQDI','uOoOF','adWAV','getUniversalOnboardingIcon','❌\x20YouTube\x20token\x20refresh/reconnection\x20error:','ℹ️\x20[PIN\x20SUBMIT]\x20No\x20background\x20training\x20detected','LbRwm','GxBEY','ZPSBP','hUymB','timing','start','Linking','addEventListener','ToTkN','remove','HxXUg','wRaYa','mctos','sSlLE','alCwO','oyumA','GVmiN','ZMjQB','jqVmc','xXBGY','INEJx','NvGNL','useCallback','isOAuthCallback','zJAco','YMtEC','tRhXi','sHxXK','tdOYR','wqvuE','dNcPc','KKeSL','zBcFJ','jVchK','existing_user_token','XmNLl','NIdWC','xRvgD','dMzCV','yaCFZ','wdeCR','PAUCb','dtHok','nqeUg','eqVco','EFYjc','❌\x20YouTube\x20reconnection\x20failed:','cqcZM','XudNO','QDBIR','OilHQ','EALNo','hnDxX','TuRGk','🔍\x20Found\x20existing\x20user\x20info\x20-\x20user\x20wants\x20to\x20add\x20more\x20data','removeItem','JxQMv','getJWT','dnBTq','ZPmrz','lyXTj','QOrRA','hQEvA','safjO','mHlEt','getOnairosUsername','qlqHA','WvSCk','name','JgwHa','ePDlp','NVKZH','OHLXx','SXaJQ','fEMIU','UQHFG','xoRpt','length','uVjrv','gHXfl','zIMqb','XBzDC','SfRmE','Google\x20Sign-In\x20failed.\x20Please\x20try\x20again.','HapticType','yIzoe','Ckliq','AGlvK','fWNQj','UBhUI','cnaSG','ktGPO','ktQTj','jklKi','EmsaG','user_','floor','lpiYX','random','eautC','🔍\x20Loading\x20username\x20for\x20data\x20connections:','rYJkv','iLxIA','keys','forEach','vqehK','connected','ycaRO','TtCIP','DjhXK','Connection\x20statuses\x20set:','Platform\x20toggles\x20set:','qBTWn','WJBCp','glFrM','LaHeu','troDy','ERuyD','Ekmqk','rXfcV','VCHZI','koTYn','POfRK','frHTx','AxLBp','MYyiw','mChUz','lGkhR','WfdsZ','yPOWl','eiWTp','xvJAP','nhZIZ','progress','sOJBn','QdyIo','YWuPP','gijcS','ZmiUA','hQMDq','MLuFF','KygSH','pJOvE','xbNKH','trpEl','uaTYW','vyDUU','pUQew','QmvoP','UkyVi','JYKQL','BcKUL','pdpWg','test@bypass.com','Mvruv','kBFLp','Failed\x20to\x20send\x20LLM\x20data\x20to\x20backend:\x20','ZHfRb','FElfJ','BnrDY','success','bUnnb','WmMOQ','tzAsM','DNNhW','UzSrh','tLiho','Bnkoa','disconnect','kEImD','kSztg','uIadu','NnVuE','gmtRn','rDtBJ','KfDQo','xWzob','AcyXw','wxnUs','signInWithGoogle','user','qmWJD','IJHnj','Fikjl','cfcWW','isNewUser','ifPWl','sqjTg','getConnectedAccountsSmart','map','SUCCESS','oSoFu','✅\x20Found\x20','IxCNK','JHpQR','hgceo','JVYKH','cancelled','hZpOS','weUZw','JKRgp','rhmED','ERROR','GeyHl','gdXJO','mInRB','Qfpip','❌\x20Error\x20verifying\x20email\x20code:','TNlWy','KYvUQ','dAIEe','qYUqY','cKBLF','qrCZG','MfTHa','eosMt','confirmEmailVerificationCode','YKLdD','🔍\x20Checking\x20for\x20returning\x20user\x20data...','flowType','hasExistingData','existingUserData','dttUo','atJaI','EaXBh','WHIcN','mdieU','connections','isArray','hasData','status','active','rXIsy','bpjGb','enochInstructions','vChRq','showWelcomeBack','pWrTF','fNLNo','WiwqI','awDgg','gLnuS','BMIqo','KqqeB','CqJjV','REDrW','LdNAV','OgbTK','LKGnc','ObzJg','iCDVS','tOIoO','GaojB','mXLhM','eYZWt','yotau','EyKps','xxsEZ','\x20existing\x20connections\x20-\x20skipping\x20to\x20consent','UmrpP','oXdcz','kYZCV','uOPTq','HyDJS','IBCgV','rhZhY','multiRemove','sdk_jwt_token','AowFS','Otqxj','FhdJa','zhUYI','dHvez','hgdUo','nJvCR','fCOBz','SPaJr','shCPG','ZTyoh','🔄\x20Resending\x20verification\x20code\x20to:','✅\x20Verification\x20code\x20resent\x20successfully','oFXub','uVVqx','GHQwB','pjkFm','baMaH','gJJSz','ZVfcy','ooYLV','all','Cftoy','...','kgqLB','UKdjj','API_CONFIG','oenLo','BASE_URL','warn','lxgkr','OmVJY','dRGhr','gREVl','YiQtd','IQHpZ','CzKGa','hDahS','⏭️\x20Skipping\x20platform\x20connections','YwnvR','FhlfP','✅\x20[SDK]\x20User\x20skipped\x20platforms\x20-\x20still\x20calling\x20onComplete\x20with\x20auth\x20data','JHZuV','EKvOh','ByYOo','⚠️\x20[SDK]\x20User\x20skipped\x20-\x20no\x20auth\x20data\x20available','FwfTw','Neyaq','details','gvKSE','SEteB','lGOeQ','mXXgT','🔍\x20Socket\x20state\x20after\x205\x20seconds:','dLARg','dsWdP','ODAfT','HBTUC','engine','ekVZl','readyState','SYqXT','JwSki','bxKbR','storeJWT','Mncuo','OdpRP','🔌\x20Cleaning\x20up\x20socket\x20connection...','hFNbX','hasNativeSDK','oauth','aooFq','RXEda','tsjdI','jgsJH','KVEzx','krVxQ','dXyOj','DTDal','DwjAG','vZtTV','xTXzY','vRXNb','byXNo','vCJmM','PcxdO','_user','aUqfj','etyYR','llm','kQmBN','DhATq','🎯\x20Background\x20training\x20Features:','features','gnySZ','encryption','hfvll','databases','type','jaxSt','queryScores','SFbUP','inference','compression','qrrvw','storage','weRGw','DcZHO','pYNUc','@temp.com','now','IupVw','seUxB','connectionId','📝\x20Connection\x20ID:','initiateNativeAuth','initiateOAuth','TJYIA','uzaDn','BRJYC','eIRLu','Error\x20initiating\x20OAuth\x20for\x20','LnFsM','FYNPJ','XBUvl','searchParams','Wfddc','EHvQo','ArAXd','NXMZJ','BQkbW','GnMMd','TCtlz','TAeRG','FfhYe','KRJQD','apnvv','mfUFA','connect','pZuzL','NBEjj','askqh','zuedo','aEvWA','\x20-\x20backend\x20callback\x20completed','📝\x20Received\x20result:','ZlSrA','💾\x20','\x20connection\x20stored\x20successfully','✅\x20Updating\x20connection\x20state\x20for\x20','aIXeG','VJEkN','🧪\x20Testing\x20mode\x20enabled','ygfOI','CZKax','itELa','DEDjc','xNAgv','vTxgF','gabtD','WjZaj','hzOXB','klGWs','XaScN','uarea','YFOuM','GsDrk','XoWbR','IebVX','bfmDj','eEXtK','SucHL','TwsVy','CCvpE','zFAHo','roLFH','🔌\x20Socket\x20connection\x20details:','sXMXe','bAeGc','lBAnq','BcPFv','ITdSG','jfUgj','Starting\x20training','TtaFz','🔌\x20Socket\x20ID\x20for\x20training:','SanDw','substring','WzWda','ygTzN','❌\x20No\x20authentication\x20token\x20available','🔑\x20Using\x20auth\x20token:','YrJrc','PJdnO','getEncryptedPinForAPI','catch','fZwnG','WUgoh','CLJAl','pAImK','BiUSe','uobKo','GtyFy','oEvgT','bUkeZ','fqISk','BQulE','svwYS','EexaZ','dfxls','gOYUv','WwKBa','startEnochTrainingWithYouTubeCheck','ESoWO','requiresConnections','HLTFr','hytdY','bqabg','cAOqf','adzud','qSIBL','WMvJN','YnEdQ','cuxdT','XTvGr','grICd','SIaop','cIyGB','JExyZ','DNfHs','IfWyJ','KPhrA','NFnxo','qKhCI','KlaNq','GhWkw','rzKQA','qFfGk','liUlD','WFeQi','FOdhA','xWeuq','PJItb','Bnuoi','IIlHg','GQlBT','ABcxl','AStRy','ZLUmR','rKkmh','LnbYf','JRXQV','Sbsyq','JEMYa','rePAr','tftlk','UUmEx','BzwiP','HnQto','QFcWL','vldTX','VZQyP','ArHdd','pESRo','🎉\x20All\x20Complete:','BpTCR','🧠\x20Inference\x20enabled:','olpbG','UYblI','FCBnx','KJuXS','YouTube\x20tokens\x20refreshed\x20-\x20but\x20training\x20only\x20starts\x20from\x20connector→PIN','KXswe','nEpPd','LRNSh','youtube','FDlWB','yCCzo','VoEZA','RSgTH','dKqUE','XUpJh','cZjnb','daJFV','kHSES','IbLFE','🔑\x20Token\x20stored\x20verification:','RVWuD','ogMUh','nbDJk','aEBEH','ZvlWC','lIGpv','qAirR','QfnUV','XFcKp','bvPqD','VCCxc','MZdKk','UBLQs','🔧\x20Setting\x20up\x20socket\x20connection\x20for\x20real\x20training...','🧑‍💻\x20User\x20info\x20available:','anbhI','RLBJh','Platform','gsCMZ','Connecting','OPBtK','AelUA','VAUCb','bEixU','HUnij','sMtep','NZNPA','gFDJP','oIdGa','jMVwO','TSVLK','ciCRk','tGCva','SByHt','mVDYy','tRjmF','crBXO','gUbcv','VRAJG','gXlDs','0|2|3|1|4|5','jwGSI','UrCdu','❌\x20Socket\x20disconnected,\x20reason:','iNgXw','mtULt','attempts','HELeQ','fFTVY','ecgth','yMnUS','nOKyF','svmCj','Reconnecting...\x20(','/3)','nYxvP','vtZmH','LiuXf','wcDGB','FDjAs','oqEsP','❌\x20Socket\x20reconnection\x20failed\x20after\x20all\x20attempts','zDHke','stack','kRswi','rGBSh','PkOaU','ODuLF','Zurvp','godBY','CSkjM','VlfNt','✅\x20Training\x20Complete:','Running\x20test\x20inference','UVJNX','inferenceCompleted','qmmFp','lINRH','VJzSB','EMEIf','FqhFo','UzStX','✅\x20Training\x20completed:','NIyGZ','EGpzf','YRrTf','kGcCY','WnIPr','yswZH','mUXTt','rvxdJ','BLshg','join','testing','WKIFv','mCZKo','vzuJf','RnmLx','JuRcG','SZwkE','dFcbJ','uwZXx','ZQPrJ','BjOgF','HwWKP','IvnSM','refreshYouTubeTokens','✅\x20YouTube\x20tokens\x20refreshed,\x20but\x20training\x20restart\x20disabled','GJvjt','WiwCX','tmjbe','CVplg','rSReZ','IbUzQ','aSkaf','nLmbw','bZpOe','ZKnWK','ZniUU','YeixF','cScPv','BwxtE','NYOFA','RpTAI','LAuZF','euLZt','izSnh','Kknfi','mIKSs','WGncz','onZAC','ibPPE','zySqD','vzXdl','LqxBI','NckMG','kSqge','rexvP','MeWFi','sDHGQ','IMnic','wxlso','dKGBi','WoyJJ','NkByW','prJKl','Bemee','ZuOXM','JOImy','Mxzcp','ZfVHt','OhALS','lNQko','jWVMV','dHWJZ','BitTp','eDRpb','AOUez','JnAeO','kDIfu','GrKzw','Kuwvk','BEtPb','dsiLg','igqsI','XGoUP','Your\x20persona\x20is\x20ready!\x20🎉','SVmQp','qFuke','KvldX','oUjJf','ZmuOI','uFZEh','BJcZv','QNDEI','LbJjp','qxFvj','jDoLV','EuxlT','cKUAH','🎉\x20Real\x20persona\x20creation\x20completed\x20successfully','🔌\x20Disconnecting\x20training\x20socket...','clearTemporaryPin','✅\x20Using\x20real\x20authentication\x20token\x20for\x20onComplete:','nqyDo','GRZOl','jhQDO','UQSSo','aNkDa','pRZsJ','dYWBy','mZvTW','thdpc','yPGRz','FLunw','hIBwT','WTtUJ','EshzD','❌\x20Error\x20retrieving\x20real\x20token\x20for\x20onComplete:','Gpjgp','hitxX','returning_user','ZEJzo','wWubl','yQoZS','JdNGQ','pnisQ','EJiFO','ZdSpg','kizMA','pXDBU','dpSyB','TTRUt','nDodd','jIiyT','dNCdk','✅\x20Authentication\x20token\x20already\x20exists:','xHowN','xYbws','XZytW','tNThD','values','some','xqsMG','bEbwM','GEWSH','OvRcX','oNiap','coKtM','jsRfa','xBZuI','isfSb','fgZUm','FSXYf','CIvLs','zrzNj','gOGBm','🚀\x20[BACKGROUND]\x20Starting\x20background\x20training\x20optimization...','MdoSZ','pAqUr','WOzqv','hYRZH','XpfRM','kyVJR','fuNzS','fEUQm','Ntinp','VNBSf','zuxMo','pSXQz','rMJRl','WMsQX','YhySc','FkCcD','aoUUi','trainingUpdate','mgxbm','QVyvv','pRJBT','SsEey','✅\x20[BACKGROUND]\x20Background\x20training\x20initiated\x20successfully','❌\x20[BACKGROUND]\x20Background\x20training\x20failed:','zGDCo','rPsGV','hFKGG','cdrfe','VKEep','TVabg','lntxW','ZXKoe','MTdiZ','CXCvc','ufFWy','jBfgm','nUpMy','iklHt','tOaqg','UeCem','ARnsa','JRNrI','VKVpf','oDIgQ','ZKRnh','xvXbk','Modal','slide','createElement','View','modalOverlay','TouchableWithoutFeedback','backdrop','container','handleContainer','TouchableOpacity','handleButton','handle','debugPanel','Text','debugTitle','Debug\x20Padding','debugLabel','PSFQe','max','debugBtn','RpxFB','hpxTW','debugCloseBtn','yqLsv','wCaCY','welcomeContainer','brandMarkContainer','headingContainer','bodyContainer','welcomeButtonContainer','cCDip','uFOvl','SUZgk','QmfBR','getAuthToken','user_email','MgXVp','cdyNt','JdBKY','iikVb','yijyY','RDzul','xWqrS','Eztwo','rACxz','lMvGd','RoGwg','StyleSheet','flex-end','absoluteFillObject','#FAFAFA','100%','center','transparent','absolute','rgba(0,0,0,0.85)','#fff','row','bold','#333','#666','600','#000000','underline','space-between','#F5F5F5','#E5E5E5','#E9C46A','#000','flex-start','hidden','#1BA9D4','500','italic','#FFF5F5','#FEB2B2','#F0F9FF','#BAE6FD','#6B7280','#FF6B6B','#F8F9FA','#E5E7EB','#0EA5E9','#0369A1'];_0x209a=function(){return _0x2daa4b;};return _0x209a();}function _0x38f2(_0x209a47,_0x38f23a){_0x209a47=_0x209a47-0x0;const _0x3278f0=_0x209a();let _0x9de1c6=_0x3278f0[_0x209a47];return _0x9de1c6;}function _interopRequireWildcard(_0x4abb52,_0x4ed0b7){const _0x34f15f={'tglAP':function(_0x2c9fb9){return _0x2c9fb9();},'cUzLD':function(_0x256adb,_0x3784a5){return _0x256adb!==_0x3784a5;},'EKggc':'KIpIr','vhugL':function(_0x34db0b,_0xa185a9){return _0x34db0b&&_0xa185a9;},'qwRtT':function(_0x2f1324,_0xc70fac){return _0x2f1324===_0xc70fac;},'Qcbkp':function(_0x13da10,_0x3a3561){return _0x13da10!=_0x3a3561;},'EaQJD':'object','yHZOd':_0x38f2(0x3),'nrOFS':_0x38f2(0x4),'xyTJq':function(_0x4145df,_0x48ba87,_0x1875fd,_0x444662){return _0x4145df(_0x48ba87,_0x1875fd,_0x444662);},'nhPVS':function(_0x20c336,_0x4687d6){return _0x20c336==_0x4687d6;}};if(_0x34f15f[_0x38f2(0x5)](_0x38f2(0x3),typeof WeakMap))var _0x2e9ab7=new WeakMap(),_0x316d9d=new WeakMap();return(_interopRequireWildcard=function(_0x5cb91c,_0x45df7c){if(_0x34f15f[_0x38f2(0x6)](_0x38f2(0x7),_0x34f15f[_0x38f2(0x8)])){if(_0x34f15f['vhugL'](!_0x45df7c,_0x5cb91c)&&_0x5cb91c[_0x38f2(0x1)])return _0x5cb91c;var _0x15178e,_0x32e011,_0x4bd092={'__proto__':null,'default':_0x5cb91c};if(_0x34f15f[_0x38f2(0x9)](null,_0x5cb91c)||_0x34f15f[_0x38f2(0xa)](_0x34f15f['EaQJD'],typeof _0x5cb91c)&&_0x34f15f[_0x38f2(0xa)](_0x34f15f[_0x38f2(0xb)],typeof _0x5cb91c))return _0x4bd092;if(_0x15178e=_0x45df7c?_0x316d9d:_0x2e9ab7){if(_0x15178e[_0x38f2(0xc)](_0x5cb91c))return _0x15178e[_0x38f2(0xd)](_0x5cb91c);_0x15178e[_0x38f2(0xe)](_0x5cb91c,_0x4bd092);}for(const _0x34c4e7 in _0x5cb91c)_0x34f15f['nrOFS']!==_0x34c4e7&&{}[_0x38f2(0xf)][_0x38f2(0x10)](_0x5cb91c,_0x34c4e7)&&((_0x32e011=(_0x15178e=Object['defineProperty'])&&Object['getOwnPropertyDescriptor'](_0x5cb91c,_0x34c4e7))&&(_0x32e011[_0x38f2(0xd)]||_0x32e011['set'])?_0x34f15f[_0x38f2(0x11)](_0x15178e,_0x4bd092,_0x34c4e7,_0x32e011):_0x4bd092[_0x34c4e7]=_0x5cb91c[_0x34c4e7]);return _0x4bd092;}else _0x24681b['error'](_0x38f2(0x12),_0x1e1656),_0x34f15f[_0x38f2(0x13)](_0x1a23c6);})(_0x4abb52,_0x4ed0b7);}const {height,width}=_reactNative['Dimensions']['get']('window'),UniversalOnboarding=({visible:_0x3cc8b4,onClose:_0xdbd476,AppName:_0x540927,requestData:_0x1cc8b6,returnLink:_0x1a8b9b,onComplete:_0x163da5,embedd:embedd=![],debug:debug=![],test:test=![],preferredPlatform:_0x515560,primaryAuthOnly:primaryAuthOnly=![],allowedPlatforms:_0x2459a7,recommendedPlatforms:_0x5bf4d5,allowSkip:allowSkip=!![]})=>{const _0x18e357={'tPIuJ':_0x38f2(0x14),'eyplZ':_0x38f2(0x15),'KIerK':_0x38f2(0x16),'uEfmx':function(_0x14d8ed,_0x25c145){return _0x14d8ed(_0x25c145);},'DTRJX':function(_0x4fe1d5,_0x126f2b){return _0x4fe1d5&&_0x126f2b;},'gMbnV':function(_0x24f71b,_0x49823f){return _0x24f71b===_0x49823f;},'MzMDv':_0x38f2(0x17),'FpxrK':function(_0x3f1d45,_0x16f9d7){return _0x3f1d45===_0x16f9d7;},'xxpeW':_0x38f2(0x18),'fIxqi':_0x38f2(0x19),'JpyTo':_0x38f2(0x1a),'CZVds':_0x38f2(0x1b),'ZMdkm':function(_0xff18c3,_0x4485f6){return _0xff18c3&&_0x4485f6;},'DzjDy':function(_0x29c2e9,_0x2c0f4c){return _0x29c2e9===_0x2c0f4c;},'csiDy':function(_0x1b0b15,_0x152127){return _0x1b0b15!=_0x152127;},'WRONs':_0x38f2(0x1c),'Cnzie':function(_0x54d911,_0x4ef584){return _0x54d911!==_0x4ef584;},'hQMDq':_0x38f2(0x4),'eOThV':function(_0x3b2d8b,_0x46bb77,_0x7047d3,_0x54527d){return _0x3b2d8b(_0x46bb77,_0x7047d3,_0x54527d);},'shCPG':_0x38f2(0x1d),'inSRj':_0x38f2(0x1e),'HIZiJ':function(_0xdfd46b){return _0xdfd46b();},'Xdytr':function(_0x3a89be,_0x1ede2b){return _0x3a89be===_0x1ede2b;},'YryCN':'qIlsp','jjrFu':_0x38f2(0x1f),'pCSFU':_0x38f2(0x20),'vRGUk':_0x38f2(0x21),'UXjGY':_0x38f2(0x22),'CcPvC':_0x38f2(0x23),'gbgdk':_0x38f2(0x24),'tcldT':_0x38f2(0x25),'GYhaL':_0x38f2(0x26),'LgsKy':function(_0x156a26,_0x1431bd){return _0x156a26(_0x1431bd);},'INBLO':_0x38f2(0x27),'TWEDG':function(_0x56d65f){return _0x56d65f();},'EIZIT':'bcMZZ','YpppL':_0x38f2(0x28),'dYfdQ':_0x38f2(0x29),'qvAZu':function(_0x21e0a7,_0x26d13c){return _0x21e0a7%_0x26d13c;},'ALowl':function(_0xcd54cf,_0x42d744){return _0xcd54cf===_0x42d744;},'fLyQi':function(_0x1276fc,_0x3b2267){return _0x1276fc===_0x3b2267;},'vjkQk':_0x38f2(0x2a),'isbgw':function(_0x396eab,_0x22494f){return _0x396eab(_0x22494f);},'HVZBp':_0x38f2(0x2b),'SDRKw':function(_0x80f95e,_0x2c34d7){return _0x80f95e instanceof _0x2c34d7;},'MGDLF':_0x38f2(0x2c),'rCdMn':function(_0x1b584b){return _0x1b584b();},'BVPzQ':_0x38f2(0x2d),'CoUTz':'Disconnect\x20Platform','ZXQaf':'Yes','dmlPb':_0x38f2(0x2e),'burYD':_0x38f2(0x2f),'ePXGZ':_0x38f2(0x30),'tqrDS':function(_0x55d2d6,_0x3ec0ad){return _0x55d2d6%_0x3ec0ad;},'lNQko':function(_0x44b265,_0x201580,_0x5eb0d9){return _0x44b265(_0x201580,_0x5eb0d9);},'MPHdf':_0x38f2(0x31),'VZQyP':'Uploading\x20to\x20S3','QapqD':function(_0x491f0f,_0x3c3a83){return _0x491f0f===_0x3c3a83;},'GUcqm':function(_0x204d66,_0x482c66){return _0x204d66(_0x482c66);},'HxXUg':function(_0xbdd007,_0x56857d){return _0xbdd007===_0x56857d;},'DNNhW':function(_0x5eca39,_0x5cee5b){return _0x5eca39===_0x5cee5b;},'wRaYa':'dpjZT','gOGBm':function(_0x18f3d9,_0x2cea39,_0x271798){return _0x18f3d9(_0x2cea39,_0x271798);},'LbRwm':function(_0x1b2807,_0x1257c5){return _0x1b2807(_0x1257c5);},'GxBEY':_0x38f2(0x32),'ZPSBP':_0x38f2(0x33),'hUymB':_0x38f2(0x34),'ToTkN':_0x38f2(0x35),'INEJx':'🔌\x20Cleaning\x20up\x20socket\x20connection...','zJAco':function(_0x26cf5f,_0x522052){return _0x26cf5f(_0x522052);},'OEkjw':_0x38f2(0x36),'YMtEC':function(_0x34d0cc){return _0x34d0cc();},'tRhXi':_0x38f2(0x37),'rYJkv':function(_0x3ada83,_0xb9d395){return _0x3ada83(_0xb9d395);},'sHxXK':_0x38f2(0x38),'tdOYR':function(_0x337334,_0x27fda7){return _0x337334(_0x27fda7);},'wqvuE':_0x38f2(0x39),'dNcPc':_0x38f2(0x3a),'KKeSL':'❌\x20Google\x20Sign-In\x20error:','zBcFJ':'Google\x20Sign-In\x20failed.\x20Please\x20try\x20again.','jVchK':_0x38f2(0x3b),'ROBmP':_0x38f2(0x3c),'RhroT':_0x38f2(0x3d),'iBNZq':_0x38f2(0x3e),'gOYUv':function(_0x45e0ef,_0x594271){return _0x45e0ef&&_0x594271;},'XmNLl':_0x38f2(0x3f),'NIdWC':_0x38f2(0x40),'KSPon':_0x38f2(0x41),'xRvgD':'user_email','dMzCV':function(_0x4ff6d7,_0x3cfd35){return _0x4ff6d7===_0x3cfd35;},'buztn':_0x38f2(0x42),'iqXhM':'5|1|4|3|0|2','wdeCR':_0x38f2(0x43),'PAUCb':function(_0x549a5b,_0x333227){return _0x549a5b(_0x333227);},'dtHok':_0x38f2(0x44),'nqeUg':function(_0x2da0b6,_0x245d2f){return _0x2da0b6===_0x245d2f;},'fwCCM':function(_0x53e321){return _0x53e321();},'jklKi':'Keeping\x20your\x20data\x20private','TtCIP':function(_0x266e67,_0x4a23ad){return _0x266e67===_0x4a23ad;},'DjhXK':function(_0x450e7a,_0x1f1a40){return _0x450e7a===_0x1f1a40;},'ktGPO':_0x38f2(0x45),'ktQTj':_0x38f2(0x46),'SVmQp':function(_0xbb9e67,_0x4bd87a){return _0xbb9e67===_0x4bd87a;},'EmsaG':function(_0x5d4a14,_0x14787e){return _0x5d4a14===_0x14787e;},'lpiYX':function(_0x16ffa5,_0x506680){return _0x16ffa5*_0x506680;},'eautC':function(_0x48ddbc,_0x273ccf){return _0x48ddbc||_0x273ccf;},'iLxIA':function(_0x29dc15,_0x4e67ff){return _0x29dc15(_0x4e67ff);},'qBTWn':_0x38f2(0x47),'WJBCp':function(_0x409c85,_0x5f2d1f){return _0x409c85(_0x5f2d1f);},'glFrM':function(_0xb84ba,_0xa6475){return _0xb84ba(_0xa6475);},'LaHeu':function(_0x4d96dd,_0x5b5c93){return _0x4d96dd===_0x5b5c93;},'troDy':function(_0x11ac7b,_0x27c84b){return _0x11ac7b*_0x27c84b;},'tAAbq':_0x38f2(0x48),'gFjiB':_0x38f2(0x49),'ERuyD':_0x38f2(0x4a),'NPzOF':'iypFl','Ekmqk':'zheia','rXfcV':function(_0x507571){return _0x507571();},'VCHZI':function(_0x4974ee,_0x4c3c17,_0x12a2a0){return _0x4974ee(_0x4c3c17,_0x12a2a0);},'WmMOQ':function(_0x2b857f,_0x5580b6){return _0x2b857f(_0x5580b6);},'sOJBn':'Training\x20in\x20progress','QdyIo':function(_0x14d1e7,_0x5740db){return _0x14d1e7>_0x5740db;},'yWcUr':_0x38f2(0x4b),'YWuPP':_0x38f2(0x4c),'kzCtp':function(_0x437ab2,_0xa6c718){return _0x437ab2==_0xa6c718;},'gijcS':_0x38f2(0x3),'ZmiUA':function(_0x524b9b,_0x2d1867){return _0x524b9b!==_0x2d1867;},'MLuFF':function(_0x119018,_0x19bfe5){return _0x119018(_0x19bfe5);},'KygSH':function(_0x3f4bf3,_0xa5721){return _0x3f4bf3!==_0xa5721;},'pJOvE':'dNbGg','JYKQL':_0x38f2(0x4d),'oFJjN':_0x38f2(0x4e),'yotau':function(_0x3fecc4,_0x40be54){return _0x3fecc4(_0x40be54);},'BcKUL':_0x38f2(0x4f),'pdpWg':'🔍\x20Reviewer\x20bypass\x20detected','qYUqY':function(_0x2b04d7,_0x315123){return _0x2b04d7===_0x315123;},'NkByW':function(_0x52188b,_0x4e8d7c){return _0x52188b===_0x4e8d7c;},'kBFLp':'LbLCA','EPlzz':_0x38f2(0x50),'ZHfRb':_0x38f2(0x51),'FElfJ':_0x38f2(0x52),'tzAsM':function(_0x311ccc,_0x5577f1){return _0x311ccc(_0x5577f1);},'BnrDY':_0x38f2(0x53),'bUnnb':_0x38f2(0x54),'UzSrh':_0x38f2(0x55),'tLiho':'❌\x20Failed\x20to\x20send\x20verification\x20code:','Bnkoa':_0x38f2(0x56),'kEImD':function(_0x3e1b81,_0x285776){return _0x3e1b81===_0x285776;},'tgrqi':'lHcWT','kSztg':'pgBTJ','febLu':_0x38f2(0x57),'gmtRn':_0x38f2(0x58),'rDtBJ':'UXxBY','KfDQo':function(_0x828ce9,_0x51a2a8){return _0x828ce9(_0x51a2a8);},'tOIoO':'Invalid\x20verification\x20code.\x20Please\x20try\x20again.','hgceo':_0x38f2(0x59),'ZcZKI':_0x38f2(0x5a),'xWzob':_0x38f2(0x5b),'OGflC':function(_0x2508e2,_0x324c98){return _0x2508e2(_0x324c98);},'AcyXw':function(_0x13ce1f,_0x5e950e){return _0x13ce1f!==_0x5e950e;},'wxnUs':_0x38f2(0x5c),'qmWJD':_0x38f2(0x5d),'IJHnj':'BtOWN','Fikjl':'✅\x20Google\x20Sign-In\x20successful:','cfcWW':'🔍\x20Is\x20new\x20user?','ifPWl':function(_0xa4fc44,_0x454a69){return _0xa4fc44===_0x454a69;},'sqjTg':_0x38f2(0x5e),'NNavl':_0x38f2(0x5f),'oSoFu':function(_0x214a5a,_0x383b41){return _0x214a5a(_0x383b41);},'JHpQR':'IxCNK','WehCI':_0x38f2(0x60),'JVYKH':_0x38f2(0x61),'hZpOS':'weUZw','JKRgp':'ℹ️\x20Google\x20Sign-In\x20cancelled\x20by\x20user','hFNbX':function(_0x244361,_0x3bbdbe){return _0x244361(_0x3bbdbe);},'GeyHl':function(_0x9afbc1,_0xacd8f){return _0x9afbc1(_0xacd8f);},'gdXJO':function(_0x5b02c5,_0x5c07cb){return _0x5b02c5===_0x5c07cb;},'mInRB':'VXvSJ','GaojB':_0x38f2(0x62),'BWGuZ':_0x38f2(0x63),'TNlWy':_0x38f2(0x64),'KYvUQ':'Error:\x20Failed\x20to\x20continue\x20training','dAIEe':function(_0x19a209,_0x351183){return _0x19a209(_0x351183);},'cKBLF':_0x38f2(0x65),'qrCZG':'eSkAD','eosMt':_0x38f2(0x66),'MMbMs':_0x38f2(0x67),'YKLdD':_0x38f2(0x68),'atJaI':function(_0x3d151c,_0x58401d){return _0x3d151c===_0x58401d;},'dttUo':function(_0x325d27,_0x1847ff){return _0x325d27===_0x1847ff;},'EaXBh':function(_0x43cefd,_0x3c31f3){return _0x43cefd===_0x3c31f3;},'WHIcN':function(_0x1ef1e7,_0x4a2326){return _0x1ef1e7===_0x4a2326;},'mdieU':'returning_user','rXIsy':_0x38f2(0x69),'bpjGb':function(_0x11edf8,_0xa580cf){return _0x11edf8===_0xa580cf;},'vChRq':function(_0x373c2b,_0x2ec3af){return _0x373c2b===_0x2ec3af;},'pyJfT':function(_0x4de0db,_0x3ab6ad){return _0x4de0db>_0x3ab6ad;},'pWrTF':function(_0xf393cc,_0x208290){return _0xf393cc===_0x208290;},'fNLNo':_0x38f2(0x6a),'WiwqI':'srrrI','CqJjV':'👋\x20Welcome\x20back!\x20User\x20has\x20existing\x20connections,\x20skipping\x20to\x20consent\x20screen','REDrW':function(_0x3c2936,_0x20acbf){return _0x3c2936(_0x20acbf);},'LdNAV':function(_0x2b03a,_0x1a7347){return _0x2b03a(_0x1a7347);},'OgbTK':function(_0xbae370,_0x538169){return _0xbae370(_0x538169);},'LKGnc':_0x38f2(0x6b),'ObzJg':'JSfXP','JcmqK':_0x38f2(0x6c),'iCDVS':function(_0x3e7dba,_0x585ce6){return _0x3e7dba(_0x585ce6);},'mXLhM':'❌\x20Error\x20verifying\x20email\x20code:','eYZWt':function(_0x3e29a9,_0x4d6db3){return _0x3e29a9(_0x4d6db3);},'EyKps':_0x38f2(0x6d),'xxsEZ':_0x38f2(0x6e),'oXdcz':_0x38f2(0x6f),'kYZCV':function(_0x1d2e16,_0x19fec4){return _0x1d2e16(_0x19fec4);},'VTZlq':_0x38f2(0x70),'uOPTq':'RTXWS','HyDJS':'4|1|7|2|5|3|8|6|0','IBCgV':_0x38f2(0x71),'rhZhY':function(_0x17d857,_0x570db9){return _0x17d857(_0x570db9);},'AowFS':_0x38f2(0x72),'Otqxj':_0x38f2(0x73),'FhdJa':_0x38f2(0x74),'zhUYI':function(_0x12763e,_0x551b7e){return _0x12763e(_0x551b7e);},'dHvez':_0x38f2(0x75),'hgdUo':function(_0x417b39,_0xcac282){return _0x417b39(_0xcac282);},'baMaH':_0x38f2(0x76),'ZTyoh':function(_0x336625,_0x44046c){return _0x336625(_0x44046c);},'oFXub':_0x38f2(0x77),'xTsSV':_0x38f2(0x78),'GHQwB':'ljLfY','pjkFm':'klBkR','gJJSz':'❌\x20Error\x20resending\x20verification\x20code:','ALVqa':'Network\x20error.\x20Please\x20try\x20again.','ZVfcy':function(_0x1bf299,_0x171cd1){return _0x1bf299(_0x171cd1);},'YupOV':'✅\x20Onboarding\x20complete!\x20Connected\x20platforms:','sblkt':function(_0x1a1f1e,_0x3acd47){return _0x1a1f1e!==_0x3acd47;},'bgsor':'oorGu','ooYLV':_0x38f2(0x79),'Cftoy':'🔑\x20[SDK]\x20Auth\x20data\x20retrieved\x20in\x20parallel','BHMYh':'🔑\x20[SDK]\x20Token\x20available:','cSqzw':_0x38f2(0x7a),'kgqLB':_0x38f2(0x7b),'UKdjj':'✅\x20[SDK]\x20Calling\x20onComplete\x20with\x20token\x20and\x20user\x20data','MJJIx':_0x38f2(0x7c),'oenLo':function(_0x426e6a,_0x38a3e7,_0x17b867,_0x30d90f){return _0x426e6a(_0x38a3e7,_0x17b867,_0x30d90f);},'ysphY':_0x38f2(0x7d),'lxgkr':function(_0x49c532,_0x49e538){return _0x49c532===_0x49e538;},'OmVJY':function(_0x5157d7,_0x3ee122){return _0x5157d7===_0x3ee122;},'mWNdN':'❌\x20[SDK]\x20Error\x20retrieving\x20auth\x20data\x20for\x20onComplete:','dRGhr':function(_0x404594,_0x20a9c0){return _0x404594&&_0x20a9c0;},'Vzzqz':'✅\x20[SDK]\x20onComplete\x20finished\x20-\x20waiting\x20for\x20parent\x20to\x20close\x20modal','rePAr':_0x38f2(0x7e),'dLARg':function(_0x4888de,_0x12d13b){return _0x4888de===_0x12d13b;},'dsWdP':function(_0x1af13f,_0x227adc){return _0x1af13f===_0x227adc;},'ODAfT':function(_0x5822f2,_0x4ab9e6){return _0x5822f2===_0x4ab9e6;},'HBTUC':function(_0x1f496e,_0x47bc82){return _0x1f496e===_0x47bc82;},'ekVZl':function(_0x39cbc2,_0x29815c){return _0x39cbc2===_0x29815c;},'gREVl':'❌\x20No\x20socket\x20ID\x20available\x20after\x20connection','UUmEx':_0x38f2(0x7f),'XLoWP':function(_0x316f2f){return _0x316f2f();},'YiQtd':_0x38f2(0x80),'IQHpZ':_0x38f2(0x81),'CzKGa':_0x38f2(0x82),'hDahS':_0x38f2(0x83),'XKQpD':'fabPe','YwnvR':function(_0x2ce1f4,_0x202a15){return _0x2ce1f4===_0x202a15;},'FhlfP':_0x38f2(0x84),'JRNrI':function(_0x34873f,_0x4fb7e6){return _0x34873f!==_0x4fb7e6;},'JHZuV':_0x38f2(0x85),'FwfTw':function(_0x45acad,_0x75e71c){return _0x45acad===_0x75e71c;},'dKGBi':function(_0x233242,_0x4c9ff9){return _0x233242===_0x4c9ff9;},'AjKBx':'BwDtK','fsdtI':_0x38f2(0x86),'lGOeQ':function(_0x4a85d2,_0x2fc55d){return _0x4a85d2===_0x2fc55d;},'mXXgT':function(_0x44d502,_0x2aa2d4,_0x45c241,_0x4a5edc){return _0x44d502(_0x2aa2d4,_0x45c241,_0x4a5edc);},'YVcWe':_0x38f2(0x87),'sXMXe':function(_0x52152d,_0x2a5053){return _0x52152d===_0x2a5053;},'SYqXT':'Lhbyd','JwSki':'🔍\x20Reviewer\x20bypass\x20triggered\x20from\x20platforms','bxKbR':'true','Mncuo':_0x38f2(0x88),'cAkCk':_0x38f2(0x89),'zDHke':function(_0x15c60c){return _0x15c60c();},'OdpRP':_0x38f2(0x12),'XoWbR':function(_0x478264,_0x3a244c){return _0x478264(_0x3a244c);},'TtaFz':function(_0x259292,_0x4a10e0){return _0x259292(_0x4a10e0);},'aooFq':function(_0x5c399c,_0x515c76){return _0x5c399c!==_0x515c76;},'RXEda':_0x38f2(0x8a),'KVEzx':'rpIeK','gnySZ':'4|6|5|0|2|1|3','hfvll':_0x38f2(0x8b),'qeAbQ':_0x38f2(0x8c),'jaxSt':_0x38f2(0x8d),'SFbUP':_0x38f2(0x8e),'WMvJN':_0x38f2(0x8f),'qrrvw':_0x38f2(0x90),'grICd':function(_0x36b086,_0x1c9a3a){return _0x36b086(_0x1c9a3a);},'weRGw':_0x38f2(0x91),'dXyOj':_0x38f2(0x92),'FfhYe':_0x38f2(0x93),'VJEkN':'connect','DwjAG':_0x38f2(0x94),'vZtTV':function(_0x4d751a,_0x539fd7){return _0x4d751a===_0x539fd7;},'xTXzY':'instagram','vRXNb':'AYCXu','byXNo':_0x38f2(0x95),'PcxdO':function(_0x3e8238,_0xe4223a){return _0x3e8238(_0xe4223a);},'HKmyY':function(_0x110986,_0x2ca5a7){return _0x110986(_0x2ca5a7);},'aUqfj':function(_0x50644e,_0x3b8fa1){return _0x50644e(_0x3b8fa1);},'NBEjj':function(_0x5d7822,_0x1d6293){return _0x5d7822===_0x1d6293;},'etyYR':function(_0x231a4e,_0x558091){return _0x231a4e===_0x558091;},'kQmBN':function(_0x1b5957,_0x17e010){return _0x1b5957!==_0x17e010;},'DhATq':_0x38f2(0x96),'DcZHO':_0x38f2(0x97),'pYNUc':function(_0x51f081,_0x13b5ce){return _0x51f081||_0x13b5ce;},'IupVw':_0x38f2(0x98),'yCCzo':function(_0xd8f8aa,_0x5c109c){return _0xd8f8aa(_0x5c109c);},'seUxB':_0x38f2(0x99),'jXair':function(_0x43bf8d,_0x361b81){return _0x43bf8d===_0x361b81;},'TJYIA':_0x38f2(0x9a),'uzaDn':'oauth','LnFsM':function(_0x240eb8,_0x27fbb3){return _0x240eb8(_0x27fbb3);},'KRJQD':function(_0x1fc500,_0x2cd840){return _0x1fc500&&_0x2cd840;},'apnvv':function(_0x55bd70,_0x4f044a){return _0x55bd70(_0x4f044a);},'mfUFA':function(_0x23d0db,_0x464273){return _0x23d0db(_0x464273);},'pZuzL':_0x38f2(0x9b),'fHnrs':_0x38f2(0x9c),'askqh':_0x38f2(0x9d),'ZlSrA':function(_0x3ba932,_0x12cae3){return _0x3ba932(_0x12cae3);},'tYpHM':_0x38f2(0x9e),'aIXeG':function(_0x2e3b9a,_0x161869){return _0x2e3b9a(_0x161869);},'ygfOI':function(_0x1f3f4d,_0x2e1ee4){return _0x1f3f4d===_0x2e1ee4;},'CZKax':function(_0x56db94,_0x1dff68){return _0x56db94===_0x1dff68;},'itELa':function(_0x74f8fd,_0x559706){return _0x74f8fd(_0x559706);},'kxMPp':'🔐\x20[PIN\x20SUBMIT]\x20PIN\x20submitted,\x20checking\x20for\x20background\x20training...','DEDjc':function(_0x1bff12,_0x120ec3){return _0x1bff12&&_0x120ec3;},'xNAgv':_0x38f2(0x9f),'POKKy':_0x38f2(0xa0),'vTxgF':_0x38f2(0xa1),'gabtD':function(_0x1abe8c,_0x3aeecd){return _0x1abe8c(_0x3aeecd);},'YSkRB':function(_0x4bbbbb,_0x3a5ff2){return _0x4bbbbb!==_0x3a5ff2;},'WjZaj':'hzOXB','YFOuM':function(_0x5c09fc,_0x29516c){return _0x5c09fc(_0x29516c);},'GsDrk':'🔐\x20[PIN\x20SUBMIT]\x20PIN\x20stored\x20securely,\x20moved\x20to\x20persona\x20step','roLFH':'✅\x20Socket\x20connected\x20for\x20training','MKavp':function(_0x2011aa,_0x365031){return _0x2011aa===_0x365031;},'bAeGc':function(_0x51ead4,_0x552074){return _0x51ead4===_0x552074;},'lBAnq':function(_0x117930,_0x56ebff){return _0x117930===_0x56ebff;},'bEixU':function(_0x252acf,_0x44b391){return _0x252acf===_0x44b391;},'BcPFv':function(_0x1cff26,_0x4f82fc){return _0x1cff26===_0x4f82fc;},'ITdSG':function(_0x48f097,_0x18fd98){return _0x48f097===_0x18fd98;},'JuRcG':function(_0x30becc,_0x944807){return _0x30becc(_0x944807);},'jfUgj':function(_0x56d2af,_0x5317a8){return _0x56d2af(_0x5317a8);},'SanDw':_0x38f2(0xa2),'WzWda':_0x38f2(0xa3),'ygTzN':function(_0x2126bc){return _0x2126bc();},'IebVX':function(_0x32fb6d,_0x5a1e95){return _0x32fb6d===_0x5a1e95;},'Qrlhx':_0x38f2(0xa4),'bfmDj':_0x38f2(0xa5),'eEXtK':function(_0x33e85d,_0x29e61f){return _0x33e85d(_0x29e61f);},'SucHL':function(_0x5574f7,_0x14a7c1){return _0x5574f7===_0x14a7c1;},'TwsVy':'SIbPD','CCvpE':_0x38f2(0xa6),'dlkrQ':_0x38f2(0xa7),'zFAHo':_0x38f2(0xa8),'YrJrc':function(_0x2996f2,_0x2f2bc2){return _0x2996f2===_0x2f2bc2;},'PJdnO':_0x38f2(0xa9),'dfxls':function(_0x46e9b9,_0x8bc744){return _0x46e9b9===_0x8bc744;},'WwKBa':_0x38f2(0xaa),'ESoWO':'📡\x20Training\x20API\x20response:','HLTFr':function(_0x2f323b,_0x580517){return _0x2f323b===_0x580517;},'hytdY':_0x38f2(0xab),'bqabg':function(_0x38cbf4,_0x1effd2){return _0x38cbf4(_0x1effd2);},'cAOqf':function(_0x4aeaf2,_0x1f8ee7){return _0x4aeaf2(_0x1f8ee7);},'EdmGP':_0x38f2(0xac),'adzud':_0x38f2(0xad),'qSIBL':_0x38f2(0xae),'XDsDY':function(_0x2f8dab,_0x123b3d){return _0x2f8dab(_0x123b3d);},'YnEdQ':_0x38f2(0xaf),'cuxdT':function(_0x33b696,_0x2f259a){return _0x33b696(_0x2f259a);},'XTvGr':_0x38f2(0xb0),'SIaop':_0x38f2(0xb1),'JExyZ':function(_0x2737de,_0x50d57a){return _0x2737de!==_0x50d57a;},'DNfHs':_0x38f2(0xb2),'KlaNq':'❌\x20Training\x20start\x20error:','GhWkw':function(_0x5447be,_0x2abbcc){return _0x5447be(_0x2abbcc);},'PxAUr':function(_0x19c7af,_0x47910a){return _0x19c7af instanceof _0x47910a;},'rzKQA':function(_0x3c39cf){return _0x3c39cf();},'qFfGk':function(_0x54e219,_0x2c3c1e){return _0x54e219!==_0x2c3c1e;},'liUlD':'qUkpD','IIlHg':_0x38f2(0xb3),'GQlBT':_0x38f2(0xb4),'ABcxl':_0x38f2(0xb5),'gUbcv':'🔑\x20Using\x20auth\x20token:','AStRy':function(_0x3c8eab,_0x260fcb){return _0x3c8eab===_0x260fcb;},'ZLUmR':function(_0x84fafc,_0x11d553){return _0x84fafc===_0x11d553;},'rKkmh':_0x38f2(0xb6),'LnbYf':'❌\x20[BACKGROUND]\x20Failed\x20to\x20continue\x20background\x20training:','VAUCb':function(_0x25106a,_0x28fb0e){return _0x25106a===_0x28fb0e;},'HUnij':function(_0x4db5fc,_0x597d91){return _0x4db5fc===_0x597d91;},'sMtep':function(_0xd7cdae,_0x360f6a){return _0xd7cdae===_0x360f6a;},'NZNPA':function(_0x4f9d53,_0x4f31e9){return _0x4f9d53===_0x4f31e9;},'gFDJP':function(_0x188986,_0x228eba){return _0x188986===_0x228eba;},'oIdGa':function(_0x1841df,_0x853b75){return _0x1841df(_0x853b75);},'jMVwO':function(_0x125a47,_0x19988c){return _0x125a47===_0x19988c;},'TSVLK':function(_0x4ad5b0,_0x80db77){return _0x4ad5b0!==_0x80db77;},'ciCRk':_0x38f2(0xb7),'EuzmP':_0x38f2(0xb8),'WGncz':function(_0x35dc16,_0x2c114e){return _0x35dc16(_0x2c114e);},'mVDYy':_0x38f2(0xb9),'tRjmF':function(_0x55fa88,_0x65be5c){return _0x55fa88(_0x65be5c);},'crBXO':_0x38f2(0xba),'gXlDs':_0x38f2(0xbb),'iNgXw':_0x38f2(0xbc),'BheRu':function(_0x4e41eb,_0x1efe34){return _0x4e41eb===_0x1efe34;},'fuNzS':function(_0x6b05b5,_0x500bf5){return _0x6b05b5===_0x500bf5;},'mtULt':_0x38f2(0xbd),'wcDGB':function(_0x413a2e,_0x24f5b9){return _0x413a2e!==_0x24f5b9;},'FDjAs':_0x38f2(0xbe),'oqEsP':_0x38f2(0xbf),'MMrxn':_0x38f2(0xc0),'mCZKo':_0x38f2(0xc1),'vzuJf':_0x38f2(0xc2),'RnmLx':_0x38f2(0xc3),'SZwkE':function(_0x5a4ec8,_0x41e7ed){return _0x5a4ec8(_0x41e7ed);},'MsPhG':_0x38f2(0xc4),'dFcbJ':function(_0x3c9dff,_0x5c7179,_0x17f7a3){return _0x3c9dff(_0x5c7179,_0x17f7a3);},'MZdKk':function(_0x9faf05,_0x2b52fc){return _0x9faf05===_0x2b52fc;},'NYOFA':_0x38f2(0xc5),'RpTAI':function(_0x39969d,_0x53eab5){return _0x39969d(_0x53eab5);},'LAuZF':function(_0xfda928,_0x5e9a14){return _0xfda928(_0x5e9a14);},'euLZt':'NO_DATA','izSnh':_0x38f2(0xc6),'cOfWH':function(_0x64be40,_0x427770){return _0x64be40(_0x427770);},'Mxzcp':function(_0x329441,_0x1fe2da){return _0x329441===_0x1fe2da;},'onZAC':_0x38f2(0xc7),'ibPPE':_0x38f2(0xc8),'zySqD':_0x38f2(0xc9),'vzXdl':function(_0x33e6a5,_0x528b37){return _0x33e6a5(_0x528b37);},'frJGT':function(_0x17570d,_0x26d93c){return _0x17570d(_0x26d93c);},'yDgbd':'vhhmO','RSgTH':_0x38f2(0xca),'kSqge':function(_0x401a3f,_0xc69b){return _0x401a3f(_0xc69b);},'MAlvr':function(_0x1c8e37,_0x3adbcd){return _0x1c8e37(_0x3adbcd);},'rexvP':function(_0x4de5c1,_0x1d3047){return _0x4de5c1(_0x1d3047);},'IMnic':_0x38f2(0xcb),'wxlso':function(_0x293db2,_0x4df50e){return _0x293db2===_0x4df50e;},'qAirR':function(_0x15152d,_0x2a0a4c){return _0x15152d===_0x2a0a4c;},'pESRo':function(_0x22d1b1,_0x807505){return _0x22d1b1===_0x807505;},'JJSJN':function(_0x43e4f5,_0xf5bca0){return _0x43e4f5===_0xf5bca0;},'WoyJJ':function(_0x4d1771,_0x3159d9){return _0x4d1771===_0x3159d9;},'prJKl':'qLmRq','Bemee':'🔍\x20Socket\x20state\x20after\x205\x20seconds:','ZuOXM':function(_0x1e4dc4,_0x48253d){return _0x1e4dc4===_0x48253d;},'JOImy':function(_0x5c4a2d,_0x59b314){return _0x5c4a2d===_0x59b314;},'ZfVHt':function(_0x4c8692,_0x5dd78d){return _0x4c8692===_0x5dd78d;},'OhALS':function(_0x3211be,_0x1408fa){return _0x3211be===_0x1408fa;},'jWVMV':_0x38f2(0xcc),'dHWJZ':_0x38f2(0xcd),'BitTp':_0x38f2(0xce),'eDRpb':'🔍\x20Socket\x20state:','AOUez':_0x38f2(0xcf),'JnAeO':function(_0x348af7){return _0x348af7();},'vLgwn':_0x38f2(0xd0),'kDIfu':_0x38f2(0xd1),'JRXQV':function(_0x548a5e){return _0x548a5e();},'Sbsyq':_0x38f2(0xd2),'JEMYa':_0x38f2(0xd3),'AxFab':_0x38f2(0xd4),'tftlk':_0x38f2(0xd5),'BzwiP':_0x38f2(0xd6),'HnQto':function(_0xbbc718,_0x11913f){return _0xbbc718!==_0x11913f;},'BLwLq':_0x38f2(0xd7),'vldTX':'🧠\x20Inference\x20Complete:','xJcUN':function(_0x349371,_0x2efd0c){return _0x349371===_0x2efd0c;},'ArHdd':function(_0x3420b1,_0x3f1b5b){return _0x3420b1===_0x3f1b5b;},'BpTCR':_0x38f2(0xd8),'olpbG':_0x38f2(0xd9),'UYblI':_0x38f2(0xda),'pGoaI':_0x38f2(0xdb),'KJuXS':'🔄\x20Attempting\x20to\x20refresh\x20YouTube\x20tokens...','HBgbN':_0x38f2(0xdc),'KXswe':'Token\x20refresh\x20failed\x20-\x20please\x20restart\x20from\x20connector\x20screen','sloez':_0x38f2(0xdd),'gpNAh':_0x38f2(0xde),'FDlWB':function(_0x1b6b13,_0x185ed4){return _0x1b6b13(_0x185ed4);},'FYYUo':'❌\x20YouTube\x20reconnection\x20failed:','VoEZA':_0x38f2(0xdf),'dKqUE':function(_0x303698,_0x2e32ef){return _0x303698(_0x2e32ef);},'XUpJh':_0x38f2(0xe0),'cZjnb':function(_0x5bb701){return _0x5bb701();},'daJFV':_0x38f2(0xe1),'kHSES':_0x38f2(0xe2),'BJcZv':'Failed\x20to\x20create\x20or\x20retrieve\x20authentication\x20token','IbLFE':_0x38f2(0xe3),'RVWuD':'Not\x20stored','ogMUh':_0x38f2(0xe4),'nbDJk':function(_0x2e86c0,_0xd0dcd4){return _0x2e86c0===_0xd0dcd4;},'aEBEH':function(_0x4c9a32,_0x279054){return _0x4c9a32===_0x279054;},'ZvlWC':function(_0x1a1c04,_0x5d19e4){return _0x1a1c04===_0x5d19e4;},'lIGpv':function(_0x4304e5,_0x57bb7e){return _0x4304e5===_0x57bb7e;},'QfnUV':function(_0x1c5c2d,_0x30794f){return _0x1c5c2d(_0x30794f);},'XFcKp':'🧑‍💻\x20Set\x20user\x20info:','bvPqD':function(_0x27eefd,_0x4f7fa1){return _0x27eefd||_0x4f7fa1;},'VCCxc':function(_0x4464dc,_0x3fe6ec){return _0x4464dc===_0x3fe6ec;},'UBLQs':_0x38f2(0xe5),'anbhI':_0x38f2(0xe6),'KFimc':_0x38f2(0xe7),'RLBJh':'📱\x20Device\x20platform:','gsCMZ':_0x38f2(0xe8),'rHzhX':_0x38f2(0xe9),'OPBtK':_0x38f2(0xea),'AelUA':_0x38f2(0xeb),'xqfIW':_0x38f2(0xec),'HELeQ':_0x38f2(0xed),'LiuXf':_0x38f2(0xee),'bxJkW':_0x38f2(0xef),'Zurvp':_0x38f2(0xf0),'VJzSB':_0x38f2(0xf1),'MeWFi':_0x38f2(0xf2),'sDHGQ':_0x38f2(0xf3),'dsiLg':function(_0x4ad080,_0x5b5ff4){return _0x4ad080(_0x5b5ff4);},'igqsI':function(_0x5412f6){return _0x5412f6();},'KZvPz':function(_0x1fa44d,_0xa19d94){return _0x1fa44d(_0xa19d94);},'uFZEh':_0x38f2(0xf4),'XGoUP':_0x38f2(0xf5),'qFuke':'KfQbt','KvldX':_0x38f2(0xf6),'oUjJf':function(_0x57150b,_0x49d5a4){return _0x57150b<_0x49d5a4;},'ZmuOI':_0x38f2(0xf7),'fOUQR':_0x38f2(0xf8),'QNDEI':function(_0x1f2a5e,_0x408212){return _0x1f2a5e<_0x408212;},'LbJjp':_0x38f2(0xf9),'qxFvj':function(_0x5d7e67,_0x4cdae0){return _0x5d7e67===_0x4cdae0;},'EuxlT':'Just\x20a\x20few\x20more\x20seconds','cKUAH':function(_0x5c2ee9,_0x2973ff){return _0x5c2ee9(_0x2973ff);},'nqyDo':function(_0x3c23a5,_0x5eca0f){return _0x3c23a5===_0x5eca0f;},'UQSSo':function(_0x3f4abc,_0x43a28a,_0x5b511f,_0x4c7ab7){return _0x3f4abc(_0x43a28a,_0x5b511f,_0x4c7ab7);},'KqprS':_0x38f2(0xfa),'GRZOl':_0x38f2(0xfb),'jhQDO':_0x38f2(0xfc),'uuccJ':function(_0x1b99b6,_0x9cb805){return _0x1b99b6===_0x9cb805;},'aNkDa':_0x38f2(0xfd),'pRZsJ':function(_0x34542c,_0x48d9ea){return _0x34542c===_0x48d9ea;},'yPGRz':function(_0x299372,_0xff2bc5){return _0x299372===_0xff2bc5;},'FLunw':_0x38f2(0xfe),'hIBwT':'tbiVF','tpuEy':function(_0x64d755,_0x44c10b){return _0x64d755===_0x44c10b;},'Gpjgp':function(_0x421b36,_0x5ce6e9){return _0x421b36===_0x5ce6e9;},'hitxX':function(_0x33df31,_0x2b67f2){return _0x33df31===_0x2b67f2;},'ZEJzo':function(_0x407728,_0x49eb2c){return _0x407728(_0x49eb2c);},'wWubl':function(_0x3bddd7,_0x12dc78){return _0x3bddd7(_0x12dc78);},'yQoZS':function(_0xae8d19,_0x235205){return _0xae8d19(_0x235205);},'JdNGQ':function(_0x2abe31,_0x19f372){return _0x2abe31!==_0x19f372;},'pnisQ':'rFheh','xHowN':_0x38f2(0xff),'QsCUf':_0x38f2(0x100),'xYbws':_0x38f2(0x101),'XZytW':_0x38f2(0x102),'tNThD':_0x38f2(0x103),'sISPV':'->\x20Setting\x20to:\x20welcome','ZPvXL':function(_0x5cba17,_0x19622a){return _0x5cba17(_0x19622a);},'xqsMG':_0x38f2(0x104),'bEbwM':function(_0x19eeeb,_0x5de28d){return _0x19eeeb!==_0x5de28d;},'GEWSH':_0x38f2(0x105),'Ipyzq':function(_0x9a28fd){return _0x9a28fd();},'FSXYf':function(_0x289415,_0xb04680){return _0x289415(_0xb04680);},'mgxbm':function(_0x121f9d,_0x5691f2){return _0x121f9d(_0x5691f2);},'QVyvv':_0x38f2(0x106),'pRJBT':_0x38f2(0x107),'SsEey':'XssBz','CIvLs':_0x38f2(0x108),'FyVEW':function(_0x37a73c,_0x7d5cac){return _0x37a73c||_0x7d5cac;},'zrzNj':'Collecting\x20your\x20data...','MdoSZ':function(_0x50677a,_0x12524e){return _0x50677a(_0x12524e);},'pAqUr':_0x38f2(0x109),'WOzqv':'✅\x20[BACKGROUND]\x20Auth\x20token\x20ready:','hYRZH':_0x38f2(0x10a),'XpfRM':function(_0x38e130,_0x3e5e6a){return _0x38e130===_0x3e5e6a;},'kyVJR':function(_0xa52171,_0x4e8ec6){return _0xa52171===_0x4e8ec6;},'fEUQm':function(_0x311370,_0x33f36b){return _0x311370===_0x33f36b;},'Ntinp':function(_0x3467b4,_0x3555e4){return _0x3467b4(_0x3555e4);},'VNBSf':_0x38f2(0x10b),'zuxMo':'🔌\x20[BACKGROUND]\x20Setting\x20up\x20socket\x20for\x20background\x20training...','pSXQz':_0x38f2(0x10c),'tOaqg':function(_0x36611b,_0x17599a){return _0x36611b(_0x17599a);},'UeCem':function(_0x3943d8){return _0x3943d8();},'xvXbk':function(_0x8908dc,_0x222f23){return _0x8908dc(_0x222f23);},'zGDCo':function(_0x4479d1,_0x5159d8){return _0x4479d1===_0x5159d8;},'rPsGV':_0x38f2(0x10d),'cdrfe':function(_0x3dc8bc,_0x32ed97){return _0x3dc8bc===_0x32ed97;},'Sljpa':_0x38f2(0x10e),'VKEep':_0x38f2(0x10f),'TVabg':_0x38f2(0x110),'lntxW':function(_0x410e3a,_0x1bbca4){return _0x410e3a(_0x1bbca4);},'HiIvQ':function(_0x10af87,_0x2d145d){return _0x10af87(_0x2d145d);},'ZXKoe':_0x38f2(0x111),'bLzhd':function(_0x40563c,_0x2d3c9c){return _0x40563c===_0x2d3c9c;},'MTdiZ':'CXCvc','ufFWy':_0x38f2(0x112),'jBfgm':function(_0xcb46ba,_0x1b35a5){return _0xcb46ba(_0x1b35a5);},'Dncsa':function(_0xc21ba9,_0x58649a){return _0xc21ba9!==_0x58649a;},'iklHt':'nUpMy','ARnsa':_0x38f2(0x113),'kFvHw':'Background\x20training\x20failed\x20to\x20start','zvrlW':function(_0x4b707b,_0x5ed114){return _0x4b707b(_0x5ed114);},'VKVpf':_0x38f2(0x114),'oDIgQ':_0x38f2(0x115),'ZKRnh':_0x38f2(0x116),'noogl':function(_0x4c9b40,_0x36a744){return _0x4c9b40 instanceof _0x36a744;},'QmfBR':_0x38f2(0x117),'qozdp':_0x38f2(0x118),'MgXVp':'🔑\x20[SDK]\x20Auth\x20data\x20retrieved\x20in\x20parallel\x20for\x20returning\x20user','cdyNt':function(_0x3199b1,_0x488497){return _0x3199b1!==_0x488497;},'JdBKY':'UEWNv','iikVb':_0x38f2(0x119),'RDzul':function(_0x2af43c,_0x3354b7){return _0x2af43c===_0x3354b7;},'xWqrS':_0x38f2(0x11a),'Eztwo':_0x38f2(0x11b),'YsoiD':_0x38f2(0x11c),'rACxz':_0x38f2(0x11d),'rIofO':'✅\x20[SDK]\x20Returning\x20user\x20onComplete\x20finished\x20-\x20waiting\x20for\x20parent\x20to\x20close\x20modal','NAiWL':_0x38f2(0x11e),'lMvGd':_0x38f2(0x11f),'RoGwg':_0x38f2(0x120),'xDmtt':_0x38f2(0x121),'Umfym':_0x38f2(0x122),'FHpIV':_0x38f2(0x123),'JlDGw':_0x38f2(0x124),'kvBOD':_0x38f2(0x125),'pitaf':_0x38f2(0x126),'UylyE':_0x38f2(0x127),'dNTrt':_0x38f2(0x128),'YfqKk':_0x38f2(0x129),'oCKzi':_0x38f2(0x12a),'xoSJy':_0x38f2(0x12b),'UwQDI':_0x38f2(0x12c),'uOoOF':_0x38f2(0x12d),'AdGLK':_0x38f2(0x12e),'adWAV':_0x38f2(0x12f),'yHqNC':_0x38f2(0x130),'vdtGR':function(_0x479775,_0x51488a){return _0x479775===_0x51488a;},'PSFQe':_0x38f2(0x131),'RpxFB':_0x38f2(0x132),'hpxTW':_0x38f2(0x133),'yqLsv':_0x38f2(0x134),'wCaCY':function(_0x3e7906,_0x311bc4){return _0x3e7906===_0x311bc4;},'cCDip':_0x38f2(0x135),'uFOvl':_0x38f2(0x136),'DfDtZ':function(_0x1c4707,_0x4dbd41){return _0x1c4707===_0x4dbd41;},'SUZgk':function(_0xcd02a1,_0x298fb4){return _0xcd02a1===_0x298fb4;}},[_0x4c83c8,_0x4410b1]=(0x0,_react[_0x38f2(0x137)])(primaryAuthOnly?_0x18e357[_0x38f2(0x138)]:'welcome'),[_0x10de7d,_0x12a0f5]=(0x0,_react[_0x38f2(0x137)])({}),[_0x33702a,_0x4fe496]=(0x0,_react['useState'])(''),[_0x36e7ec,_0x3164c6]=(0x0,_react[_0x38f2(0x137)])(_0x18e357[_0x38f2(0x139)]),[_0x42da28]=(0x0,_react[_0x38f2(0x137)])(new _reactNative[(_0x38f2(0x13a))]['Value'](height)),[_0x56f268]=(0x0,_react[_0x38f2(0x137)])(new _reactNative['Animated'][(_0x38f2(0x13b))](0x0)),[_0x4bd1ea,_0x1fa1e7]=(0x0,_react[_0x38f2(0x137)])({}),[_0x5bb751,_0x176dcb]=(0x0,_react[_0x38f2(0x137)])(''),[_0x16323c,_0xe2c547]=(0x0,_react[_0x38f2(0x137)])(''),[_0x408279,_0x3d3fd0]=(0x0,_react[_0x38f2(0x137)])(''),[_0x3441a5,_0x3b25ea]=(0x0,_react[_0x38f2(0x137)])(''),[_0x972741,_0x4a4673]=(0x0,_react[_0x38f2(0x137)])(![]),[_0x2fe4d5,_0x409ce0]=(0x0,_react[_0x38f2(0x137)])(''),[_0x27bb00,_0x500488]=(0x0,_react['useState'])(![]),[_0x20065d,_0xa0cc52]=(0x0,_react['useState'])([]),[_0xfd379a,_0x42c1d9]=(0x0,_react['useState'])(null),[_0x149881,_0x4bcc43]=(0x0,_react['useState'])(![]),[_0x526f88,_0x4d6da6]=(0x0,_react[_0x38f2(0x137)])(![]),[_0x149bb9,_0x5cff93]=(0x0,_react[_0x38f2(0x137)])(![]),[_0x4250d3,_0x2d2866]=(0x0,_react[_0x38f2(0x137)])(0x0),[_0x5ad552,_0x3fdc89]=(0x0,_react['useState'])(0x8),[_0x1d3c49,_0x432407]=(0x0,_react[_0x38f2(0x137)])(0x6);(0x0,_react[_0x38f2(0x13c)])(()=>{console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x13e)],_0x3cc8b4),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x13f)],_0x149881),console[_0x38f2(0x13d)](_0x18e357['KIerK'],_0x4c83c8),console[_0x38f2(0x13d)](_0x38f2(0x140),primaryAuthOnly);},[_0x3cc8b4,_0x149881,_0x4c83c8,primaryAuthOnly]),(0x0,_react[_0x38f2(0x13c)])(()=>{const _0x1d5257={'DKves':function(_0x2f40e6,_0x4a1134){return _0x18e357[_0x38f2(0x141)](_0x2f40e6,_0x4a1134);}};_0x18e357[_0x38f2(0x142)](primaryAuthOnly,_0x3cc8b4)&&(_0x18e357[_0x38f2(0x143)](_0x4c83c8,_0x38f2(0x6e))||_0x18e357[_0x38f2(0x143)](_0x4c83c8,_0x18e357[_0x38f2(0x144)]))&&(_0x18e357[_0x38f2(0x145)]('NJdfM',_0x18e357[_0x38f2(0x146)])?_0x1d5257[_0x38f2(0x147)](_0x1f67a1,![]):(console[_0x38f2(0x13d)](_0x18e357['fIxqi']),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x148)],_0x4c83c8,_0x38f2(0x149)),_0x4410b1(_0x18e357[_0x38f2(0x14a)])));},[primaryAuthOnly,_0x3cc8b4]);const _0x193d3b=(0x0,_react[_0x38f2(0x14b)])(![]),[_0x4903a3,_0x54e8b9]=(0x0,_react[_0x38f2(0x137)])(0x5),[_0x1ea96c,_0x404aa4]=(0x0,_react[_0x38f2(0x137)])(![]),[_0x7814d7]=(0x0,_react['useState'])(new _reactNative[(_0x38f2(0x13a))][(_0x38f2(0x13b))](0x0)),_0x5d63e3=(0x0,_react[_0x38f2(0x14b)])(null),_0x5448c3=null,[_0x1604f4,_0x38aed0]=(0x0,_react[_0x38f2(0x137)])(''),[_0x2a97bf,_0x48a0e2]=(0x0,_react[_0x38f2(0x137)])(0x0),[_0x59e769,_0x328f27]=(0x0,_react[_0x38f2(0x137)])(_0x18e357[_0x38f2(0x14c)]),[_0x4f942d,_0x2ae88a]=(0x0,_react[_0x38f2(0x137)])(![]),[_0x5d9e23,_0x7f16ca]=(0x0,_react['useState'])(![]),[_0x68b2bd,_0x56d549]=(0x0,_react[_0x38f2(0x137)])(![]),[_0x11f566,_0x2d0a87]=(0x0,_react[_0x38f2(0x137)])(null),[_0x4acd33,_0x423bab]=(0x0,_react[_0x38f2(0x137)])(null),[_0x181c80,_0x18c3dc]=(0x0,_react[_0x38f2(0x137)])(null),[_0x295a99,_0x2a86a6]=(0x0,_react[_0x38f2(0x137)])(null),[_0xea9b96,_0x5438b3]=(0x0,_react[_0x38f2(0x137)])(''),_0x15ee34=(0x0,_react[_0x38f2(0x14b)])(null),_0x55fea2=(0x0,_react[_0x38f2(0x14b)])(null),[_0x10cfb4,_0xc142df]=(0x0,_react[_0x38f2(0x137)])(![]),[_0x2680ea,_0x201d2f]=(0x0,_react[_0x38f2(0x137)])(null),[_0x51fc32,_0x330511]=(0x0,_react['useState'])(null),[_0x40f16d,_0x2c4814]=(0x0,_react['useState'])(null),[_0x4f7732,_0x114441]=(0x0,_react[_0x38f2(0x137)])(null),[_0xfc77dc,_0x5a5646]=(0x0,_react[_0x38f2(0x137)])(![]),[_0x5a0591,_0x555072]=(0x0,_react['useState'])(![]),[_0x1df002,_0x73f841]=(0x0,_react['useState'])(''),[_0x4c0fd5,_0x21fba1]=(0x0,_react[_0x38f2(0x137)])(null),_0x20360f=async _0x1f5b23=>{const _0x132c17={'OKwMx':_0x18e357['shCPG'],'DzKGP':_0x18e357[_0x38f2(0x14d)],'FUjJj':function(_0x3e4a3d){return _0x18e357[_0x38f2(0x14e)](_0x3e4a3d);},'XwXYC':function(_0x256b1b,_0x4a7017){return _0x18e357[_0x38f2(0x141)](_0x256b1b,_0x4a7017);},'uwbxR':_0x38f2(0x14f)};if(_0x18e357[_0x38f2(0x150)](_0x18e357[_0x38f2(0x151)],_0x18e357[_0x38f2(0x152)]))_0xa29ef4[_0x38f2(0x153)]=_0x5c8734,_0x1c1fdb[_0x38f2(0x154)]=_0xfd7ff9||_0x2b7bfa[_0x38f2(0x155)]('@')[0x0];else try{const _0x5b955f=await _asyncStorage[_0x38f2(0x4)]['getItem'](_0x18e357[_0x38f2(0x156)]);let _0x29a4e6=_0x5b955f?JSON[_0x38f2(0x157)](_0x5b955f):[];if(!_0x29a4e6[_0x38f2(0x158)](_0x1f5b23)){if(_0x18e357[_0x38f2(0x159)]!==_0x38f2(0x21)){const _0x1e5832={'dtapz':_0x132c17[_0x38f2(0x15a)]};_0x57d0c1&&((0x0,_0x5e1cf3[_0x38f2(0x15b)])(_0x176f2b['HapticType'][_0x38f2(0x15c)]),_0x4cc16e['log'](_0x132c17[_0x38f2(0x15d)]),_0x132c17[_0x38f2(0x15e)](_0x1e0617)['catch'](_0x440e95=>{_0x385da2[_0x38f2(0x15f)](_0x1e5832[_0x38f2(0x160)],_0x440e95);}),_0x132c17[_0x38f2(0x161)](_0x547c5f,_0x132c17[_0x38f2(0x162)]));}else _0x29a4e6['push'](_0x1f5b23),await _asyncStorage[_0x38f2(0x4)]['setItem'](_0x18e357[_0x38f2(0x156)],JSON[_0x38f2(0x163)](_0x29a4e6)),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x164)],_0x1f5b23,_0x18e357[_0x38f2(0x165)],_0x29a4e6);}}catch(_0xa3614f){if(_0x18e357['Cnzie'](_0x38f2(0x166),_0x18e357[_0x38f2(0x167)]))console['error'](_0x18e357[_0x38f2(0x168)],_0xa3614f);else{if(_0x18e357[_0x38f2(0x169)](!_0x1cf042,_0x45f8b8)&&_0x117983['__esModule'])return _0x4a34e6;var _0x5d8b6d,_0x43bcbe,_0x3c2022={'__proto__':null,'default':_0x37c55f};if(_0x18e357[_0x38f2(0x16a)](null,_0x5ad40a)||_0x18e357[_0x38f2(0x16b)](_0x18e357[_0x38f2(0x16c)],typeof _0x151b09)&&_0x18e357[_0x38f2(0x16b)]('function',typeof _0x289755))return _0x3c2022;if(_0x5d8b6d=_0x578d6d?_0x4eeb9b:_0x5b9bd9){if(_0x5d8b6d[_0x38f2(0xc)](_0x52f262))return _0x5d8b6d[_0x38f2(0xd)](_0x4d563b);_0x5d8b6d[_0x38f2(0xe)](_0xa64337,_0x3c2022);}for(const _0x1e1da0 in _0x1b9f22)_0x18e357[_0x38f2(0x16d)](_0x18e357['hQMDq'],_0x1e1da0)&&{}[_0x38f2(0xf)][_0x38f2(0x10)](_0x3a3ef5,_0x1e1da0)&&((_0x43bcbe=(_0x5d8b6d=_0x439dcc[_0x38f2(0x0)])&&_0x45a98a[_0x38f2(0x16e)](_0xb24654,_0x1e1da0))&&(_0x43bcbe[_0x38f2(0xd)]||_0x43bcbe[_0x38f2(0xe)])?_0x18e357[_0x38f2(0x16f)](_0x5d8b6d,_0x3c2022,_0x1e1da0,_0x43bcbe):_0x3c2022[_0x1e1da0]=_0x3e1d47[_0x1e1da0]);return _0x3c2022;}}},_0x342969=async _0x67d616=>{if(_0x18e357[_0x38f2(0x16d)](_0x18e357[_0x38f2(0x170)],_0x18e357[_0x38f2(0x170)])){_0x481fb5[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x171)]),_0x18e357[_0x38f2(0x141)](_0x527384,_0x38f2(0x172)),_0x18e357[_0x38f2(0x141)](_0x2b6470,_0x1b5126['details']),_0x498651(!![]),_0x18e357[_0x38f2(0x173)](_0x56dd69,_0x18e357[_0x38f2(0x174)]),_0x2ceab7(!![]),_0x18e357[_0x38f2(0x175)](_0xeda4b5);return;}else try{const _0xaf6887=await _asyncStorage[_0x38f2(0x4)][_0x38f2(0x176)](_0x18e357[_0x38f2(0x156)]);let _0x550c2a=_0xaf6887?JSON['parse'](_0xaf6887):[];_0x550c2a=_0x550c2a[_0x38f2(0x177)](_0x3710a3=>_0x3710a3!==_0x67d616),await _asyncStorage['default'][_0x38f2(0x178)](_0x38f2(0x20),JSON['stringify'](_0x550c2a)),console[_0x38f2(0x13d)](_0x38f2(0x179),_0x67d616,_0x18e357[_0x38f2(0x17a)],_0x550c2a);}catch(_0x351b02){console[_0x38f2(0x15f)](_0x18e357['dYfdQ'],_0x351b02);}},_0x5ce091=(_0x5cc001,_0x2a938b)=>{_0x18e357[_0x38f2(0x143)]('qdPOh',_0x18e357[_0x38f2(0x17b)])?_reactNative[_0x38f2(0x17c)][_0x38f2(0x17d)](_0x18e357['CoUTz'],_0x38f2(0x17e)+_0x2a938b+'?',[{'text':'No','style':_0x38f2(0x17f)},{'text':_0x18e357[_0x38f2(0x180)],'style':_0x18e357['dmlPb'],'onPress':async()=>{const _0x4925d7={'pFpTU':function(_0x2e602b,_0x190e26){return _0x18e357[_0x38f2(0x181)](_0x2e602b,_0x190e26);},'JIPnL':function(_0x566e7e,_0x1b08bb){return _0x566e7e+_0x1b08bb;},'puhkT':function(_0x51ccc8,_0x5a8798){return _0x18e357[_0x38f2(0x182)](_0x51ccc8,_0x5a8798);},'cJPrk':function(_0x383e8a,_0x4835fd){return _0x18e357[_0x38f2(0x173)](_0x383e8a,_0x4835fd);}};if(_0x18e357[_0x38f2(0x183)]('enTwg',_0x18e357[_0x38f2(0x184)]))try{_0x53838c(_0x1febfc=>({..._0x1febfc,[_0x5cc001]:_0x38f2(0x45)})),_0x18e357['LgsKy'](_0x12a0f5,_0x6f904b=>{const _0x571064={..._0x6f904b};return delete _0x571064[_0x5cc001],_0x571064;}),_0x1fa1e7(_0x2cb17e=>({..._0x2cb17e,[_0x5cc001]:![]})),await _0x18e357['isbgw'](_0x342969,_0x5cc001),await _0x18e357['TWEDG'](_0x3a5e37),console[_0x38f2(0x13d)](_0x38f2(0x185),_0x5cc001);}catch(_0x5c7339){_0x18e357[_0x38f2(0x143)](_0x18e357[_0x38f2(0x186)],'RZAFs')?console[_0x38f2(0x15f)](_0x38f2(0x187),_0x5c7339):_0x5ed994['error'](_0x38f2(0x25),_0x3a5e82);}else _0x43075d=_0x4925d7[_0x38f2(0x188)](_0x4925d7[_0x38f2(0x189)](_0x430d19,0x1),0x4),_0x4925d7['puhkT'](_0x5bed78,0x0)?_0x590ad5(''):_0x4925d7[_0x38f2(0x18a)](_0x2cda64,'.'['repeat'](_0x8dbee3));}}]):(_0x570d3c[_0x38f2(0x15f)](_0x38f2(0x116),_0x1595de),_0x18e357[_0x38f2(0x18b)](_0x2fa8e6,_0x38f2(0x18c)+(_0x18e357[_0x38f2(0x18d)](_0xb3ced2,_0x4b2714)?_0x36172f[_0x38f2(0x18e)]:_0x18e357[_0x38f2(0x18f)])),_0x4645b7(!![]),_0x18e357[_0x38f2(0x190)](_0x365123));},_0x23c72c=()=>{const _0x363e25={'XeQly':_0x38f2(0x191),'gNHPO':function(_0x2030a3,_0x4adcdb){return _0x2030a3(_0x4adcdb);},'NDtjA':_0x18e357[_0x38f2(0x192)],'IZQIO':function(_0xf33637,_0x3eceb4){return _0xf33637!==_0x3eceb4;},'Gvced':_0x18e357[_0x38f2(0x193)],'RuJyt':function(_0x442434,_0x5c9095){return _0x18e357[_0x38f2(0x194)](_0x442434,_0x5c9095);},'pwYNM':function(_0x26ffed,_0x1f9dc2){return _0x26ffed+_0x1f9dc2;}};_0x55fea2['current']&&_0x18e357[_0x38f2(0x18b)](clearInterval,_0x55fea2[_0x38f2(0x195)]);let _0x4c30b7=0x0;_0x55fea2[_0x38f2(0x195)]=_0x18e357['lNQko'](setInterval,()=>{_0x363e25[_0x38f2(0x196)](_0x363e25[_0x38f2(0x197)],_0x38f2(0x198))?(_0x4c30b7=_0x363e25['RuJyt'](_0x363e25[_0x38f2(0x199)](_0x4c30b7,0x1),0x4),_0x4c30b7===0x0?_0x363e25[_0x38f2(0x19a)](_0x5438b3,''):_0x363e25[_0x38f2(0x19a)](_0x5438b3,'.'[_0x38f2(0x19b)](_0x4c30b7))):(_0x39ccb3[_0x38f2(0x15f)](_0x363e25[_0x38f2(0x19c)],_0x3a52f6),_0x363e25[_0x38f2(0x19a)](_0x205e22,_0x363e25[_0x38f2(0x19d)]),_0x435174(!![]),_0x23e464());},0x1f4);},_0x11db53=()=>{const _0x41b7db={'EqSyl':_0x18e357[_0x38f2(0x19e)],'ckaoH':function(_0x1745c7,_0x529a03){return _0x18e357[_0x38f2(0x141)](_0x1745c7,_0x529a03);},'ZIJEa':_0x18e357['VZQyP']};if(_0x18e357[_0x38f2(0x19f)]('odbNq','cKbFv')){const _0x50554=_0x41b7db[_0x38f2(0x1a0)][_0x38f2(0x155)]('|');let _0x410ce3=0x0;while(!![]){switch(_0x50554[_0x410ce3++]){case'0':_0x2968db[_0x38f2(0x13d)](_0x38f2(0x1a1),_0x55c496);continue;case'1':_0x28cc57(_0x3edc84[_0x38f2(0x1a2)]);continue;case'2':_0x41b7db[_0x38f2(0x1a3)](_0x5b096f,_0x41b7db[_0x38f2(0x1a4)]);continue;case'3':_0xe72e5c(0x50);continue;case'4':_0x3ef93b(_0x2f8468[_0x38f2(0x1a5)]);continue;}break;}}else _0x55fea2[_0x38f2(0x195)]&&(_0x18e357[_0x38f2(0x1a6)](clearInterval,_0x55fea2['current']),_0x55fea2[_0x38f2(0x195)]=null),_0x5438b3('');},_0x1ded85=[{'id':_0x18e357[_0x38f2(0x1a7)],'name':_0x18e357['JlDGw'],'color':_0x18e357[_0x38f2(0x1a8)]},{'id':'youtube','name':_0x38f2(0x1a9),'color':_0x18e357[_0x38f2(0x1aa)]},{'id':_0x18e357['UylyE'],'name':_0x18e357[_0x38f2(0x1ab)],'color':_0x18e357[_0x38f2(0x1ac)]}],_0x37d55a=[{'id':_0x18e357[_0x38f2(0x1ad)],'name':_0x18e357['xoSJy'],'color':'#FFFFFF'},{'id':_0x18e357[_0x38f2(0x1ae)],'name':_0x18e357[_0x38f2(0x1af)],'color':_0x18e357['AdGLK']},{'id':_0x18e357[_0x38f2(0x1b0)],'name':'ChatGPT','color':_0x18e357['yHqNC']}],_0x250894=[..._0x1ded85,..._0x37d55a],_0x523e4d=async()=>{},_0x3a5e37=async()=>{},_0x31bd47=()=>_0x38f2(0x45),_0xf30a33=![],_0x2e31a1=()=>![],[_0x6282ab,_0x53838c]=(0x0,_react[_0x38f2(0x137)])({}),[_0x4f8b6e,_0x4926a0]=(0x0,_react[_0x38f2(0x137)])(null),_0x1ed4b4=_0x3acd16=>{return(0x0,_assetRegistry[_0x38f2(0x1b1)])(_0x3acd16);},_0x6cca8b=(0x0,_react['useRef'])(![]),_0x2d4c2d=(0x0,_react[_0x38f2(0x14b)])(_0xdbd476);(0x0,_react['useEffect'])(()=>{_0x2d4c2d[_0x38f2(0x195)]=_0xdbd476;},[_0xdbd476]),(0x0,_react['useEffect'])(()=>{const _0x1234ca={'sSlLE':_0x38f2(0x1b2),'alCwO':_0x38f2(0xdf),'uUCzz':_0x38f2(0x1b3),'GVmiN':function(_0x44dda5,_0x1badba){return _0x18e357[_0x38f2(0x1b4)](_0x44dda5,_0x1badba);},'ZMjQB':_0x18e357[_0x38f2(0x1b5)],'jqVmc':_0x18e357[_0x38f2(0x1b6)],'xXBGY':function(_0x3b0017,_0x13d1d4){return _0x18e357[_0x38f2(0x18b)](_0x3b0017,_0x13d1d4);}};if(_0x38f2(0x34)===_0x18e357[_0x38f2(0x1b7)]){if(_0x3cc8b4){_0x6cca8b[_0x38f2(0x195)]=!![],_0x193d3b[_0x38f2(0x195)]=![],_0x56f268['setValue'](0x0),_0x18e357[_0x38f2(0x18b)](_0x4bcc43,!![]),_0x18e357[_0x38f2(0x190)](_0x427381),requestAnimationFrame(()=>{_reactNative[_0x38f2(0x13a)][_0x38f2(0x1b8)](_0x56f268,{'toValue':0x1,'duration':0x12c,'useNativeDriver':!![]})[_0x38f2(0x1b9)]();});const _0x1f2b60=_reactNative[_0x38f2(0x1ba)][_0x38f2(0x1bb)](_0x18e357[_0x38f2(0x1bc)],_0x1574e7);return()=>{_0x1f2b60[_0x38f2(0x1bd)]();};}else{if(_0x6cca8b[_0x38f2(0x195)]&&!_0x193d3b['current'])_reactNative[_0x38f2(0x13a)]['timing'](_0x56f268,{'toValue':0x0,'duration':0xfa,'useNativeDriver':!![]})[_0x38f2(0x1b9)](()=>{const _0x46320={'oyumA':function(_0x19e75a,_0xbc006c){return _0x19e75a(_0xbc006c);},'MaeUp':function(_0xdff859,_0x51215a){return _0x18e357[_0x38f2(0x1be)](_0xdff859,_0x51215a);}};_0x18e357['DNNhW'](_0x18e357[_0x38f2(0x1bf)],_0x38f2(0x1c0))?(_0x5056c7['error'](_0x1234ca[_0x38f2(0x1c1)],_0x414c95),_0x1d4252(_0x1234ca[_0x38f2(0x1c2)]),_0x309898(!![]),_0x94938f()):_0x18e357['gOGBm'](setTimeout,()=>{var _0x27974b;_0x46320[_0x38f2(0x1c3)](_0x4bcc43,![]),_0x46320['MaeUp'](_0x27974b=_0x2d4c2d[_0x38f2(0x195)],null)||_0x27974b===void 0x0||_0x27974b['call'](_0x2d4c2d);},0x10);});else _0x6cca8b['current']&&_0x193d3b[_0x38f2(0x195)]&&(_0x18e357[_0x38f2(0x1a6)](_0x4bcc43,![]),_0x193d3b[_0x38f2(0x195)]=![]);}}else _0x58d622['log'](_0x1234ca['uUCzz']),_0x1234ca[_0x38f2(0x1c4)](_0x1fc210,_0x1234ca[_0x38f2(0x1c5)]),_0x1234ca[_0x38f2(0x1c4)](_0x5cd397,_0x1234ca[_0x38f2(0x1c6)]),_0x1234ca[_0x38f2(0x1c7)](_0x298564,!![]);},[_0x3cc8b4]),(0x0,_react[_0x38f2(0x13c)])(()=>{const _0x57e51a={'NvGNL':_0x18e357[_0x38f2(0x1c8)]};return()=>{_0x15ee34[_0x38f2(0x195)]&&(console[_0x38f2(0x13d)](_0x57e51a[_0x38f2(0x1c9)]),_0x15ee34[_0x38f2(0x195)]['disconnect'](),_0x15ee34[_0x38f2(0x195)]=null),_0x11db53();};},[_0x3cc8b4]);const _0x1574e7=(0x0,_react[_0x38f2(0x1ca)])(({url:_0x442d89})=>{(0x0,_platformAuthService[_0x38f2(0x1cb)])(_0x442d89)&&_0x18e357[_0x38f2(0x1cc)](_0x4c4af3,_0x442d89);},[]);(0x0,_react[_0x38f2(0x13c)])(()=>{const _0x15f281={'cqcZM':function(_0x354fb7,_0xc1080c){return _0x354fb7(_0xc1080c);},'kncNp':_0x18e357['OEkjw'],'XudNO':function(_0x446845){return _0x18e357[_0x38f2(0x1cd)](_0x446845);},'lyXTj':_0x18e357[_0x38f2(0x1ce)],'QOrRA':function(_0x593f8f,_0x37403e){return _0x18e357[_0x38f2(0x141)](_0x593f8f,_0x37403e);},'dnBTq':function(_0x936397,_0x3d4a05){return _0x18e357['rYJkv'](_0x936397,_0x3d4a05);},'hQEvA':_0x18e357[_0x38f2(0x1cf)],'safjO':function(_0x2ff89f,_0x246978){return _0x18e357[_0x38f2(0x1d0)](_0x2ff89f,_0x246978);},'mHlEt':_0x18e357[_0x38f2(0x1d1)],'OESag':_0x18e357[_0x38f2(0x1d2)],'SfRmE':_0x18e357[_0x38f2(0x1d3)],'yIzoe':_0x18e357[_0x38f2(0x1d4)],'eqVco':_0x18e357[_0x38f2(0x1d5)],'AGlvK':_0x18e357[_0x38f2(0x138)],'EFYjc':function(_0x155901,_0x5d51ff){return _0x18e357[_0x38f2(0x16d)](_0x155901,_0x5d51ff);},'AyuhW':_0x18e357['RhroT'],'QDBIR':_0x38f2(0x1d6),'OilHQ':_0x18e357['iBNZq'],'EALNo':function(_0x1bac37,_0x1aea3d){return _0x18e357['gOYUv'](_0x1bac37,_0x1aea3d);},'hnDxX':function(_0x3dddfd,_0x33046f){return _0x18e357[_0x38f2(0x182)](_0x3dddfd,_0x33046f);},'xHdBc':_0x18e357[_0x38f2(0x1d7)],'TuRGk':_0x18e357[_0x38f2(0x1d8)],'ZPmrz':_0x18e357['KSPon'],'qlqHA':_0x18e357[_0x38f2(0x1d9)],'WvSCk':function(_0x551aa4,_0x5e7f8a){return _0x551aa4===_0x5e7f8a;},'JgwHa':_0x38f2(0xe5),'ePDlp':function(_0x4b2ca0,_0x2fdfd1){return _0x4b2ca0(_0x2fdfd1);},'NVKZH':function(_0x2bac4e,_0x421200){return _0x18e357[_0x38f2(0x1da)](_0x2bac4e,_0x421200);},'OHLXx':function(_0x1b9f9f,_0x2ca41d){return _0x1b9f9f===_0x2ca41d;},'SXaJQ':function(_0x43440d,_0x5e6127){return _0x18e357[_0x38f2(0x18b)](_0x43440d,_0x5e6127);},'fEMIU':_0x38f2(0x1db),'weTvh':_0x18e357['buztn'],'qKXEp':_0x38f2(0x20),'uVjrv':'NtogS','AelOS':_0x18e357['iqXhM'],'gHXfl':_0x38f2(0x49),'zIMqb':_0x18e357[_0x38f2(0x1dc)],'deKDs':function(_0x3f8c77,_0x1239ab){return _0x3f8c77(_0x1239ab);},'Ckliq':function(_0x1595b2,_0x4586ba){return _0x18e357[_0x38f2(0x141)](_0x1595b2,_0x4586ba);},'XBzDC':'🔑\x20[CACHED\x20LOGIN]\x20User\x20has\x20existing\x20connections:','lGYoH':function(_0x480376,_0x2d73ac){return _0x18e357[_0x38f2(0x1dd)](_0x480376,_0x2d73ac);},'qLdCk':_0x18e357[_0x38f2(0x1de)],'fWNQj':function(_0x1a7af5,_0x18232b){return _0x1a7af5===_0x18232b;},'UBhUI':function(_0x18c212,_0xb544fc){return _0x18e357[_0x38f2(0x1df)](_0x18c212,_0xb544fc);},'icNbx':function(_0x4c4fca,_0x369eef){return _0x18e357[_0x38f2(0x150)](_0x4c4fca,_0x369eef);},'cnaSG':function(_0x42476d,_0xff78e0){return _0x42476d===_0xff78e0;}},_0x49cc5c=async()=>{const _0x2ea2d1={'JxQMv':_0x38f2(0xf6),'UQHFG':_0x15f281[_0x38f2(0x1e0)],'xoRpt':_0x15f281['AGlvK']};try{if(_0x15f281[_0x38f2(0x1e1)](_0x38f2(0x3d),_0x15f281['AyuhW']))_0x4d7175[_0x38f2(0x15f)](_0x38f2(0x1e2),_0x2c9042),_0x15f281[_0x38f2(0x1e3)](_0x3f4a45,_0x15f281['kncNp']),_0x15f281[_0x38f2(0x1e3)](_0x34d9d8,!![]),_0x15f281[_0x38f2(0x1e4)](_0x2c97eb);else{const _0x96d770=await _asyncStorage['default']['getItem'](_0x15f281[_0x38f2(0x1e5)]),_0x16f01a=await _asyncStorage[_0x38f2(0x4)][_0x38f2(0x176)](_0x15f281[_0x38f2(0x1e6)]);if(_0x15f281[_0x38f2(0x1e7)](_0x96d770,_0x16f01a)){if(_0x15f281[_0x38f2(0x1e8)](_0x15f281['xHdBc'],_0x38f2(0x3f))){const _0x36d0c8=_0x15f281[_0x38f2(0x1e9)][_0x38f2(0x155)]('|');let _0x5869cb=0x0;while(!![]){switch(_0x36d0c8[_0x5869cb++]){case'0':await _asyncStorage[_0x38f2(0x4)]['removeItem'](_0x15f281[_0x38f2(0x1e5)]);continue;case'1':console[_0x38f2(0x13d)](_0x38f2(0x1ea));continue;case'2':_0x330511(JSON[_0x38f2(0x157)](_0x16f01a));continue;case'3':_0x15f281['cqcZM'](_0xc142df,!![]);continue;case'4':await _asyncStorage[_0x38f2(0x4)][_0x38f2(0x1eb)](_0x15f281[_0x38f2(0x1e6)]);continue;case'5':_0x201d2f(_0x96d770);continue;}break;}}else _0x57d971=_0x2ea2d1[_0x38f2(0x1ec)];}const _0x27d7b5=await(0x0,_jwtStorageService[_0x38f2(0x1ed)])();_0x15f281[_0x38f2(0x1ee)](_0x18c3dc,_0x27d7b5);if(_0x27d7b5){if(_0x15f281[_0x38f2(0x1ef)]!==_0x38f2(0x41)){const _0x5b358c=_0x15f281[_0x38f2(0x1f0)][_0x38f2(0x155)]('|');let _0xf7bfe7=0x0;while(!![]){switch(_0x5b358c[_0xf7bfe7++]){case'0':_0x15f281[_0x38f2(0x1f1)](_0x37e09a,!![]);continue;case'1':_0x1ec054();continue;case'2':_0x15f281[_0x38f2(0x1ee)](_0x279796,_0x15f281[_0x38f2(0x1f2)]);continue;case'3':_0x15f281[_0x38f2(0x1f3)](_0xe7a994,!![]);continue;case'4':_0x15f281[_0x38f2(0x1f1)](_0x51f2b3,_0x43a1af);continue;case'5':_0x15f281[_0x38f2(0x1ee)](_0x4d724b,_0x15f281[_0x38f2(0x1f4)]);continue;case'6':return;case'7':_0x10127f['log'](_0x15f281['OESag']);continue;}break;}}else{var _0x50f199;const _0x4f53c7=await(0x0,_authService[_0x38f2(0x1f5)])(),_0x276c09=await _asyncStorage[_0x38f2(0x4)][_0x38f2(0x176)](_0x15f281[_0x38f2(0x1f6)]),_0x377023=_0x4f53c7||(_0x15f281[_0x38f2(0x1e8)](_0x5448c3,null)||_0x5448c3===void 0x0||_0x15f281[_0x38f2(0x1f7)](_0x50f199=_0x5448c3['email'],null)||_0x15f281['hnDxX'](_0x50f199,void 0x0)?void 0x0:_0x50f199['split']('@')[0x0])||(_0x5448c3===null||_0x15f281[_0x38f2(0x1f7)](_0x5448c3,void 0x0)?void 0x0:_0x5448c3[_0x38f2(0x1f8)])||_0x15f281[_0x38f2(0x1f9)];console[_0x38f2(0x13d)]('🔍\x20Using\x20username\x20for\x20training:',_0x377023),_0x15f281[_0x38f2(0x1fa)](_0x2a86a6,{'username':_0x377023,'email':_0x276c09||(_0x15f281[_0x38f2(0x1fb)](_0x5448c3,null)||_0x15f281[_0x38f2(0x1fc)](_0x5448c3,void 0x0)?void 0x0:_0x5448c3['email'])||null,'id':null}),_0x15f281[_0x38f2(0x1fd)](_0x38aed0,_0x377023);if(_0x276c09&&_0x15f281['OHLXx'](_0x4c83c8,'welcome')&&!primaryAuthOnly){if(_0x15f281[_0x38f2(0x1fe)]!==_0x15f281[_0x38f2(0x1fe)]){_0x338ed9[_0x38f2(0x13d)](_0x2ea2d1[_0x38f2(0x1ff)]),_0xf42263(_0x2ea2d1[_0x38f2(0x200)]);return;}else{console[_0x38f2(0x13d)](_0x15f281['weTvh'],_0x276c09);const _0x20789e=await _asyncStorage[_0x38f2(0x4)][_0x38f2(0x176)](_0x15f281['qKXEp']),_0x5a4a6b=_0x20789e?JSON['parse'](_0x20789e):[];if(_0x5a4a6b[_0x38f2(0x201)]>0x0){if(_0x15f281[_0x38f2(0x1f7)](_0x15f281[_0x38f2(0x202)],_0x15f281['uVjrv'])){const _0x548611=_0x15f281['AelOS'][_0x38f2(0x155)]('|');let _0x53b677=0x0;while(!![]){switch(_0x548611[_0x53b677++]){case'0':_0x15f281['SXaJQ'](_0xa0cc52,_0x5a4a6b);continue;case'1':console[_0x38f2(0x13d)](_0x15f281[_0x38f2(0x203)]);continue;case'2':_0x15f281[_0x38f2(0x1e3)](_0x4410b1,_0x15f281[_0x38f2(0x204)]);continue;case'3':_0x15f281['deKDs'](_0x500488,!![]);continue;case'4':_0x15f281['Ckliq'](_0x3b25ea,_0x276c09);continue;case'5':console[_0x38f2(0x13d)](_0x15f281[_0x38f2(0x205)],_0x5a4a6b);continue;}break;}}else _0x1027a2['error'](_0x15f281[_0x38f2(0x206)],_0x56c15a),_0xb84f99(_0x24b1ec[_0x38f2(0x18e)]||_0x38f2(0x207)),(0x0,_0x1fb059[_0x38f2(0x15b)])(_0x24fe74[_0x38f2(0x208)]['ERROR']),_0x15f281[_0x38f2(0x1e3)](_0x29650c,_0x15f281[_0x38f2(0x209)]);}else console[_0x38f2(0x13d)]('🔑\x20[CACHED\x20LOGIN]\x20User\x20authenticated\x20but\x20no\x20connections\x20-\x20skipping\x20to\x20platforms'),_0x15f281[_0x38f2(0x20a)](_0x3b25ea,_0x276c09),_0x15f281['lGYoH'](_0x4410b1,_0x15f281[_0x38f2(0x20b)]);}}}}}}catch(_0x16efa6){var _0x4cd145;console[_0x38f2(0x15f)](_0x15f281['qLdCk'],_0x16efa6);const _0x159756=(_0x15f281[_0x38f2(0x20c)](_0x5448c3,null)||_0x15f281['NVKZH'](_0x5448c3,void 0x0)||_0x15f281[_0x38f2(0x20d)](_0x4cd145=_0x5448c3[_0x38f2(0x153)],null)||_0x15f281[_0x38f2(0x20c)](_0x4cd145,void 0x0)?void 0x0:_0x4cd145['split']('@')[0x0])||(_0x15f281['icNbx'](_0x5448c3,null)||_0x15f281[_0x38f2(0x20e)](_0x5448c3,void 0x0)?void 0x0:_0x5448c3['name'])||_0x38f2(0xe5);_0x15f281[_0x38f2(0x1f3)](_0x2a86a6,{'username':_0x159756,'email':(_0x15f281[_0x38f2(0x1fc)](_0x5448c3,null)||_0x5448c3===void 0x0?void 0x0:_0x5448c3['email'])||null,'id':null}),_0x38aed0(_0x159756);}};_0x3cc8b4&&_0x18e357['fwCCM'](_0x49cc5c);},[_0x3cc8b4,_0x5448c3,_0x4c83c8,primaryAuthOnly]);const _0x427381=async()=>{const _0xb3364f={'vqehK':function(_0xe69102,_0x170c2f){return _0xe69102!==_0x170c2f;},'ycaRO':_0x18e357[_0x38f2(0x20f)]};if(_0x18e357['Cnzie'](_0x18e357[_0x38f2(0x210)],_0x38f2(0x46)))_0x1624a4=_0x18e357[_0x38f2(0x211)];else try{const _0x1a9b0b=await(0x0,_authService[_0x38f2(0x1f5)])(),_0x8f56e0=(_0x18e357['SVmQp'](_0x5448c3,null)||_0x18e357[_0x38f2(0x212)](_0x5448c3,void 0x0)?void 0x0:_0x5448c3[_0x38f2(0x153)])||(_0x18e357[_0x38f2(0x19f)](_0x5448c3,null)||_0x18e357['ALowl'](_0x5448c3,void 0x0)?void 0x0:_0x5448c3[_0x38f2(0x1f8)])||_0x38f2(0x213)+Math[_0x38f2(0x214)](_0x18e357[_0x38f2(0x215)](Math[_0x38f2(0x216)](),0x2710)),_0x2add04=_0x18e357[_0x38f2(0x217)](_0x1a9b0b,_0x8f56e0);console[_0x38f2(0x13d)](_0x38f2(0x218),{'storedUsername':_0x1a9b0b,'fallbackUsername':_0x8f56e0,'finalUsername':_0x2add04}),_0x18e357[_0x38f2(0x219)](_0x38aed0,_0x2add04);const _0x59cf47=await _0x18e357[_0x38f2(0x190)](_0x31bd47);console[_0x38f2(0x13d)]('Initial\x20connection\x20status:',_0x59cf47),_0x18e357[_0x38f2(0x21a)](_0x12a0f5,_0x59cf47);const _0x400660={};Object[_0x38f2(0x21b)](_0x59cf47)[_0x38f2(0x21c)](_0x32031c=>{var _0x4ee4a4;_0x400660[_0x32031c]=_0xb3364f[_0x38f2(0x21d)](_0x4ee4a4=_0x59cf47[_0x32031c],null)&&_0xb3364f[_0x38f2(0x21d)](_0x4ee4a4,void 0x0)&&_0x4ee4a4[_0x38f2(0x21e)]?_0x38f2(0x21e):_0xb3364f[_0x38f2(0x21f)];}),_0x53838c(_0x400660);const _0x4d7287={};Object[_0x38f2(0x21b)](_0x59cf47)[_0x38f2(0x21c)](_0x295bcb=>{var _0x4953ce;_0x4d7287[_0x295bcb]=(_0x18e357[_0x38f2(0x220)](_0x4953ce=_0x59cf47[_0x295bcb],null)||_0x18e357[_0x38f2(0x221)](_0x4953ce,void 0x0)?void 0x0:_0x4953ce[_0x38f2(0x21e)])||![];}),_0x18e357[_0x38f2(0x21a)](_0x1fa1e7,_0x4d7287),console['log'](_0x38f2(0x222),_0x400660),console[_0x38f2(0x13d)](_0x38f2(0x223),_0x4d7287);}catch(_0x380f87){console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x224)],_0x380f87),_0x18e357[_0x38f2(0x225)](_0x12a0f5,{}),_0x18e357[_0x38f2(0x225)](_0x53838c,{}),_0x18e357[_0x38f2(0x226)](_0x1fa1e7,{});const _0x1fec89=(_0x18e357[_0x38f2(0x16a)](_0x5448c3,null)||_0x5448c3===void 0x0?void 0x0:_0x5448c3['email'])||(_0x18e357[_0x38f2(0x227)](_0x5448c3,null)||_0x18e357['nqeUg'](_0x5448c3,void 0x0)?void 0x0:_0x5448c3['name'])||'user_'+Math[_0x38f2(0x214)](_0x18e357[_0x38f2(0x228)](Math[_0x38f2(0x216)](),0x2710));_0x18e357[_0x38f2(0x18b)](_0x38aed0,_0x1fec89);}},_0x1630ae=()=>{if(_0x38f2(0x4b)===_0x18e357['yWcUr']){const _0x2c02b3=_0x193d3b[_0x38f2(0x195)];_reactNative['Animated'][_0x38f2(0x1b8)](_0x56f268,{'toValue':0x0,'duration':0xfa,'useNativeDriver':!![]})[_0x38f2(0x1b9)](()=>{const _0x11dbd7={'koTYn':function(_0x4ac9ac,_0x2f208e){return _0x4ac9ac(_0x2f208e);},'POfRK':_0x38f2(0x43),'BmZsC':_0x18e357['tAAbq'],'frHTx':_0x18e357['gFjiB'],'mChUz':function(_0x121048,_0x59bf1a){return _0x121048!==_0x59bf1a;},'AxLBp':_0x18e357[_0x38f2(0x229)],'qMXrJ':_0x18e357['NPzOF'],'MYyiw':function(_0x4210a8,_0x10149e){return _0x18e357[_0x38f2(0x219)](_0x4210a8,_0x10149e);},'TymdP':_0x18e357[_0x38f2(0x22a)],'WoLOT':function(_0x462fe3){return _0x18e357[_0x38f2(0x22b)](_0x462fe3);}};_0x18e357[_0x38f2(0x22c)](setTimeout,()=>{const _0x3a42ca={'lGkhR':'3|5|2|4|0|1','WfdsZ':function(_0x3b174a,_0x249be8){return _0x3b174a(_0x249be8);},'yPOWl':function(_0x3ff885,_0xfe168d){return _0x11dbd7[_0x38f2(0x22d)](_0x3ff885,_0xfe168d);},'eiWTp':_0x11dbd7[_0x38f2(0x22e)],'xvJAP':_0x11dbd7['BmZsC'],'nhZIZ':_0x11dbd7[_0x38f2(0x22f)]};if(_0x11dbd7['mChUz'](_0x11dbd7[_0x38f2(0x230)],_0x11dbd7['qMXrJ'])){_0x11dbd7[_0x38f2(0x231)](_0x4bcc43,![]);if(!_0x2c02b3){if(_0x11dbd7[_0x38f2(0x232)](_0x11dbd7['TymdP'],'zheia')){const _0x3ae93e=_0x3a42ca[_0x38f2(0x233)][_0x38f2(0x155)]('|');let _0x418ad7=0x0;while(!![]){switch(_0x3ae93e[_0x418ad7++]){case'0':_0x3a42ca[_0x38f2(0x234)](_0x2c4b15,_0x43198e);continue;case'1':_0x3a42ca[_0x38f2(0x235)](_0x183f23,_0x3a42ca[_0x38f2(0x236)]);continue;case'2':_0x3a42ca['WfdsZ'](_0xb718b8,_0x48cee2);continue;case'3':_0x2dd480[_0x38f2(0x13d)](_0x3a42ca[_0x38f2(0x237)],_0x57cd68);continue;case'4':_0x3a42ca[_0x38f2(0x235)](_0x10dc4c,!![]);continue;case'5':_0x41f4c5[_0x38f2(0x13d)](_0x3a42ca[_0x38f2(0x238)]);continue;}break;}}else _0x11dbd7['WoLOT'](_0xdbd476);}}else _0x128348[_0x38f2(0x13d)]('✅\x20Verification\x20code\x20resent\x20successfully');},0x64);});}else _0x18e357[_0x38f2(0x1d0)](_0x2e7942,_0x20b5d7[_0x38f2(0x239)]),_0x18e357['WmMOQ'](_0x5e05d7,_0x43997e['status']||_0x18e357[_0x38f2(0x23a)]),_0x20282c&&_0x18e357[_0x38f2(0x23b)](_0x5f14ef[_0x38f2(0x239)],0x1e)&&_0x56f74a(![]);},_0x4782e3=()=>{(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)][_0x38f2(0x15c)]);if(primaryAuthOnly){console[_0x38f2(0x13d)](_0x38f2(0x3b)),_0x4410b1(_0x18e357[_0x38f2(0x138)]);return;}console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x23c)]),_0x18e357[_0x38f2(0x173)](_0x4410b1,_0x38f2(0x6e));},_0x5073cf=async _0x54ce28=>{const _0x208628={'xbNKH':function(_0x269a8b,_0x350295){return _0x269a8b&&_0x350295;},'trpEl':function(_0x550fe2,_0x6452cd){return _0x550fe2===_0x6452cd;},'uaTYW':function(_0x19716e,_0x2ccb02){return _0x18e357[_0x38f2(0x16b)](_0x19716e,_0x2ccb02);},'vyDUU':_0x38f2(0x1c),'pUQew':function(_0x28cd45,_0x1a4dbc){return _0x18e357[_0x38f2(0x16b)](_0x28cd45,_0x1a4dbc);},'QmvoP':_0x18e357[_0x38f2(0x23d)],'UkyVi':function(_0x365877,_0x423443){return _0x18e357[_0x38f2(0x23e)](_0x365877,_0x423443);},'FnfoD':_0x18e357[_0x38f2(0x23f)]};(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)][_0x38f2(0x15c)]),_0x18e357[_0x38f2(0x141)](_0x4a4673,!![]),_0x18e357[_0x38f2(0x240)](_0x409ce0,'');try{if(_0x18e357[_0x38f2(0x241)](_0x18e357[_0x38f2(0x242)],_0x18e357[_0x38f2(0x242)])){if(_0x18e357['kzCtp'](_0x18e357[_0x38f2(0x23d)],typeof _0x2f0edb))var _0x22916d=new _0x59f7c2(),_0x248175=new _0x488935();return(_0x1cb25f=function(_0x5190ca,_0x48c4f6){if(_0x208628[_0x38f2(0x243)](!_0x48c4f6,_0x5190ca)&&_0x5190ca[_0x38f2(0x1)])return _0x5190ca;var _0x58ed7a,_0x6907b0,_0x16f199={'__proto__':null,'default':_0x5190ca};if(_0x208628[_0x38f2(0x244)](null,_0x5190ca)||_0x208628[_0x38f2(0x245)](_0x208628[_0x38f2(0x246)],typeof _0x5190ca)&&_0x208628[_0x38f2(0x247)](_0x208628[_0x38f2(0x248)],typeof _0x5190ca))return _0x16f199;if(_0x58ed7a=_0x48c4f6?_0x248175:_0x22916d){if(_0x58ed7a[_0x38f2(0xc)](_0x5190ca))return _0x58ed7a[_0x38f2(0xd)](_0x5190ca);_0x58ed7a[_0x38f2(0xe)](_0x5190ca,_0x16f199);}for(const _0x5f397c in _0x5190ca)_0x208628[_0x38f2(0x249)](_0x208628['FnfoD'],_0x5f397c)&&{}[_0x38f2(0xf)][_0x38f2(0x10)](_0x5190ca,_0x5f397c)&&((_0x6907b0=(_0x58ed7a=_0x5c655f[_0x38f2(0x0)])&&_0x50525a[_0x38f2(0x16e)](_0x5190ca,_0x5f397c))&&(_0x6907b0[_0x38f2(0xd)]||_0x6907b0[_0x38f2(0xe)])?_0x58ed7a(_0x16f199,_0x5f397c,_0x6907b0):_0x16f199[_0x5f397c]=_0x5190ca[_0x5f397c]);return _0x16f199;})(_0xbf28fa,_0x5113ed);}else{if(_0x54ce28===_0x18e357[_0x38f2(0x24a)]){const _0x1a1129=_0x18e357['oFJjN'][_0x38f2(0x155)]('|');let _0x16599c=0x0;while(!![]){switch(_0x1a1129[_0x16599c++]){case'0':_0x18e357[_0x38f2(0x1a6)](_0x3b25ea,_0x54ce28);continue;case'1':_0x18e357['yotau'](_0x4a4673,![]);continue;case'2':_0x4410b1(_0x38f2(0x3c));continue;case'3':await _asyncStorage[_0x38f2(0x4)][_0x38f2(0x178)](_0x18e357[_0x38f2(0x24b)],'true');continue;case'4':await(0x0,_jwtStorageService['storeJWT'])(_0x38f2(0x88));continue;case'5':return;case'6':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x24c)]);continue;}break;}}if(_0x18e357['qYUqY'](_0x54ce28,_0x38f2(0x24d))){if(_0x18e357['NkByW'](_0x38f2(0x24e),_0x18e357[_0x38f2(0x24f)]))throw new _0x2db750(_0x38f2(0x250)+_0x4bc69e['message']);else{const _0x4d4627=_0x18e357['EPlzz'][_0x38f2(0x155)]('|');let _0x5d6a5f=0x0;while(!![]){switch(_0x4d4627[_0x5d6a5f++]){case'0':_0x3b25ea(_0x18e357[_0x38f2(0x251)]);continue;case'1':_0x18e357[_0x38f2(0x1cc)](_0x4a4673,![]);continue;case'2':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x252)]);continue;case'3':return;case'4':_0x18e357['tzAsM'](_0x4410b1,_0x18e357[_0x38f2(0x144)]);continue;}break;}}}console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x253)],_0x54ce28);const _0x4c9771=await(0x0,_authService['sendEmailVerificationCode'])(_0x54ce28);_0x4c9771[_0x38f2(0x254)]?(console['log'](_0x18e357[_0x38f2(0x255)]),_0x18e357[_0x38f2(0x256)](_0x3b25ea,_0x54ce28),_0x18e357[_0x38f2(0x257)](_0x4410b1,_0x18e357[_0x38f2(0x144)])):_0x18e357[_0x38f2(0x258)](_0x18e357[_0x38f2(0x259)],_0x38f2(0x55))?(console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x25a)],_0x4c9771['message']),_0x409ce0(_0x4c9771[_0x38f2(0x18e)]||_0x18e357[_0x38f2(0x25b)])):(_0x4ddab8[_0x38f2(0x195)][_0x38f2(0x25c)](),_0x1e0291[_0x38f2(0x195)]=null);}}catch(_0x359503){if(_0x18e357[_0x38f2(0x25d)](_0x18e357['tgrqi'],_0x18e357[_0x38f2(0x25e)])){const _0x581f09={'uIadu':_0x18e357[_0x38f2(0x1c8)],'NnVuE':function(_0x219e1a){return _0x219e1a();}};return()=>{_0x300bef[_0x38f2(0x195)]&&(_0x53e6cb[_0x38f2(0x13d)](_0x581f09[_0x38f2(0x25f)]),_0x1a0cd0[_0x38f2(0x195)][_0x38f2(0x25c)](),_0x1ab577['current']=null),_0x581f09[_0x38f2(0x260)](_0x32c964);};}else console[_0x38f2(0x15f)](_0x18e357['febLu'],_0x359503),_0x409ce0(_0x18e357[_0x38f2(0x261)]);}finally{_0x18e357[_0x38f2(0x145)](_0x18e357[_0x38f2(0x262)],_0x18e357['rDtBJ'])?_0x18e357[_0x38f2(0x263)](_0x4a4673,![]):_0x3d1dbd[_0x38f2(0x1bd)]();}},_0x3374db=async()=>{const _0x567d60={'rhmED':_0x18e357['ZcZKI'],'yfEtJ':_0x18e357[_0x38f2(0x264)],'imAPe':function(_0x562de7,_0x7fe885){return _0x18e357['OGflC'](_0x562de7,_0x7fe885);},'Qfpip':_0x38f2(0x207)};(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)][_0x38f2(0x15c)]),_0x4a4673(!![]),_0x409ce0('');try{if(_0x18e357[_0x38f2(0x265)]('BNMOZ',_0x18e357[_0x38f2(0x266)]))return(0x0,_0x53ec64[_0x38f2(0x1b1)])(_0x77a224);else{console['log']('🔗\x20Initiating\x20Google\x20Sign-In');const _0x1bd067=await(0x0,_googleAuthService[_0x38f2(0x267)])();if(_0x1bd067[_0x38f2(0x254)]&&_0x1bd067[_0x38f2(0x268)]){if(_0x18e357[_0x38f2(0x258)](_0x18e357[_0x38f2(0x269)],_0x18e357[_0x38f2(0x26a)]))_0x4ab5a6['log'](_0x38f2(0x6c),_0x5368ff['message']),_0x3aeb0b(_0x2bf8c0[_0x38f2(0x18e)]||_0x18e357['tOIoO']);else{console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x26b)],_0x1bd067['user']['email']),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x26c)],_0x1bd067[_0x38f2(0x26d)]),_0x18e357[_0x38f2(0x1b4)](_0x3b25ea,_0x1bd067[_0x38f2(0x268)]['email']);const _0x3bd4e6=_0x1bd067[_0x38f2(0x268)][_0x38f2(0x154)]||_0x1bd067[_0x38f2(0x268)][_0x38f2(0x153)][_0x38f2(0x155)]('@')[0x0];_0x18e357[_0x38f2(0x1cc)](_0x38aed0,_0x3bd4e6);if(_0x18e357[_0x38f2(0x26e)](_0x1bd067[_0x38f2(0x26d)],![])){console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x26f)]);try{const _0x3b987a=await(0x0,_connectedAccountsService[_0x38f2(0x270)])(_0x1bd067['user'][_0x38f2(0x153)],_0x1bd067[_0x38f2(0x268)]['id'],_0x3bd4e6);if(_0x3b987a&&_0x3b987a['length']>0x0){const _0x6f0d9a=_0x18e357['NNavl'][_0x38f2(0x155)]('|');let _0x381a56=0x0;while(!![]){switch(_0x6f0d9a[_0x381a56++]){case'0':return;case'1':_0x4410b1(_0x18e357[_0x38f2(0x1dc)]);continue;case'2':_0xa0cc52(_0x3b987a[_0x38f2(0x271)](_0x245668=>_0x245668['platform']));continue;case'3':(0x0,_haptics[_0x38f2(0x15b)])(_haptics['HapticType'][_0x38f2(0x272)]);continue;case'4':_0x18e357[_0x38f2(0x273)](_0x500488,!![]);continue;case'5':console[_0x38f2(0x13d)](_0x38f2(0x274)+_0x3b987a[_0x38f2(0x201)]+'\x20existing\x20connections\x20-\x20skipping\x20to\x20consent');continue;}break;}}else _0x18e357[_0x38f2(0x212)](_0x38f2(0x275),_0x18e357[_0x38f2(0x276)])?console[_0x38f2(0x13d)](_0x18e357['WehCI']):_0x119183['error'](_0x18e357[_0x38f2(0x277)],_0x511fc4);}catch(_0xc8c3f4){console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x278)],_0xc8c3f4);}}_0x18e357['PAUCb'](_0x4410b1,'platforms'),(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)][_0x38f2(0x272)]);}}else{if(_0x1bd067[_0x38f2(0x279)]){if(_0x18e357[_0x38f2(0x27a)]===_0x38f2(0x27b))console['log'](_0x18e357[_0x38f2(0x27c)]);else{_0x456a8e[_0x38f2(0x15f)](_0x567d60[_0x38f2(0x27d)]);throw new _0x4000e2(_0x567d60['yfEtJ']);}}else _0x18e357[_0x38f2(0x1dd)](_0x409ce0,_0x1bd067[_0x38f2(0x18e)]||_0x18e357[_0x38f2(0x1d4)]),(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)][_0x38f2(0x27e)]);}}}catch(_0x3ae827){console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x1d3)],_0x3ae827),_0x18e357['hFNbX'](_0x409ce0,_0x3ae827['message']||_0x38f2(0x207)),(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)]['ERROR']),_0x18e357[_0x38f2(0x27f)](_0x409ce0,_0x38f2(0x207));}finally{_0x18e357[_0x38f2(0x280)]('UsJEU',_0x18e357[_0x38f2(0x281)])?(_0x567d60['imAPe'](_0x5ae417,_0x34aae6[_0x38f2(0x18e)]||_0x567d60[_0x38f2(0x282)]),(0x0,_0x35e864[_0x38f2(0x15b)])(_0x45806d['HapticType'][_0x38f2(0x27e)])):_0x4a4673(![]);}},_0x29c9f6=async _0x13e3d4=>{const _0x5975e5={'SPjuf':_0x38f2(0x283),'MPwxG':function(_0x5ade0b,_0x18216b){return _0x18e357['WJBCp'](_0x5ade0b,_0x18216b);},'MfTHa':_0x18e357['BWGuZ'],'awDgg':_0x18e357[_0x38f2(0x284)],'gLnuS':function(_0x5ee6d4,_0x1eefd7){return _0x5ee6d4(_0x1eefd7);},'BMIqo':_0x18e357[_0x38f2(0x1b5)],'KqqeB':_0x18e357[_0x38f2(0x285)]};(0x0,_haptics[_0x38f2(0x15b)])(_haptics['HapticType'][_0x38f2(0x15c)]),_0x18e357[_0x38f2(0x21a)](_0x4a4673,!![]),_0x18e357[_0x38f2(0x286)](_0x409ce0,'');try{if(_0x18e357[_0x38f2(0x287)](_0x18e357[_0x38f2(0x288)],_0x18e357[_0x38f2(0x289)]))_0x10a061[_0x38f2(0x15f)](_0x5975e5['SPjuf'],_0x5aceaf),_0x5975e5['MPwxG'](_0x331ddf,_0x5975e5[_0x38f2(0x28a)]);else{if(_0x18e357[_0x38f2(0x287)](_0x3441a5,_0x18e357[_0x38f2(0x251)])){console['log'](_0x18e357[_0x38f2(0x28b)]),_0x18e357['iLxIA'](_0x4410b1,_0x18e357[_0x38f2(0x138)]),_0x18e357['iLxIA'](_0x4a4673,![]);return;}console[_0x38f2(0x13d)](_0x18e357['MMbMs'],_0x3441a5,_0x13e3d4),console[_0x38f2(0x13d)]('🔍\x20App\x20name:',_0x540927);const _0x284e1a=await(0x0,_authService[_0x38f2(0x28c)])(_0x3441a5,_0x13e3d4);if(_0x284e1a[_0x38f2(0x254)]){var _0x5e83a9,_0x1fc6a0,_0x1a9606,_0x376692;console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x28d)]),console[_0x38f2(0x13d)](_0x38f2(0x28e),{'isNewUser':_0x284e1a[_0x38f2(0x26d)],'flowType':_0x284e1a[_0x38f2(0x28f)],'hasExistingData':(_0x5e83a9=_0x284e1a['existingUserData'])===null||_0x18e357['atJaI'](_0x5e83a9,void 0x0)?void 0x0:_0x5e83a9[_0x38f2(0x290)],'connectionsCount':(_0x18e357[_0x38f2(0x150)](_0x1fc6a0=_0x284e1a[_0x38f2(0x291)],null)||_0x18e357[_0x38f2(0x292)](_0x1fc6a0,void 0x0)||_0x18e357[_0x38f2(0x293)](_0x1fc6a0=_0x1fc6a0['connections'],null)||_0x18e357[_0x38f2(0x294)](_0x1fc6a0,void 0x0)?void 0x0:_0x1fc6a0['length'])||0x0});const _0x210189=_0x18e357[_0x38f2(0x220)](_0x284e1a[_0x38f2(0x26d)],![])||_0x18e357[_0x38f2(0x295)](_0x284e1a[_0x38f2(0x28f)],_0x18e357[_0x38f2(0x296)]),_0x38deba=_0x18e357['ALowl'](_0x1a9606=_0x284e1a['existingUserData'],null)||_0x1a9606===void 0x0?void 0x0:_0x1a9606[_0x38f2(0x297)],_0x191908=Array[_0x38f2(0x298)](_0x38deba)?_0x38deba:[],_0x494fb9=_0x191908[_0x38f2(0x177)](_0x43d4a5=>_0x43d4a5&&(_0x43d4a5[_0x38f2(0x299)]||_0x43d4a5[_0x38f2(0x29a)]===_0x38f2(0x29b)))['map'](_0x4c6ec1=>_0x4c6ec1===null||_0x4c6ec1===void 0x0?void 0x0:_0x4c6ec1[_0x38f2(0x93)])[_0x38f2(0x177)](Boolean);console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x29c)],{'isReturning':_0x210189,'connectedPlatformNames':_0x494fb9,'showWelcomeBack':_0x18e357[_0x38f2(0x29d)](_0x376692=_0x284e1a[_0x38f2(0x29e)],null)||_0x18e357[_0x38f2(0x29f)](_0x376692,void 0x0)?void 0x0:_0x376692[_0x38f2(0x2a0)]}),_0x210189&&_0x18e357['pyJfT'](_0x494fb9['length'],0x0)?_0x18e357[_0x38f2(0x2a1)](_0x18e357[_0x38f2(0x2a2)],_0x18e357[_0x38f2(0x2a3)])?(_0x22cd34[_0x38f2(0x15f)](_0x5975e5[_0x38f2(0x2a4)],_0x2a9ccb),_0x5975e5[_0x38f2(0x2a5)](_0x273b5d,_0x5975e5[_0x38f2(0x2a6)]),_0x5975e5['MPwxG'](_0x82aa90,_0x5975e5[_0x38f2(0x2a7)]),_0x563cb6(!![])):(console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x2a8)]),_0x18e357[_0x38f2(0x2a9)](_0x500488,!![]),_0x18e357[_0x38f2(0x2aa)](_0xa0cc52,_0x494fb9),_0x18e357[_0x38f2(0x2ab)](_0x4410b1,_0x18e357[_0x38f2(0x1dc)])):(console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x2ac)]),_0x18e357[_0x38f2(0x2ab)](_0x500488,![]),_0xa0cc52([]),_0x18e357['iLxIA'](_0x4410b1,_0x18e357['ROBmP']));}else{if(_0x18e357[_0x38f2(0x2ad)]===_0x18e357[_0x38f2(0x2ad)])console[_0x38f2(0x13d)](_0x18e357['JcmqK'],_0x284e1a['message']),_0x18e357[_0x38f2(0x2ae)](_0x409ce0,_0x284e1a['message']||_0x18e357[_0x38f2(0x2af)]);else throw new _0x42558a(_0x18e357[_0x38f2(0x2b0)]);}}}catch(_0x170a6b){console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x2b1)],_0x170a6b),_0x18e357[_0x38f2(0x226)](_0x409ce0,_0x38f2(0x63));}finally{_0x18e357[_0x38f2(0x2b2)](_0x4a4673,![]);}},_0x1f3188=()=>{const _0x4e3e2d={'UmrpP':function(_0xe1d7fa,_0x4b6863){return _0x18e357[_0x38f2(0x2b3)](_0xe1d7fa,_0x4b6863);},'SMUTM':_0x38f2(0x43)};if(_0x18e357[_0x38f2(0x221)](_0x18e357[_0x38f2(0x2b4)],_0x18e357[_0x38f2(0x2b4)]))(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)]['BUTTON_PRESS']),_0x409ce0(''),_0x18e357[_0x38f2(0x141)](_0x4410b1,_0x18e357[_0x38f2(0x2b5)]);else{_0x3fa4ce[_0x38f2(0x13d)](_0x38f2(0x274)+_0x32ec0e[_0x38f2(0x201)]+_0x38f2(0x2b6)),_0x4e3e2d[_0x38f2(0x2b7)](_0x26cc20,!![]),_0x4e3e2d[_0x38f2(0x2b7)](_0x4e1442,_0x514a39[_0x38f2(0x271)](_0x487073=>_0x487073['platform'])),_0xc7a5d4(_0x4e3e2d['SMUTM']),(0x0,_0x156515[_0x38f2(0x15b)])(_0x44eb34[_0x38f2(0x208)]['SUCCESS']);return;}},_0x1d2b30=async()=>{const _0x47e257={'nJvCR':_0x18e357[_0x38f2(0x2b8)],'fCOBz':function(_0x1f0088,_0x394b24){return _0x18e357[_0x38f2(0x2b9)](_0x1f0088,_0x394b24);},'SPaJr':function(_0xb5b362,_0xba2c7a){return _0xb5b362(_0xba2c7a);}};if(_0x18e357['VTZlq']!==_0x18e357[_0x38f2(0x2ba)]){(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)]['BUTTON_PRESS']),console[_0x38f2(0x13d)]('👋\x20Logout\x20requested\x20-\x20clearing\x20tokens\x20and\x20navigating\x20to\x20login');try{const _0x945d2=_0x18e357[_0x38f2(0x2bb)][_0x38f2(0x155)]('|');let _0x3b27dd=0x0;while(!![]){switch(_0x945d2[_0x3b27dd++]){case'0':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x2bc)]);continue;case'1':_0x18e357[_0x38f2(0x2bd)](_0x18c3dc,null);continue;case'2':_0x3b25ea('');continue;case'3':_0xa0cc52([]);continue;case'4':await _asyncStorage[_0x38f2(0x4)][_0x38f2(0x2be)]([_0x38f2(0x2bf),_0x18e357[_0x38f2(0x2c0)],_0x18e357[_0x38f2(0x1d9)],_0x18e357[_0x38f2(0x2c1)],_0x18e357[_0x38f2(0x2c2)],_0x18e357['BcKUL']]);continue;case'5':_0x18e357[_0x38f2(0x263)](_0x500488,![]);continue;case'6':_0x18e357[_0x38f2(0x2b9)](_0x4410b1,_0x18e357[_0x38f2(0x2b5)]);continue;case'7':_0x18e357[_0x38f2(0x2c3)](_0x2a86a6,null);continue;case'8':_0x409ce0('');continue;}break;}}catch(_0x1e3d7c){console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x2c4)],_0x1e3d7c),_0x18e357[_0x38f2(0x2c5)](_0x4410b1,_0x38f2(0x6e));}}else _0x59b367[_0x38f2(0x13d)](_0x47e257[_0x38f2(0x2c6)]),_0x47e257[_0x38f2(0x2c7)](_0x48924a,_0x932dc9),_0x47e257[_0x38f2(0x2c8)](_0x127ad5,_0x38f2(0x3c));},_0x25077d=async()=>{const _0x5f18d7={'uVVqx':_0x18e357[_0x38f2(0x2c9)]};(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)][_0x38f2(0x15c)]),_0x4a4673(!![]),_0x18e357[_0x38f2(0x2ca)](_0x409ce0,'');try{console[_0x38f2(0x13d)](_0x38f2(0x2cb),_0x3441a5);const _0x3d7090=await(0x0,_authService['sendEmailVerificationCode'])(_0x3441a5);_0x3d7090[_0x38f2(0x254)]?console[_0x38f2(0x13d)](_0x38f2(0x2cc)):_0x18e357[_0x38f2(0x2cd)]===_0x18e357['oFXub']?_0x18e357[_0x38f2(0x18b)](_0x409ce0,_0x3d7090['message']||_0x18e357['xTsSV']):((0x0,_0x268cad['triggerHaptic'])(_0x5aec0f[_0x38f2(0x208)][_0x38f2(0x15c)]),_0x366fbf[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x14d)]),_0x5829ad()['catch'](_0x25873a=>{_0x469008[_0x38f2(0x15f)](_0x5f18d7[_0x38f2(0x2ce)],_0x25873a);}),_0x18e357[_0x38f2(0x219)](_0x7c322b,_0x38f2(0x14f)));}catch(_0x3df21a){_0x18e357[_0x38f2(0x29d)](_0x18e357[_0x38f2(0x2cf)],_0x18e357[_0x38f2(0x2d0)])?(_0x18e357[_0x38f2(0x273)](_0x1b373a,_0x459369[_0x38f2(0x29a)]||_0x18e357[_0x38f2(0x2d1)]),_0x5bf1a7[_0x38f2(0x13d)]('📊\x20[BACKGROUND]\x20Training\x20progress:',_0x16b446['progress'],'%')):(console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x2d2)],_0x3df21a),_0x18e357[_0x38f2(0x219)](_0x409ce0,_0x18e357['ALVqa']));}finally{_0x18e357[_0x38f2(0x2d3)](_0x4a4673,![]);}},_0xd50447=async _0x361495=>{(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)][_0x38f2(0x272)]),console['log'](_0x18e357['YupOV'],_0x361495);try{if(_0x18e357['sblkt'](_0x18e357['bgsor'],_0x18e357[_0x38f2(0x2d4)])){const [_0x81f387,_0x14f6fb,_0x360017]=await Promise[_0x38f2(0x2d5)]([(0x0,_authService['getAuthToken'])(),_asyncStorage[_0x38f2(0x4)]['getItem'](_0x18e357[_0x38f2(0x1d9)]),(0x0,_authService[_0x38f2(0x1f5)])()]);console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x2d6)]),console[_0x38f2(0x13d)](_0x18e357['BHMYh'],_0x81f387?_0x81f387['substring'](0x0,0x14)+_0x38f2(0x2d7):'NO'),console[_0x38f2(0x13d)](_0x18e357['cSqzw'],_0x14f6fb||'NO'),_0x193d3b['current']=!![];const _0x4f38e2={'connectedPlatforms':_0x361495};_0x14f6fb&&(_0x4f38e2['email']=_0x14f6fb,_0x4f38e2[_0x38f2(0x154)]=_0x360017||_0x14f6fb['split']('@')[0x0]);if(_0x81f387&&_0x14f6fb)_0x18e357['ifPWl'](_0x18e357[_0x38f2(0x2d8)],_0x18e357[_0x38f2(0x2d8)])?(console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x2d9)]),await(_0x18e357[_0x38f2(0x16a)](_0x163da5,null)||_0x18e357[_0x38f2(0x227)](_0x163da5,void 0x0)?void 0x0:_0x18e357[_0x38f2(0x16f)](_0x163da5,_api[_0x38f2(0x2da)]['BASE_URL'],_0x81f387,_0x4f38e2))):_0x141552=_0x38f2(0xf7);else _0x14f6fb?(console[_0x38f2(0x13d)](_0x18e357['MJJIx']),await(_0x18e357['TtCIP'](_0x163da5,null)||_0x163da5===void 0x0?void 0x0:_0x18e357[_0x38f2(0x2db)](_0x163da5,_api[_0x38f2(0x2da)][_0x38f2(0x2dc)],'',_0x4f38e2))):(console[_0x38f2(0x2dd)](_0x18e357['ysphY']),await(_0x18e357[_0x38f2(0x2de)](_0x163da5,null)||_0x18e357[_0x38f2(0x2df)](_0x163da5,void 0x0)?void 0x0:_0x18e357['eOThV'](_0x163da5,_api['API_CONFIG'][_0x38f2(0x2dc)],'',_0x4f38e2)));}else{const _0x3bf834={..._0x1b3300};return delete _0x3bf834[_0xce2447],_0x3bf834;}}catch(_0x401955){console[_0x38f2(0x15f)](_0x18e357['mWNdN'],_0x401955);const _0x363d0c=await _asyncStorage['default']['getItem'](_0x18e357[_0x38f2(0x1d9)])['catch'](()=>null);await(_0x18e357[_0x38f2(0x16a)](_0x163da5,null)||_0x163da5===void 0x0?void 0x0:_0x163da5(_api[_0x38f2(0x2da)][_0x38f2(0x2dc)],'',{'connectedPlatforms':_0x361495,..._0x18e357[_0x38f2(0x2e0)](_0x363d0c,{'email':_0x363d0c})}));}console[_0x38f2(0x13d)](_0x18e357['Vzzqz']);},_0x427ff0=async()=>{const _0x445f07={'EKvOh':_0x18e357[_0x38f2(0x2e1)],'ByYOo':function(_0x59ea32,_0x2108ae){return _0x18e357[_0x38f2(0x173)](_0x59ea32,_0x2108ae);},'qZEre':_0x18e357['UUmEx'],'nswjx':function(_0x2a4543){return _0x18e357['XLoWP'](_0x2a4543);},'Neyaq':_0x18e357[_0x38f2(0x2e2)],'gvKSE':_0x18e357[_0x38f2(0x2e3)],'SEteB':'ℹ️\x20Limited\x20data\x20scenario\x20detected','YZflx':_0x18e357[_0x38f2(0x2e4)]};if(_0x18e357[_0x38f2(0x23e)](_0x18e357[_0x38f2(0x2e5)],_0x18e357['XKQpD'])){(0x0,_haptics['triggerHaptic'])(_haptics[_0x38f2(0x208)][_0x38f2(0x15c)]),console['log'](_0x38f2(0x2e6));try{if(_0x18e357[_0x38f2(0x2e7)]('OerJP',_0x18e357[_0x38f2(0x2e8)]))_0x416589['error'](_0x18e357['rePAr'],_0x432f00);else{const [_0x3a0595,_0x2d20de,_0x28c874]=await Promise[_0x38f2(0x2d5)]([(0x0,_authService['getAuthToken'])(),_asyncStorage[_0x38f2(0x4)][_0x38f2(0x176)](_0x18e357[_0x38f2(0x1d9)]),(0x0,_authService[_0x38f2(0x1f5)])()]);_0x193d3b[_0x38f2(0x195)]=!![],_0x18e357['ZMdkm'](_0x3a0595,_0x2d20de)?(console[_0x38f2(0x13d)](_0x38f2(0x2e9)),await(_0x163da5===null||_0x163da5===void 0x0?void 0x0:_0x163da5(_api['API_CONFIG']['BASE_URL'],_0x3a0595,{'email':_0x2d20de,'connectedPlatforms':[],'username':_0x28c874||_0x2d20de['split']('@')[0x0],'skipped':!![]}))):_0x18e357['JRNrI'](_0x18e357['JHZuV'],_0x18e357[_0x38f2(0x2ea)])?(_0xe1809a['error'](_0x445f07[_0x38f2(0x2eb)]),_0x445f07[_0x38f2(0x2ec)](_0x1e3978,_0x445f07['qZEre']),_0x445f07[_0x38f2(0x2ec)](_0x569eb5,!![]),_0x445f07['nswjx'](_0x5ea3f2)):(console[_0x38f2(0x2dd)](_0x38f2(0x2ed)),await(_0x18e357[_0x38f2(0x212)](_0x163da5,null)||_0x18e357[_0x38f2(0x2ee)](_0x163da5,void 0x0)?void 0x0:_0x18e357[_0x38f2(0x16f)](_0x163da5,_api[_0x38f2(0x2da)]['BASE_URL'],'',{'connectedPlatforms':[],'skipped':!![]})));}}catch(_0x223fe3){if(_0x18e357['dKGBi']('jeAau',_0x18e357['AjKBx'])){const _0x35da24=_0x445f07[_0x38f2(0x2ef)]['split']('|');let _0x5b00f5=0x0;while(!![]){switch(_0x35da24[_0x5b00f5++]){case'0':return;case'1':_0x25891a(_0x4a0efd[_0x38f2(0x2f0)]);continue;case'2':_0x23af67(_0x445f07[_0x38f2(0x2f1)]);continue;case'3':_0x1fa188['log'](_0x445f07[_0x38f2(0x2f2)]);continue;case'4':_0x5cb3d3(_0x445f07['YZflx']);continue;case'5':_0x445f07[_0x38f2(0x2ec)](_0x27c0e7,!![]);continue;}break;}}else console[_0x38f2(0x15f)](_0x18e357['fsdtI'],_0x223fe3),await(_0x163da5===null||_0x18e357[_0x38f2(0x2f3)](_0x163da5,void 0x0)?void 0x0:_0x18e357[_0x38f2(0x2f4)](_0x163da5,_api['API_CONFIG']['BASE_URL'],'',{'connectedPlatforms':[],'skipped':!![]}));}console[_0x38f2(0x13d)](_0x18e357['YVcWe']);}else{var _0x3c0342,_0x1b673b,_0x39504a,_0x528dba;_0x1151d1[_0x38f2(0x13d)](_0x38f2(0x2f5),{'connected':_0x18e357[_0x38f2(0x2f6)](_0x3c0342=_0x4d2d2f[_0x38f2(0x195)],null)||_0x3c0342===void 0x0?void 0x0:_0x3c0342[_0x38f2(0x21e)],'disconnected':_0x18e357['NkByW'](_0x1b673b=_0x556ae0[_0x38f2(0x195)],null)||_0x18e357[_0x38f2(0x2f7)](_0x1b673b,void 0x0)?void 0x0:_0x1b673b[_0x38f2(0x45)],'id':(_0x39504a=_0x49451d['current'])===null||_0x18e357[_0x38f2(0x2f8)](_0x39504a,void 0x0)?void 0x0:_0x39504a['id'],'engineConnected':(_0x528dba=_0x1802fc[_0x38f2(0x195)])===null||_0x18e357[_0x38f2(0x294)](_0x528dba,void 0x0)||_0x18e357[_0x38f2(0x2f9)](_0x528dba=_0x528dba['io'],null)||_0x18e357[_0x38f2(0x220)](_0x528dba,void 0x0)||(_0x528dba=_0x528dba[_0x38f2(0x2fa)])===null||_0x18e357[_0x38f2(0x2fb)](_0x528dba,void 0x0)?void 0x0:_0x528dba[_0x38f2(0x2fc)]});}},_0x3d7b6c=async()=>{if(_0x18e357['sXMXe'](_0x18e357['SYqXT'],_0x18e357[_0x38f2(0x2fd)])){console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x2fe)]),(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)][_0x38f2(0x15c)]);try{await _asyncStorage[_0x38f2(0x4)][_0x38f2(0x178)](_0x18e357[_0x38f2(0x24b)],_0x18e357[_0x38f2(0x2ff)]),await(0x0,_jwtStorageService[_0x38f2(0x300)])(_0x18e357[_0x38f2(0x301)]),console[_0x38f2(0x13d)](_0x18e357['cAkCk']),_0x18e357['zDHke'](_0x1630ae);}catch(_0x28e71c){console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x302)],_0x28e71c),_0x18e357[_0x38f2(0x22b)](_0x1630ae);}}else _0x120115[_0x38f2(0x195)]&&(_0xf07f65[_0x38f2(0x13d)](_0x38f2(0x303)),_0x4fe1e5[_0x38f2(0x195)]['disconnect'](),_0x1618c7[_0x38f2(0x195)]=null),_0x290916();},_0x175ecd=async _0x8dcd6c=>{const _0xe69431={'tsjdI':function(_0x26f987,_0xac7fdf){return _0x18e357[_0x38f2(0x304)](_0x26f987,_0xac7fdf);},'jgsJH':'📊\x20[BACKGROUND]\x20Training\x20progress:'};(0x0,_haptics[_0x38f2(0x15b)])(_haptics['HapticType'][_0x38f2(0x15c)]),_0x18e357['TtaFz'](_0x4926a0,_0x8dcd6c);try{if((0x0,_platformAuthService[_0x38f2(0x305)])(_0x8dcd6c)){_0xe2c547(_0x8dcd6c);const _0x397d75=await(0x0,_platformAuthService['initiateNativeAuth'])(_0x8dcd6c,_0x1604f4);_0x397d75&&(_0x18e357['ZTyoh'](_0x12a0f5,_0x4a7894=>({..._0x4a7894,[_0x8dcd6c]:{'userName':_0x1604f4,'connected':!![]}})),_0x1fa1e7(_0x9240fc=>({..._0x9240fc,[_0x8dcd6c]:!![]})),_0x53838c(_0x3f2ccc=>({..._0x3f2ccc,[_0x8dcd6c]:_0x38f2(0x21e)})),await _0x20360f(_0x8dcd6c));}else{_0x18e357['PAUCb'](_0xe2c547,_0x8dcd6c);const _0x181e3c=await(0x0,_platformAuthService['initiateOAuth'])(_0x8dcd6c,_0x1604f4);_0x181e3c&&(_0x18e357[_0x38f2(0x226)](_0x176dcb,_0x181e3c),_0x4410b1(_0x38f2(0x306)));}}catch(_0x1756e7){_0x18e357[_0x38f2(0x307)]('MutFe',_0x18e357[_0x38f2(0x308)])?console[_0x38f2(0x15f)]('Error\x20connecting\x20to\x20'+_0x8dcd6c+':',_0x1756e7):_0x51285f['progress']&&(_0xe69431[_0x38f2(0x309)](_0x2baff3,_0x24657c['status']||_0x38f2(0x76)),_0x12651a[_0x38f2(0x13d)](_0xe69431[_0x38f2(0x30a)],_0x11f022[_0x38f2(0x239)],'%'));}finally{if(_0x18e357['sblkt'](_0x18e357[_0x38f2(0x30b)],_0x38f2(0x30c)))_0x4926a0(null);else{_0xe2632f[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x28b)]),_0x18e357['XoWbR'](_0x387cb3,_0x18e357['ROBmP']),_0x39f28a(![]);return;}}},_0x339a54=(0x0,_react[_0x38f2(0x1ca)])(async _0x57edb5=>{const _0x542f84={'BRJYC':function(_0x4b6d8b,_0x3932e2){return _0x18e357[_0x38f2(0x226)](_0x4b6d8b,_0x3932e2);},'eIRLu':function(_0x55c45e,_0x3e927c){return _0x18e357[_0x38f2(0x1df)](_0x55c45e,_0x3e927c);},'nQxHJ':_0x18e357[_0x38f2(0x30d)],'Wfddc':_0x18e357['FfhYe'],'EHvQo':function(_0x102172,_0x2ff897){return _0x102172(_0x2ff897);},'ArAXd':function(_0xbc03ae,_0x5f0395){return _0x18e357[_0x38f2(0x2b9)](_0xbc03ae,_0x5f0395);},'NXMZJ':_0x18e357['VJEkN'],'FYNPJ':function(_0x5e1ba5,_0x584daf){return _0x18e357[_0x38f2(0x241)](_0x5e1ba5,_0x584daf);},'XBUvl':_0x38f2(0x30e),'NDQdX':_0x18e357[_0x38f2(0x30f)]};if(!_0x4bd1ea[_0x57edb5])try{if(_0x18e357[_0x38f2(0x310)](_0x57edb5,_0x18e357[_0x38f2(0x311)])){if(_0x18e357[_0x38f2(0x312)]===_0x18e357[_0x38f2(0x313)]){const _0x4e9d4b=_0x2c615c['current'];_0x4ed10d[_0x38f2(0x13a)][_0x38f2(0x1b8)](_0x519c66,{'toValue':0x0,'duration':0xfa,'useNativeDriver':!![]})[_0x38f2(0x1b9)](()=>{const _0x5d4750={'vCJmM':function(_0x22b7ee){return _0x22b7ee();}};_0x47f5b1(()=>{_0x2f195c(![]),!_0x4e9d4b&&_0x5d4750[_0x38f2(0x314)](_0x16a0fa);},0x64);});}else{_0x18e357[_0x38f2(0x315)](_0x1fa1e7,_0x15ba96=>({..._0x15ba96,[_0x57edb5]:!_0x15ba96[_0x57edb5]})),_0x18e357['HKmyY'](_0x12a0f5,_0x4d0f13=>({..._0x4d0f13,[_0x57edb5]:{'userName':_0x57edb5+_0x38f2(0x316),'connected':!![]}})),await _0x18e357[_0x38f2(0x317)](_0x20360f,_0x57edb5);return;}}if(_0x18e357['NBEjj'](_0x57edb5,_0x38f2(0x12f))||_0x18e357[_0x38f2(0x318)](_0x57edb5,_0x38f2(0x319))){if(_0x18e357[_0x38f2(0x31a)](_0x18e357[_0x38f2(0x31b)],_0x18e357['DhATq'])){_0x90967e['log'](_0x38f2(0x111),_0x48a1f2[_0x38f2(0x18e)]),_0xdafeec['log'](_0x38f2(0x31c),_0x21cdde[_0x38f2(0x31d)]),_0x46a7b2(!![]);if(_0x37b97b[_0x38f2(0x31d)]){const _0x38eb8b=_0x18e357[_0x38f2(0x31e)][_0x38f2(0x155)]('|');let _0x154037=0x0;while(!![]){switch(_0x38eb8b[_0x154037++]){case'0':_0x3e9037[_0x38f2(0x13d)](_0x38f2(0xd8),_0x2c1774[_0x38f2(0x31d)][_0x38f2(0x31f)]);continue;case'1':_0x4701ad[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x320)],_0x2f881f[_0x38f2(0x31d)][_0x38f2(0x321)]);continue;case'2':_0x4960b5[_0x38f2(0x13d)](_0x18e357['qeAbQ'],_0x2bba0b[_0x38f2(0x31d)][_0x38f2(0x322)]);continue;case'3':_0x2e6773[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x323)],_0x19ab92[_0x38f2(0x31d)][_0x38f2(0x324)]);continue;case'4':_0x40547f[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x325)],_0x46d724[_0x38f2(0x31d)][_0x38f2(0x326)]);continue;case'5':_0x569a39[_0x38f2(0x13d)](_0x18e357['WMvJN'],_0x5dae31[_0x38f2(0x31d)][_0x38f2(0x327)]);continue;case'6':_0x530cf7[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x328)],_0x5489e5['features'][_0x38f2(0x329)]);continue;}break;}}_0x18e357['grICd'](_0x459f30,_0x18e357[_0x38f2(0x32a)]),_0x18e357[_0x38f2(0x2b9)](_0xfdd95d,0x19);}else{console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x32b)]);const _0x23e1e7={'userId':_0x18e357[_0x38f2(0x32c)](_0x408279,_0x1604f4),'email':_0x408279||_0x1604f4+_0x38f2(0x32d),'appName':_0x540927,'timestamp':Date[_0x38f2(0x32e)](),'data':{'conversations':[],'chatHistory':[],'preferences':{},'customData':{}},'accessToken':undefined,'refreshToken':undefined,'tokenExpiry':undefined},_0x5ae1a5=await(0x0,_llmDataStorage['sendLLMDataToBackend'])(_0x23e1e7);if(_0x5ae1a5[_0x38f2(0x254)]){const _0x32fb60=_0x18e357[_0x38f2(0x32f)][_0x38f2(0x155)]('|');let _0x47de68=0x0;while(!![]){switch(_0x32fb60[_0x47de68++]){case'0':console[_0x38f2(0x13d)]('✅\x20'+_0x57edb5+'\x20successfully\x20connected\x20and\x20stored\x20in\x20backend');continue;case'1':_0x18e357['yCCzo'](_0x1fa1e7,_0x169137=>({..._0x169137,[_0x57edb5]:!![]}));continue;case'2':console['log'](_0x18e357[_0x38f2(0x330)]);continue;case'3':await _0x18e357[_0x38f2(0x225)](_0x20360f,_0x57edb5);continue;case'4':_0x18e357['PAUCb'](_0x12a0f5,_0x50737b=>({..._0x50737b,[_0x57edb5]:{'userName':_0x1604f4,'connected':!![],'connectionId':_0x5ae1a5[_0x38f2(0x331)],'storedInBackend':!![]}}));continue;case'5':console['log'](_0x38f2(0x332),_0x5ae1a5[_0x38f2(0x331)]);continue;}break;}}else throw new Error(_0x38f2(0x250)+_0x5ae1a5[_0x38f2(0x18e)]);return;}}if((0x0,_platformAuthService[_0x38f2(0x305)])(_0x57edb5)){_0xe2c547(_0x57edb5);const _0x51b5cd=await(0x0,_platformAuthService[_0x38f2(0x333)])(_0x57edb5,_0x1604f4);_0x51b5cd&&(_0x12a0f5(_0x3f237c=>({..._0x3f237c,[_0x57edb5]:{'userName':_0x1604f4,'connected':!![]}})),_0x18e357[_0x38f2(0x304)](_0x1fa1e7,_0x29018e=>({..._0x29018e,[_0x57edb5]:!![]})),await _0x18e357[_0x38f2(0x2ab)](_0x20360f,_0x57edb5));return;}_0xe2c547(_0x57edb5);const _0x2cd143=await(0x0,_platformAuthService[_0x38f2(0x334)])(_0x57edb5,_0x1604f4);_0x2cd143&&(_0x18e357['jXair'](_0x38f2(0x9a),_0x18e357[_0x38f2(0x335)])?(_0x18e357['WmMOQ'](_0x176dcb,_0x2cd143),_0x18e357[_0x38f2(0x173)](_0x4410b1,_0x18e357[_0x38f2(0x336)])):_0x18e357['lNQko'](_0x296bb4,()=>{var _0x3b4fc0;_0x542f84[_0x38f2(0x337)](_0x5a94c2,![]),_0x542f84[_0x38f2(0x338)](_0x3b4fc0=_0x178fd1[_0x38f2(0x195)],null)||_0x3b4fc0===void 0x0||_0x3b4fc0[_0x38f2(0x10)](_0x15fd44);},0x10));}catch(_0x431f5a){console[_0x38f2(0x15f)](_0x38f2(0x339)+_0x57edb5+':',_0x431f5a);return;}else _0x1fa1e7(_0x146596=>({..._0x146596,[_0x57edb5]:!_0x146596[_0x57edb5]})),_0x18e357[_0x38f2(0x33a)](_0x12a0f5,_0x32e16f=>{if(_0x542f84[_0x38f2(0x33b)](_0x542f84[_0x38f2(0x33c)],_0x542f84['NDQdX'])){const _0xffa792={..._0x32e16f};return delete _0xffa792[_0x57edb5],_0xffa792;}else{const _0xcef9a3=new _0x98f33e(_0x25b6bf),_0x6a605a=_0xcef9a3[_0x38f2(0x33d)][_0x38f2(0xd)](_0x542f84['nQxHJ']),_0x2240d9=_0xcef9a3[_0x38f2(0x33d)][_0x38f2(0xd)](_0x542f84[_0x38f2(0x33e)])||_0x4533b0;_0x6a605a&&_0x2240d9&&(_0x542f84[_0x38f2(0x33f)](_0x606c3f,_0x4958a7=>({..._0x4958a7,[_0x2240d9]:{'userName':_0x9d124f,'connected':!![]}})),_0x542f84['BRJYC'](_0x50ff87,_0x35eb6c=>({..._0x35eb6c,[_0x2240d9]:!![]})),_0x542f84[_0x38f2(0x340)](_0x4d0858,_0x542f84[_0x38f2(0x341)]));}});},[_0x4bd1ea,_0x1604f4]),_0x4c4af3=(0x0,_react['useCallback'])(_0x296f1b=>{const _0x9f2d3a={'IVcVx':function(_0xf858e3,_0x106a58){return _0xf858e3(_0x106a58);}};try{if(_0x18e357['aooFq'](_0x38f2(0x342),_0x38f2(0x342))){const _0x26c13f={'GnMMd':function(_0x4fd4b3,_0x1c048f){return _0x9f2d3a['IVcVx'](_0x4fd4b3,_0x1c048f);},'MgHAm':function(_0x453f4a,_0x55d9a0){return _0x453f4a===_0x55d9a0;}};_0x272dd0[_0x38f2(0x13a)][_0x38f2(0x1b8)](_0x38c545,{'toValue':0x0,'duration':0xfa,'useNativeDriver':!![]})['start'](()=>{const _0x575bcc={'TCtlz':function(_0x1f7215,_0x46f025){return _0x26c13f[_0x38f2(0x343)](_0x1f7215,_0x46f025);},'TAeRG':function(_0x5c16b2,_0x2a083b){return _0x26c13f['MgHAm'](_0x5c16b2,_0x2a083b);}};_0x43501f(()=>{var _0x401af2;_0x575bcc[_0x38f2(0x344)](_0x3aabf0,![]),_0x575bcc[_0x38f2(0x345)](_0x401af2=_0x214703[_0x38f2(0x195)],null)||_0x401af2===void 0x0||_0x401af2['call'](_0x5a905d);},0x10);});}else{const _0x1726d3=new URL(_0x296f1b),_0x1d4d17=_0x1726d3[_0x38f2(0x33d)]['get'](_0x38f2(0x92)),_0x14a210=_0x1726d3[_0x38f2(0x33d)][_0x38f2(0xd)](_0x18e357[_0x38f2(0x346)])||_0x16323c;_0x18e357[_0x38f2(0x347)](_0x1d4d17,_0x14a210)&&(_0x18e357[_0x38f2(0x27f)](_0x12a0f5,_0x29585e=>({..._0x29585e,[_0x14a210]:{'userName':_0x1604f4,'connected':!![]}})),_0x18e357[_0x38f2(0x348)](_0x1fa1e7,_0x4a632a=>({..._0x4a632a,[_0x14a210]:!![]})),_0x18e357[_0x38f2(0x349)](_0x4410b1,_0x38f2(0x34a)));}}catch(_0x40d935){console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x277)],_0x40d935);}},[_0x16323c,_0x1604f4]),_0xc9399=(0x0,_react['useCallback'])(async _0x5dea74=>{const _0x1bf34e={'zuedo':_0x18e357[_0x38f2(0x34b)],'DEKEX':function(_0x983ac7,_0x2dc5aa){return _0x18e357[_0x38f2(0x173)](_0x983ac7,_0x2dc5aa);},'aEvWA':_0x18e357[_0x38f2(0x138)]};if(_0x18e357[_0x38f2(0x34c)](_0x18e357['fHnrs'],_0x18e357[_0x38f2(0x34d)]))_0x555ef5['log'](_0x1bf34e[_0x38f2(0x34e)]),_0x1bf34e['DEKEX'](_0x4e47f2,_0x1bf34e[_0x38f2(0x34f)]);else{console[_0x38f2(0x13d)]('🎉\x20OAuth\x20success\x20for\x20'+_0x16323c+_0x38f2(0x350)),console['log'](_0x38f2(0x351),_0x5dea74);if(_0x16323c){const _0xbebfd='5|0|1|4|3|2'[_0x38f2(0x155)]('|');let _0x317ddb=0x0;while(!![]){switch(_0xbebfd[_0x317ddb++]){case'0':_0x18e357[_0x38f2(0x352)](_0x12a0f5,_0x1151fd=>({..._0x1151fd,[_0x16323c]:{'userName':_0x1604f4,'connected':!![]}}));continue;case'1':_0x1fa1e7(_0x18d9fe=>({..._0x18d9fe,[_0x16323c]:!![]}));continue;case'2':console[_0x38f2(0x13d)](_0x38f2(0x353)+_0x16323c+_0x38f2(0x354));continue;case'3':await _0x18e357[_0x38f2(0x2b2)](_0x20360f,_0x16323c);continue;case'4':_0x53838c(_0x535f34=>({..._0x535f34,[_0x16323c]:_0x38f2(0x21e)}));continue;case'5':console[_0x38f2(0x13d)](_0x38f2(0x355)+_0x16323c);continue;}break;}}console['log'](_0x18e357['tYpHM']),_0x18e357[_0x38f2(0x356)](_0x176dcb,''),_0x18e357[_0x38f2(0x2b2)](_0x4410b1,_0x18e357[_0x38f2(0x357)]);}},[_0x16323c,_0x1604f4,_0x20360f]),_0x5e6ca7=(0x0,_react[_0x38f2(0x1ca)])(async _0x240047=>{const _0x19549d={'EWDsN':_0x38f2(0x358),'klGWs':function(_0x3ec3dc,_0x2c4a23){return _0x3ec3dc===_0x2c4a23;},'XaScN':function(_0x51b467,_0x324b32){return _0x18e357[_0x38f2(0x359)](_0x51b467,_0x324b32);},'uarea':function(_0x5aea37,_0x9a9040){return _0x18e357[_0x38f2(0x35a)](_0x5aea37,_0x9a9040);}};_0x18e357[_0x38f2(0x35b)](_0x4fe496,_0x240047),(0x0,_pinStorageUtils['setTemporaryPin'])(_0x240047),console[_0x38f2(0x13d)](_0x18e357['kxMPp']);if(_0x18e357[_0x38f2(0x35c)](_0x5a0591,_0x4c0fd5)){console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x35d)]);try{_0x18e357['POKKy']===_0x18e357[_0x38f2(0x35e)]?_0x2427de[_0x38f2(0x13d)](_0x19549d['EWDsN']):(await _0x18e357[_0x38f2(0x2ae)](_0x206f8e,_0x240047),_0x4410b1(_0x18e357[_0x38f2(0x1b5)]));}catch(_0x464dbf){console[_0x38f2(0x15f)](_0x18e357['TNlWy'],_0x464dbf),_0x18e357[_0x38f2(0x35f)](_0x4410b1,_0x18e357[_0x38f2(0x1b5)]),_0x328f27(_0x18e357[_0x38f2(0x285)]),_0x18e357[_0x38f2(0x2d3)](_0x56d549,!![]);}}else _0x18e357['YSkRB'](_0x18e357[_0x38f2(0x360)],_0x38f2(0x361))?(_0x584b7f[_0x38f2(0x15f)](_0x38f2(0xfc)),_0x19549d[_0x38f2(0x362)](_0x1e8793,null)||_0x19549d[_0x38f2(0x363)](_0x1d702a,void 0x0)||_0x1a6397(_0x232df3[_0x38f2(0x2da)][_0x38f2(0x2dc)],_0x38f2(0xfd),{'email':(_0x19549d[_0x38f2(0x363)](_0x479edb,null)||_0x19549d[_0x38f2(0x364)](_0x19c232,void 0x0)?void 0x0:_0x3d5c2a[_0x38f2(0x153)])||'',..._0x32b446})):(console[_0x38f2(0x13d)](_0x38f2(0x1b3)),_0x18e357[_0x38f2(0x365)](_0x4410b1,_0x38f2(0x32)),_0x18e357[_0x38f2(0x240)](_0x328f27,_0x18e357[_0x38f2(0x1b6)]),_0x56d549(!![]));console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x366)]);},[_0x5a0591,_0x4c0fd5]),_0x3e5b65=async(_0x53418f,_0x2e35df)=>{const _0xc711fb={'fZwnG':_0x38f2(0x47),'WUgoh':function(_0x12d99b,_0x18fa31){return _0x18e357[_0x38f2(0x2ae)](_0x12d99b,_0x18fa31);},'CLJAl':function(_0x56d6b6,_0x1d40c2){return _0x18e357[_0x38f2(0x367)](_0x56d6b6,_0x1d40c2);},'pAImK':function(_0x17ffe8,_0x25f7d6){return _0x18e357[_0x38f2(0x368)](_0x17ffe8,_0x25f7d6);},'BiUSe':function(_0x364e14,_0x4a118e){return _0x18e357[_0x38f2(0x228)](_0x364e14,_0x4a118e);},'uobKo':function(_0x41177c,_0x46ff7a){return _0x18e357[_0x38f2(0x23e)](_0x41177c,_0x46ff7a);},'oEvgT':_0x18e357['Qrlhx'],'bUkeZ':_0x18e357[_0x38f2(0x369)],'cIyGB':_0x38f2(0x103),'IfWyJ':_0x18e357[_0x38f2(0x2a8)],'KPhrA':function(_0x1b74bd,_0x54f43f){return _0x18e357[_0x38f2(0x141)](_0x1b74bd,_0x54f43f);},'NFnxo':function(_0x3164c3,_0x3e4616){return _0x18e357[_0x38f2(0x36a)](_0x3164c3,_0x3e4616);},'qKhCI':_0x18e357[_0x38f2(0x1dc)]};try{if(_0x18e357[_0x38f2(0x36b)](_0x18e357['TwsVy'],_0x18e357[_0x38f2(0x36c)])){_0x328f27(_0x18e357[_0x38f2(0x36d)]),_0x18e357[_0x38f2(0x2b2)](_0x48a0e2,0xf);const _0xa16a57=_0x2e35df||await(0x0,_jwtStorageService['getJWT'])();if(!_0xa16a57){if(_0x18e357[_0x38f2(0x2f9)](_0x18e357['dlkrQ'],_0x18e357[_0x38f2(0x36e)])){var _0x37e247,_0x53633f,_0x179323,_0xa3e95e;_0x3bd52a[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x36f)]),_0x29d1c5[_0x38f2(0x13d)](_0x38f2(0x370),{'id':_0x18e357['MKavp'](_0x37e247=_0xe700a5[_0x38f2(0x195)],null)||_0x18e357[_0x38f2(0x371)](_0x37e247,void 0x0)?void 0x0:_0x37e247['id'],'connected':_0x18e357[_0x38f2(0x227)](_0x53633f=_0x158362[_0x38f2(0x195)],null)||_0x18e357[_0x38f2(0x372)](_0x53633f,void 0x0)?void 0x0:_0x53633f[_0x38f2(0x21e)],'transport':(_0x179323=_0x1ee073[_0x38f2(0x195)])===null||_0x179323===void 0x0||_0x18e357[_0x38f2(0x373)](_0x179323=_0x179323['io'],null)||_0x179323===void 0x0||_0x18e357[_0x38f2(0x258)](_0x179323=_0x179323['engine'],null)||_0x18e357['bEixU'](_0x179323,void 0x0)||_0x18e357[_0x38f2(0x374)](_0x179323=_0x179323['transport'],null)||_0x18e357[_0x38f2(0x375)](_0x179323,void 0x0)?void 0x0:_0x179323[_0x38f2(0x1f8)]}),_0x18e357['JuRcG'](_0x57f20a,!![]),_0x18e357[_0x38f2(0x376)](_0x3764a,_0x38f2(0x377)),_0x18e357[_0x38f2(0x378)](_0x364b4c,0xa);const _0x23860a=_0x18e357[_0x38f2(0x143)](_0xa3e95e=_0x1c2a77[_0x38f2(0x195)],null)||_0x18e357['kEImD'](_0xa3e95e,void 0x0)?void 0x0:_0xa3e95e['id'];_0x121e06['log'](_0x38f2(0x379),_0x23860a),_0x23860a?(_0x47f3ab[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x37a)],_0x338b9d?_0x123799[_0x38f2(0x37b)](0x0,0x14)+'...':_0x18e357[_0x38f2(0x37c)]),_0x2fa20c[_0x38f2(0x13d)](_0x38f2(0xb8)),_0x18e357[_0x38f2(0x348)](_0x2a23c8,'Waiting\x20for\x20training\x20to\x20start\x20from\x20connector→PIN\x20transition')):(_0x5de569['error'](_0x18e357[_0x38f2(0x2e1)]),_0x5c97dc(_0x38f2(0x7f)),_0x18e357[_0x38f2(0x2ab)](_0x2b7046,!![]),_0x18e357[_0x38f2(0x37d)](_0x4eabd0));}else{console[_0x38f2(0x15f)](_0x38f2(0x37e));throw new Error(_0x18e357[_0x38f2(0x264)]);}}console[_0x38f2(0x13d)]('🚀\x20Starting\x20Enoch\x20training\x20with\x20socketId:',_0x53418f),console[_0x38f2(0x13d)](_0x38f2(0x37f),_0xa16a57?_0xa16a57[_0x38f2(0x37b)](0x0,0x14)+'...':_0x18e357[_0x38f2(0x37c)]);const _0x1fb9f4=await(0x0,_authService[_0x38f2(0x1f5)])(),_0x3429dd=_0x1fb9f4||(_0x295a99===null||_0x18e357[_0x38f2(0x280)](_0x295a99,void 0x0)?void 0x0:_0x295a99[_0x38f2(0x154)])||(_0x18e357[_0x38f2(0x380)](_0x295a99,null)||_0x18e357['HBTUC'](_0x295a99,void 0x0)?void 0x0:_0x295a99[_0x38f2(0x1f8)])||_0x1604f4||_0x38f2(0xe5),_0x30491f=await _asyncStorage['default'][_0x38f2(0x176)](_0x38f2(0x20)),_0x1e3222=_0x30491f?JSON['parse'](_0x30491f):[];console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x381)],_0x1e3222);const _0x1037f8=await(0x0,_pinEncryptionService[_0x38f2(0x382)])()[_0x38f2(0x383)](_0x4f696d=>{const _0x194060={'UjILq':_0xc711fb[_0x38f2(0x384)],'fqISk':function(_0x57b87f,_0x476518){return _0xc711fb[_0x38f2(0x385)](_0x57b87f,_0x476518);},'BQulE':function(_0x33d3bf,_0x11a189){return _0xc711fb[_0x38f2(0x386)](_0x33d3bf,_0x11a189);},'svwYS':function(_0x47608a,_0xde6324){return _0x47608a===_0xde6324;},'WcWHZ':function(_0x48d96f,_0x3dd201){return _0xc711fb[_0x38f2(0x387)](_0x48d96f,_0x3dd201);},'EexaZ':function(_0x1ffc0e,_0x40d16e){return _0xc711fb[_0x38f2(0x388)](_0x1ffc0e,_0x40d16e);}};if(_0xc711fb[_0x38f2(0x389)](_0x38f2(0x38a),_0xc711fb[_0x38f2(0x38b)]))return console[_0x38f2(0x2dd)](_0xc711fb[_0x38f2(0x38c)],_0x4f696d),null;else{_0x2e9ed5['error'](_0x194060['UjILq'],_0x18378a),_0x194060[_0x38f2(0x38d)](_0x1c5e19,{}),_0x1e99d1({}),_0x194060[_0x38f2(0x38e)](_0x3c071c,{});const _0x2c2436=(_0x194060[_0x38f2(0x38f)](_0xbd1605,null)||_0x194060[_0x38f2(0x38f)](_0x3f5ccb,void 0x0)?void 0x0:_0x36f27b[_0x38f2(0x153)])||(_0x194060['WcWHZ'](_0x29c635,null)||_0x194060[_0x38f2(0x38f)](_0x4f04af,void 0x0)?void 0x0:_0x50204a[_0x38f2(0x1f8)])||_0x38f2(0x213)+_0x15af2a[_0x38f2(0x214)](_0x194060[_0x38f2(0x390)](_0x3e85c9['random'](),0x2710));_0x52186d(_0x2c2436);}}),_0x35e356={'socketId':_0x53418f,'username':_0x3429dd,'email':(_0x18e357[_0x38f2(0x391)](_0x295a99,null)||_0x295a99===void 0x0?void 0x0:_0x295a99[_0x38f2(0x153)])||null,'modelKey':null,'connectedPlatforms':_0x1e3222,'platformConnections':_0x10de7d,..._0x18e357[_0x38f2(0x392)](_0x1037f8,{'encryptedPin':_0x1037f8,'hasPinData':!![]})};console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x393)],_0x35e356);const _0x402664=await(0x0,_mobileTrainingService[_0x38f2(0x394)])(_0x35e356);console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x395)],_0x402664);if(_0x402664[_0x38f2(0x396)]||_0x18e357[_0x38f2(0x397)](_0x402664[_0x38f2(0x92)],_0x18e357[_0x38f2(0x1cf)])){const _0x25d917=_0x18e357[_0x38f2(0x398)][_0x38f2(0x155)]('|');let _0x1b31d6=0x0;while(!![]){switch(_0x25d917[_0x1b31d6++]){case'0':_0x18e357['eYZWt'](_0x56d549,!![]);continue;case'1':_0x18e357[_0x38f2(0x399)](_0x2c4814,_0x18e357['sHxXK']);continue;case'2':_0x11db53();continue;case'3':_0x18e357[_0x38f2(0x352)](_0x5a5646,!![]);continue;case'4':_0x18e357[_0x38f2(0x39a)](_0x114441,_0x402664);continue;case'5':_0x328f27(_0x18e357[_0x38f2(0x1d1)]);continue;case'6':return;case'7':console[_0x38f2(0x13d)](_0x18e357['EdmGP']);continue;}break;}}if(_0x402664[_0x38f2(0x254)]){console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x39b)],_0x402664['message']),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x39c)],_0x402664[_0x38f2(0x31d)]);if(_0x402664[_0x38f2(0x31d)]){const _0x1456af='3|0|6|5|2|4|1'[_0x38f2(0x155)]('|');let _0x362db8=0x0;while(!![]){switch(_0x1456af[_0x362db8++]){case'0':console['log']('💾\x20Storage\x20method:',_0x402664[_0x38f2(0x31d)][_0x38f2(0x329)]);continue;case'1':console['log'](_0x18e357[_0x38f2(0x323)],_0x402664[_0x38f2(0x31d)]['queryScores']);continue;case'2':console['log'](_0x38f2(0x8c),_0x402664[_0x38f2(0x31d)][_0x38f2(0x322)]);continue;case'3':console[_0x38f2(0x13d)]('✅\x20Inference\x20enabled:',_0x402664[_0x38f2(0x31d)][_0x38f2(0x326)]);continue;case'4':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x320)],_0x402664[_0x38f2(0x31d)]['databases']);continue;case'5':console['log']('🔐\x20Encryption\x20enabled:',_0x402664[_0x38f2(0x31d)][_0x38f2(0x31f)]);continue;case'6':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x39d)],_0x402664['features']['compression']);continue;}break;}}_0x18e357['XDsDY'](_0x328f27,_0x18e357[_0x38f2(0x39e)]),_0x18e357[_0x38f2(0x39f)](_0x48a0e2,0x19);}else console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x3a0)],_0x402664['error']),_0x18e357[_0x38f2(0x3a1)](_0x328f27,_0x38f2(0x18c)+(_0x402664[_0x38f2(0x15f)]||_0x18e357[_0x38f2(0x3a2)])),_0x18e357[_0x38f2(0x263)](_0x56d549,!![]),_0x18e357['YMtEC'](_0x11db53);}else{_0x53bedf[_0x38f2(0x15f)](_0xc711fb[_0x38f2(0x3a3)],_0xc8428c);throw _0x56598c;}}catch(_0x127f7a){_0x18e357[_0x38f2(0x3a4)]('rftJJ',_0x18e357[_0x38f2(0x3a5)])?(_0x137ba6[_0x38f2(0x13d)](_0xc711fb[_0x38f2(0x3a6)]),_0xc711fb[_0x38f2(0x3a7)](_0x21b436,!![]),_0xc711fb[_0x38f2(0x3a8)](_0x3bb5a2,_0x28ec75),_0x3140ea(_0xc711fb[_0x38f2(0x3a9)])):(console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x3aa)],_0x127f7a),_0x18e357[_0x38f2(0x3ab)](_0x328f27,_0x38f2(0x18c)+(_0x18e357['PxAUr'](_0x127f7a,Error)?_0x127f7a[_0x38f2(0x18e)]:_0x18e357[_0x38f2(0x18f)])),_0x18e357[_0x38f2(0x35b)](_0x56d549,!![]),_0x18e357[_0x38f2(0x1cd)](_0x11db53));}},_0x206f8e=async _0x3bfdb4=>{const _0x3c6f46={'QzmOg':_0x38f2(0xc5),'WFeQi':function(_0xf41d0b,_0x4f9bc6){return _0xf41d0b(_0x4f9bc6);},'FOdhA':_0x38f2(0x38),'xWeuq':function(_0x3ca145,_0x2b79e1){return _0x18e357[_0x38f2(0x39f)](_0x3ca145,_0x2b79e1);},'PJItb':_0x38f2(0x39),'Bnuoi':function(_0x56f6ab){return _0x18e357[_0x38f2(0x3ac)](_0x56f6ab);}};if(_0x18e357[_0x38f2(0x3ad)](_0x18e357[_0x38f2(0x3ae)],_0x18e357['liUlD'])){_0x5bc64b[_0x38f2(0x13d)](_0x3c6f46['QzmOg']),_0x3c6f46[_0x38f2(0x3af)](_0xea772b,_0x3c6f46[_0x38f2(0x3b0)]),_0x3c6f46[_0x38f2(0x3b1)](_0x1ef54e,_0x447c53),_0x285e35(!![]),_0x153491(_0x3c6f46[_0x38f2(0x3b2)]),_0x3c6f46[_0x38f2(0x3b1)](_0x3d1999,!![]),_0x3c6f46[_0x38f2(0x3b3)](_0x2d276c);return;}else try{const _0xd76078=_0x18e357[_0x38f2(0x3b4)][_0x38f2(0x155)]('|');let _0xe71479=0x0;while(!![]){switch(_0xd76078[_0xe71479++]){case'0':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x3b5)],_0x4c0fd5);continue;case'1':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x3b6)]);continue;case'2':console[_0x38f2(0x13d)](_0x18e357['gUbcv'],(_0x18e357[_0x38f2(0x3b7)](_0x181c80,null)||_0x18e357[_0x38f2(0x3b8)](_0x181c80,void 0x0)?void 0x0:_0x181c80[_0x38f2(0x37b)](0x0,0x14))+_0x38f2(0x2d7));continue;case'3':console['log'](_0x18e357[_0x38f2(0x3b9)]);continue;case'4':if(!_0x4c0fd5)throw new Error(_0x18e357[_0x38f2(0x2b0)]);continue;case'5':console[_0x38f2(0x13d)](_0x38f2(0xba));continue;}break;}}catch(_0x821098){console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x3ba)],_0x821098);throw _0x821098;}},_0x345224=async()=>{const _0x56c3df={'tGCva':_0x38f2(0x37e),'SByHt':_0x18e357[_0x38f2(0x264)],'fFTVY':function(_0x4a71f8){return _0x18e357[_0x38f2(0x3bb)](_0x4a71f8);},'ecgth':_0x18e357[_0x38f2(0x3bc)],'yMnUS':_0x18e357[_0x38f2(0x3bd)],'nOKyF':_0x18e357['AxFab'],'svmCj':function(_0x5e8c93,_0x16e3fc){return _0x18e357[_0x38f2(0x1cc)](_0x5e8c93,_0x16e3fc);},'vtZmH':_0x18e357[_0x38f2(0x3be)],'PkOaU':_0x18e357[_0x38f2(0x3bf)],'kRswi':_0x18e357[_0x38f2(0x3c0)],'rGBSh':function(_0x3b9a98,_0x107e9b){return _0x18e357[_0x38f2(0x18b)](_0x3b9a98,_0x107e9b);},'YeixF':function(_0xf39feb){return _0x18e357[_0x38f2(0x3bb)](_0xf39feb);},'ODuLF':_0x18e357[_0x38f2(0x3c1)],'godBY':_0x18e357[_0x38f2(0x369)],'CSkjM':function(_0x30ae01,_0x146f58){return _0x18e357[_0x38f2(0x3c2)](_0x30ae01,_0x146f58);},'VlfNt':_0x18e357['BLwLq'],'DOZoe':_0x38f2(0x3c3),'UVJNX':function(_0x5798b6,_0x27f005){return _0x18e357['GhWkw'](_0x5798b6,_0x27f005);},'qmmFp':_0x18e357[_0x38f2(0x3c4)],'lINRH':function(_0x39bae3,_0x44f015){return _0x18e357[_0x38f2(0x367)](_0x39bae3,_0x44f015);},'lPDgy':_0x18e357[_0x38f2(0x3c5)],'DjFwF':function(_0x25bcc2,_0x145356){return _0x18e357[_0x38f2(0x240)](_0x25bcc2,_0x145356);},'kGcCY':_0x38f2(0x44),'WnIPr':function(_0x1f7306,_0x5d9a7c){return _0x18e357['xJcUN'](_0x1f7306,_0x5d9a7c);},'yswZH':function(_0xa3e847,_0x23d488){return _0x18e357[_0x38f2(0x3c6)](_0xa3e847,_0x23d488);},'mUXTt':function(_0x547e7c,_0x2ea915){return _0x18e357[_0x38f2(0x3c7)](_0x547e7c,_0x2ea915);},'zPQLH':_0x38f2(0xe5),'rvxdJ':function(_0x14219f,_0x4f92c3){return _0x14219f(_0x4f92c3);},'CVplg':function(_0x9c042b,_0x548834){return _0x9c042b===_0x548834;},'BLshg':function(_0x6084b8,_0x4bfafe){return _0x18e357[_0x38f2(0x221)](_0x6084b8,_0x4bfafe);},'EMEIf':_0x38f2(0x3c8),'NIyGZ':_0x18e357[_0x38f2(0x328)],'tHtvJ':_0x18e357[_0x38f2(0x3c9)],'EGpzf':_0x38f2(0x3ca),'VhUVw':'🧪\x20Testing\x20mode\x20enabled','WKIFv':_0x18e357[_0x38f2(0x3cb)],'uwZXx':_0x18e357[_0x38f2(0x3cc)],'ZQPrJ':_0x38f2(0x14),'BjOgF':_0x38f2(0x16),'HwWKP':_0x38f2(0x3cd),'IvnSM':_0x18e357['pGoaI'],'iYRuA':_0x18e357[_0x38f2(0x3ce)],'GJvjt':_0x38f2(0x3cf),'WiwCX':_0x18e357['HBgbN'],'tmjbe':_0x18e357[_0x38f2(0x3d0)],'qLVgx':_0x38f2(0x3d1),'rSReZ':_0x38f2(0x3d2),'aSkaf':_0x38f2(0x3d3),'nLmbw':_0x18e357['sloez'],'bZpOe':_0x18e357['gpNAh'],'ZKnWK':function(_0x532a25,_0x4ea10a){return _0x18e357[_0x38f2(0x3d4)](_0x532a25,_0x4ea10a);},'KHuLa':_0x18e357['FYYUo'],'ZniUU':'YouTube\x20reconnection\x20failed.\x20Please\x20restart\x20from\x20connector\x20screen.','eGMFT':_0x38f2(0x1b2),'cScPv':function(_0x265896,_0x14cd6a){return _0x18e357[_0x38f2(0x3d5)](_0x265896,_0x14cd6a);},'OvTfl':_0x18e357[_0x38f2(0x3d6)],'BwxtE':function(_0x511229,_0x4f82b7){return _0x511229(_0x4f82b7);},'Kuwvk':_0x38f2(0x6e),'NckMG':_0x18e357[_0x38f2(0x3d7)],'uGcdp':_0x18e357['dHvez'],'GrKzw':function(_0x2af2dc,_0x109edc){return _0x2af2dc(_0x109edc);}};_0x18e357[_0x38f2(0x3d8)](_0x48a0e2,0x0),_0x328f27(_0x18e357[_0x38f2(0x3d9)]),_0x18e357[_0x38f2(0x348)](_0x2ae88a,![]),_0x18e357[_0x38f2(0x219)](_0x56d549,![]),_0x18e357[_0x38f2(0x3da)](_0x23c72c);try{var _0x5ed1db;console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x3db)]),console['log'](_0x18e357[_0x38f2(0x3dc)]);const _0x20df51=await _0x18e357['zDHke'](_0x16746d);if(!_0x20df51)throw new Error(_0x18e357['BJcZv']);_0x18c3dc(_0x20df51),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x3dd)],_0x20df51[_0x38f2(0x37b)](0x0,0x14)+_0x38f2(0x2d7)),console[_0x38f2(0x13d)](_0x38f2(0xff),_0x20df51[_0x38f2(0x201)]);const _0x56b104=await(0x0,_jwtStorageService[_0x38f2(0x1ed)])();console[_0x38f2(0x13d)](_0x38f2(0x3de),_0x56b104?_0x56b104[_0x38f2(0x37b)](0x0,0x14)+_0x38f2(0x2d7):_0x18e357[_0x38f2(0x3df)]);if(!_0x295a99){var _0x3acba4;console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x3e0)]);const _0x35c0ad=await(0x0,_authService['getOnairosUsername'])(),_0x47694c=_0x35c0ad||(_0x18e357[_0x38f2(0x3e1)](_0x5448c3,null)||_0x18e357[_0x38f2(0x2fb)](_0x5448c3,void 0x0)||_0x18e357[_0x38f2(0x3e2)](_0x3acba4=_0x5448c3['email'],null)||_0x18e357[_0x38f2(0x3e3)](_0x3acba4,void 0x0)?void 0x0:_0x3acba4[_0x38f2(0x155)]('@')[0x0])||(_0x18e357[_0x38f2(0x2f7)](_0x5448c3,null)||_0x18e357[_0x38f2(0x3e4)](_0x5448c3,void 0x0)?void 0x0:_0x5448c3['name'])||'mobile_user',_0x2c0933={'username':_0x47694c,'email':(_0x5448c3===null||_0x18e357[_0x38f2(0x3e5)](_0x5448c3,void 0x0)?void 0x0:_0x5448c3[_0x38f2(0x153)])||null,'id':null};_0x2a86a6(_0x2c0933),_0x18e357[_0x38f2(0x3e6)](_0x38aed0,_0x47694c),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x3e7)],_0x2c0933),await new Promise(_0x2b2c9a=>setTimeout(()=>_0x2b2c9a(),0xc8));}const _0x277868=_0x18e357[_0x38f2(0x3e8)](_0x295a99,{'username':_0x1604f4||(_0x5448c3===null||_0x18e357[_0x38f2(0x3e5)](_0x5448c3,void 0x0)||_0x18e357[_0x38f2(0x3e9)](_0x5ed1db=_0x5448c3['email'],null)||_0x18e357[_0x38f2(0x294)](_0x5ed1db,void 0x0)?void 0x0:_0x5ed1db[_0x38f2(0x155)]('@')[0x0])||(_0x5448c3===null||_0x18e357[_0x38f2(0x3ea)](_0x5448c3,void 0x0)?void 0x0:_0x5448c3['name'])||_0x18e357[_0x38f2(0x3eb)],'email':(_0x5448c3===null||_0x18e357[_0x38f2(0x2df)](_0x5448c3,void 0x0)?void 0x0:_0x5448c3[_0x38f2(0x153)])||null,'id':null});if(!_0x20df51){console[_0x38f2(0x15f)](_0x18e357['ZcZKI']);throw new Error(_0x18e357[_0x38f2(0x264)]);}console[_0x38f2(0x13d)](_0x38f2(0x3ec)),console[_0x38f2(0x13d)](_0x38f2(0x3ed),_0x277868),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x3ee)],!!_0x20df51),console['log'](_0x18e357['KFimc']),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x3ef)],_reactNative[_0x38f2(0x3f0)]['OS']),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x3f1)]),_0x328f27(_0x38f2(0x3f2)),_0x18e357[_0x38f2(0x365)](_0x48a0e2,0x5),_0x15ee34['current']=(0x0,_socket['io'])(_api[_0x38f2(0x2da)]['BASE_URL'],{'transports':[_0x18e357['rHzhX'],_0x18e357[_0x38f2(0x3f3)]],'autoConnect':![],'timeout':0x3a98,'reconnection':!![],'reconnectionAttempts':0x3,'reconnectionDelay':0x3e8,'forceNew':!![]}),console['log'](_0x18e357[_0x38f2(0x3f4)],{'connected':_0x15ee34['current']['connected'],'id':_0x15ee34[_0x38f2(0x195)]['id'],'disconnected':_0x15ee34[_0x38f2(0x195)][_0x38f2(0x45)]}),_0x15ee34['current']['on'](_0x18e357[_0x38f2(0x357)],()=>{var _0x19d71b,_0x503d89,_0x246445,_0x39cfdc;console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x36f)]),console['log'](_0x38f2(0x370),{'id':_0x18e357[_0x38f2(0x3f5)](_0x19d71b=_0x15ee34[_0x38f2(0x195)],null)||_0x19d71b===void 0x0?void 0x0:_0x19d71b['id'],'connected':_0x18e357[_0x38f2(0x2de)](_0x503d89=_0x15ee34['current'],null)||_0x18e357[_0x38f2(0x3f6)](_0x503d89,void 0x0)?void 0x0:_0x503d89['connected'],'transport':_0x18e357['YrJrc'](_0x246445=_0x15ee34[_0x38f2(0x195)],null)||_0x18e357['Xdytr'](_0x246445,void 0x0)||_0x18e357[_0x38f2(0x3f7)](_0x246445=_0x246445['io'],null)||_0x18e357[_0x38f2(0x3f8)](_0x246445,void 0x0)||_0x18e357[_0x38f2(0x3f9)](_0x246445=_0x246445[_0x38f2(0x2fa)],null)||_0x18e357[_0x38f2(0x3fa)](_0x246445,void 0x0)||(_0x246445=_0x246445['transport'])===null||_0x18e357[_0x38f2(0x220)](_0x246445,void 0x0)?void 0x0:_0x246445[_0x38f2(0x1f8)]}),_0x7f16ca(!![]),_0x18e357[_0x38f2(0x39f)](_0x328f27,_0x38f2(0x377)),_0x18e357[_0x38f2(0x3fb)](_0x48a0e2,0xa);const _0x41a2e1=(_0x39cfdc=_0x15ee34[_0x38f2(0x195)])===null||_0x18e357[_0x38f2(0x3fc)](_0x39cfdc,void 0x0)?void 0x0:_0x39cfdc['id'];console['log']('🔌\x20Socket\x20ID\x20for\x20training:',_0x41a2e1);if(_0x41a2e1){if(_0x18e357[_0x38f2(0x3fd)](_0x18e357[_0x38f2(0x3fe)],_0x18e357[_0x38f2(0x3fe)])){_0x40b8c8[_0x38f2(0x15f)](_0x56c3df[_0x38f2(0x3ff)]);throw new _0x46a33f(_0x56c3df[_0x38f2(0x400)]);}else console['log'](_0x38f2(0xa2),_0x20df51?_0x20df51[_0x38f2(0x37b)](0x0,0x14)+_0x38f2(0x2d7):_0x18e357[_0x38f2(0x37c)]),console['log'](_0x18e357['EuzmP']),_0x18e357['WGncz'](_0x328f27,_0x18e357[_0x38f2(0x401)]);}else console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x2e1)]),_0x18e357[_0x38f2(0x402)](_0x328f27,_0x18e357[_0x38f2(0x3c0)]),_0x18e357['HKmyY'](_0x56d549,!![]),_0x11db53();}),_0x15ee34[_0x38f2(0x195)]['on']('disconnect',_0x72a32a=>{const _0x4f17e3={'yOqwz':_0x18e357[_0x38f2(0x403)],'rmdEk':_0x18e357[_0x38f2(0x3b9)],'kAZzK':_0x18e357[_0x38f2(0x404)],'jwGSI':function(_0x5b4d49,_0xa99d9b){return _0x5b4d49===_0xa99d9b;},'YARHV':_0x18e357[_0x38f2(0x2b0)],'UrCdu':_0x38f2(0xb4)};if(_0x38f2(0x405)===_0x18e357[_0x38f2(0x406)]){const _0x3f1fa1=_0x38f2(0x407)[_0x38f2(0x155)]('|');let _0x45acc4=0x0;while(!![]){switch(_0x3f1fa1[_0x45acc4++]){case'0':_0x3ec9d8[_0x38f2(0x13d)](_0x4f17e3['yOqwz']);continue;case'1':_0x24cd32[_0x38f2(0x13d)](_0x4f17e3['rmdEk']);continue;case'2':_0x354624['log'](_0x4f17e3['kAZzK'],(_0x41c2db===null||_0x4f17e3[_0x38f2(0x408)](_0x174c89,void 0x0)?void 0x0:_0x27b57c[_0x38f2(0x37b)](0x0,0x14))+_0x38f2(0x2d7));continue;case'3':if(!_0x49c311)throw new _0x4fa650(_0x4f17e3['YARHV']);continue;case'4':_0x26c10b[_0x38f2(0x13d)](_0x4f17e3[_0x38f2(0x409)],_0x10c776);continue;case'5':_0x16e495[_0x38f2(0x13d)](_0x38f2(0xb5));continue;}break;}}else{var _0x14910b;console[_0x38f2(0x13d)](_0x38f2(0x40a),_0x72a32a),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x40b)],{'reason':_0x72a32a,'wasConnected':_0x5d9e23,'socketId':_0x18e357['BheRu'](_0x14910b=_0x15ee34[_0x38f2(0x195)],null)||_0x18e357['fuNzS'](_0x14910b,void 0x0)?void 0x0:_0x14910b['id']}),_0x18e357['uEfmx'](_0x7f16ca,![]);}}),_0x15ee34[_0x38f2(0x195)]['on'](_0x18e357['xqfIW'],_0x3160eb=>{console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x40c)],_0x3160eb,_0x38f2(0x40d)),_0x18e357[_0x38f2(0x2bd)](_0x7f16ca,!![]);}),_0x15ee34[_0x38f2(0x195)]['on'](_0x18e357[_0x38f2(0x40e)],_0x5f0a5a=>{const _0x513bf5={'nYxvP':function(_0x2afdd9){return _0x56c3df[_0x38f2(0x40f)](_0x2afdd9);}};_0x56c3df[_0x38f2(0x410)]!==_0x56c3df[_0x38f2(0x411)]?(console[_0x38f2(0x13d)](_0x56c3df[_0x38f2(0x412)],_0x5f0a5a),_0x56c3df[_0x38f2(0x413)](_0x328f27,_0x38f2(0x414)+_0x5f0a5a+_0x38f2(0x415))):_0x513bf5[_0x38f2(0x416)](_0x3e70c5);}),_0x15ee34[_0x38f2(0x195)]['on']('reconnect_error',_0x4ab74e=>{console[_0x38f2(0x15f)](_0x56c3df[_0x38f2(0x417)],_0x4ab74e);}),_0x15ee34[_0x38f2(0x195)]['on'](_0x18e357[_0x38f2(0x418)],()=>{_0x18e357[_0x38f2(0x419)](_0x18e357[_0x38f2(0x41a)],_0x18e357[_0x38f2(0x41b)])?(console[_0x38f2(0x15f)](_0x38f2(0x41c)),_0x18e357['hgdUo'](_0x328f27,_0x18e357['MMrxn']),_0x18e357[_0x38f2(0x39a)](_0x56d549,!![]),_0x18e357[_0x38f2(0x41d)](_0x11db53)):(_0x1d63d4['error'](_0x56c3df['PkOaU'],_0x4ed384),_0x10c474[_0x38f2(0x15f)](_0x38f2(0xd6),{'message':_0x36ab86['message'],'name':_0x4259c0[_0x38f2(0x1f8)],'stack':_0x4d5a29[_0x38f2(0x41e)],'errorObject':_0xfbae77}),_0x111824(_0x56c3df[_0x38f2(0x41f)]),_0x56c3df[_0x38f2(0x420)](_0x493352,!![]),_0x56c3df['YeixF'](_0x418b7a));}),_0x15ee34['current']['on'](_0x18e357['bxJkW'],_0x2d3ad1=>{console['error'](_0x56c3df[_0x38f2(0x421)],_0x2d3ad1),console[_0x38f2(0x15f)](_0x56c3df[_0x38f2(0x422)],{'message':_0x2d3ad1['message'],'name':_0x2d3ad1[_0x38f2(0x1f8)],'stack':_0x2d3ad1[_0x38f2(0x41e)],'errorObject':_0x2d3ad1}),_0x328f27(_0x56c3df[_0x38f2(0x41f)]),_0x56c3df['svmCj'](_0x56d549,!![]),_0x11db53();}),_0x15ee34[_0x38f2(0x195)]['on'](_0x18e357[_0x38f2(0x423)],_0x2e5274=>{const _0x276641={'hBINL':_0x56c3df[_0x38f2(0x424)]};if(_0x56c3df[_0x38f2(0x425)](_0x56c3df[_0x38f2(0x426)],_0x56c3df['DOZoe']))console[_0x38f2(0x13d)](_0x38f2(0x427),_0x2e5274),_0x56c3df['rGBSh'](_0x328f27,_0x38f2(0x428)),_0x56c3df[_0x38f2(0x429)](_0x48a0e2,0x3c);else return _0x1f0083['warn'](_0x276641['hBINL'],_0x57d570),null;}),_0x15ee34['current']['on'](_0x38f2(0x42a),_0x34d30c=>{console[_0x38f2(0x13d)](_0x56c3df[_0x38f2(0x42b)],_0x34d30c),_0x56c3df[_0x38f2(0x42c)](_0x328f27,_0x56c3df['lPDgy']),_0x56c3df['DjFwF'](_0x48a0e2,0x50),_0x56c3df['lINRH'](_0x2d0a87,_0x34d30c['traits']),_0x423bab(_0x34d30c[_0x38f2(0x1a5)]);}),_0x15ee34[_0x38f2(0x195)]['on'](_0x18e357[_0x38f2(0x42d)],_0x4fb36b=>{const _0x246fe4={'UzStX':function(_0x32a2d2,_0x272e8e){return _0x32a2d2(_0x272e8e);}};console['log'](_0x56c3df[_0x38f2(0x42e)],_0x4fb36b);if(_0x4fb36b['completed']){if(_0x38f2(0x42f)!=='FqhFo')_0x246fe4[_0x38f2(0x430)](_0x26c8a4,![]);else{console['log'](_0x38f2(0x431),_0x4fb36b['message']),console[_0x38f2(0x13d)](_0x56c3df[_0x38f2(0x432)],_0x4fb36b['storage']),console[_0x38f2(0x13d)](_0x56c3df['tHtvJ'],_0x4fb36b['encryption']),console[_0x38f2(0x13d)](_0x56c3df[_0x38f2(0x433)],_0x4fb36b[_0x38f2(0x326)]);if(_0x4fb36b['databases']&&Array[_0x38f2(0x298)](_0x4fb36b[_0x38f2(0x321)])){if(_0x38f2(0x434)!==_0x38f2(0x434)){var _0x18c2d6;_0x26cce6['error'](_0x56c3df[_0x38f2(0x435)],_0x7e1117);const _0x14c58f=(_0x56c3df[_0x38f2(0x436)](_0x1c0385,null)||_0x532fdc===void 0x0||_0x56c3df[_0x38f2(0x437)](_0x18c2d6=_0x52292d['email'],null)||_0x56c3df[_0x38f2(0x438)](_0x18c2d6,void 0x0)?void 0x0:_0x18c2d6[_0x38f2(0x155)]('@')[0x0])||(_0x251b9a===null||_0x56c3df[_0x38f2(0x438)](_0x37a8a5,void 0x0)?void 0x0:_0x513b32['name'])||_0x56c3df['zPQLH'];_0x56c3df[_0x38f2(0x439)](_0x213736,{'username':_0x14c58f,'email':(_0x56c3df['CVplg'](_0x2129e9,null)||_0x56c3df[_0x38f2(0x43a)](_0x176d19,void 0x0)?void 0x0:_0x18bfc3[_0x38f2(0x153)])||null,'id':null}),_0x56c3df[_0x38f2(0x42c)](_0x534f3b,_0x14c58f);}else console[_0x38f2(0x13d)]('🗄️\x20Databases\x20used:',_0x4fb36b[_0x38f2(0x321)][_0x38f2(0x43b)](',\x20'));}_0x4fb36b[_0x38f2(0x43c)]&&console[_0x38f2(0x13d)](_0x56c3df['VhUVw']);}}_0x56c3df[_0x38f2(0x420)](_0x2ae88a,!![]),_0x56c3df[_0x38f2(0x439)](_0x328f27,_0x56c3df[_0x38f2(0x43d)]),_0x48a0e2(0x64),_0x11db53();}),_0x15ee34[_0x38f2(0x195)]['on']('trainingUpdate',_0x56b4e3=>{const _0x20fc68={'Kknfi':function(_0x3f56e4,_0x4ab2ac){return _0x3f56e4(_0x4ab2ac);},'mIKSs':_0x18e357[_0x38f2(0x336)]};console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x43e)],_0x56b4e3);if(_0x56b4e3[_0x38f2(0x15f)]&&_0x56b4e3[_0x38f2(0x15f)][_0x38f2(0x158)](_0x18e357[_0x38f2(0x43f)])){console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x440)]),_0x18e357[_0x38f2(0x441)](_0x2c4814,null),_0x5a5646(![]),_0x18e357[_0x38f2(0x442)](_0x328f27,_0x18e357['MsPhG']),_0x18e357[_0x38f2(0x443)](setTimeout,async()=>{const _0xf5b0a4={'Baeyy':_0x56c3df[_0x38f2(0x444)],'IbUzQ':_0x56c3df[_0x38f2(0x445)],'vfEdA':_0x56c3df[_0x38f2(0x446)]};if(_0x56c3df['mUXTt'](_0x56c3df[_0x38f2(0x447)],_0x56c3df[_0x38f2(0x448)]))throw new _0x52c995(_0xf5b0a4['Baeyy']);else try{console['log'](_0x56c3df['iYRuA']);const _0x1588b9=await(0x0,_platformAuthService[_0x38f2(0x449)])();if(_0x1588b9)console[_0x38f2(0x13d)](_0x38f2(0x44a)),_0x328f27(_0x56c3df[_0x38f2(0x44b)]),_0x56c3df['DjFwF'](_0x56d549,!![]);else{console[_0x38f2(0x13d)](_0x56c3df[_0x38f2(0x44c)]),_0x56c3df[_0x38f2(0x413)](_0x328f27,_0x56c3df[_0x38f2(0x44d)]);try{_0x56c3df[_0x38f2(0x44e)](_0x56c3df['qLVgx'],_0x56c3df[_0x38f2(0x44f)])?(_0x5bd120[_0x38f2(0x13d)](_0xf5b0a4[_0x38f2(0x450)],_0x3cc13b),_0x4d7eb5[_0x38f2(0x13d)](_0x38f2(0x15),_0x172c1c),_0x51698e[_0x38f2(0x13d)](_0xf5b0a4['vfEdA'],_0x2b2e06),_0x968fdd[_0x38f2(0x13d)](_0x38f2(0x140),_0x31e374)):(await _0x175ecd(_0x56c3df[_0x38f2(0x451)]),console[_0x38f2(0x13d)](_0x56c3df[_0x38f2(0x452)]),_0x56c3df['rGBSh'](_0x328f27,_0x56c3df[_0x38f2(0x453)]),_0x56c3df[_0x38f2(0x454)](_0x56d549,!![]));}catch(_0x3b40d4){console[_0x38f2(0x15f)](_0x56c3df['KHuLa'],_0x3b40d4),_0x328f27(_0x56c3df[_0x38f2(0x455)]),_0x56d549(!![]),_0x56c3df[_0x38f2(0x456)](_0x11db53);}}}catch(_0x2c85b5){console[_0x38f2(0x15f)](_0x56c3df['eGMFT'],_0x2c85b5),_0x56c3df[_0x38f2(0x457)](_0x328f27,_0x56c3df['OvTfl']),_0x56c3df[_0x38f2(0x458)](_0x56d549,!![]),_0x56c3df[_0x38f2(0x456)](_0x11db53);}},0x3e8);return;}if(_0x56b4e3[_0x38f2(0x396)]||_0x18e357[_0x38f2(0x3ea)](_0x56b4e3[_0x38f2(0x92)],'CONNECTIONS_REQUIRED')){const _0xc8e5af='0|2|7|6|3|1|4|5'[_0x38f2(0x155)]('|');let _0x2275f5=0x0;while(!![]){switch(_0xc8e5af[_0x2275f5++]){case'0':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x459)]);continue;case'1':_0x56d549(!![]);continue;case'2':_0x18e357[_0x38f2(0x45a)](_0x2c4814,_0x18e357[_0x38f2(0x1cf)]);continue;case'3':_0x328f27(_0x18e357[_0x38f2(0x1d1)]);continue;case'4':_0x18e357[_0x38f2(0x41d)](_0x11db53);continue;case'5':return;case'6':_0x18e357[_0x38f2(0x39f)](_0x5a5646,!![]);continue;case'7':_0x18e357[_0x38f2(0x45b)](_0x114441,_0x56b4e3);continue;}break;}}if(_0x56b4e3[_0x38f2(0x92)]===_0x18e357[_0x38f2(0x45c)]){if(_0x18e357[_0x38f2(0x265)](_0x18e357[_0x38f2(0x45d)],_0x18e357[_0x38f2(0x45d)]))_0x20fc68[_0x38f2(0x45e)](_0x2008b6,_0x309dcb),_0x4d5bc8(_0x20fc68[_0x38f2(0x45f)]);else{console[_0x38f2(0x13d)]('🚫\x20No\x20data\x20scenario\x20detected'),_0x18e357['RpTAI'](_0x2c4814,_0x18e357['euLZt']),_0x18e357[_0x38f2(0x460)](_0x114441,_0x56b4e3[_0x38f2(0x2f0)]),_0x18e357[_0x38f2(0x257)](_0x5a5646,!![]),_0x18e357['cOfWH'](_0x328f27,'No\x20interaction\x20data\x20found'),_0x18e357[_0x38f2(0x1b4)](_0x56d549,!![]),_0x18e357[_0x38f2(0x175)](_0x11db53);return;}}if(_0x18e357['Mxzcp'](_0x56b4e3[_0x38f2(0x92)],_0x38f2(0x82))){if(_0x18e357[_0x38f2(0x461)]!==_0x18e357[_0x38f2(0x462)]){console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x463)]),_0x18e357[_0x38f2(0x464)](_0x2c4814,_0x18e357[_0x38f2(0x2e4)]),_0x114441(_0x56b4e3[_0x38f2(0x2f0)]),_0x5a5646(!![]),_0x18e357['frJGT'](_0x328f27,_0x18e357[_0x38f2(0x2e3)]);return;}else(0x0,_0x290d5c['triggerHaptic'])(_0x276807[_0x38f2(0x208)][_0x38f2(0x15c)]),_0x56c3df['DjFwF'](_0x57e969,''),_0x525dd1(_0x56c3df['Kuwvk']);}if(_0x56b4e3['error'])_0x38f2(0x465)===_0x18e357['yDgbd']?(_0x5e052a[_0x38f2(0x15f)](_0x56c3df[_0x38f2(0x466)],_0xabe4af['error']),_0x25f453(_0x38f2(0x18c)+_0x5bdca6['error']),_0x3f83a0(!![]),_0x3e2a7d()):(console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x3d7)],_0x56b4e3[_0x38f2(0x15f)]),_0x18e357[_0x38f2(0x467)](_0x328f27,_0x38f2(0x18c)+_0x56b4e3[_0x38f2(0x15f)]),_0x18e357['MAlvr'](_0x56d549,!![]),_0x18e357[_0x38f2(0x37d)](_0x11db53));else _0x56b4e3[_0x38f2(0x239)]&&(_0x18e357[_0x38f2(0x219)](_0x48a0e2,_0x56b4e3[_0x38f2(0x239)]),_0x328f27(_0x56b4e3[_0x38f2(0x29a)]||_0x18e357[_0x38f2(0x23a)]),_0xfc77dc&&_0x56b4e3[_0x38f2(0x239)]>0x1e&&_0x18e357[_0x38f2(0x468)](_0x5a5646,![]));}),console['log'](_0x18e357[_0x38f2(0x469)]),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x46a)],{'url':_api['API_CONFIG'][_0x38f2(0x2dc)],'transports':['websocket'],'autoConnect':![],'timeout':0x2710,'reconnection':![]}),_0x15ee34[_0x38f2(0x195)]['connect'](),console[_0x38f2(0x13d)]('🔌\x20Socket\x20connect()\x20called\x20-\x20waiting\x20for\x20connection...'),_0x18e357['dFcbJ'](setTimeout,()=>{var _0x20d8c8,_0x527dfc,_0x1c0220,_0xf5113e;console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x46b)],{'connected':_0x18e357[_0x38f2(0x46c)](_0x20d8c8=_0x15ee34[_0x38f2(0x195)],null)||_0x18e357[_0x38f2(0x380)](_0x20d8c8,void 0x0)?void 0x0:_0x20d8c8['connected'],'disconnected':(_0x527dfc=_0x15ee34[_0x38f2(0x195)])===null||_0x18e357[_0x38f2(0x227)](_0x527dfc,void 0x0)?void 0x0:_0x527dfc[_0x38f2(0x45)],'id':_0x18e357[_0x38f2(0x2ee)](_0x1c0220=_0x15ee34[_0x38f2(0x195)],null)||_0x18e357['qAirR'](_0x1c0220,void 0x0)?void 0x0:_0x1c0220['id'],'engineConnected':_0x18e357[_0x38f2(0x46d)](_0xf5113e=_0x15ee34['current'],null)||_0xf5113e===void 0x0||(_0xf5113e=_0xf5113e['io'])===null||_0x18e357['pESRo'](_0xf5113e,void 0x0)||_0x18e357['JJSJN'](_0xf5113e=_0xf5113e[_0x38f2(0x2fa)],null)||_0x18e357[_0x38f2(0x46e)](_0xf5113e,void 0x0)?void 0x0:_0xf5113e[_0x38f2(0x2fc)]});},0x3e8),_0x18e357[_0x38f2(0x22c)](setTimeout,()=>{if(_0x18e357[_0x38f2(0x46f)](_0x18e357[_0x38f2(0x470)],_0x18e357[_0x38f2(0x470)])){var _0x515cb6,_0x590318,_0x1063d3,_0x54992c;console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x471)],{'connected':_0x18e357['lGOeQ'](_0x515cb6=_0x15ee34[_0x38f2(0x195)],null)||_0x515cb6===void 0x0?void 0x0:_0x515cb6[_0x38f2(0x21e)],'disconnected':_0x18e357[_0x38f2(0x472)](_0x590318=_0x15ee34['current'],null)||_0x18e357[_0x38f2(0x183)](_0x590318,void 0x0)?void 0x0:_0x590318[_0x38f2(0x45)],'id':_0x18e357[_0x38f2(0x295)](_0x1063d3=_0x15ee34[_0x38f2(0x195)],null)||_0x18e357[_0x38f2(0x473)](_0x1063d3,void 0x0)?void 0x0:_0x1063d3['id'],'engineConnected':(_0x54992c=_0x15ee34[_0x38f2(0x195)])===null||_0x18e357[_0x38f2(0x474)](_0x54992c,void 0x0)||_0x18e357[_0x38f2(0x475)](_0x54992c=_0x54992c['io'],null)||_0x18e357['WHIcN'](_0x54992c,void 0x0)||_0x18e357[_0x38f2(0x476)](_0x54992c=_0x54992c[_0x38f2(0x2fa)],null)||_0x18e357['dKGBi'](_0x54992c,void 0x0)?void 0x0:_0x54992c['readyState']});}else return _0x171c2e&&_0x52a570[_0x38f2(0x1)]?_0x20942f:{'default':_0x1063ec};},0x1388),_0x18e357[_0x38f2(0x477)](setTimeout,()=>{const _0x34fbdd={'BEtPb':_0x18e357[_0x38f2(0x478)]};!_0x5d9e23&&_0x15ee34[_0x38f2(0x195)]&&!_0x15ee34[_0x38f2(0x195)][_0x38f2(0x21e)]&&(_0x18e357[_0x38f2(0x16a)](_0x38f2(0xcd),_0x18e357[_0x38f2(0x479)])?(console['error'](_0x18e357[_0x38f2(0x47a)]),console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x47b)],{'connected':_0x15ee34[_0x38f2(0x195)][_0x38f2(0x21e)],'disconnected':_0x15ee34[_0x38f2(0x195)]['disconnected'],'id':_0x15ee34['current']['id']}),_0x328f27(_0x18e357[_0x38f2(0x47c)]),_0x56d549(!![]),_0x18e357[_0x38f2(0x47d)](_0x11db53),_0x15ee34[_0x38f2(0x195)]&&(_0x18e357['vLgwn']!==_0x18e357[_0x38f2(0x47e)]?(_0x15ee34[_0x38f2(0x195)][_0x38f2(0x25c)](),_0x15ee34[_0x38f2(0x195)]=null):(_0x5bec9e[_0x38f2(0x15f)](_0x56c3df['uGcdp'],_0x4aa2b1),_0x56c3df[_0x38f2(0x47f)](_0x388fbe,_0x56c3df[_0x38f2(0x480)])))):_0x514b5f['log'](_0x34fbdd[_0x38f2(0x481)]));},0x4e20);}catch(_0x5ccd56){console[_0x38f2(0x15f)](_0x38f2(0x191),_0x5ccd56),_0x328f27(_0x18e357[_0x38f2(0x192)]),_0x18e357[_0x38f2(0x482)](_0x56d549,!![]),_0x18e357[_0x38f2(0x483)](_0x11db53);}},_0xcef4c1=_0x10fe85=>{if(_0x68b2bd)return _0x18e357[_0x38f2(0x484)];if(_0x4f942d)return _0x38f2(0x485);let _0x20ae0e='';if(_0x10fe85<0x14)_0x18e357[_0x38f2(0x486)](_0x18e357[_0x38f2(0x487)],_0x18e357[_0x38f2(0x487)])?_0x20ae0e='Keeping\x20your\x20data\x20private':(_0x18e357['KZvPz'](_0x1cd7af,_0x22b89b=>({..._0x22b89b,[_0x1a5746]:{'userName':_0x1b9904,'connected':!![]}})),_0x107baf(_0x1695be=>({..._0x1695be,[_0x4621c7]:!![]})),_0x18e357[_0x38f2(0x2a9)](_0x24ce67,_0x18e357[_0x38f2(0x357)]));else{if(_0x10fe85<0x28)_0x20ae0e=_0x18e357[_0x38f2(0x488)];else{if(_0x18e357[_0x38f2(0x489)](_0x10fe85,0x3c))_0x20ae0e=_0x18e357[_0x38f2(0x48a)];else{if(_0x10fe85<0x50){if(_0x18e357[_0x38f2(0x16d)]('yuyES',_0x18e357['fOUQR']))_0x20ae0e=_0x18e357[_0x38f2(0x48b)];else throw new _0x25307f(_0x18e357[_0x38f2(0x48c)]);}else _0x18e357[_0x38f2(0x48d)](_0x10fe85,0x5f)?_0x20ae0e=_0x18e357[_0x38f2(0x48e)]:_0x18e357[_0x38f2(0x48f)](_0x38f2(0x490),'XbcwD')?_0x5e6bfe=_0x18e357[_0x38f2(0x48b)]:_0x20ae0e=_0x18e357[_0x38f2(0x491)];}}}return _0x20ae0e+_0xea9b96;},_0x4e7b44=async()=>{const _0x502740={'LfnOk':_0x18e357[_0x38f2(0x1d5)],'kdFYJ':function(_0x24873d,_0x57981f){return _0x18e357[_0x38f2(0x286)](_0x24873d,_0x57981f);},'dYWBy':_0x18e357[_0x38f2(0x138)],'mZvTW':function(_0x4ae3ad,_0x528305){return _0x18e357[_0x38f2(0x492)](_0x4ae3ad,_0x528305);},'thdpc':_0x18e357[_0x38f2(0x2b5)],'WTtUJ':_0x18e357[_0x38f2(0x25a)],'EshzD':_0x18e357[_0x38f2(0x25b)]};console[_0x38f2(0x13d)](_0x38f2(0x493));_0x15ee34[_0x38f2(0x195)]&&(console['log'](_0x38f2(0x494)),_0x15ee34[_0x38f2(0x195)][_0x38f2(0x25c)](),_0x15ee34[_0x38f2(0x195)]=null);(0x0,_pinStorageUtils[_0x38f2(0x495)])(),_0x193d3b['current']=!![];try{const _0x1a6e93=await(0x0,_jwtStorageService[_0x38f2(0x1ed)])();if(_0x1a6e93)console[_0x38f2(0x13d)](_0x38f2(0x496),_0x1a6e93[_0x38f2(0x37b)](0x0,0x1e)+_0x38f2(0x2d7)),_0x18e357[_0x38f2(0x497)](_0x163da5,null)||_0x163da5===void 0x0||_0x18e357['UQSSo'](_0x163da5,_api[_0x38f2(0x2da)][_0x38f2(0x2dc)],_0x1a6e93,{'email':(_0x18e357[_0x38f2(0x391)](_0x295a99,null)||_0x295a99===void 0x0?void 0x0:_0x295a99[_0x38f2(0x153)])||'',..._0x295a99});else{if(_0x18e357['KqprS']!==_0x18e357[_0x38f2(0x498)])console['error'](_0x18e357[_0x38f2(0x499)]),_0x18e357[_0x38f2(0x472)](_0x163da5,null)||_0x18e357['uuccJ'](_0x163da5,void 0x0)||_0x18e357[_0x38f2(0x49a)](_0x163da5,_api['API_CONFIG'][_0x38f2(0x2dc)],_0x18e357[_0x38f2(0x49b)],{'email':(_0x18e357[_0x38f2(0x49c)](_0x295a99,null)||_0x18e357[_0x38f2(0x258)](_0x295a99,void 0x0)?void 0x0:_0x295a99[_0x38f2(0x153)])||'',..._0x295a99});else{(0x0,_0x1c6038[_0x38f2(0x15b)])(_0x26a7df[_0x38f2(0x208)][_0x38f2(0x15c)]);if(_0x2c3d95){_0x317178[_0x38f2(0x13d)](_0x502740['LfnOk']),_0x502740['kdFYJ'](_0x2e6396,_0x502740[_0x38f2(0x49d)]);return;}_0x3e7895['log']('🚀\x20Get\x20Started\x20pressed\x20-\x20moving\x20to\x20signin'),_0x502740[_0x38f2(0x49e)](_0x20ff12,_0x502740[_0x38f2(0x49f)]);}}}catch(_0x32aae4){_0x18e357[_0x38f2(0x4a0)](_0x18e357[_0x38f2(0x4a1)],_0x18e357[_0x38f2(0x4a2)])?(_0x1bbaab[_0x38f2(0x13d)](_0x502740[_0x38f2(0x4a3)],_0x2426a3[_0x38f2(0x18e)]),_0x502740[_0x38f2(0x49e)](_0x2edd45,_0x593ac1[_0x38f2(0x18e)]||_0x502740[_0x38f2(0x4a4)])):(console[_0x38f2(0x15f)](_0x38f2(0x4a5),_0x32aae4),_0x18e357['tpuEy'](_0x163da5,null)||_0x18e357['OmVJY'](_0x163da5,void 0x0)||_0x18e357[_0x38f2(0x49a)](_0x163da5,_api['API_CONFIG']['BASE_URL'],_0x18e357['aNkDa'],{'email':(_0x18e357[_0x38f2(0x497)](_0x295a99,null)||_0x18e357[_0x38f2(0x4a6)](_0x295a99,void 0x0)?void 0x0:_0x295a99[_0x38f2(0x153)])||'',..._0x295a99}));}},_0x16746d=async()=>{const _0x5e9e72={'EJiFO':_0x18e357[_0x38f2(0x28d)],'ZdSpg':function(_0x43979f,_0x37f78a){return _0x18e357[_0x38f2(0x46e)](_0x43979f,_0x37f78a);},'kizMA':function(_0x102a38,_0x5cf087){return _0x18e357[_0x38f2(0x4a7)](_0x102a38,_0x5cf087);},'pXDBU':_0x38f2(0x4a8),'dpSyB':_0x18e357['rXIsy'],'TTRUt':_0x18e357['CqJjV'],'ImzDn':function(_0x36efbc,_0x4c7742){return _0x18e357[_0x38f2(0x4a9)](_0x36efbc,_0x4c7742);},'nDodd':function(_0x1cfe5c,_0x5b0649){return _0x18e357[_0x38f2(0x4aa)](_0x1cfe5c,_0x5b0649);},'jIiyT':_0x18e357['LKGnc'],'eoZvK':function(_0x47994e,_0x5903c3){return _0x18e357[_0x38f2(0x4ab)](_0x47994e,_0x5903c3);},'dNCdk':function(_0x10f0cf,_0x323206){return _0x10f0cf(_0x323206);}};try{const _0x9e0a89=await(0x0,_jwtStorageService[_0x38f2(0x1ed)])();if(_0x9e0a89&&_0x9e0a89['trim']()[_0x38f2(0x201)]>0x14){if(_0x18e357[_0x38f2(0x4ac)](_0x18e357[_0x38f2(0x4ad)],_0x18e357['pnisQ'])){var _0x4166ac,_0x19cb4f,_0x48014c,_0x3e6cb5;_0xeb0eb5[_0x38f2(0x13d)](_0x5e9e72[_0x38f2(0x4ae)]),_0x591814['log']('🔍\x20Checking\x20for\x20returning\x20user\x20data...',{'isNewUser':_0x274f2f[_0x38f2(0x26d)],'flowType':_0x59f948[_0x38f2(0x28f)],'hasExistingData':_0x5e9e72[_0x38f2(0x4af)](_0x4166ac=_0x4b5eb6['existingUserData'],null)||_0x5e9e72[_0x38f2(0x4af)](_0x4166ac,void 0x0)?void 0x0:_0x4166ac['hasExistingData'],'connectionsCount':(_0x5e9e72['kizMA'](_0x19cb4f=_0x3b9375[_0x38f2(0x291)],null)||_0x5e9e72[_0x38f2(0x4b0)](_0x19cb4f,void 0x0)||_0x5e9e72[_0x38f2(0x4b0)](_0x19cb4f=_0x19cb4f[_0x38f2(0x297)],null)||_0x19cb4f===void 0x0?void 0x0:_0x19cb4f[_0x38f2(0x201)])||0x0});const _0x5c845a=_0x1cc523[_0x38f2(0x26d)]===![]||_0x5e9e72[_0x38f2(0x4b0)](_0x4365c3[_0x38f2(0x28f)],_0x5e9e72[_0x38f2(0x4b1)]),_0x41ad04=_0x5e9e72['kizMA'](_0x48014c=_0x2d21d0['existingUserData'],null)||_0x5e9e72['ZdSpg'](_0x48014c,void 0x0)?void 0x0:_0x48014c[_0x38f2(0x297)],_0x2e1a26=_0x4b4650[_0x38f2(0x298)](_0x41ad04)?_0x41ad04:[],_0x4f8bf8=_0x2e1a26[_0x38f2(0x177)](_0x2372d5=>_0x2372d5&&(_0x2372d5[_0x38f2(0x299)]||_0x2372d5[_0x38f2(0x29a)]===_0x38f2(0x29b)))[_0x38f2(0x271)](_0x59b2f3=>_0x59b2f3===null||_0x59b2f3===void 0x0?void 0x0:_0x59b2f3[_0x38f2(0x93)])[_0x38f2(0x177)](_0x2289f9);_0x4c911b[_0x38f2(0x13d)](_0x5e9e72[_0x38f2(0x4b2)],{'isReturning':_0x5c845a,'connectedPlatformNames':_0x4f8bf8,'showWelcomeBack':_0x5e9e72[_0x38f2(0x4b0)](_0x3e6cb5=_0x32906b['enochInstructions'],null)||_0x3e6cb5===void 0x0?void 0x0:_0x3e6cb5[_0x38f2(0x2a0)]}),_0x5c845a&&_0x4f8bf8['length']>0x0?(_0x15c206['log'](_0x5e9e72[_0x38f2(0x4b3)]),_0x5e9e72['ImzDn'](_0x4c1b10,!![]),_0x5e9e72['nDodd'](_0x35b748,_0x4f8bf8),_0x5e9e72[_0x38f2(0x4b4)](_0x17333b,_0x38f2(0x43))):(_0x1999ab[_0x38f2(0x13d)](_0x5e9e72[_0x38f2(0x4b5)]),_0x5e9e72['eoZvK'](_0x5aa30e,![]),_0x5e9e72[_0x38f2(0x4b4)](_0x1a8f99,[]),_0x5e9e72[_0x38f2(0x4b6)](_0x204e72,_0x38f2(0x3c)));}else return console[_0x38f2(0x13d)](_0x38f2(0x4b7),_0x9e0a89['substring'](0x0,0x14)+'...'),console['log'](_0x18e357[_0x38f2(0x4b8)],_0x9e0a89[_0x38f2(0x201)]),_0x9e0a89;}return console['warn'](_0x18e357['QsCUf']),console[_0x38f2(0x2dd)](_0x18e357[_0x38f2(0x4b9)]),console[_0x38f2(0x2dd)](_0x18e357[_0x38f2(0x4ba)]),null;}catch(_0x45c3f6){console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x4bb)],_0x45c3f6);throw _0x45c3f6;}},_0x4a43f4=Object[_0x38f2(0x4bc)](_0x4bd1ea)[_0x38f2(0x4bd)](_0x22695e=>_0x22695e),_0x1c3b0e=()=>{const _0x5b6651={'RBPYH':_0x38f2(0x19),'OvRcX':_0x18e357[_0x38f2(0x148)],'oNiap':_0x18e357['sISPV'],'coKtM':function(_0x4ebec5,_0x11d642){return _0x4ebec5(_0x11d642);},'jsRfa':_0x38f2(0x1b),'xBZuI':function(_0x4c921c,_0x5848d0){return _0x18e357['ZPvXL'](_0x4c921c,_0x5848d0);},'isfSb':_0x18e357[_0x38f2(0x336)],'OhrHh':function(_0x5850a5,_0x320eaa){return _0x5850a5!==_0x320eaa;},'Mdnqn':_0x18e357[_0x38f2(0x4be)],'fgZUm':_0x38f2(0x1d)};_0x18e357[_0x38f2(0x4bf)](_0x18e357[_0x38f2(0x4c0)],_0x18e357[_0x38f2(0x4c0)])?(_0x56f3ea[_0x38f2(0x13d)](_0x5b6651['RBPYH']),_0x99d33f[_0x38f2(0x13d)](_0x5b6651[_0x38f2(0x4c1)],_0x51cd03,_0x5b6651[_0x38f2(0x4c2)]),_0x5b6651[_0x38f2(0x4c3)](_0x56f60c,_0x5b6651[_0x38f2(0x4c4)])):_0x4a43f4&&((0x0,_haptics['triggerHaptic'])(_haptics[_0x38f2(0x208)][_0x38f2(0x15c)]),console[_0x38f2(0x13d)](_0x38f2(0x1e)),_0x18e357['Ipyzq'](_0x2ff316)[_0x38f2(0x383)](_0x4dfd4f=>{_0x5b6651['OhrHh']('pDyva',_0x5b6651['Mdnqn'])?(_0x5b6651[_0x38f2(0x4c3)](_0x3a5a6c,_0x5412e7),_0x5b6651[_0x38f2(0x4c5)](_0x514243,_0x5b6651[_0x38f2(0x4c6)])):console[_0x38f2(0x15f)](_0x5b6651[_0x38f2(0x4c7)],_0x4dfd4f);}),_0x18e357[_0x38f2(0x4c8)](_0x4410b1,_0x38f2(0x14f)));},_0x2ff316=(0x0,_react['useCallback'])(async()=>{const _0x492d03={'lVVAT':_0x18e357[_0x38f2(0x4c9)],'rMJRl':function(_0x43748d,_0xd79638){return _0x43748d(_0xd79638);},'WMsQX':function(_0x5ac3e6,_0x4653f5){return _0x18e357['FyVEW'](_0x5ac3e6,_0x4653f5);},'YhySc':function(_0x45ee35,_0x1be296){return _0x18e357[_0x38f2(0x467)](_0x45ee35,_0x1be296);},'FkCcD':_0x18e357[_0x38f2(0x4ca)],'aoUUi':function(_0x516327,_0x39577f,_0x50c6a2){return _0x18e357[_0x38f2(0x4cb)](_0x516327,_0x39577f,_0x50c6a2);}};try{console[_0x38f2(0x13d)](_0x38f2(0x4cc)),_0x18e357[_0x38f2(0x4cd)](_0x73f841,_0x18e357[_0x38f2(0x4ce)]);const _0x44d25f=await _0x18e357['Ipyzq'](_0x16746d);if(!_0x44d25f)throw new Error(_0x18e357[_0x38f2(0x3cc)]);console['log'](_0x18e357[_0x38f2(0x4cf)],_0x44d25f[_0x38f2(0x37b)](0x0,0x14)+_0x38f2(0x2d7)),_0x18c3dc(_0x44d25f);if(!_0x295a99){if(_0x18e357['Cnzie'](_0x18e357[_0x38f2(0x4d0)],_0x18e357[_0x38f2(0x4d0)]))_0x47465b[_0x38f2(0x13d)](_0x18e357['WehCI']);else{var _0x1894e6;const _0x50eb8e=await(0x0,_authService['getOnairosUsername'])(),_0x23abbb=_0x50eb8e||(_0x18e357[_0x38f2(0x4d1)](_0x5448c3,null)||_0x5448c3===void 0x0||_0x18e357[_0x38f2(0x4d2)](_0x1894e6=_0x5448c3[_0x38f2(0x153)],null)||_0x18e357['gMbnV'](_0x1894e6,void 0x0)?void 0x0:_0x1894e6[_0x38f2(0x155)]('@')[0x0])||(_0x18e357[_0x38f2(0x4d3)](_0x5448c3,null)||_0x18e357[_0x38f2(0x4d4)](_0x5448c3,void 0x0)?void 0x0:_0x5448c3[_0x38f2(0x1f8)])||_0x38f2(0xe5),_0x1c3a33={'username':_0x23abbb,'email':(_0x5448c3===null||_0x5448c3===void 0x0?void 0x0:_0x5448c3[_0x38f2(0x153)])||null,'id':null};_0x2a86a6(_0x1c3a33),_0x18e357[_0x38f2(0x4d5)](_0x38aed0,_0x23abbb),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x4d6)],_0x1c3a33);}}console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x4d7)]),_0x18e357[_0x38f2(0x263)](_0x73f841,_0x18e357[_0x38f2(0x4d8)]);const _0x1d8be9=(0x0,_socket['io'])(_api[_0x38f2(0x2da)][_0x38f2(0x2dc)],{'transports':[_0x18e357['rHzhX'],_0x18e357[_0x38f2(0x3f3)]],'autoConnect':![],'timeout':0x3a98,'reconnection':!![],'reconnectionAttempts':0x3,'reconnectionDelay':0x3e8,'forceNew':!![]});_0x1d8be9['on'](_0x18e357[_0x38f2(0x357)],async()=>{console[_0x38f2(0x13d)](_0x492d03['lVVAT']);const _0x18ea2f=_0x1d8be9['id'];_0x492d03[_0x38f2(0x4d9)](_0x21fba1,_0x492d03[_0x38f2(0x4da)](_0x18ea2f,null)),_0x492d03[_0x38f2(0x4db)](_0x73f841,_0x492d03[_0x38f2(0x4dc)]),_0x18ea2f&&await _0x492d03[_0x38f2(0x4dd)](_0x387b8a,_0x18ea2f,_0x44d25f);}),_0x1d8be9['on'](_0x38f2(0x4de),_0x192353=>{_0x192353['progress']&&(_0x18e357[_0x38f2(0x4df)](_0x73f841,_0x192353[_0x38f2(0x29a)]||_0x18e357[_0x38f2(0x2d1)]),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x4e0)],_0x192353[_0x38f2(0x239)],'%'));}),_0x1d8be9['on'](_0x38f2(0x25c),()=>{_0x18e357[_0x38f2(0x307)](_0x18e357[_0x38f2(0x4e1)],_0x18e357[_0x38f2(0x4e2)])?console[_0x38f2(0x13d)](_0x38f2(0xcc)):(0x0,_0x195549[_0x38f2(0x1cb)])(_0x52f6a5)&&_0x5791ea(_0x269a52);}),_0x15ee34[_0x38f2(0x195)]=_0x1d8be9,_0x1d8be9['connect'](),console[_0x38f2(0x13d)](_0x38f2(0x4e3));}catch(_0x21910e){console['error'](_0x38f2(0x4e4),_0x21910e),_0x18e357[_0x38f2(0x356)](_0x73f841,'');throw _0x21910e;}},[_0x295a99,_0x1604f4,_0x5448c3]),_0x387b8a=async(_0x164425,_0x1ff336)=>{try{if(_0x18e357[_0x38f2(0x4e5)](_0x18e357[_0x38f2(0x4e6)],_0x38f2(0x4e7)))return _0x3a7c7d[_0x38f2(0x13d)](_0x38f2(0x4b7),_0x38cde9[_0x38f2(0x37b)](0x0,0x14)+_0x38f2(0x2d7)),_0x3a1eae[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x4b8)],_0x12fa0d[_0x38f2(0x201)]),_0x5eeef0;else{console[_0x38f2(0x13d)]('🚀\x20[BACKGROUND]\x20Starting\x20background\x20training\x20with\x20socketId:',_0x164425),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x404)],_0x1ff336[_0x38f2(0x37b)](0x0,0x14)+_0x38f2(0x2d7));const _0x556831={'socketId':_0x164425,'username':(_0x18e357[_0x38f2(0x182)](_0x295a99,null)||_0x18e357[_0x38f2(0x4e8)](_0x295a99,void 0x0)?void 0x0:_0x295a99[_0x38f2(0x154)])||(_0x295a99===null||_0x18e357['tpuEy'](_0x295a99,void 0x0)?void 0x0:_0x295a99[_0x38f2(0x1f8)])||_0x1604f4||_0x18e357[_0x38f2(0x3eb)],'email':(_0x18e357[_0x38f2(0x25d)](_0x295a99,null)||_0x295a99===void 0x0?void 0x0:_0x295a99[_0x38f2(0x153)])||null,'modelKey':null,'connectedPlatforms':[],'platformConnections':{}};console[_0x38f2(0x13d)](_0x18e357['Sljpa'],_0x556831);const _0x10e387=await(0x0,_mobileTrainingService['startEnochTrainingWithYouTubeCheck'])(_0x556831);console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x4e9)],_0x10e387);if(_0x10e387[_0x38f2(0x396)]||_0x10e387[_0x38f2(0x92)]===_0x18e357['sHxXK']){const _0x16b547=_0x18e357[_0x38f2(0x4ea)][_0x38f2(0x155)]('|');let _0x18fad5=0x0;while(!![]){switch(_0x16b547[_0x18fad5++]){case'0':_0x18e357[_0x38f2(0x4eb)](_0x5a5646,!![]);continue;case'1':_0x18e357[_0x38f2(0x273)](_0x328f27,_0x18e357[_0x38f2(0x1d1)]);continue;case'2':_0x11db53();continue;case'3':_0x18e357[_0x38f2(0x399)](_0x2c4814,_0x18e357[_0x38f2(0x1cf)]);continue;case'4':console['log'](_0x38f2(0x3a));continue;case'5':_0x114441(_0x10e387);continue;case'6':return;case'7':_0x18e357['HiIvQ'](_0x56d549,!![]);continue;}break;}}if(_0x10e387['success']){console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x4ec)],_0x10e387[_0x38f2(0x18e)]),console['log'](_0x38f2(0x31c),_0x10e387[_0x38f2(0x31d)]),_0x555072(!![]);if(_0x10e387['features']){if(_0x18e357['bLzhd'](_0x18e357[_0x38f2(0x4ed)],_0x38f2(0x4ee))){const _0x410359=_0x18e357[_0x38f2(0x4ef)][_0x38f2(0x155)]('|');let _0x1951ab=0x0;while(!![]){switch(_0x410359[_0x1951ab++]){case'0':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x3c9)],_0x10e387[_0x38f2(0x31d)][_0x38f2(0x31f)]);continue;case'1':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x328)],_0x10e387[_0x38f2(0x31d)][_0x38f2(0x329)]);continue;case'2':console[_0x38f2(0x13d)](_0x18e357['qeAbQ'],_0x10e387[_0x38f2(0x31d)][_0x38f2(0x322)]);continue;case'3':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x325)],_0x10e387['features'][_0x38f2(0x326)]);continue;case'4':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x39d)],_0x10e387[_0x38f2(0x31d)][_0x38f2(0x327)]);continue;case'5':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x320)],_0x10e387['features'][_0x38f2(0x321)]);continue;case'6':console[_0x38f2(0x13d)](_0x18e357['jaxSt'],_0x10e387[_0x38f2(0x31d)][_0x38f2(0x324)]);continue;}break;}}else _0x2a07a6[_0x38f2(0x13d)](_0x38f2(0x11e)),_0x28c590();}_0x18e357[_0x38f2(0x4f0)](_0x328f27,_0x18e357[_0x38f2(0x32a)]),_0x18e357[_0x38f2(0x35b)](_0x48a0e2,0x19);}else _0x18e357['Dncsa'](_0x38f2(0x4f1),_0x18e357[_0x38f2(0x4f2)])?(_0x18e357[_0x38f2(0x4f3)](_0x15b1ce,![]),!_0x5cc36a&&_0x18e357[_0x38f2(0x4f4)](_0x2d49c0)):(console['error'](_0x18e357[_0x38f2(0x4f5)],_0x10e387[_0x38f2(0x15f)]),_0x18e357[_0x38f2(0x352)](_0x328f27,_0x38f2(0x18c)+(_0x10e387[_0x38f2(0x15f)]||_0x18e357['kFvHw'])),_0x18e357['zvrlW'](_0x56d549,!![]),_0x11db53());}}catch(_0x15a4f5){_0x18e357[_0x38f2(0x4f6)](_0x18e357[_0x38f2(0x4f7)],_0x18e357[_0x38f2(0x4f8)])?(console['error'](_0x18e357[_0x38f2(0x4f9)],_0x15a4f5),_0x18e357['GUcqm'](_0x328f27,_0x38f2(0x18c)+(_0x18e357['noogl'](_0x15a4f5,Error)?_0x15a4f5[_0x38f2(0x18e)]:_0x18e357[_0x38f2(0x18f)])),_0x56d549(!![]),_0x11db53()):(_0x3db91f[_0x38f2(0x15f)]('❌\x20Error\x20sending\x20verification\x20code:',_0x1e3607),_0x18e357[_0x38f2(0x4fa)](_0x2648b3,_0x18e357['gmtRn']));}};return _react['default']['createElement'](_reactNative[_0x38f2(0x4fb)],{'transparent':!![],'visible':_0x149881,'animationType':_0x38f2(0x4fc),'onRequestClose':_0x1630ae,'statusBarTranslucent':!![]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x4fe)],{'style':styles[_0x38f2(0x4ff)]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x500)],{'onPress':_0x1630ae},_react[_0x38f2(0x4)]['createElement'](_reactNative['Animated']['View'],{'style':[styles[_0x38f2(0x501)],{'opacity':_0x56f268}]})),_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x4fe)],{'style':styles['bottomSheet']},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x4fe)],{'style':styles[_0x38f2(0x502)]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x4fe)],{'style':styles[_0x38f2(0x503)]},_react[_0x38f2(0x4)]['createElement'](_reactNative[_0x38f2(0x504)],{'onPress':_0x1630ae,'style':styles[_0x38f2(0x505)]},_react['default'][_0x38f2(0x4fd)](_reactNative['View'],{'style':styles[_0x38f2(0x506)]}))),_0x149bb9&&_0x18e357['vdtGR'](_0x4c83c8,_0x18e357[_0x38f2(0x138)])&&_react['default'][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x4fe)],{'style':styles[_0x38f2(0x507)]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x508)],{'style':styles[_0x38f2(0x509)]},_0x38f2(0x50a)),_react['default']['createElement'](_reactNative[_0x38f2(0x4fe)],{'style':styles['debugRow']},_react['default'][_0x38f2(0x4fd)](_reactNative['Text'],{'style':styles[_0x38f2(0x50b)]},_0x18e357[_0x38f2(0x50c)],_0x4250d3),_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative['TouchableOpacity'],{'onPress':()=>_0x2d2866(_0xe99175=>Math[_0x38f2(0x50d)](0x0,_0xe99175-0x2)),'style':styles[_0x38f2(0x50e)]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x508)],null,'-')),_react[_0x38f2(0x4)]['createElement'](_reactNative[_0x38f2(0x504)],{'onPress':()=>_0x2d2866(_0x110b25=>_0x110b25+0x2),'style':styles[_0x38f2(0x50e)]},_react[_0x38f2(0x4)]['createElement'](_reactNative[_0x38f2(0x508)],null,'+'))),_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative['View'],{'style':styles['debugRow']},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x508)],{'style':styles['debugLabel']},_0x18e357[_0x38f2(0x50f)],_0x5ad552),_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x504)],{'onPress':()=>_0x3fdc89(_0x1f9330=>Math[_0x38f2(0x50d)](0x0,_0x1f9330-0x2)),'style':styles[_0x38f2(0x50e)]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x508)],null,'-')),_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x504)],{'onPress':()=>_0x3fdc89(_0x32b702=>_0x32b702+0x2),'style':styles[_0x38f2(0x50e)]},_react[_0x38f2(0x4)]['createElement'](_reactNative[_0x38f2(0x508)],null,'+'))),_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative['View'],{'style':styles['debugRow']},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x508)],{'style':styles[_0x38f2(0x50b)]},_0x18e357[_0x38f2(0x510)],_0x1d3c49),_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative['TouchableOpacity'],{'onPress':()=>_0x432407(_0x34ffda=>Math[_0x38f2(0x50d)](0x0,_0x34ffda-0x2)),'style':styles['debugBtn']},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative['Text'],null,'-')),_react[_0x38f2(0x4)]['createElement'](_reactNative[_0x38f2(0x504)],{'onPress':()=>_0x432407(_0x1ab8d7=>_0x1ab8d7+0x2),'style':styles[_0x38f2(0x50e)]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x508)],null,'+'))),_react['default'][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x504)],{'onPress':()=>_0x5cff93(![]),'style':styles[_0x38f2(0x511)]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x508)],{'style':styles['debugCloseBtnText']},_0x18e357[_0x38f2(0x512)]))),_0x18e357[_0x38f2(0x513)](_0x4c83c8,_0x18e357['CZVds'])&&_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x4fe)],{'style':styles[_0x38f2(0x514)]},_react['default'][_0x38f2(0x4fd)](_reactNative['View'],{'style':styles[_0x38f2(0x515)]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_BrandMark[_0x38f2(0x4)],null)),_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x4fe)],{'style':styles[_0x38f2(0x516)]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_HeadingGroup[_0x38f2(0x4)],null)),_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x4fe)],{'style':styles[_0x38f2(0x517)]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_BodyText[_0x38f2(0x4)],null)),_react['default'][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x4fe)],{'style':styles['welcomeSpacer']}),_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative['View'],{'style':styles[_0x38f2(0x518)]},_react[_0x38f2(0x4)]['createElement'](_PrimaryButton[_0x38f2(0x4)],{'label':_0x18e357[_0x38f2(0x519)],'onPress':_0x4782e3,'testID':_0x18e357[_0x38f2(0x51a)]}))),_0x18e357[_0x38f2(0x3fc)](_0x4c83c8,_0x18e357[_0x38f2(0x2b5)])&&_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_SignInStep['default'],{'onEmailSubmit':_0x5073cf,'onGoogleSignIn':_0x3374db,'onContinue':()=>_0x4410b1('verification'),'loading':_0x972741,'error':_0x2fe4d5,'initialEmail':_0x3441a5}),_0x18e357['IebVX'](_0x4c83c8,_0x18e357[_0x38f2(0x144)])&&_react[_0x38f2(0x4)]['createElement'](_VerificationStep[_0x38f2(0x4)],{'email':_0x3441a5,'onCodeSubmit':_0x29c9f6,'onBack':_0x1f3188,'loading':_0x972741,'error':_0x2fe4d5,'onResendCode':_0x25077d}),_0x18e357['DfDtZ'](_0x4c83c8,_0x38f2(0x3c))&&_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_PlatformConnectorsStep[_0x38f2(0x4)],{'onUpdate':_0xd50447,'onSkip':allowSkip?_0x427ff0:undefined,'onReviewerBypass':_0x3d7b6c,'onLogout':_0x1d2b30,'allowedPlatforms':_0x2459a7,'recommendedPlatforms':_0x5bf4d5}),_0x18e357[_0x38f2(0x51b)](_0x4c83c8,_0x18e357[_0x38f2(0x1dc)])&&_react[_0x38f2(0x4)]['createElement'](_PersonalizationConsentScreen['default'],{'visible':!![],'loading':_0x526f88,'onLogout':_0x1d2b30,'onAccept':async()=>{const _0x17c168={'yijyY':function(_0xd21be3,_0x3fcc39){return _0x18e357[_0x38f2(0x39f)](_0xd21be3,_0x3fcc39);},'ERjJZ':_0x18e357[_0x38f2(0x51c)]};console[_0x38f2(0x13d)](_0x18e357['qozdp']),_0x4d6da6(!![]),await new Promise(_0x5646c8=>setTimeout(_0x5646c8,0x32));try{const [_0x3995fb,_0x2ac723,_0x5b729d]=await Promise[_0x38f2(0x2d5)]([(0x0,_authService[_0x38f2(0x51d)])(),_asyncStorage[_0x38f2(0x4)][_0x38f2(0x176)](_0x38f2(0x51e)),(0x0,_authService[_0x38f2(0x1f5)])()]);console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x51f)]),_0x193d3b[_0x38f2(0x195)]=!![],_0x18e357[_0x38f2(0x35c)](_0x3995fb,_0x2ac723)?_0x18e357[_0x38f2(0x520)](_0x18e357[_0x38f2(0x521)],'unTlY')?(console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x522)]),await(_0x18e357[_0x38f2(0x182)](_0x163da5,null)||_0x163da5===void 0x0?void 0x0:_0x163da5(_api[_0x38f2(0x2da)]['BASE_URL'],_0x3995fb,{'email':_0x2ac723,'connectedPlatforms':_0x20065d,'username':_0x5b729d||_0x2ac723[_0x38f2(0x155)]('@')[0x0],'isReturningUser':!![]}))):_0x17c168[_0x38f2(0x523)](_0x4bdb87,'.'[_0x38f2(0x19b)](_0x1ce261)):_0x18e357[_0x38f2(0x524)](_0x18e357[_0x38f2(0x525)],_0x18e357[_0x38f2(0x526)])?_0x4d8cda['log'](_0x17c168['ERjJZ'],_0x312904[_0x38f2(0x321)][_0x38f2(0x43b)](',\x20')):(console[_0x38f2(0x2dd)](_0x18e357['YsoiD']),await(_0x163da5===null||_0x18e357[_0x38f2(0x3b7)](_0x163da5,void 0x0)?void 0x0:_0x18e357['oenLo'](_0x163da5,_api[_0x38f2(0x2da)][_0x38f2(0x2dc)],'',{'connectedPlatforms':_0x20065d,'isReturningUser':!![]})));}catch(_0x8cc035){console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x527)],_0x8cc035),await(_0x18e357['dttUo'](_0x163da5,null)||_0x18e357['pWrTF'](_0x163da5,void 0x0)?void 0x0:_0x18e357[_0x38f2(0x16f)](_0x163da5,_api[_0x38f2(0x2da)][_0x38f2(0x2dc)],'',{'connectedPlatforms':_0x20065d,'isReturningUser':!![]}));}console[_0x38f2(0x13d)](_0x18e357['rIofO']);},'onDecline':()=>{console[_0x38f2(0x13d)](_0x18e357['NAiWL']),_0x18e357[_0x38f2(0x483)](_0x1630ae);},'connectedPlatforms':_0x20065d,'onConnectMore':()=>{_0x18e357[_0x38f2(0x150)](_0x18e357[_0x38f2(0x528)],_0x18e357[_0x38f2(0x529)])?_0x186dc2=_0x38f2(0xf9):(console[_0x38f2(0x13d)](_0x38f2(0x9b)),_0x18e357[_0x38f2(0x273)](_0x4410b1,_0x18e357['ROBmP']));},'isReturningUser':_0x27bb00,'appName':_0x540927})))));};exports[_0x38f2(0x2)]=UniversalOnboarding;const LEGACY_REMOVED=!![],styles=_reactNative[_0x38f2(0x52a)]['create']({'modalOverlay':{'flex':0x1,'justifyContent':_0x38f2(0x52b)},'backdrop':{..._reactNative['StyleSheet'][_0x38f2(0x52c)],'backgroundColor':'rgba(0,\x200,\x200,\x200.5)'},'bottomSheet':{'backgroundColor':_0x38f2(0x52d),'borderTopLeftRadius':0x18,'borderTopRightRadius':0x18,'paddingTop':0x0,'paddingBottom':0x0,'minHeight':height*0.86,'overflow':'hidden','width':_0x38f2(0x52e)},'container':{'flex':0x1,'backgroundColor':_0x38f2(0x52d)},'welcomeContainer':{'flex':0x1,'alignItems':_0x38f2(0x52f),'paddingTop':0x46,'paddingHorizontal':0x18},'brandMarkContainer':{'marginBottom':0x20},'headingContainer':{'marginBottom':0x18},'bodyContainer':{'marginBottom':0x20,'width':_0x38f2(0x52e)},'welcomeSpacer':{'flex':0x1,'minHeight':0x14},'welcomeButtonContainer':{'width':_0x38f2(0x52e),'paddingBottom':0x14},'handleContainer':{'alignItems':'center','paddingTop':0xc,'paddingBottom':0x4,'backgroundColor':_0x38f2(0x530)},'handleButton':{'padding':0x0,'width':0x78,'alignItems':_0x38f2(0x52f)},'handle':{'width':0x64,'height':0x6,'borderRadius':0x3,'backgroundColor':'#D0D0D0'},'debugPanel':{'position':_0x38f2(0x531),'top':0x3c,'right':0xa,'backgroundColor':_0x38f2(0x532),'padding':0xc,'borderRadius':0x8,'zIndex':0x270f,'minWidth':0xc8},'debugTitle':{'color':_0x38f2(0x533),'fontSize':0xe,'fontWeight':'700','marginBottom':0x8},'debugRow':{'flexDirection':_0x38f2(0x534),'alignItems':_0x38f2(0x52f),'marginBottom':0x6},'debugLabel':{'color':'#fff','fontSize':0xc,'flex':0x1},'debugBtn':{'backgroundColor':'#444','paddingHorizontal':0xc,'paddingVertical':0x4,'borderRadius':0x4,'marginLeft':0x4},'debugCloseBtn':{'backgroundColor':'#666','paddingVertical':0x6,'borderRadius':0x4,'marginTop':0x8,'alignItems':_0x38f2(0x52f)},'debugCloseBtnText':{'color':'#fff','fontSize':0xc},'header':{'alignItems':_0x38f2(0x52f),'marginBottom':0x14,'paddingHorizontal':0x18},'headerContent':{'flexDirection':_0x38f2(0x534),'alignItems':_0x38f2(0x52f),'justifyContent':_0x38f2(0x52f),'marginBottom':0x18},'appIcon':{'width':0x30,'height':0x30,'borderRadius':0x18,'backgroundColor':'#F5F5F5','alignItems':_0x38f2(0x52f),'justifyContent':'center'},'appIconText':{'fontSize':0x18,'fontWeight':_0x38f2(0x535),'color':_0x38f2(0x536)},'arrow':{'marginHorizontal':0x10,'fontSize':0x18,'color':_0x38f2(0x537)},'onairosIcon':{'width':0x36,'height':0x36,'borderRadius':0x20,'backgroundColor':_0x38f2(0x530),'alignItems':_0x38f2(0x52f),'justifyContent':_0x38f2(0x52f)},'onairosIconText':{'fontSize':0x18,'fontWeight':_0x38f2(0x535),'color':'#fff'},'onairosIconImage':{'width':0x36,'height':0x36},'titleContainer':{'alignItems':_0x38f2(0x52f)},'mainTitle':{'fontSize':0x18,'fontWeight':_0x38f2(0x538),'color':_0x38f2(0x536),'textAlign':_0x38f2(0x52f),'marginBottom':0xc},'privacyMessage':{'fontSize':0xe,'color':'#666','textAlign':'center','marginBottom':0x14},'privacyLink':{'color':_0x38f2(0x539),'fontWeight':_0x38f2(0x538),'textDecorationLine':_0x38f2(0x53a)},'boldText':{'fontWeight':_0x38f2(0x535)},'content':{'flex':0x1,'paddingHorizontal':0x18},'platformsScrollView':{'flex':0x1,'width':_0x38f2(0x52e)},'platformsScrollContent':{'paddingBottom':0x0,'paddingHorizontal':0x18},'platformsContainer':{'marginTop':0x10},'platformItem':{'flexDirection':_0x38f2(0x534),'alignItems':_0x38f2(0x52f),'justifyContent':_0x38f2(0x53b),'paddingVertical':0x10,'paddingHorizontal':0x8,'borderBottomWidth':0x1,'borderBottomColor':'#E5E5E5'},'platformInfo':{'flexDirection':_0x38f2(0x534),'alignItems':_0x38f2(0x52f)},'platformIcon':{'width':0x28,'height':0x28,'borderRadius':0x14,'backgroundColor':'#F5F5F5','alignItems':'center','justifyContent':_0x38f2(0x52f),'marginRight':0x10},'platformIconText':{'fontSize':0x12,'fontWeight':_0x38f2(0x535),'color':_0x38f2(0x536),'textAlign':_0x38f2(0x52f),'textAlignVertical':_0x38f2(0x52f)},'platformIconImage':{'width':0x18,'height':0x18},'youtubeIconImage':{'width':0x3a,'height':0x3a},'redditIconImage':{'width':0x22,'height':0x22},'pinterestIconImage':{'width':0x30,'height':0x30},'gmailIconImage':{'width':0x20,'height':0x20},'linkedinPlatformIcon':{'width':0x28,'height':0x28,'borderRadius':0x8,'backgroundColor':_0x38f2(0x53c),'alignItems':_0x38f2(0x52f),'justifyContent':'center','marginRight':0x10},'pinterestPlatformIcon':{'width':0x22,'height':0x22,'borderRadius':0x11,'backgroundColor':_0x38f2(0x53c),'alignItems':'center','justifyContent':_0x38f2(0x52f),'marginRight':0x10},'platformName':{'fontSize':0x10,'color':'#333','textAlignVertical':_0x38f2(0x52f)},'footer':{'flexDirection':_0x38f2(0x534),'alignItems':_0x38f2(0x52f),'justifyContent':'space-between','padding':0x18,'borderTopWidth':0x1,'borderTopColor':_0x38f2(0x53d)},'footerButtonCancel':{'paddingVertical':0xc,'paddingHorizontal':0x10},'footerButtonText':{'color':_0x38f2(0x537),'fontSize':0x10},'footerButtonConfirm':{'paddingVertical':0xc,'paddingHorizontal':0x18,'backgroundColor':_0x38f2(0x539),'borderRadius':0x8,'marginTop':0x14},'footerButtonConnected':{'paddingVertical':0xc,'paddingHorizontal':0x18,'backgroundColor':_0x38f2(0x53e),'borderRadius':0x8},'footerButtonDisabled':{'backgroundColor':_0x38f2(0x53d)},'footerButtonTextConfirm':{'color':_0x38f2(0x533),'fontSize':0x10,'fontWeight':'600'},'footerButtonTextConnected':{'color':_0x38f2(0x53f),'fontSize':0x10,'fontWeight':_0x38f2(0x538)},'connectContainer':{'flex':0x1},'modalContent':{'flex':0x1,'backgroundColor':_0x38f2(0x126),'borderTopLeftRadius':0x14,'borderTopRightRadius':0x14,'padding':0x18},'backButton':{'padding':0x8,'width':0x28},'backButtonText':{'fontSize':0x18,'color':_0x38f2(0x539)},'backButtonSpacer':{'width':0x28},'headerTitle':{'fontSize':0x12,'fontWeight':'600','color':_0x38f2(0x536),'textAlign':_0x38f2(0x52f)},'privacyHeader':{'flexDirection':'row','alignItems':_0x38f2(0x52f),'justifyContent':_0x38f2(0x53b),'paddingHorizontal':0x10,'paddingVertical':0x14,'backgroundColor':_0x38f2(0x126),'borderBottomWidth':0x1,'borderBottomColor':'#F0F0F0'},'privacyDetailsContainer':{'paddingHorizontal':0x18,'paddingVertical':0x8,'flex':0x1,'marginTop':0x14},'privacyDetailsTitle':{'fontSize':0x14,'fontWeight':'600','color':'#333','marginBottom':0x0},'privacyBulletPoint':{'flexDirection':_0x38f2(0x534),'marginBottom':0x10,'alignItems':_0x38f2(0x540)},'bulletPoint':{'fontSize':0x12,'marginRight':0x8,'color':'#333'},'privacyBulletText':{'fontSize':0x10,'color':'#333','flex':0x1,'lineHeight':0x18},'connectionsCountText':{'fontSize':0x12,'fontWeight':_0x38f2(0x538),'color':_0x38f2(0x536),'marginBottom':0x18},'personaContainer':{'flex':0x1,'padding':0x10,'backgroundColor':_0x38f2(0x533),'justifyContent':_0x38f2(0x540)},'personaHeaderWithBack':{'flexDirection':_0x38f2(0x534),'alignItems':_0x38f2(0x52f),'justifyContent':_0x38f2(0x53b),'marginBottom':0x10,'paddingVertical':0x8},'personaBackButton':{'padding':0x8},'personaHeader':{'alignItems':_0x38f2(0x52f),'marginBottom':0x20,'paddingHorizontal':0x18},'personaTitle':{'fontSize':0x14,'fontWeight':_0x38f2(0x538),'color':'#333','textAlign':_0x38f2(0x52f),'flex':0x1,'marginBottom':0x8},'personaSubtitle':{'fontSize':0xe,'color':_0x38f2(0x537),'marginBottom':0x18,'textAlign':'center'},'personaProgressContainer':{'marginBottom':0x18,'paddingHorizontal':0x0},'personaProgressBar':{'height':0x8,'backgroundColor':_0x38f2(0x53c),'borderRadius':0x4,'overflow':_0x38f2(0x541),'marginBottom':0xc},'personaProgressFill':{'height':_0x38f2(0x52e),'backgroundColor':_0x38f2(0x542),'borderRadius':0x4},'personaProgressText':{'fontSize':0x10,'fontWeight':_0x38f2(0x538),'color':_0x38f2(0x536),'textAlign':'center','marginBottom':0x8},'personaStatusText':{'fontSize':0xe,'color':_0x38f2(0x537),'textAlign':_0x38f2(0x52f)},'personaCompleteContainer':{'alignItems':_0x38f2(0x52f),'paddingHorizontal':0x0},'personaCompleteTitle':{'fontSize':0x14,'fontWeight':_0x38f2(0x538),'color':'#333','marginBottom':0x8,'textAlign':'center'},'personaCompleteSubtitle':{'fontSize':0xe,'color':_0x38f2(0x537),'textAlign':_0x38f2(0x52f),'marginBottom':0x28},'personaContinueButton':{'backgroundColor':_0x38f2(0x539),'paddingVertical':0x10,'paddingHorizontal':0x30,'borderRadius':0x10,'alignItems':_0x38f2(0x52f),'width':'100%','marginTop':0x20,'shadowColor':_0x38f2(0x53f),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x3},'personaContinueButtonText':{'color':_0x38f2(0x533),'fontSize':0x10,'fontWeight':_0x38f2(0x538)},'progressError':{'backgroundColor':'#FF3B30'},'dataWarningContainer':{'padding':0x10,'borderRadius':0xc,'marginTop':0x10,'borderWidth':0x1,'shadowColor':_0x38f2(0x53f),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x3},'dataWarningHeader':{'flexDirection':_0x38f2(0x534),'alignItems':_0x38f2(0x52f),'marginBottom':0x8},'dataWarningIcon':{'fontSize':0x14,'marginRight':0x8},'dataWarningTitle':{'fontSize':0x10,'fontWeight':_0x38f2(0x538),'flex':0x1},'dataWarningMessage':{'fontSize':0xe,'marginBottom':0x0,'lineHeight':0x14},'dataWarningSuggestions':{'marginTop':0xc,'paddingTop':0xc,'borderTopWidth':0x1},'dataWarningSuggestionsTitle':{'fontSize':0xe,'fontWeight':'600','marginBottom':0x6},'dataWarningSuggestionItem':{'fontSize':0xd,'marginBottom':0x4,'lineHeight':0x12},'dataWarningContinueNote':{'fontSize':0xd,'fontWeight':_0x38f2(0x543),'marginTop':0xc,'fontStyle':_0x38f2(0x544)},'dataWarningError':{'backgroundColor':_0x38f2(0x545),'borderColor':_0x38f2(0x546)},'dataInfoContainer':{'backgroundColor':_0x38f2(0x547),'borderColor':_0x38f2(0x548)},'dataConnectionsRequired':{'backgroundColor':_0x38f2(0x53c),'borderColor':'#D1D5DB','shadowColor':_0x38f2(0x549),'shadowOffset':{'width':0x0,'height':0x0},'shadowOpacity':0.15,'shadowRadius':0x8},'highlightedBackButton':{'backgroundColor':_0x38f2(0x53c),'borderRadius':0x14,'borderWidth':0x2,'borderColor':_0x38f2(0x539),'shadowColor':_0x38f2(0x539),'shadowOffset':{'width':0x0,'height':0x0},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0x5},'highlightedBackArrow':{'color':_0x38f2(0x539),'fontWeight':_0x38f2(0x535)},'goBackButton':{'backgroundColor':'#000000','paddingVertical':0xc,'paddingHorizontal':0x10,'borderRadius':0x8,'marginTop':0xc,'alignItems':'center','shadowColor':'#000000','shadowOffset':{'width':0x0,'height':0x0},'shadowOpacity':0.3,'shadowRadius':0x6,'elevation':0x3},'goBackButtonText':{'color':_0x38f2(0x126),'fontSize':0xe,'fontWeight':'600'},'additionalPlatformsToggle':{'paddingVertical':0x10,'paddingHorizontal':0x8,'alignItems':_0x38f2(0x52f),'borderBottomWidth':0x1,'borderBottomColor':_0x38f2(0x53d)},'additionalPlatformsText':{'fontSize':0xe,'color':_0x38f2(0x537),'fontWeight':_0x38f2(0x543)},'asterisk':{'color':_0x38f2(0x54a),'fontSize':0x10,'fontWeight':_0x38f2(0x535),'marginLeft':0x2},'linkedinRequirementContainer':{'backgroundColor':_0x38f2(0x54b),'borderWidth':0x1,'borderColor':_0x38f2(0x54c),'borderRadius':0x8,'paddingHorizontal':0xc,'paddingVertical':0x8,'marginTop':0x8,'marginHorizontal':0x4},'linkedinRequirementText':{'fontSize':0xc,'fontStyle':_0x38f2(0x544),'textAlign':_0x38f2(0x52f)},'linkedinRequirementAsterisk':{'color':'#FF6B6B','fontWeight':_0x38f2(0x535)},'linkedinRequirementMessage':{'color':_0x38f2(0x549)},'existingUserBanner':{'backgroundColor':'#F0F9FF','borderWidth':0x1,'borderColor':_0x38f2(0x54d),'borderRadius':0xc,'paddingHorizontal':0x10,'paddingVertical':0xc,'marginTop':0xc},'existingUserText':{'fontSize':0xe,'fontWeight':_0x38f2(0x538),'color':_0x38f2(0x54e),'marginBottom':0x4},'existingUserSubtext':{'fontSize':0xc,'color':'#0C4A6E','lineHeight':0x10}});
30
+ Object['defineProperty'](exports,_0x561f(0x0),{'value':!![]}),exports['UniversalOnboarding']=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_asyncStorage=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x2)),_BrandMark=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x3)),_HeadingGroup=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x4)),_BodyText=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x5)),_PrimaryButton=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x6)),_SignInStep=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x7)),_VerificationStep=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x8)),_PlatformConnectorsStep=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x9)),_PersonalizationConsentScreen=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0xa)),_platformAuthService=__ONAIROS_REQ_FUNC__(0xb),_assetRegistry=__ONAIROS_REQ_FUNC__(0xc),_googleAuthService=__ONAIROS_REQ_FUNC__(0xd),_haptics=__ONAIROS_REQ_FUNC__(0xe),_authService=__ONAIROS_REQ_FUNC__(0xf),_socket=__ONAIROS_REQ_FUNC__(0x10),_pinStorageUtils=__ONAIROS_REQ_FUNC__(0x11),_pinEncryptionService=__ONAIROS_REQ_FUNC__(0x12),_mobileTrainingService=__ONAIROS_REQ_FUNC__(0x13),_llmDataStorage=__ONAIROS_REQ_FUNC__(0x14),_connectedAccountsService=__ONAIROS_REQ_FUNC__(0x15),_api=__ONAIROS_REQ_FUNC__(0x16),_jwtStorageService=__ONAIROS_REQ_FUNC__(0x17);function _0x5e5d(){const _0x200ac7=['__esModule','function','fyJKc','FEqzB','LAodg','hdnTj','has','get','set','jGHhw','call','defineProperty','getOwnPropertyDescriptor','hSoJL','Dimensions','🔍\x20UniversalOnboarding:\x20visible\x20prop\x20changed\x20to:','signin','verification','welcome','✅\x20Verification\x20code\x20resent\x20successfully','Kndqz','connectedPlatforms','Total\x20platforms:','YRBWt','📱\x20Removed\x20connected\x20platform:','Remaining\x20platforms:','Error\x20removing\x20connected\x20platform:','connect','Error\x20handling\x20OAuth\x20callback:','❌\x20Error\x20sending\x20verification\x20code:','🔌\x20Disconnected\x20platform:','Error\x20disconnecting\x20platform:','DBPez','Disconnect\x20Platform','Yes','destructive','tUxni','Failed\x20to\x20initialize\x20training.\x20Please\x20try\x20again.','❌\x20Error\x20checking\x20authentication\x20token:','nNZpc','vzQJl','Google\x20Sign-In\x20failed.\x20Please\x20try\x20again.','ATCWb','7|3|0|5|6|1|2|4','Connections\x20required','kLyJq','ZaMtW','url','FGHJG','aTgPs','ℹ️\x20Google\x20Sign-In\x20cancelled\x20by\x20user','opFsw','ucSYr','dezYF','❌\x20[BACKGROUND]\x20Socket\x20disconnected','existing_user_info','uybjt','yXVnA','🔍\x20Found\x20existing\x20user\x20info\x20-\x20user\x20wants\x20to\x20add\x20more\x20data','🔍\x20Using\x20username\x20for\x20training:','🔑\x20[CACHED\x20LOGIN]\x20Found\x20valid\x20token\x20for\x20user:','consent','🔑\x20[CACHED\x20LOGIN]\x20User\x20authenticated\x20but\x20no\x20connections\x20-\x20skipping\x20to\x20platforms','GbWhR','aLKAY','default','connected','Creating\x20your\x20persona\x20with\x20available\x20data','Platform\x20toggles\x20set:','ZsbZD','Error\x20loading\x20initial\x20connection\x20status:','ZXsuC','platforms','🚀\x20Get\x20Started\x20pressed\x20-\x20moving\x20to\x20signin','⚠️\x20Could\x20not\x20get\x20encrypted\x20PIN\x20for\x20training:','Training\x20failed\x20to\x20start','VFZds','🔍\x20Reviewer\x20bypass\x20detected','onairos_user','true','test@bypass.com','IlUuG','gjayz','✅\x20Verification\x20code\x20sent\x20successfully','UBIEs','WsFue','❌\x20Failed\x20to\x20send\x20verification\x20code:','Failed\x20to\x20send\x20verification\x20code.\x20Please\x20try\x20again.','⚠️\x20Could\x20not\x20fetch\x20existing\x20connections,\x20proceeding\x20to\x20platforms:','🔍\x20Socket\x20state\x20after\x201\x20second:','JntHh','🔗\x20Initiating\x20Google\x20Sign-In','✅\x20Google\x20Sign-In\x20successful:','🔍\x20Is\x20new\x20user?','PGcBC','4|5|0|3|2|1','wLYDY','tXntY','ℹ️\x20No\x20existing\x20connections\x20found\x20-\x20proceeding\x20to\x20platforms\x20step','lEyPz','WTqyz','❌\x20Training\x20update\x20error:','oauth','gKQKe','YYlTq','✅\x20Email\x20verification\x20successful','🔍\x20Checking\x20for\x20returning\x20user\x20data...','🔍\x20Returning\x20user\x20check:','👋\x20Welcome\x20back!\x20User\x20has\x20existing\x20connections,\x20skipping\x20to\x20consent\x20screen','🆕\x20New\x20user\x20or\x20no\x20existing\x20connections,\x20showing\x20platform\x20connection\x20screen','❌\x20Email\x20verification\x20failed:','Invalid\x20verification\x20code.\x20Please\x20try\x20again.','AZPTs','❌\x20Error\x20verifying\x20email\x20code:','Verification\x20failed.\x20Please\x20try\x20again.','📊\x20Training\x20type:','🔒\x20Compression\x20enabled:','🔐\x20Encryption\x20enabled:','ffJHk','yQxTg','🚀\x20Background\x20training\x20started:','3|1|0|5|6|4|2','✅\x20Inference\x20enabled:','🗄️\x20Databases:','Background\x20training\x20model...','👋\x20Logout\x20requested\x20-\x20clearing\x20tokens\x20and\x20navigating\x20to\x20login','onairos_username','✅\x20Logout\x20complete\x20-\x20user\x20is\x20now\x20on\x20login\x20page','EVeZe','❌\x20Error\x20during\x20logout:','Almost\x20done','Uploading\x20to\x20S3','training-complete-token','tQnCm','yHlbO','roqaI','IYWTI','aLKzJ','FgrYu','Network\x20error.\x20Please\x20try\x20again.','🔐\x20[BACKGROUND]\x20PIN\x20validation\x20-\x20continuing\x20with\x20existing\x20training\x20session','✅\x20[BACKGROUND]\x20PIN\x20submitted\x20for\x20existing\x20training\x20session','No\x20background\x20socket\x20ID\x20available','✅\x20Onboarding\x20complete!\x20Connected\x20platforms:','oAAiN','🔑\x20[SDK]\x20Auth\x20data\x20retrieved\x20in\x20parallel','📧\x20[SDK]\x20Email\x20available:','wCQHx','✅\x20[SDK]\x20Calling\x20onComplete\x20with\x20token\x20and\x20user\x20data','🍎\x20[SDK]\x20Calling\x20onComplete\x20with\x20email\x20(no\x20SDK\x20token\x20-\x20Apple\x20auth)','usJdx','⚠️\x20[SDK]\x20No\x20email\x20found\x20-\x20calling\x20onComplete\x20with\x20limited\x20data','❌\x20[SDK]\x20Error\x20retrieving\x20auth\x20data\x20for\x20onComplete:','✅\x20[SDK]\x20onComplete\x20finished\x20-\x20waiting\x20for\x20parent\x20to\x20close\x20modal','EsoJX','eVHsz','✅\x20[SDK]\x20User\x20skipped\x20platforms\x20-\x20still\x20calling\x20onComplete\x20with\x20auth\x20data','⚠️\x20[SDK]\x20User\x20skipped\x20-\x20no\x20auth\x20data\x20available','YWOUJ','Xryqr','✅\x20Stored\x20reviewer\x20bypass\x20markers','❌\x20Failed\x20to\x20store\x20reviewer\x20bypass:','SryxR','sSWPb','XLJpW','YouTube\x20tokens\x20refreshed\x20-\x20but\x20training\x20only\x20starts\x20from\x20connector→PIN','pAcBX','lTIok','chatgpt','llm','Irwkn','❌\x20[BACKGROUND]\x20Failed\x20to\x20continue\x20background\x20training:','DNNsb','dQLzP','UbCpA','🔐\x20[PIN\x20SUBMIT]\x20PIN\x20submitted,\x20checking\x20for\x20background\x20training...','eRxpz','✅\x20[PIN\x20SUBMIT]\x20Background\x20training\x20detected,\x20continuing\x20with\x20PIN\x20validation...','persona','NITCG','POhdo','❌\x20[PIN\x20SUBMIT]\x20Failed\x20to\x20continue\x20background\x20training:','ℹ️\x20[PIN\x20SUBMIT]\x20No\x20background\x20training\x20detected','No\x20training\x20in\x20progress.\x20Please\x20restart\x20the\x20flow.','🔐\x20[PIN\x20SUBMIT]\x20PIN\x20stored\x20securely,\x20moved\x20to\x20persona\x20step','❌\x20Returning\x20user\x20declined\x20consent','nHujK','inoRp','Starting\x20training...','❌\x20No\x20authentication\x20token\x20available','No\x20authentication\x20token\x20available','🚀\x20Starting\x20Enoch\x20training\x20with\x20socketId:','🔑\x20Using\x20auth\x20token:','📡\x20Training\x20API\x20response:','4|1|7|6|3|0|5|2','🚀\x20Training\x20Started:','1|0|4|2|3|6|5','Training\x20model...','jnqik','rDkDh','❌\x20Training\x20start\x20error:','rFbro','🔌\x20[BACKGROUND]\x20Using\x20existing\x20socket\x20ID:','🔌\x20Socket\x20connection\x20details:','Starting\x20training','🔌\x20Socket\x20ID\x20for\x20training:','🔄\x20Socket\x20ready\x20for\x20persona\x20display\x20with\x20token:','None','❌\x20No\x20socket\x20ID\x20available\x20after\x20connection','mDtJx','🔍\x20Disconnect\x20details:','izEqp','🔄\x20Socket\x20reconnected\x20after','❌\x20Socket\x20reconnection\x20failed\x20after\x20all\x20attempts','Connection\x20failed.\x20Please\x20try\x20again.','BTzsI','mORIk','🎉\x20All\x20Complete:','qfRBJ','✅\x20Training\x20completed:','🧠\x20Inference\x20enabled:','Complete!','🔍\x20Socket\x20state\x20after\x205\x20seconds:','KwjgS','⏰\x20Socket\x20registered\x20but\x20training\x20will\x20not\x20start\x20from\x20persona\x20screen...','❌\x20Socket\x20reconnection\x20error:','❌\x20Socket\x20connection\x20error:','0|3|2|1|4','YouTube\x20connection\x20failed.\x20Please\x20try\x20again.','plzmZ','🔄\x20YouTube\x20token\x20expired,\x20triggering\x20reconnection...','NO_DATA','TjSoE','3|7|1|2|6|5|4|0','🚫\x20No\x20data\x20scenario\x20detected','No\x20interaction\x20data\x20found','LIMITED_DATA','wlKOB','🔍\x20Socket\x20state:','Initializing','FSjQC','🚀\x20Starting\x20persona\x20creation...','🔐\x20Step\x201:\x20Ensuring\x20authentication\x20token...','Failed\x20to\x20create\x20or\x20retrieve\x20authentication\x20token','🔍\x20Token\x20length:','🔑\x20Token\x20stored\x20verification:','Not\x20stored','🔄\x20UserInfo\x20not\x20available,\x20attempting\x20to\x20reload...','🔧\x20Setting\x20up\x20socket\x20connection\x20for\x20real\x20training...','🌐\x20Attempting\x20to\x20connect\x20to:\x20${API_CONFIG.BASE_URL}','🔗\x20Network\x20connectivity\x20check\x20starting...','Connecting','websocket','polling','🔌\x20Socket\x20instance\x20created:','disconnect','reconnect','reconnect_failed','connect_error','trainingUpdate','🔌\x20Socket\x20connect()\x20called\x20-\x20waiting\x20for\x20connection...','Something\x20went\x20wrong.\x20Please\x20try\x20again.','Your\x20persona\x20is\x20ready!\x20🎉','UvbSG','aKPjI','You\x27re\x20more\x20interesting\x20than\x20I\x20expected','Finalizing\x20your\x20unique\x20persona','✅\x20Authentication\x20token\x20already\x20exists:','🎉\x20Real\x20persona\x20creation\x20completed\x20successfully','uVdxC','❌\x20No\x20real\x20authentication\x20token\x20found\x20after\x20training\x20completion','fWtPY','jtPmR','⚠️\x20No\x20authentication\x20token\x20found','ℹ️\x20SDK\x20does\x20not\x20create\x20users\x20during\x20onboarding','ℹ️\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email','LSmOX','iPfAM','4|5|0|1|2|7|6|3','❌\x20[TRANSITION]\x20Background\x20training\x20failed\x20during\x20transition:','🚀\x20[TRANSITION]\x20Starting\x20background\x20training\x20during\x20connect\x20→\x20pin\x20transition','Processing...','🚀\x20[BACKGROUND]\x20Starting\x20background\x20training\x20optimization...','Connecting...','✅\x20[BACKGROUND]\x20Auth\x20token\x20ready:','🔌\x20[BACKGROUND]\x20Setting\x20up\x20socket\x20for\x20background\x20training...','PMNSm','mKDUO','❌\x20[BACKGROUND]\x20Background\x20training\x20failed:','📡\x20Background\x20training\x20API\x20response:','3|4|5|6|7|2|1|0','🔗\x20Connections\x20required\x20detected\x20from\x20background\x20training','❌\x20Background\x20training\x20start\x20failed:','Background\x20training\x20failed\x20to\x20start','TQFUr','FLbme','OYLlW','✅\x20[SDK]\x20Returning\x20user\x20onComplete\x20finished\x20-\x20waiting\x20for\x20parent\x20to\x20close\x20modal','📊\x20[BACKGROUND]\x20Training\x20progress:','wouZA','Initializing...','pinterest','Pinterest','linkedin','LinkedIn','reddit','Reddit','gmail','#EA4335','ChatGPT','slide','Debug\x20Padding','Container\x20Top:\x20','Handle\x20Top:\x20','useState','ytUSj','Animated','Value','useEffect','ExDxv','log','🔌\x20Cleaning\x20up\x20socket\x20connection...','current','wmZPC','xIcwg','ZHVZZ','JALDx','ECKKp','OzwBk','gEXlE','jhHbU','YqrWs','FUCDH','uYabk','woASP','useRef','dnfBN','Datnz','nApeT','getItem','dwmTq','parse','includes','push','stringify','📱\x20Stored\x20connected\x20platform:','email','username','split','GSueM','JGgXB','setItem','Ywcfg','error','Cnodz','SjvtZ','ThUgc','CsGCa','sVmXH','kRPUt','MAjLy','Alert','alert','Are\x20you\x20sure\x20you\x20want\x20to\x20disconnect\x20','cancel','HYiBv','VwRrG','MEcyH','disconnected','ooqct','gWWPl','qQWRW','ycFwL','status','whSal','progress','Okrzs','nKRiE','KSQnv','wCijq','iQvzq','Rquxe','YdOeX','searchParams','oIJOx','Gftjp','eOXOy','rIQrd','fqujk','fGKDx','WmOAH','JNNEG','GvKhy','xnLWV','TPQzc','repeat','YhJUr','OtOtH','YPAnP','zuzHu','❌\x20Error\x20in\x20startPersonaCreation:','SqGfJ','DPqrf','laMod','YUrNe','prtlQ','zjsOr','youtube','Kmqlz','XrLjF','#0077B5','GmURE','NOKva','jAZjl','stuNZ','aHxtx','#10A37F','QuxuZ','QcimE','cxsUL','EIFGJ','VhThX','triggerHaptic','HapticType','ERROR','Zqxdm','WiAae','attempts','Kolue','kryha','gjhvt','XpzEh','LtLnX','IjliD','eVEmy','CONNECTIONS_REQUIRED','eUiBA','OjvBO','cbzRr','NoffH','dWfoO','ufRqw','mzUhJ','timing','start','addEventListener','GGiGN','remove','bhXGw','TdeyZ','sMUEF','gEzCg','yCYep','qDgzG','AwNUV','nQNYn','BuvMw','Wlgyo','mSkve','JDBEt','KZADu','useCallback','isOAuthCallback','HdQki','❌\x20Error\x20retrieving\x20real\x20token\x20for\x20onComplete:','nmMUh','Dwpfz','DgFbE','rESsI','Gsngs','urwmf','IOSXd','LfGOl','ehozH','removeItem','existing_user_token','pNLLW','API_CONFIG','getJWT','getOnairosUsername','AJNvJ','name','BuGpg','aknqV','Osled','cnPfM','FcXal','length','5|3|4|0|2|1','PoPYd','🔑\x20[CACHED\x20LOGIN]\x20Skipping\x20to\x20consent\x20screen','CAWxw','yrnCx','BQRAA','OCKDl','RIWLT','Error\x20loading\x20user\x20data:','egqTT','JjGeu','AHNLm','pWHVC','MXtfj','cHaeA','RNree','PXKyF','tGhpH','PkcKI','tJNCp','user_','floor','random','iAbJP','sqZaW','Initial\x20connection\x20status:','keys','forEach','cnRNR','OToEw','clvsN','FlFpC','tfBCe','jrDek','UwSpg','jiZUX','MGDzZ','hgMCD','ZgmSI','wgzfG','YtncM','wNCTl','AwtNg','Connection\x20statuses\x20set:','sGMcf','ENHTy','LZYmR','oPXjX','GxWXV','details','lVUXt','BiZBC','APPqM','WdviO','Erfjx','ggXwB','Mkigm','SUAps','ZIVQg','tdHmi','EUdDI','xddKU','WwMOT','BUTTON_PRESS','🍎\x20Get\x20Started\x20pressed\x20(Apple\x20user)\x20-\x20skipping\x20signin,\x20going\x20to\x20platforms','UHmMc','RQfUd','dpIou','Opmdt','NAdug','nagvh','ZggTa','wQRnF','eBQTP','sDXbJ','ApgIl','OyolY','eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyZXZpZXdlciI6dHJ1ZSwiaWF0IjoxNzA0MDY3MjAwfQ.reviewer-bypass-signature-placeholder','LYPkj','lXNuN','ueCmd','phWPy','BqtDz','3|4|0|2|1','BnjyC','KwMef','warn','📧\x20Sending\x20verification\x20code\x20to:','sendEmailVerificationCode','success','JVbTB','IokfF','JkYAc','EsViC','message','❌\x20Training\x20start\x20failed:','Error:\x20','jiGzG','sitCA','JMfAd','Xiqro','XZAJr','🔗\x20Connections\x20required\x20detected\x20from\x20HTTP\x20response','GOLYT','OPUwJ','jvPMa','rPbEa','PfkQC','user','muvCU','IUjMr','isNewUser','VxvDW','👤\x20Returning\x20user\x20detected\x20via\x20Google\x20Sign-In\x20-\x20checking\x20for\x20existing\x20connections','liLXT','rjHPQ','➕\x20Returning\x20user\x20wants\x20to\x20connect\x20more\x20platforms','uUqZI','getConnectedAccountsSmart','PzdBJ','bQYjb','ZciaJ','map','platform','SUCCESS','✅\x20Found\x20','\x20existing\x20connections\x20-\x20skipping\x20to\x20consent','Coims','GyUmZ','DZszK','yLXBH','xnALx','VBKGo','cancelled','IQOhz','OEkmo','MxCCX','ptgXo','xNYDA','yFYRN','JcvrV','❌\x20Google\x20Sign-In\x20error:','cAwRk','OiRkY','zjJWN','VjlfR','FFGvB','ofeKf','PCKey','QOFOQ','nsTcH','engine','readyState','qgMTV','iDZxn','OpSBH','gXTgZ','zPkDo','jMntB','PShmU','test@example.com','🧪\x20Test\x20bypass\x20-\x20skipping\x20code\x20verification,\x20going\x20to\x20platforms','OAvtx','NEFWy','confirmEmailVerificationCode','soUhM','TpoTG','xzblG','ummGD','mfvhK','flowType','existingUserData','hasExistingData','wpMHo','IPSUX','IipOU','connections','hasData','active','filter','enochInstructions','showWelcomeBack','sxRir','WUFUL','TZYYs','slsiO','lMBfZ','dRRXr','YJKqu','KPtKY','PLQKG','NOhgU','aLDXd','taxMD','eimYN','kkPqx','DuCcN','mwXmN','type','features','storage','databases','LcabT','inference','yQcCQ','wUrGc','WUsct','BopGh','fgzSb','JAXwb','fwmDB','NkPoe','PzVRG','jsTxS','sgEgp','1|7|3|2|5|4|0|8|6','sdk_jwt_token','uKdmX','user_email','GphPu','bbMlE','jXYKo','SRyqZ','himGQ','MAsDg','lEQYL','ZhaoA','📈\x20Query\x20scores\x20enabled:','EseIe','YypvS','encryption','AcYEz','RkfvJ','bgWEs','diiAE','wsIDU','KTGWS','SsePg','FlzXm','bmien','RtDrx','LcwKf','YsrXK','ekHNQ','MabgO','gBGWz','jiqQA','BASE_URL','lwzCV','Failed\x20to\x20resend\x20verification\x20code.','4|0|3|2|1','CrqHX','inferenceResults','EqkZz','traits','🧠\x20Inference\x20Complete:','sQPvl','fRNnG','QSHHo','ozugU','NAoSX','ixOJs','unRVO','LjjeP','getAuthToken','KoRmi','iEFWS','substring','...','uaPUd','Opdcg','MVDeR','LSFBj','fIYOP','xbEMF','hcHld','BtUCP','IAbkR','muFwo','vtftv','OONkc','HJcFf','DtfWp','Zzzuj','HmWNU','rDnbF','oErsZ','catch','ECPuq','Qcssr','iwopJ','STRNi','KdQcO','Error\x20connecting\x20to\x20','nloeL','mtMef','VwPnd','FDCif','lqzIV','🔍\x20Reviewer\x20bypass\x20triggered\x20from\x20platforms','XNoWn','nabzz','OaDlz','isArray','YLnia','JwVpJ','mYjVs','xqNyN','storeJWT','ENrLN','qaXJX','JDVcL','XOKJz','NWzPA','🧪\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','uEEwW','hasNativeSDK','SWegv','initiateNativeAuth','HXDvB','qWskE','initiateOAuth','MwxzF','Gyicm','wrKQn','🔄\x20Socket\x20reconnection\x20attempt:','/3)','Trying\x20to\x20understand\x20your\x20mind','HxXCP','MzDEV','Bfmoh','tsxFE','TbCqe','JFzQc','MzCZo','_user','kAcXy','CeOSz','JaLQr','WqyYF','BoNAl','@temp.com','now','VXvjN','connectionId','MoeJf','📝\x20Connection\x20ID:','✅\x20Backend\x20received\x20and\x20stored\x20LLM\x20data','\x20successfully\x20connected\x20and\x20stored\x20in\x20backend','hiteI','pnBxS','trDss','NSpyN','YWTjN','✅\x20Using\x20real\x20authentication\x20token\x20for\x20onComplete:','pkcrU','ScAol','RtzlO','DFspf','Wmeuf','SMPyf','wbmGs','Error\x20initiating\x20OAuth\x20for\x20','RfqmH','YubZk','xqeux','dLUDC','pin','VbXjy','FQiAa','🎉\x20OAuth\x20success\x20for\x20','\x20-\x20backend\x20callback\x20completed','📝\x20Received\x20result:','GRvZh','mUfcF','UMxRy','APdUt','💾\x20','\x20connection\x20stored\x20successfully','DIUVd','🔄\x20Returning\x20to\x20connect\x20step','setTemporaryPin','LiLAq','CHSnr','Rwcqe','xBvgr','LgjtH','bGWcK','nMEaH','OXPRu','lTrMI','bztKm','CnTKK','sUpAW','Wcqkd','otmLL','NLnlx','WjHTi','DYkRK','cHXFB','zJkap','qPBdw','JKUHO','YeKTa','boapX','VwIxA','BDZFt','getEncryptedPinForAPI','svFpg','tfauy','AWDDK','startEnochTrainingWithYouTubeCheck','qqvPp','requiresConnections','fkXNC','PmxSh','FiSWe','NBYzK','ippdP','bWpSw','🎯\x20Training\x20Features:','OqVtc','teRRI','compression','jUSNR','queryScores','zltfn','MyHNC','JEnMI','kWYrR','VEMrT','oGWbP','0|6|5|1|3|4|2','YGPpF','sSeDb','rUFke','qrzpb','MKmxD','CWrUW','wiceU','NNaXl','fsfsm','PmZOo','gowMT','fersm','DBSZS','✅\x20Training\x20Complete:','seSbL','YHjwr','🔍\x20UniversalOnboarding:\x20modalVisible\x20state\x20is:','kwosR','Dwqay','1|4|2|3|0','ztWBN','ZkCJn','agTgs','AIfPd','nqgsv','bzXOa','cVNnS','qvxUJ','🔄\x20Attempting\x20to\x20refresh\x20YouTube\x20tokens...','FUEqp','ijgxz','✅\x20YouTube\x20reconnected,\x20but\x20training\x20restart\x20disabled','UiDaO','nLWOJ','GNHTE','sDYJT','nqBmv','RgGAz','WAlQI','CMCKx','TDHDu','MvVqI','sTjvr','VfeBo','dprCX','klUIK','xTlhz','pvejc','MrLIt','Training\x20in\x20progress','dwGRS','netVk','EvolT','lhVXi','rprvr','MwwKZ','RTpCF','zGNAH','mKcCk','tZzNO','VZkrR','EaXdw','WdKgs','UNHng','wodoQ','OvWjl','NxHes','avMbD','VbmVn','cLTYt','XIrDL','mOEHw','🧑‍💻\x20Set\x20user\x20info:','pYBXl','sDeoS','vjoAm','mobile_user','QxUoe','🧑‍💻\x20User\x20info\x20available:','🔑\x20Token\x20available:','HWoZL','SXNTS','Platform','jqiIu','ninex','IhWyI','✅\x20Socket\x20connected\x20for\x20training','mDJPV','VIKlh','HNKCE','qcfVO','transport','mEdFt','qsIid','fzXlu','uqfnj','qfXyS','ruPNn','aylTQ','ENrYP','ATnOQ','ovqMr','BqZgs','bynWH','fCuLm','zrmQp','izXft','ZZRjM','PkPRO','dFlcu','topGP','jaCPn','MQYdW','dsufy','DgDkU','🔍\x20UniversalOnboarding:\x20current\x20step\x20is:','wgtqu','cCzhT','CXAtk','JeIpK','Reconnecting...\x20(','reconnect_error','kmMXh','TfcqJ','JiPGD','qxDZK','Waiting\x20for\x20training\x20to\x20start\x20from\x20connector→PIN\x20transition','Tnfic','kCoKE','BeCFK','BfnoJ','bLxpN','uJVpp','rCsHA','❌\x20Socket\x20error\x20details:','stack','xGNQU','KAkUF','zDIXb','MGyOS','nScrR','vrZfW','Xeomt','onVlc','vNKOJ','IeGJc','modelStandby','fikTf','lOwLf','completed','yvMiZ','WMtru','join','testing','FFjRb','eREdn','fbKSs','LyOOe','ooMVE','jyQqZ','vErXi','rWwmO','❌\x20Token\x20refresh\x20failed,\x20attempting\x20full\x20reconnection...','lQyVX','FQmDI','BERsS','YouTube\x20reconnection\x20failed.\x20Please\x20restart\x20from\x20connector\x20screen.','GFoEa','VAUsX','kyOPF','NcvCp','slWRR','xXQqn','peXxG','WOdBy','aXzsi','kTPEY','YouTube\x20token\x20expired\x20-\x20reconnecting...','sPpjp','yUtRX','LRjej','ealKJ','AhhVe','uYczu','ZwEhx','ADEpb','EwPcA','lNcBJ','DSUId','BqCHf','bggUp','fCpUF','code','slUOs','pBsDg','oonDL','DpdSm','mlqzb','jVGbj','iaEau','FlZqu','pKbuf','wAQmH','YcPjw','IZILd','uifrc','WoQkN','SGnUm','lokdQ','tZFpJ','ℹ️\x20Limited\x20data\x20scenario\x20detected','fgTgP','NkXQU','cPvjj','DRhvU','BBXgV','Dqebq','VisUF','uVKKD','wxhgV','kKXTz','deFZn','🔌\x20Socket\x20config:','TiKDY','AQSNH','FAWji','qvNTx','xEIAz','YNGJX','lcitY','HPbWT','Vrupn','xzXcT','tITdy','MMjxW','YwYth','0|5|1|3|2|4','❌\x20Socket\x20connection\x20timeout\x20after\x2020\x20seconds','IzUza','Connection\x20timeout.\x20Please\x20check\x20your\x20internet\x20and\x20try\x20again.','BPuEq','GpguX','FgyZH','lcpDA','IUlSy','HxDIW','eNHVi','PgtOY','CGiCo','eqvTT','svGbH','VzQwO','TPIgo','hLZLs','PGXjO','clearTemporaryPin','TAUYr','zOCdB','ZXUZP','KyGNV','zvIyL','qKQRZ','vxmhf','ecxBP','euNyI','XXREf','bJeLf','SQrAI','UzBEM','hkTdp','jpiHx','eIowC','twwWg','aGAaU','IwEMw','pKqlR','gmkqR','VytiF','fsACb','akoSi','🍎\x20[APPLE\x20FIX]\x20Current\x20step\x20was:','kKQxE','OLffr','IxEnT','nQFXb','BxCXE','PWZKp','ZIfXk','ImzyC','UaWOp','values','some','Hccct','vpXrO','lsjJx','GPFyO','hjMle','hvTli','FZECB','QAQYQ','oGkoy','injYy','RRTgT','Failed\x20to\x20create\x20authentication\x20token\x20for\x20background\x20training','KpAEF','KmRHJ','WeKHE','smzBD','NmXmi','mCgCP','BIKbS','WaoWQ','NCJXo','ZVdDY','Collecting\x20your\x20data...','dUFje','PUmEw','✅\x20[BACKGROUND]\x20Background\x20training\x20initiated\x20successfully','tpmcX','DElPZ','wnypn','ONqPX','FohnG','OgMns','uRDKd','hzcyn','kXAEY','lImlO','IvbbE','WshEy','MXPbi','2|3|1|6|4|5|0','wWClu','ZjfhJ','getUniversalOnboardingIcon','QYZej','yDQTE','3|2|1|5|4|0','❌\x20Background\x20training\x20start\x20error:','TCOXP','Unknown\x20error','createElement','Modal','zZuEF','View','TouchableWithoutFeedback','backdrop','container','handleButton','handle','SxRlB','debugPanel','kHjUl','debugRow','Text','TouchableOpacity','debugBtn','jxtRZ','max','debugCloseBtn','debugCloseBtnText','Hide\x20Debug','welcomeContainer','brandMarkContainer','bodyContainer','welcomeButtonContainer','iXYLV','SjiBm','xBeRb','✅\x20Returning\x20user\x20accepted\x20consent','all','QtXSQ','NkgwP','⚠️\x20[SDK]\x20No\x20token/email\x20found\x20for\x20returning\x20user','vpPoi','fZFCI','GtlYt','Vnclo','grOQv','QgGtf','buuhn','IuWAL','ctmjy','bUlUD','utiMB','OIaRe','VlAOV','Skwdb','UniversalOnboarding','StyleSheet','create','flex-end','rgba(0,\x200,\x200,\x200.5)','#FAFAFA','hidden','100%','center','absolute','rgba(0,0,0,0.85)','#444','#666','#fff','row','#F5F5F5','bold','#333','underline','space-between','#E5E5E5','#000000','#E9C46A','600','#000','#FFFFFF','#F0F0F0','flex-start','500','italic','#FEB2B2','#F0F9FF','#D1D5DB','#6B7280','#FF6B6B','#F8F9FA','#E5E7EB','#0EA5E9','#0369A1','#0C4A6E'];_0x5e5d=function(){return _0x200ac7;};return _0x5e5d();}function _0x561f(_0x5e5d78,_0x561fdd){_0x5e5d78=_0x5e5d78-0x0;const _0x4de2d0=_0x5e5d();let _0x4d8110=_0x4de2d0[_0x5e5d78];return _0x4d8110;}function _interopRequireDefault(_0x4f1fab){return _0x4f1fab&&_0x4f1fab['__esModule']?_0x4f1fab:{'default':_0x4f1fab};}function _interopRequireWildcard(_0x2a5580,_0x206e4d){const _0x4b5851={'LAodg':function(_0x3f27bb,_0x46c177){return _0x3f27bb&&_0x46c177;},'kCBPB':function(_0x1c4a9b,_0x3e8c87){return _0x1c4a9b===_0x3e8c87;},'eDBZh':function(_0x2c4d7a,_0x13c7be){return _0x2c4d7a!=_0x13c7be;},'hdnTj':'object','FEqzB':_0x561f(0x1),'FWftk':function(_0x385197,_0x1cfa5f){return _0x385197!==_0x1cfa5f;},'jGHhw':'default','hSoJL':function(_0x20f89e,_0x579066,_0x5f15fd,_0x89a5e5){return _0x20f89e(_0x579066,_0x5f15fd,_0x89a5e5);},'fyJKc':function(_0xdcd5c6,_0xf2b793){return _0xdcd5c6==_0xf2b793;}};if(_0x4b5851[_0x561f(0x2)](_0x4b5851[_0x561f(0x3)],typeof WeakMap))var _0x5020c3=new WeakMap(),_0x4c1581=new WeakMap();return(_interopRequireWildcard=function(_0x573a3b,_0x45cea7){if(_0x4b5851[_0x561f(0x4)](!_0x45cea7,_0x573a3b)&&_0x573a3b[_0x561f(0x0)])return _0x573a3b;var _0x3482f0,_0x1bcada,_0x33f6dd={'__proto__':null,'default':_0x573a3b};if(_0x4b5851['kCBPB'](null,_0x573a3b)||_0x4b5851['eDBZh'](_0x4b5851[_0x561f(0x5)],typeof _0x573a3b)&&_0x4b5851[_0x561f(0x3)]!=typeof _0x573a3b)return _0x33f6dd;if(_0x3482f0=_0x45cea7?_0x4c1581:_0x5020c3){if(_0x3482f0[_0x561f(0x6)](_0x573a3b))return _0x3482f0[_0x561f(0x7)](_0x573a3b);_0x3482f0[_0x561f(0x8)](_0x573a3b,_0x33f6dd);}for(const _0x592e07 in _0x573a3b)_0x4b5851['FWftk'](_0x4b5851[_0x561f(0x9)],_0x592e07)&&{}['hasOwnProperty'][_0x561f(0xa)](_0x573a3b,_0x592e07)&&((_0x1bcada=(_0x3482f0=Object[_0x561f(0xb)])&&Object[_0x561f(0xc)](_0x573a3b,_0x592e07))&&(_0x1bcada[_0x561f(0x7)]||_0x1bcada[_0x561f(0x8)])?_0x4b5851[_0x561f(0xd)](_0x3482f0,_0x33f6dd,_0x592e07,_0x1bcada):_0x33f6dd[_0x592e07]=_0x573a3b[_0x592e07]);return _0x33f6dd;})(_0x2a5580,_0x206e4d);}const {height,width}=_reactNative[_0x561f(0xe)][_0x561f(0x7)]('window'),UniversalOnboarding=({visible:_0x46b260,onClose:_0x483e8e,AppName:_0x1e1a03,requestData:_0x2cb716,returnLink:_0x1ace40,onComplete:_0x350a92,embedd:embedd=![],debug:debug=![],test:test=![],preferredPlatform:_0x35c45a,primaryAuthOnly:primaryAuthOnly=![],allowedPlatforms:_0x180897,recommendedPlatforms:_0x3b61cc,allowSkip:allowSkip=!![]})=>{const _0x5d6659={'YPAnP':function(_0x1555ca,_0x2902c4){return _0x1555ca!==_0x2902c4;},'ExDxv':'eQaiv','xIcwg':_0x561f(0xf),'ZHVZZ':'🔍\x20UniversalOnboarding:\x20modalVisible\x20state\x20is:','JALDx':'🔍\x20UniversalOnboarding:\x20current\x20step\x20is:','ECKKp':'🔍\x20UniversalOnboarding:\x20primaryAuthOnly\x20is:','OzwBk':function(_0x1bbaa0,_0x28d66f){return _0x1bbaa0&&_0x28d66f;},'gEXlE':function(_0x7c03a7,_0x34e343){return _0x7c03a7===_0x34e343;},'jhHbU':_0x561f(0x10),'YqrWs':function(_0x2ccc84,_0x3a6890){return _0x2ccc84===_0x3a6890;},'FUCDH':_0x561f(0x11),'rTBUK':'🍎\x20[APPLE\x20FIX]\x20Current\x20step\x20was:','UzBEM':'->\x20Setting\x20to:\x20welcome','uYabk':function(_0x1c5077,_0x14a073){return _0x1c5077(_0x14a073);},'woASP':_0x561f(0x12),'JGgXB':_0x561f(0x13),'Datnz':function(_0x4d3aac,_0x58f7da){return _0x4d3aac===_0x58f7da;},'nApeT':_0x561f(0x14),'dwmTq':_0x561f(0x15),'VdIlV':_0x561f(0x16),'GSueM':_0x561f(0x17),'zgOBW':'Error\x20storing\x20connected\x20platform:','qVnJa':_0x561f(0x18),'Ywcfg':_0x561f(0x19),'Cnodz':_0x561f(0x1a),'oIJOx':'code','Gsngs':function(_0x3a4738,_0x16c8f9){return _0x3a4738&&_0x16c8f9;},'Gftjp':function(_0x3bced2,_0x243a4c){return _0x3bced2(_0x243a4c);},'RQfUd':function(_0x362227,_0x2f372d){return _0x362227(_0x2f372d);},'eOXOy':_0x561f(0x1b),'rIQrd':_0x561f(0x1c),'SjvtZ':function(_0x455d33,_0x3f1441){return _0x455d33===_0x3f1441;},'sitCA':_0x561f(0x1d),'Xiqro':'Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.','juHdb':'qQWRW','CsGCa':_0x561f(0x1e),'kRPUt':_0x561f(0x1f),'XOsTk':_0x561f(0x20),'iqHVN':_0x561f(0x21),'vpgQN':_0x561f(0x22),'HYiBv':_0x561f(0x23),'fGKDx':'🔌\x20Cleaning\x20up\x20socket\x20connection...','WmOAH':'tMPrF','JNNEG':function(_0x18d5cb,_0x5c021a){return _0x18d5cb+_0x5c021a;},'AHNLm':function(_0x3d7a1d,_0x5d5d34){return _0x3d7a1d===_0x5d5d34;},'IvQfh':_0x561f(0x24),'TPQzc':function(_0x5602bf,_0x3ac8ea){return _0x5602bf(_0x3ac8ea);},'fqujk':function(_0x2250ef,_0x3cdbe5){return _0x2250ef(_0x3cdbe5);},'SqGfJ':_0x561f(0x25),'DPqrf':function(_0x1b044a){return _0x1b044a();},'OtOtH':_0x561f(0x26),'zuzHu':_0x561f(0x27),'YUrNe':_0x561f(0x28),'EIFGJ':function(_0x488e1d,_0x333a74){return _0x488e1d(_0x333a74);},'VhThX':_0x561f(0x29),'QuxuZ':function(_0x32d02f,_0x488c64){return _0x32d02f===_0x488c64;},'QcimE':'ySpKj','cxsUL':_0x561f(0x2a),'DTSCQ':_0x561f(0x2b),'FiSWe':_0x561f(0x2c),'mkhYF':_0x561f(0x2d),'Zqxdm':function(_0x39f447,_0x599ad2){return _0x39f447===_0x599ad2;},'WiAae':function(_0x5a3371,_0x4407d5){return _0x5a3371===_0x4407d5;},'Kolue':function(_0x2a57b1,_0x26c08d){return _0x2a57b1===_0x26c08d;},'kryha':_0x561f(0x2e),'gjhvt':'cnDdC','OjvBO':function(_0x1a6aac,_0x44bb9e){return _0x1a6aac(_0x44bb9e);},'cbzRr':function(_0xb188f5){return _0xb188f5();},'GGiGN':_0x561f(0x2f),'nagvh':function(_0x2fe804,_0x1b5ca4){return _0x2fe804!==_0x1b5ca4;},'bhXGw':_0x561f(0x30),'TdeyZ':_0x561f(0x31),'Wlgyo':_0x561f(0x32),'mSkve':function(_0x376f64,_0x4a86ca){return _0x376f64===_0x4a86ca;},'IAmyT':_0x561f(0x33),'JDBEt':function(_0x18f010,_0x57ed83){return _0x18f010===_0x57ed83;},'KZADu':_0x561f(0x34),'OBpmF':_0x561f(0x35),'DgFbE':_0x561f(0x36),'IokfF':function(_0x55cccd,_0x5ae170){return _0x55cccd(_0x5ae170);},'rESsI':_0x561f(0x37),'PXKyF':function(_0x341cd7,_0x27169f){return _0x341cd7!==_0x27169f;},'ljmmI':_0x561f(0x38),'urwmf':_0x561f(0x39),'IOSXd':_0x561f(0x3a),'yrnCx':function(_0xd984e1,_0x382af8){return _0xd984e1(_0x382af8);},'LfGOl':function(_0x29a3ed,_0x5a9359){return _0x29a3ed(_0x5a9359);},'ehozH':function(_0x41c1a0,_0x536fb5){return _0x41c1a0(_0x536fb5);},'KoRmi':'user_email','AJNvJ':function(_0x4c56fe,_0x5a812a){return _0x4c56fe===_0x5a812a;},'BuGpg':'mobile_user','aknqV':_0x561f(0x3b),'Osled':function(_0x5a24f0,_0x43c107){return _0x5a24f0===_0x43c107;},'TYpXE':function(_0x208971,_0x21a065){return _0x208971===_0x21a065;},'cnPfM':function(_0x2f402c,_0x11ea8c){return _0x2f402c===_0x11ea8c;},'FcXal':_0x561f(0x3c),'PoPYd':function(_0x293019,_0x179a8c){return _0x293019(_0x179a8c);},'APPqM':function(_0x39ead7,_0x2b85be){return _0x39ead7(_0x2b85be);},'xqNyN':_0x561f(0x3d),'ZciaJ':function(_0x1f3fd4,_0x3e1fdc){return _0x1f3fd4(_0x3e1fdc);},'CAWxw':'🔑\x20[CACHED\x20LOGIN]\x20User\x20has\x20existing\x20connections:','yagoj':_0x561f(0x3e),'BQRAA':function(_0x554215,_0xb584fa){return _0x554215===_0xb584fa;},'WGZVh':_0x561f(0x3f),'egqTT':function(_0x339a5f,_0x109e94){return _0x339a5f===_0x109e94;},'JjGeu':function(_0x144f09,_0x10e76d){return _0x144f09(_0x10e76d);},'pWHVC':function(_0x2f071f,_0x4df84c){return _0x2f071f(_0x4df84c);},'wsIDU':function(_0x1867be,_0x5d3548,_0x1a4103,_0x126cf3){return _0x1867be(_0x5d3548,_0x1a4103,_0x126cf3);},'nmMUh':function(_0x208e35,_0x51dd38){return _0x208e35!==_0x51dd38;},'Dwpfz':_0x561f(0x40),'QUoJk':function(_0x3f68af,_0x1c917a){return _0x3f68af&&_0x1c917a;},'MXtfj':function(_0x4878a5,_0x22a8c0){return _0x4878a5===_0x22a8c0;},'cHaeA':function(_0x1f16e3,_0x39c682){return _0x1f16e3!=_0x39c682;},'RNree':_0x561f(0x1),'tGhpH':_0x561f(0x41),'xeOrc':_0x561f(0x42),'YWqEw':'disconnected','tJNCp':'1|0|2|5|4|3','xTlhz':_0x561f(0x43),'NYzkH':function(_0x5e1e52,_0x17bb1e){return _0x5e1e52===_0x17bb1e;},'uPRCW':function(_0x1bc556,_0x1ba04f){return _0x1bc556===_0x1ba04f;},'iAbJP':function(_0x268f01,_0x46545c){return _0x268f01||_0x46545c;},'sqZaW':'🔍\x20Loading\x20username\x20for\x20data\x20connections:','PzVRG':function(_0x43c843,_0x43b752){return _0x43c843(_0x43b752);},'sGMcf':_0x561f(0x44),'ENHTy':function(_0x1a28b8,_0x46b71a){return _0x1a28b8===_0x46b71a;},'LZYmR':_0x561f(0x45),'BiZBC':_0x561f(0x46),'mwXmN':function(_0x551b4f,_0x398f92){return _0x551b4f(_0x398f92);},'WdviO':function(_0x332c6f,_0x4cbcc4){return _0x332c6f(_0x4cbcc4);},'Erfjx':function(_0x351e0a,_0x4b8dde){return _0x351e0a===_0x4b8dde;},'ggXwB':function(_0x4bb3e5,_0x220694){return _0x4bb3e5===_0x220694;},'Mkigm':function(_0x1dde6a,_0x10ccc2){return _0x1dde6a===_0x10ccc2;},'SUAps':function(_0x367bef,_0x58613c){return _0x367bef===_0x58613c;},'ZIVQg':function(_0x43c54f,_0x27bf67){return _0x43c54f*_0x27bf67;},'tdHmi':function(_0x506106,_0x5b8915){return _0x506106!==_0x5b8915;},'EUdDI':_0x561f(0x47),'ytUSj':_0x561f(0x48),'UHmMc':_0x561f(0x49),'PZgxK':_0x561f(0x4a),'VEMrT':_0x561f(0x4b),'dpIou':function(_0x2264bb){return _0x2264bb();},'zpiEz':_0x561f(0x4c),'NAdug':function(_0x1331ca,_0xf5b0a){return _0x1331ca(_0xf5b0a);},'XOuAn':'PxJsU','wQRnF':function(_0x4678ef,_0x5b540c){return _0x4678ef===_0x5b540c;},'eBQTP':'reviewer@bypass.com','sDXbJ':_0x561f(0x4d),'ApgIl':_0x561f(0x4e),'OyolY':_0x561f(0x4f),'LYPkj':function(_0x3aa0aa,_0x9262a0){return _0x3aa0aa(_0x9262a0);},'lXNuN':function(_0x2e91e4,_0x2da444){return _0x2e91e4===_0x2da444;},'ueCmd':_0x561f(0x50),'phWPy':_0x561f(0x51),'BqtDz':_0x561f(0x52),'BnjyC':function(_0x279714,_0x950e9a){return _0x279714(_0x950e9a);},'KwMef':'🧪\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','uEEwW':'test@example.com','JVbTB':_0x561f(0x53),'XVQDW':_0x561f(0x54),'JkYAc':_0x561f(0x55),'EsViC':_0x561f(0x56),'gjJCs':_0x561f(0x57),'JMfAd':function(_0x1c9ed,_0x4f75ed){return _0x1c9ed(_0x4f75ed);},'yLXBH':_0x561f(0x58),'zjJWN':_0x561f(0x59),'VjlfR':function(_0x2aa9b1,_0x5b56de){return _0x2aa9b1===_0x5b56de;},'FFGvB':function(_0x233809,_0x205435){return _0x233809===_0x205435;},'ofeKf':function(_0x27dc21,_0x30907c){return _0x27dc21===_0x30907c;},'PCKey':function(_0xdd1cc6,_0x37cf00){return _0xdd1cc6===_0x37cf00;},'QOFOQ':function(_0x26fe55,_0x6aefee){return _0x26fe55===_0x6aefee;},'nsTcH':function(_0x38efc3,_0x5f1816){return _0x38efc3===_0x5f1816;},'mtMef':function(_0x482d99,_0x170089){return _0x482d99===_0x170089;},'XZAJr':function(_0x6a228d,_0x1e9fc6){return _0x6a228d(_0x1e9fc6);},'fkXNC':'CONNECTIONS_REQUIRED','GOLYT':function(_0x5c69a1,_0x4b7ab6){return _0x5c69a1(_0x4b7ab6);},'OPUwJ':function(_0x32acb3){return _0x32acb3();},'BjheG':_0x561f(0x5a),'jvPMa':function(_0xc636f3,_0x7d3616){return _0xc636f3(_0x7d3616);},'rPbEa':function(_0x1f3132,_0x46461e){return _0x1f3132(_0x46461e);},'PfkQC':_0x561f(0x5b),'muvCU':_0x561f(0x5c),'IUjMr':_0x561f(0x5d),'VxvDW':function(_0x1bee79,_0x3ff5bb){return _0x1bee79===_0x3ff5bb;},'liLXT':function(_0x1287c1,_0x146051){return _0x1287c1===_0x146051;},'cImJo':_0x561f(0x5e),'PzdBJ':function(_0x308fd7,_0x3ae28c){return _0x308fd7>_0x3ae28c;},'bQYjb':_0x561f(0x5f),'Coims':function(_0x592bd7,_0xd6c7e8){return _0x592bd7===_0xd6c7e8;},'GyUmZ':_0x561f(0x60),'DZszK':_0x561f(0x61),'xnALx':_0x561f(0x62),'VBKGo':function(_0x68da31,_0x3dfc48){return _0x68da31(_0x3dfc48);},'IQOhz':_0x561f(0x63),'OEkmo':'IxYyt','jnDRJ':function(_0x4fc716,_0x2425da){return _0x4fc716===_0x2425da;},'OiRkY':_0x561f(0x64),'qgMTV':function(_0x5f54a0,_0x2db471){return _0x5f54a0(_0x2db471);},'ceIOL':_0x561f(0x65),'gXTgZ':_0x561f(0x66),'zPkDo':'🔌\x20Disconnecting\x20training\x20socket...','jMntB':_0x561f(0x67),'PShmU':function(_0x277bbb,_0x527898){return _0x277bbb===_0x527898;},'OAvtx':function(_0x57d25d,_0x31a10e){return _0x57d25d(_0x31a10e);},'LztCS':function(_0x26acd4,_0xc6960f){return _0x26acd4(_0xc6960f);},'NEFWy':'🔍\x20App\x20name:','soUhM':function(_0x23b51b,_0x14a36b){return _0x23b51b!==_0x14a36b;},'TpoTG':_0x561f(0x68),'mfvhK':_0x561f(0x69),'dFoaC':_0x561f(0x6a),'XNoWn':function(_0x88c5aa,_0x44c327){return _0x88c5aa===_0x44c327;},'wpMHo':function(_0x45325b,_0x22f59d){return _0x45325b===_0x22f59d;},'IPSUX':function(_0x576e8f,_0x582576){return _0x576e8f===_0x582576;},'IipOU':'returning_user','cVNnS':function(_0x1b2a49,_0x5c46e2){return _0x1b2a49===_0x5c46e2;},'YLnia':_0x561f(0x6b),'sxRir':_0x561f(0x6c),'WUFUL':function(_0x1826af,_0x1ae261){return _0x1826af(_0x1ae261);},'TZYYs':_0x561f(0x6d),'slsiO':function(_0x4d86a1,_0x9b6ed){return _0x4d86a1(_0x9b6ed);},'lMBfZ':_0x561f(0x6e),'dRRXr':_0x561f(0x6f),'KiOPb':'DrwRc','fyWXB':_0x561f(0x70),'NOhgU':_0x561f(0x71),'aLDXd':_0x561f(0x72),'NkPoe':_0x561f(0x73),'eimYN':_0x561f(0x74),'kkPqx':_0x561f(0x75),'ZGzTM':_0x561f(0x76),'DuCcN':_0x561f(0x77),'WUsct':_0x561f(0x78),'BopGh':'🎯\x20Background\x20training\x20Features:','fgzSb':_0x561f(0x79),'JAXwb':'💾\x20Storage\x20method:','teRRI':_0x561f(0x7a),'fwmDB':_0x561f(0x7b),'jsTxS':_0x561f(0x7c),'sgEgp':_0x561f(0x7d),'uKdmX':'onairos_jwt_token','GphPu':_0x561f(0x7e),'bgWEs':function(_0x285796,_0xb76bfb){return _0x285796(_0xb76bfb);},'RtDrx':function(_0x26bd18,_0x1dbe83){return _0x26bd18(_0x1dbe83);},'bbMlE':_0x561f(0x7f),'jXYKo':function(_0x352560,_0x13d0e9){return _0x352560===_0x13d0e9;},'SRyqZ':'Whilu','himGQ':_0x561f(0x80),'mSiaa':_0x561f(0x81),'bmien':_0x561f(0x82),'CrqHX':_0x561f(0x83),'EqkZz':function(_0xec8acd,_0x4bf148){return _0xec8acd(_0x4bf148);},'diiAE':function(_0x329c22,_0x665452){return _0x329c22===_0x665452;},'KTGWS':_0x561f(0x84),'SsePg':function(_0x246620,_0x250e88){return _0x246620(_0x250e88);},'NPZmH':_0x561f(0x85),'aaPbw':_0x561f(0x86),'LcwKf':'🔄\x20Resending\x20verification\x20code\x20to:','YkxAX':function(_0x531666,_0x538487){return _0x531666===_0x538487;},'YsrXK':_0x561f(0x87),'ekHNQ':_0x561f(0x88),'sQPvl':_0x561f(0x89),'fRNnG':_0x561f(0x8a),'QSHHo':'❌\x20Error\x20resending\x20verification\x20code:','Etpem':_0x561f(0x8b),'ozugU':'jxzVg','MVDeR':function(_0x939f3a,_0x1fd810){return _0x939f3a(_0x1fd810);},'LSFBj':function(_0x4aa09b,_0x4cbcb9){return _0x4aa09b(_0x4cbcb9);},'OONkc':'3|1|5|0|4|2','SZVUO':_0x561f(0x8c),'HJcFf':function(_0x5ec937,_0x2eb236){return _0x5ec937===_0x2eb236;},'DtfWp':_0x561f(0x8d),'Zzzuj':'🔐\x20[BACKGROUND]\x20Continuing\x20existing\x20background\x20training\x20with\x20PIN\x20validation','HmWNU':_0x561f(0x8e),'ixOJs':function(_0x1a7a1d,_0x4260af){return _0x1a7a1d(_0x4260af);},'GlkLp':_0x561f(0x8f),'unRVO':_0x561f(0x90),'LjjeP':'PCbbn','iEFWS':_0x561f(0x91),'sWupZ':'🔑\x20[SDK]\x20Token\x20available:','isWhP':_0x561f(0x92),'TspEH':function(_0x5535cc,_0x2a7d9){return _0x5535cc||_0x2a7d9;},'uaPUd':function(_0xb88423,_0x5c32d3){return _0xb88423===_0x5c32d3;},'Opdcg':_0x561f(0x93),'QuuZH':'ZlEac','fIYOP':function(_0x4e4cd5,_0x2de0a4){return _0x4e4cd5&&_0x2de0a4;},'ahNUy':_0x561f(0x94),'xbEMF':function(_0x260b9a,_0x1ae676){return _0x260b9a===_0x1ae676;},'hcHld':_0x561f(0x95),'BtUCP':function(_0x60c2a5,_0x1f6a4a){return _0x60c2a5===_0x1f6a4a;},'IAbkR':function(_0x26f58e,_0x576117){return _0x26f58e===_0x576117;},'vtftv':_0x561f(0x96),'rDnbF':_0x561f(0x97),'oErsZ':function(_0xc742e7,_0x3c42b9){return _0xc742e7===_0x3c42b9;},'PmHkC':_0x561f(0x98),'ECPuq':function(_0x16dbeb,_0x7f3016){return _0x16dbeb&&_0x7f3016;},'Qcssr':_0x561f(0x99),'nloeL':function(_0x41f754,_0x5799c9){return _0x41f754===_0x5799c9;},'HNKCE':function(_0x2a906e,_0x33aed7){return _0x2a906e===_0x33aed7;},'VwPnd':function(_0x4b3c8b,_0x3bdf7e){return _0x4b3c8b===_0x3bdf7e;},'nqBmv':function(_0x357108,_0x5dec80){return _0x357108(_0x5dec80);},'MXPbi':function(_0x55e727,_0x45d347){return _0x55e727(_0x45d347);},'iwopJ':function(_0x5adfb7,_0x36584c){return _0x5adfb7===_0x36584c;},'STRNi':'KQsCI','KdQcO':'⏭️\x20Skipping\x20platform\x20connections','CToBt':_0x561f(0x9a),'oNWTG':_0x561f(0x9b),'AkjWc':_0x561f(0x9c),'FDCif':_0x561f(0x9d),'btYFk':function(_0x4e632b,_0x58540){return _0x4e632b===_0x58540;},'lqzIV':function(_0x37d67e,_0x5d0069,_0x5bda46,_0x364059){return _0x37d67e(_0x5d0069,_0x5bda46,_0x364059);},'aoyoI':'❌\x20[SDK]\x20Error\x20during\x20skip:','fDMSa':function(_0x4c3081,_0x167cf3,_0x2a4870,_0x5b2cf8){return _0x4c3081(_0x167cf3,_0x2a4870,_0x5b2cf8);},'OaDlz':function(_0x231854,_0x2a03b2){return _0x231854===_0x2a03b2;},'JwVpJ':function(_0x3f7ab5,_0x1d4246){return _0x3f7ab5===_0x1d4246;},'xBeRb':function(_0x426063,_0x2deb3f){return _0x426063===_0x2deb3f;},'mYjVs':function(_0x56d8e5,_0x22e751){return _0x56d8e5(_0x22e751);},'bVMRj':_0x561f(0x9e),'nabzz':_0x561f(0x9f),'ENrLN':'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyZXZpZXdlciI6dHJ1ZSwiaWF0IjoxNzA0MDY3MjAwfQ.reviewer-bypass-signature-placeholder','qaXJX':_0x561f(0xa0),'JDVcL':function(_0x26f04c){return _0x26f04c();},'XOKJz':_0x561f(0xa1),'NWzPA':function(_0x3e7aa0){return _0x3e7aa0();},'YHjwr':function(_0x151946,_0x8ce993){return _0x151946(_0x8ce993);},'ZjfhJ':function(_0x1d5b66,_0x40c9fd){return _0x1d5b66(_0x40c9fd);},'SWegv':_0x561f(0xa2),'Dgqll':function(_0x1c8b59,_0x3f2ebe){return _0x1c8b59(_0x3f2ebe);},'MwxzF':function(_0x92a910,_0x3b7f62){return _0x92a910(_0x3b7f62);},'Gyicm':_0x561f(0xa3),'wrKQn':_0x561f(0xa4),'pkcrU':function(_0x2f4297,_0x24b97b){return _0x2f4297===_0x24b97b;},'ScAol':function(_0x34432c,_0x2b0061,_0x420614,_0x541eff){return _0x34432c(_0x2b0061,_0x420614,_0x541eff);},'yMefe':function(_0x130d84,_0x1a99fb){return _0x130d84===_0x1a99fb;},'FUEqp':'✅\x20YouTube\x20tokens\x20refreshed,\x20but\x20training\x20restart\x20disabled','HxXCP':_0x561f(0xa5),'tsxFE':_0x561f(0xa6),'YAyOO':_0x561f(0xa7),'JFzQc':function(_0x53c7a9,_0x3bbfc5){return _0x53c7a9===_0x3bbfc5;},'MzCZo':'instagram','kAcXy':function(_0x14b51d,_0x3fb1e0){return _0x14b51d===_0x3fb1e0;},'CeOSz':_0x561f(0xa8),'JaLQr':function(_0x320a8c,_0x2ee09b){return _0x320a8c===_0x2ee09b;},'WqyYF':_0x561f(0xa9),'BoNAl':'🤖\x20Handling\x20LLM/ChatGPT\x20connection\x20-\x20sending\x20to\x20backend...','VXvjN':'4|3|0|1|2|5','ninex':function(_0x44bc02,_0x3ec1b7){return _0x44bc02(_0x3ec1b7);},'MoeJf':function(_0x22a847,_0x1fb610){return _0x22a847(_0x1fb610);},'hiteI':function(_0x35caea,_0x231565){return _0x35caea!==_0x231565;},'pnBxS':_0x561f(0xaa),'NSpyN':function(_0x21e7d2,_0x4540da){return _0x21e7d2(_0x4540da);},'YWTjN':function(_0x2e8200,_0x4b78b9){return _0x2e8200(_0x4b78b9);},'RtzlO':function(_0x24ac6d,_0xf4532a){return _0x24ac6d(_0xf4532a);},'DFspf':function(_0x14f20a,_0x27af72){return _0x14f20a(_0x27af72);},'YubZk':function(_0x1b4243,_0x29d74a){return _0x1b4243(_0x29d74a);},'xqeux':function(_0x300218,_0x55a473){return _0x300218!==_0x55a473;},'iopUb':function(_0x492d15,_0x17bcce){return _0x492d15&&_0x17bcce;},'VbXjy':function(_0x1a482d,_0x23d080){return _0x1a482d(_0x23d080);},'DIUVd':_0x561f(0xab),'HPbWT':function(_0x2dcb52,_0x2cc0bd){return _0x2dcb52===_0x2cc0bd;},'zWFvQ':'GAjCp','FQiAa':_0x561f(0xac),'yWZDw':_0x561f(0xad),'GRvZh':_0x561f(0xae),'mUfcF':function(_0x12d6ee,_0x463a28){return _0x12d6ee(_0x463a28);},'UMxRy':function(_0x1b8270,_0x5dcec7){return _0x1b8270(_0x5dcec7);},'APdUt':function(_0x4c7a2a,_0x2153c6){return _0x4c7a2a(_0x2153c6);},'tmPlm':function(_0x14a50b,_0x4c31b5){return _0x14a50b(_0x4c31b5);},'CsrZm':function(_0x3c24c9,_0x1f58e3){return _0x3c24c9(_0x1f58e3);},'LiLAq':_0x561f(0xaf),'CHSnr':function(_0x1e288c,_0xd4d050){return _0x1e288c&&_0xd4d050;},'Rwcqe':_0x561f(0xb0),'xBvgr':'eWDuu','LgjtH':_0x561f(0xb1),'TLnja':function(_0x675c60,_0x12caad){return _0x675c60(_0x12caad);},'bGWcK':function(_0x3b08c1,_0x5a964d){return _0x3b08c1(_0x5a964d);},'CnTKK':_0x561f(0xb2),'UjxdA':function(_0x3b2339,_0x23fbbf){return _0x3b2339===_0x23fbbf;},'nMEaH':_0x561f(0xb3),'OXPRu':_0x561f(0xb4),'lTrMI':_0x561f(0xb5),'bztKm':function(_0x5a7a2a,_0x26faf7){return _0x5a7a2a(_0x26faf7);},'sUpAW':function(_0x16e4fc,_0x4013a9){return _0x16e4fc(_0x4013a9);},'Wcqkd':_0x561f(0xb6),'aYOip':_0x561f(0xb7),'otmLL':function(_0x162b0d,_0x322d6d){return _0x162b0d(_0x322d6d);},'NLnlx':_0x561f(0xb8),'OMEUM':function(_0x2f9dff,_0x34ce5c){return _0x2f9dff(_0x34ce5c);},'jUSNR':'📈\x20Query\x20scores\x20enabled:','qrzpb':_0x561f(0xb9),'rUFke':function(_0x2ca369){return _0x2ca369();},'WjHTi':_0x561f(0xba),'cHXFB':function(_0x88ac8f,_0x384f27){return _0x88ac8f===_0x384f27;},'zJkap':_0x561f(0xbb),'KGiat':function(_0x1b6f0f,_0x4a529b){return _0x1b6f0f(_0x4a529b);},'qPBdw':_0x561f(0xbc),'JKUHO':_0x561f(0xbd),'YeKTa':_0x561f(0xbe),'boapX':_0x561f(0xbf),'VwIxA':_0x561f(0xc0),'BDZFt':function(_0x4d0d26,_0x3600f6){return _0x4d0d26===_0x3600f6;},'tVeut':'📱\x20Connected\x20platforms\x20for\x20training:','svFpg':function(_0x4d7fbe,_0x154103){return _0x4d7fbe===_0x154103;},'tfauy':function(_0x55466f,_0x58f538){return _0x55466f===_0x58f538;},'AWDDK':'📤\x20Sending\x20training\x20data\x20to\x20/mobile-training/enoch:','qqvPp':_0x561f(0xc1),'dHdem':_0x561f(0xc2),'PmxSh':function(_0x5e8198,_0x79e3bc){return _0x5e8198(_0x79e3bc);},'NBYzK':'🔗\x20Connections\x20required\x20detected\x20from\x20HTTP\x20response','ippdP':function(_0xcd395b,_0x3e6119){return _0xcd395b(_0x3e6119);},'bWpSw':_0x561f(0xc3),'OqVtc':_0x561f(0xc4),'zltfn':function(_0x594967,_0x433ddd){return _0x594967(_0x433ddd);},'MyHNC':_0x561f(0xc5),'JEnMI':function(_0x29853b,_0x20e0f5){return _0x29853b(_0x20e0f5);},'kWYrR':'❌\x20Training\x20start\x20failed:','oGWbP':function(_0x2f985c){return _0x2f985c();},'CAhKx':_0x561f(0xc6),'YGPpF':_0x561f(0xc7),'wqYDo':_0x561f(0xc8),'sSeDb':function(_0x2f8985,_0x1b5451){return _0x2f8985(_0x1b5451);},'MKmxD':function(_0x330f33,_0x42d178){return _0x330f33(_0x42d178);},'CWrUW':_0x561f(0xc9),'DBSZS':'5|1|3|4|0|2','pNlne':_0x561f(0xca),'mDJPV':_0x561f(0xcb),'mOEHw':function(_0x4e1fc7,_0x3abf8f){return _0x4e1fc7===_0x3abf8f;},'VIKlh':function(_0x37e341,_0x8d88f5){return _0x37e341===_0x8d88f5;},'qcfVO':function(_0x889689,_0x3f4f79){return _0x889689===_0x3f4f79;},'WdKgs':function(_0x6b2dc8,_0xcd6174){return _0x6b2dc8===_0xcd6174;},'wGWkA':function(_0x542e17,_0x58e9e5){return _0x542e17(_0x58e9e5);},'UXWiy':_0x561f(0xcc),'mweoH':function(_0xe43138,_0x20f6ab){return _0xe43138(_0x20f6ab);},'mEdFt':_0x561f(0xcd),'qsIid':_0x561f(0xce),'fzXlu':_0x561f(0xcf),'uqfnj':'Waiting\x20for\x20training\x20to\x20start\x20from\x20connector→PIN\x20transition','qfXyS':_0x561f(0xd0),'agTgs':'Connection\x20error.\x20Please\x20try\x20again.','ruPNn':function(_0x453613,_0x339617){return _0x453613(_0x339617);},'aylTQ':function(_0x45dd1e,_0x16f008){return _0x45dd1e===_0x16f008;},'ENrYP':_0x561f(0xd1),'QfsmX':'❌\x20Socket\x20disconnected,\x20reason:','bynWH':_0x561f(0xd2),'fCuLm':function(_0x46e7af,_0x991092){return _0x46e7af===_0x991092;},'dwGRS':function(_0x4a8465,_0x590499){return _0x4a8465===_0x590499;},'izXft':_0x561f(0xd3),'ZZRjM':'plDbR','topGP':_0x561f(0xd4),'jaCPn':'attempts','kCoKE':_0x561f(0xd5),'BeCFK':function(_0x15ad94,_0x273676){return _0x15ad94(_0x273676);},'BfnoJ':_0x561f(0xd6),'OOzao':_0x561f(0xd7),'fikTf':_0x561f(0xd8),'lOwLf':_0x561f(0xd9),'yvMiZ':_0x561f(0xda),'WMtru':_0x561f(0xdb),'wvjeE':_0x561f(0xdc),'bzXOa':'🗄️\x20Databases\x20used:','FFjRb':'🧪\x20Testing\x20mode\x20enabled','XLTCj':function(_0x2013f5,_0x4ebd37){return _0x2013f5(_0x4ebd37);},'eREdn':_0x561f(0xdd),'TAUYr':function(_0xc63215,_0x5b9dff){return _0xc63215!==_0x5b9dff;},'xEIAz':'nsmCb','YNGJX':_0x561f(0xde),'lcitY':function(_0xa62761,_0x2008c2){return _0xa62761===_0x2008c2;},'Vrupn':function(_0x1ac074,_0xc3eb5c){return _0x1ac074===_0xc3eb5c;},'xzXcT':function(_0x5c532e,_0x1f83e0){return _0x5c532e===_0x1f83e0;},'tITdy':function(_0x2a2beb,_0x2d2e5e){return _0x2a2beb===_0x2d2e5e;},'MMjxW':function(_0x437a05,_0x518bab){return _0x437a05===_0x518bab;},'YwYth':function(_0x50e446,_0x37147b){return _0x50e446===_0x37147b;},'seSbL':'Running\x20test\x20inference','yrgMt':_0x561f(0xdf),'Qwrdq':_0x561f(0xe0),'kwosR':'KmTik','Dwqay':_0x561f(0xe1),'ztWBN':function(_0x3da7c4){return _0x3da7c4();},'ZkCJn':_0x561f(0xe2),'AIfPd':_0x561f(0xe3),'nqgsv':function(_0x2c119c,_0x33c51e){return _0x2c119c(_0x33c51e);},'ijgxz':'youtube','aPJOn':'❌\x20YouTube\x20reconnection\x20failed:','UiDaO':_0x561f(0xe4),'nLWOJ':'📊\x20Training\x20update:','GNHTE':'YouTube\x20access\x20token\x20has\x20expired','VLIwG':_0x561f(0xe5),'sDYJT':_0x561f(0xe6),'RgGAz':function(_0x4db7ea,_0x5f3b1a,_0x9793a4){return _0x4db7ea(_0x5f3b1a,_0x9793a4);},'WAlQI':'🔗\x20Connections\x20required\x20detected\x20from\x20socket','CMCKx':_0x561f(0xe7),'TDHDu':_0x561f(0xe8),'vfCNl':_0x561f(0xe9),'MvVqI':_0x561f(0xea),'sTjvr':_0x561f(0xeb),'klUIK':_0x561f(0xec),'pvejc':_0x561f(0xed),'netVk':function(_0x2fc3b8,_0x4a5152){return _0x2fc3b8===_0x4a5152;},'EvolT':function(_0x5744f4,_0x5e7e44){return _0x5744f4===_0x5e7e44;},'lhVXi':function(_0x58b38d,_0x422e39){return _0x58b38d===_0x422e39;},'rprvr':function(_0x2bb22e,_0x4a66b1){return _0x2bb22e(_0x4a66b1);},'MwwKZ':function(_0x3441c3){return _0x3441c3();},'RTpCF':function(_0x5b698c,_0x263bc3){return _0x5b698c(_0x263bc3);},'zGNAH':_0x561f(0xee),'mKcCk':_0x561f(0xef),'tZzNO':function(_0x36c031,_0x1c1969){return _0x36c031(_0x1c1969);},'VZkrR':function(_0x5be237,_0x50a2d4){return _0x5be237(_0x50a2d4);},'EaXdw':function(_0xb68110){return _0xb68110();},'UNHng':_0x561f(0xf0),'wodoQ':_0x561f(0xf1),'OvWjl':_0x561f(0xf2),'NxHes':_0x561f(0xf3),'hkTdp':function(_0x550e9b,_0x3de7bc){return _0x550e9b(_0x3de7bc);},'avMbD':'✅\x20Authentication\x20token\x20set\x20in\x20state:','VbmVn':_0x561f(0xf4),'oGgGo':_0x561f(0xf5),'cLTYt':_0x561f(0xf6),'mpvUw':_0x561f(0xf7),'oSVAH':function(_0x14d0c3,_0x420f31){return _0x14d0c3===_0x420f31;},'XIrDL':function(_0x3302ff,_0x2e86e1){return _0x3302ff===_0x2e86e1;},'pYBXl':function(_0x4b5416,_0x4703dd){return _0x4b5416||_0x4703dd;},'sDeoS':function(_0x5d16b6,_0x3fddd0){return _0x5d16b6===_0x3fddd0;},'vjoAm':function(_0x54d166,_0x3c01b0){return _0x54d166===_0x3c01b0;},'Ffllb':function(_0x188566,_0x426ef5){return _0x188566===_0x426ef5;},'QxUoe':'❌\x20No\x20authentication\x20token\x20available\x20after\x20ensureAuthToken','biuvY':_0x561f(0xf8),'HWoZL':_0x561f(0xf9),'SXNTS':'📱\x20Device\x20platform:','RWyDH':_0x561f(0xfa),'jqiIu':_0x561f(0xfb),'IhWyI':_0x561f(0xfc),'galdC':_0x561f(0xfd),'fzKHB':_0x561f(0xfe),'PUmEw':_0x561f(0xff),'zrmQp':_0x561f(0x100),'MQYdW':'reconnect_attempt','yzyso':_0x561f(0x101),'qWLyo':_0x561f(0x102),'MGyOS':'inferenceCompleted','fbKSs':_0x561f(0x103),'Szleo':'🔌\x20Attempting\x20to\x20connect\x20to\x20socket...','TiKDY':_0x561f(0x104),'HxDIW':function(_0x3b2dad){return _0x3b2dad();},'eNHVi':_0x561f(0x105),'PgtOY':_0x561f(0x106),'CGiCo':function(_0x12dec6,_0x32328d){return _0x12dec6<_0x32328d;},'eqvTT':'Keeping\x20your\x20data\x20private','svGbH':_0x561f(0x107),'uJFxF':_0x561f(0x108),'VzQwO':_0x561f(0x109),'TPIgo':function(_0x402781,_0x425e5b){return _0x402781<_0x425e5b;},'sAFzL':_0x561f(0x10a),'hLZLs':function(_0x52b810,_0x341147){return _0x52b810<_0x341147;},'kxHQf':'Just\x20a\x20few\x20more\x20seconds','PGXjO':function(_0x209c9f,_0x296a13){return _0x209c9f+_0x296a13;},'qKQRZ':_0x561f(0x10b),'NAwHf':_0x561f(0x10c),'zOCdB':_0x561f(0x10d),'myylq':function(_0x6b4b92,_0x4b7c74){return _0x6b4b92===_0x4b7c74;},'KyGNV':function(_0x562fa9,_0x3070b0,_0x3dba4c,_0x538c6e){return _0x562fa9(_0x3070b0,_0x3dba4c,_0x538c6e);},'zvIyL':function(_0x3e3084,_0x1f9b47){return _0x3e3084===_0x1f9b47;},'vxmhf':_0x561f(0x10e),'fZFCI':function(_0x1d014b,_0x5cf7f0){return _0x1d014b===_0x5cf7f0;},'ecxBP':function(_0x18d924,_0x1fb47a){return _0x18d924===_0x1fb47a;},'qxLJi':'❌\x20Error\x20retrieving\x20real\x20token\x20for\x20onComplete:','euNyI':function(_0x5b45d6,_0x30018f){return _0x5b45d6===_0x30018f;},'XXREf':function(_0x5d0df1,_0x5b16f6){return _0x5d0df1===_0x5b16f6;},'bJeLf':'🍎\x20Get\x20Started\x20pressed\x20(Apple\x20user)\x20-\x20skipping\x20signin,\x20going\x20to\x20platforms','SQrAI':'🍎\x20[APPLE\x20FIX]\x20primaryAuthOnly\x20detected\x20-\x20resetting\x20to\x20welcome\x20step','eIowC':_0x561f(0x10f),'IwEMw':function(_0x40b21f,_0x2d81e5){return _0x40b21f>_0x2d81e5;},'DqNUL':function(_0x12beb8,_0x3b4faf){return _0x12beb8!==_0x3b4faf;},'HDZhP':_0x561f(0x110),'OLffr':_0x561f(0x111),'IxEnT':_0x561f(0x112),'nQFXb':_0x561f(0x113),'BxCXE':function(_0x42cfc7,_0x1d28de){return _0x42cfc7!==_0x1d28de;},'PWZKp':_0x561f(0x114),'ZIfXk':_0x561f(0x115),'FZECB':_0x561f(0x116),'QAQYQ':function(_0x2d59ea,_0x1fddfa){return _0x2d59ea(_0x1fddfa);},'Hccct':_0x561f(0x117),'lsjJx':'qWkew','GPFyO':function(_0x55520b,_0x54956b){return _0x55520b===_0x54956b;},'hjMle':'gnkDS','IAzIu':_0x561f(0x118),'pBJWn':function(_0x131e28,_0x1407cf){return _0x131e28(_0x1407cf);},'dUFje':_0x561f(0x119),'ONqPX':function(_0xc7b662,_0xd7522d){return _0xc7b662%_0xd7522d;},'ndiMc':function(_0x19642c,_0x2ff4f9){return _0x19642c===_0x2ff4f9;},'oGkoy':'✅\x20[BACKGROUND]\x20Socket\x20connected,\x20starting\x20background\x20data\x20collection...','injYy':_0x561f(0x11a),'RRTgT':_0x561f(0x11b),'KpAEF':_0x561f(0x11c),'KmRHJ':function(_0x37b5bd,_0x31411d){return _0x37b5bd(_0x31411d);},'WeKHE':function(_0x1147cd,_0x167748){return _0x1147cd===_0x167748;},'smzBD':function(_0x4ec16d,_0x14a2b1){return _0x4ec16d===_0x14a2b1;},'NmXmi':function(_0x2f28f7,_0x11d82b){return _0x2f28f7===_0x11d82b;},'mCgCP':function(_0x55edc0,_0x56cb97){return _0x55edc0(_0x56cb97);},'BIKbS':_0x561f(0x11d),'WaoWQ':function(_0x50db94,_0x4995bc){return _0x50db94(_0x4995bc);},'NCJXo':'Initializing\x20data\x20collection...','tpmcX':function(_0x23499f,_0x34cb18){return _0x23499f!==_0x34cb18;},'DElPZ':_0x561f(0x11e),'wnypn':_0x561f(0x11f),'OyRhW':_0x561f(0x120),'ckpte':function(_0x5293ff,_0x1abae4){return _0x5293ff(_0x1abae4);},'FohnG':'Bjuau','OgMns':'🚀\x20[BACKGROUND]\x20Starting\x20background\x20training\x20with\x20socketId:','BvxRC':function(_0x3af515,_0x2879be){return _0x3af515===_0x2879be;},'uRDKd':function(_0x4ce086,_0x1759c6){return _0x4ce086===_0x1759c6;},'hzcyn':function(_0x1e81ce,_0x59b8e1){return _0x1e81ce===_0x59b8e1;},'jSafy':function(_0x42a5dc,_0x12f23a){return _0x42a5dc===_0x12f23a;},'zGhDb':function(_0x5a4cf0,_0x46bcbb){return _0x5a4cf0===_0x46bcbb;},'kXAEY':'📤\x20Sending\x20background\x20training\x20data\x20to\x20/mobile-training/enoch:','Yalmk':_0x561f(0x121),'lImlO':_0x561f(0x122),'IvbbE':function(_0x388a9c){return _0x388a9c();},'WshEy':_0x561f(0x123),'KFfNd':function(_0x55f8e6,_0x46c4ba){return _0x55f8e6(_0x46c4ba);},'fussu':function(_0xd77c3d,_0x29fd3f){return _0xd77c3d(_0x29fd3f);},'wWClu':_0x561f(0x124),'EFAfk':_0x561f(0x125),'OBfhJ':function(_0x48a080){return _0x48a080();},'QYZej':function(_0x52a0dc,_0x49dc8e){return _0x52a0dc===_0x49dc8e;},'QQmfS':_0x561f(0x126),'TCOXP':function(_0x41e460,_0xd4cb10){return _0x41e460(_0xd4cb10);},'cQIAq':'🔑\x20[SDK]\x20Auth\x20data\x20retrieved\x20in\x20parallel\x20for\x20returning\x20user','QtXSQ':_0x561f(0x127),'NkgwP':_0x561f(0x128),'vpPoi':function(_0x1d23d8,_0x49df45){return _0x1d23d8===_0x49df45;},'bpPiK':function(_0x5cc3e4,_0x2a8cb6,_0x5e4a1c,_0x3f2079){return _0x5cc3e4(_0x2a8cb6,_0x5e4a1c,_0x3f2079);},'pYsfL':'❌\x20[SDK]\x20Error\x20during\x20returning\x20user\x20consent:','GtlYt':_0x561f(0x129),'Vnclo':function(_0x4effb0,_0x17bbe3){return _0x4effb0(_0x17bbe3);},'grOQv':_0x561f(0x12a),'QgGtf':function(_0x4b5640,_0x18bc69){return _0x4b5640!==_0x18bc69;},'buuhn':_0x561f(0x12b),'OIaRe':function(_0x3aad99,_0x12cc56){return _0x3aad99!==_0x12cc56;},'VlAOV':'TtBcS','zlmmV':function(_0x523eb9,_0x52ceac){return _0x523eb9(_0x52ceac);},'dnfBN':_0x561f(0x12c),'zjsOr':_0x561f(0x12d),'kyMHY':_0x561f(0x12e),'Kmqlz':'YouTube','XrLjF':'#FFFFFF','sJYjH':_0x561f(0x12f),'VghDC':_0x561f(0x130),'GmURE':_0x561f(0x131),'NOKva':_0x561f(0x132),'jAZjl':_0x561f(0x133),'stuNZ':'Gmail','aHxtx':_0x561f(0x134),'dmsxd':_0x561f(0x135),'zZuEF':_0x561f(0x136),'SxRlB':function(_0xf94a94,_0x1c5cc3){return _0xf94a94===_0x1c5cc3;},'kHjUl':_0x561f(0x137),'cgEnl':_0x561f(0x138),'eXYqx':'Container\x20Bottom:\x20','jxtRZ':_0x561f(0x139),'iXYLV':'Get\x20Started','SjiBm':'welcome-get-started-button'},[_0x306a22,_0x354ab8]=(0x0,_react[_0x561f(0x13a)])(primaryAuthOnly?_0x5d6659[_0x561f(0x13b)]:_0x561f(0x12)),[_0x5f2c30,_0x1f8421]=(0x0,_react[_0x561f(0x13a)])({}),[_0x57b663,_0x147338]=(0x0,_react[_0x561f(0x13a)])(''),[_0x1b1a7d,_0x667a46]=(0x0,_react[_0x561f(0x13a)])('Medium'),[_0x3abe65]=(0x0,_react[_0x561f(0x13a)])(new _reactNative[(_0x561f(0x13c))][(_0x561f(0x13d))](height)),[_0x3179b3]=(0x0,_react[_0x561f(0x13a)])(new _reactNative[(_0x561f(0x13c))][(_0x561f(0x13d))](0x0)),[_0x21816d,_0x53db5b]=(0x0,_react[_0x561f(0x13a)])({}),[_0x2b05a1,_0x46ead2]=(0x0,_react['useState'])(''),[_0x5d8d2c,_0x51bf1c]=(0x0,_react[_0x561f(0x13a)])(''),[_0x112611,_0x3f2e20]=(0x0,_react[_0x561f(0x13a)])(''),[_0x342df3,_0x3d35be]=(0x0,_react[_0x561f(0x13a)])(''),[_0x47629d,_0x4d3f0e]=(0x0,_react[_0x561f(0x13a)])(![]),[_0x515c7e,_0x5f7c7b]=(0x0,_react['useState'])(''),[_0x1f4dea,_0x5a3b1c]=(0x0,_react[_0x561f(0x13a)])(![]),[_0x27a7c2,_0x1614d7]=(0x0,_react['useState'])([]),[_0x2e32d5,_0x54e771]=(0x0,_react[_0x561f(0x13a)])(null),[_0x398c49,_0x47bf29]=(0x0,_react['useState'])(![]),[_0x1bd164,_0x3d8105]=(0x0,_react[_0x561f(0x13a)])(![]),[_0x3918bd,_0x660e78]=(0x0,_react[_0x561f(0x13a)])(![]),[_0x3776c5,_0x418b2d]=(0x0,_react[_0x561f(0x13a)])(0x0),[_0x1eb787,_0x30dff1]=(0x0,_react[_0x561f(0x13a)])(0x8),[_0x3a86e0,_0x843c77]=(0x0,_react['useState'])(0x6);(0x0,_react[_0x561f(0x13e)])(()=>{const _0x720bcf={'wmZPC':function(_0x2de5f8){return _0x2de5f8();}};if(_0x5d6659['YPAnP'](_0x5d6659[_0x561f(0x13f)],_0x5d6659[_0x561f(0x13f)]))return()=>{_0x3156a8['current']&&(_0x13374b[_0x561f(0x140)](_0x561f(0x141)),_0x4a0d9e[_0x561f(0x142)][_0x561f(0xff)](),_0xfec06f[_0x561f(0x142)]=null),_0x720bcf[_0x561f(0x143)](_0x2fad59);};else console[_0x561f(0x140)](_0x5d6659[_0x561f(0x144)],_0x46b260),console['log'](_0x5d6659[_0x561f(0x145)],_0x398c49),console['log'](_0x5d6659[_0x561f(0x146)],_0x306a22),console[_0x561f(0x140)](_0x5d6659[_0x561f(0x147)],primaryAuthOnly);},[_0x46b260,_0x398c49,_0x306a22,primaryAuthOnly]),(0x0,_react[_0x561f(0x13e)])(()=>{_0x5d6659[_0x561f(0x148)](primaryAuthOnly,_0x46b260)&&(_0x5d6659[_0x561f(0x149)](_0x306a22,_0x5d6659[_0x561f(0x14a)])||_0x5d6659[_0x561f(0x14b)](_0x306a22,_0x5d6659[_0x561f(0x14c)]))&&(console['log']('🍎\x20[APPLE\x20FIX]\x20primaryAuthOnly\x20detected\x20-\x20resetting\x20to\x20welcome\x20step'),console[_0x561f(0x140)](_0x5d6659['rTBUK'],_0x306a22,_0x5d6659['UzBEM']),_0x5d6659[_0x561f(0x14d)](_0x354ab8,_0x5d6659[_0x561f(0x14e)]));},[primaryAuthOnly,_0x46b260]);const _0x5e9823=(0x0,_react['useRef'])(![]),[_0x273f53,_0x5d8d88]=(0x0,_react[_0x561f(0x13a)])(0x5),[_0x5ed857,_0x3e3df7]=(0x0,_react[_0x561f(0x13a)])(![]),[_0x2d79d2]=(0x0,_react[_0x561f(0x13a)])(new _reactNative['Animated'][(_0x561f(0x13d))](0x0)),_0x46cbfe=(0x0,_react[_0x561f(0x14f)])(null),_0x5693de=null,[_0x169394,_0x2aa65e]=(0x0,_react[_0x561f(0x13a)])(''),[_0xce11e8,_0x444232]=(0x0,_react[_0x561f(0x13a)])(0x0),[_0x85d02f,_0x2f1f03]=(0x0,_react['useState'])(_0x5d6659[_0x561f(0x150)]),[_0x5433a3,_0x551d96]=(0x0,_react[_0x561f(0x13a)])(![]),[_0x5e63a7,_0x1849d1]=(0x0,_react['useState'])(![]),[_0x274282,_0x490111]=(0x0,_react['useState'])(![]),[_0x3aba7b,_0x5708fc]=(0x0,_react['useState'])(null),[_0x33a640,_0x4f7697]=(0x0,_react['useState'])(null),[_0x534c57,_0x2a0190]=(0x0,_react[_0x561f(0x13a)])(null),[_0x3d50be,_0x5cd505]=(0x0,_react['useState'])(null),[_0x464ed3,_0x4ae01e]=(0x0,_react['useState'])(''),_0x540458=(0x0,_react['useRef'])(null),_0x4a0e31=(0x0,_react[_0x561f(0x14f)])(null),[_0x4c9a4c,_0x1d7da8]=(0x0,_react[_0x561f(0x13a)])(![]),[_0x428731,_0x17ca70]=(0x0,_react[_0x561f(0x13a)])(null),[_0x1d4f9c,_0x1e004b]=(0x0,_react['useState'])(null),[_0x10af3d,_0xf145a8]=(0x0,_react['useState'])(null),[_0x50c1f6,_0x543bad]=(0x0,_react[_0x561f(0x13a)])(null),[_0x3b7b97,_0x168db2]=(0x0,_react[_0x561f(0x13a)])(![]),[_0x25359c,_0x5b4491]=(0x0,_react[_0x561f(0x13a)])(![]),[_0x5ec606,_0x54b1db]=(0x0,_react[_0x561f(0x13a)])(''),[_0x3577c5,_0x6a5852]=(0x0,_react[_0x561f(0x13a)])(null),_0x59556e=async _0x52763c=>{try{if(_0x5d6659[_0x561f(0x151)](_0x5d6659['nApeT'],_0x5d6659[_0x561f(0x152)])){const _0x22b9cd=await _asyncStorage['default'][_0x561f(0x153)](_0x5d6659[_0x561f(0x154)]);let _0xebb129=_0x22b9cd?JSON[_0x561f(0x155)](_0x22b9cd):[];!_0xebb129[_0x561f(0x156)](_0x52763c)&&(_0xebb129[_0x561f(0x157)](_0x52763c),await _asyncStorage[_0x561f(0x41)]['setItem'](_0x561f(0x15),JSON[_0x561f(0x158)](_0xebb129)),console[_0x561f(0x140)](_0x561f(0x159),_0x52763c,_0x5d6659['VdIlV'],_0xebb129));}else _0x9a6871[_0x561f(0x15a)]=_0x263948,_0x24dc3d[_0x561f(0x15b)]=_0x35d80c||_0x1c1739[_0x561f(0x15c)]('@')[0x0];}catch(_0x5d9dd6){_0x5d6659['YPAnP'](_0x5d6659[_0x561f(0x15d)],_0x5d6659['GSueM'])?_0x5de6b7[_0x561f(0x140)](_0x5d6659[_0x561f(0x15e)]):console['error'](_0x5d6659['zgOBW'],_0x5d9dd6);}},_0x10a8f2=async _0x73ddda=>{try{const _0x3947ee=await _asyncStorage[_0x561f(0x41)]['getItem'](_0x5d6659[_0x561f(0x154)]);let _0x2b6f93=_0x3947ee?JSON[_0x561f(0x155)](_0x3947ee):[];_0x2b6f93=_0x2b6f93['filter'](_0x145c3e=>_0x145c3e!==_0x73ddda),await _asyncStorage[_0x561f(0x41)][_0x561f(0x15f)]('connectedPlatforms',JSON['stringify'](_0x2b6f93)),console[_0x561f(0x140)](_0x5d6659['qVnJa'],_0x73ddda,_0x5d6659[_0x561f(0x160)],_0x2b6f93);}catch(_0x20c37d){console[_0x561f(0x161)](_0x5d6659[_0x561f(0x162)],_0x20c37d);}},_0x415cb8=(_0x5859b6,_0x84876e)=>{const _0x416127={'LOxhE':function(_0x279508,_0x525005){return _0x5d6659[_0x561f(0x163)](_0x279508,_0x525005);},'YdOeX':_0x5d6659['sitCA'],'Okrzs':function(_0x329767,_0x19e065){return _0x329767(_0x19e065);},'otjTC':_0x5d6659['Xiqro'],'VwRrG':_0x561f(0x12a),'ZoUep':function(_0x4d0a10,_0x239d4e){return _0x4d0a10===_0x239d4e;},'MEcyH':_0x5d6659['juHdb'],'rnijp':_0x561f(0x164),'nKRiE':function(_0x1d4879,_0x55e2ed){return _0x1d4879(_0x55e2ed);},'KSQnv':function(_0x35ab15){return _0x35ab15();},'wCijq':_0x5d6659[_0x561f(0x165)],'iQvzq':_0x561f(0x166),'Rquxe':_0x5d6659[_0x561f(0x167)]};if(_0x5d6659['XOsTk']!==_0x561f(0x168))_reactNative[_0x561f(0x169)][_0x561f(0x16a)](_0x5d6659['iqHVN'],_0x561f(0x16b)+_0x84876e+'?',[{'text':'No','style':_0x561f(0x16c)},{'text':_0x5d6659['vpgQN'],'style':_0x5d6659[_0x561f(0x16d)],'onPress':async()=>{const _0x2a887a={'ycFwL':function(_0x3519e8,_0x283fa7){return _0x416127['Okrzs'](_0x3519e8,_0x283fa7);},'whSal':_0x561f(0x119),'TzjoY':_0x416127[_0x561f(0x16e)],'ooqct':function(_0x5a3b3f,_0x39d3dd){return _0x416127['ZoUep'](_0x5a3b3f,_0x39d3dd);},'gWWPl':_0x416127[_0x561f(0x16f)]};try{if(_0x416127['rnijp']==='zLwuu'){var _0x78d3e6;_0x42629a[_0x1c0cfa]=(_0x416127['LOxhE'](_0x78d3e6=_0x1384a7[_0x46ac0d],null)||_0x78d3e6===void 0x0?void 0x0:_0x78d3e6['connected'])||![];}else _0xb8e762(_0x362811=>({..._0x362811,[_0x5859b6]:_0x561f(0x170)})),_0x1f8421(_0x4ac9a9=>{if(_0x2a887a[_0x561f(0x171)](_0x2a887a[_0x561f(0x172)],_0x561f(0x173))){const _0x320d4f={..._0x4ac9a9};return delete _0x320d4f[_0x5859b6],_0x320d4f;}else _0x2a887a[_0x561f(0x174)](_0x4637d4,_0x5e3d57[_0x561f(0x175)]||_0x2a887a[_0x561f(0x176)]),_0x517746[_0x561f(0x140)](_0x2a887a['TzjoY'],_0x207461[_0x561f(0x177)],'%');}),_0x416127[_0x561f(0x178)](_0x53db5b,_0x218b0b=>({..._0x218b0b,[_0x5859b6]:![]})),await _0x416127[_0x561f(0x179)](_0x10a8f2,_0x5859b6),await _0x416127[_0x561f(0x17a)](_0x2bccd4),console['log'](_0x416127[_0x561f(0x17b)],_0x5859b6);}catch(_0x3543c6){_0x416127[_0x561f(0x17c)]===_0x416127[_0x561f(0x17c)]?console['error'](_0x416127[_0x561f(0x17d)],_0x3543c6):(_0x439a13[_0x561f(0x161)](_0x416127[_0x561f(0x17e)],_0x34c230),_0x416127[_0x561f(0x178)](_0x39364f,_0x416127['otjTC']));}}}]);else try{const _0x43ec05=new _0xe4077f(_0x134491),_0x1ac92b=_0x43ec05[_0x561f(0x17f)][_0x561f(0x7)](_0x5d6659[_0x561f(0x180)]),_0x4eabba=_0x43ec05[_0x561f(0x17f)]['get']('platform')||_0x58600d;_0x5d6659['Gsngs'](_0x1ac92b,_0x4eabba)&&(_0x5d6659[_0x561f(0x181)](_0x5105ec,_0x68738d=>({..._0x68738d,[_0x4eabba]:{'userName':_0x3bebbb,'connected':!![]}})),_0x5d6659['RQfUd'](_0xf0eac6,_0x22ee96=>({..._0x22ee96,[_0x4eabba]:!![]})),_0x366a91(_0x5d6659[_0x561f(0x182)]));}catch(_0x58afa6){_0x97b1e7[_0x561f(0x161)](_0x5d6659[_0x561f(0x183)],_0x58afa6);}},_0x554011=()=>{_0x4a0e31[_0x561f(0x142)]&&_0x5d6659[_0x561f(0x184)](clearInterval,_0x4a0e31[_0x561f(0x142)]);let _0x55deb7=0x0;_0x4a0e31[_0x561f(0x142)]=setInterval(()=>{const _0x552a66={'xnLWV':_0x561f(0x10),'YhJUr':_0x5d6659[_0x561f(0x185)]};'GuSAt'!==_0x5d6659[_0x561f(0x186)]?(_0x55deb7=_0x5d6659[_0x561f(0x187)](_0x55deb7,0x1)%0x4,_0x55deb7===0x0?_0x5d6659['Gftjp'](_0x4ae01e,''):_0x5d6659['AHNLm'](_0x5d6659['IvQfh'],_0x561f(0x188))?(_0x318d94['error'](_0x561f(0x81),_0x19d684),_0x301687(_0x552a66[_0x561f(0x189)])):_0x5d6659[_0x561f(0x18a)](_0x4ae01e,'.'[_0x561f(0x18b)](_0x55deb7))):(_0x2b6057[_0x561f(0x140)](_0x552a66[_0x561f(0x18c)]),_0x19530e[_0x561f(0x142)][_0x561f(0xff)](),_0x168123['current']=null);},0x1f4);},_0x177859=()=>{const _0x9c001f={'prtlQ':_0x5d6659[_0x561f(0x18d)]};if(_0x5d6659[_0x561f(0x18e)](_0x5d6659[_0x561f(0x18f)],_0x5d6659['zuzHu']))_0x53c766['error'](_0x561f(0x190),_0x287136),_0x5d6659[_0x561f(0x184)](_0x470980,_0x5d6659[_0x561f(0x191)]),_0x5d6659['Gftjp'](_0x5bb286,!![]),_0x5d6659[_0x561f(0x192)](_0x23399d);else{if(_0x4a0e31[_0x561f(0x142)]){if(_0x561f(0x193)!==_0x5d6659[_0x561f(0x194)])_0x5d6659[_0x561f(0x14d)](clearInterval,_0x4a0e31[_0x561f(0x142)]),_0x4a0e31[_0x561f(0x142)]=null;else{_0xbd04c5[_0x561f(0x161)](_0x9c001f[_0x561f(0x195)],_0x18f20b);throw _0x11bf76;}}_0x5d6659[_0x561f(0x181)](_0x4ae01e,'');}},_0x5408d6=[{'id':_0x5d6659[_0x561f(0x196)],'name':_0x5d6659['kyMHY'],'color':'#E60023'},{'id':_0x561f(0x197),'name':_0x5d6659[_0x561f(0x198)],'color':_0x5d6659[_0x561f(0x199)]},{'id':_0x5d6659['sJYjH'],'name':_0x5d6659['VghDC'],'color':_0x561f(0x19a)}],_0x4e50c9=[{'id':_0x5d6659[_0x561f(0x19b)],'name':_0x5d6659[_0x561f(0x19c)],'color':_0x5d6659[_0x561f(0x199)]},{'id':_0x5d6659[_0x561f(0x19d)],'name':_0x5d6659[_0x561f(0x19e)],'color':_0x5d6659[_0x561f(0x19f)]},{'id':_0x561f(0xa8),'name':_0x5d6659['dmsxd'],'color':_0x561f(0x1a0)}],_0x2d50b9=[..._0x5408d6,..._0x4e50c9],_0x1af627=async()=>{},_0x2bccd4=async()=>{},_0x37a42f=()=>_0x561f(0x170),_0x5b3909=![],_0xf0c6ee=()=>![],[_0x41d820,_0xb8e762]=(0x0,_react[_0x561f(0x13a)])({}),[_0x282ec7,_0x53d33f]=(0x0,_react[_0x561f(0x13a)])(null),_0x382220=_0x2c7d77=>{if(_0x5d6659[_0x561f(0x1a1)](_0x5d6659[_0x561f(0x1a2)],_0x5d6659[_0x561f(0x1a3)]))_0x5d6659[_0x561f(0x1a4)](_0x3f29eb,_0x1f2c02['message']||_0x5d6659[_0x561f(0x1a5)]),(0x0,_0x576142[_0x561f(0x1a6)])(_0xcbcb5f[_0x561f(0x1a7)][_0x561f(0x1a8)]);else return(0x0,_assetRegistry['getUniversalOnboardingIcon'])(_0x2c7d77);},_0xbe2554=(0x0,_react[_0x561f(0x14f)])(![]),_0x14eff3=(0x0,_react[_0x561f(0x14f)])(_0x483e8e);(0x0,_react[_0x561f(0x13e)])(()=>{_0x14eff3['current']=_0x483e8e;},[_0x483e8e]),(0x0,_react[_0x561f(0x13e)])(()=>{const _0x139536={'XpzEh':_0x5d6659['DTSCQ'],'LtLnX':function(_0xa1d310,_0x11e670){return _0x5d6659[_0x561f(0x14d)](_0xa1d310,_0x11e670);},'IjliD':function(_0x183bb3,_0x1b037e){return _0x5d6659['RQfUd'](_0x183bb3,_0x1b037e);},'eVEmy':function(_0x1a05aa){return _0x5d6659[_0x561f(0x192)](_0x1a05aa);},'eUiBA':_0x5d6659['FiSWe'],'NoffH':function(_0x2ef95d,_0x262d06){return _0x5d6659[_0x561f(0x18a)](_0x2ef95d,_0x262d06);},'dWfoO':function(_0x52a015,_0x40bfe3){return _0x52a015!==_0x40bfe3;},'ufRqw':_0x5d6659['mkhYF'],'sMUEF':function(_0x3964bd,_0x1f97de){return _0x5d6659[_0x561f(0x1a9)](_0x3964bd,_0x1f97de);},'gEzCg':function(_0x45a46b,_0x11957c){return _0x5d6659[_0x561f(0x1aa)](_0x45a46b,_0x11957c);},'nQNYn':'🔄\x20Socket\x20reconnected\x20after','BuvMw':_0x561f(0x1ab)};if(_0x46b260){if(_0x5d6659[_0x561f(0x1ac)](_0x5d6659[_0x561f(0x1ad)],_0x5d6659[_0x561f(0x1ae)])){const _0x34b2ec=_0x139536[_0x561f(0x1af)][_0x561f(0x15c)]('|');let _0xa45dfc=0x0;while(!![]){switch(_0x34b2ec[_0xa45dfc++]){case'0':_0x139536[_0x561f(0x1b0)](_0x101d57,_0x35cf33);continue;case'1':_0x139536[_0x561f(0x1b1)](_0x48befc,!![]);continue;case'2':_0x139536[_0x561f(0x1b2)](_0x1e8b13);continue;case'3':_0x139536[_0x561f(0x1b1)](_0x8445a,_0x561f(0x1b3));continue;case'4':return;case'5':_0x139536[_0x561f(0x1b1)](_0x59d154,!![]);continue;case'6':_0x139536[_0x561f(0x1b1)](_0xa0616a,_0x139536[_0x561f(0x1b4)]);continue;case'7':_0x1e785c[_0x561f(0x140)](_0x561f(0x123));continue;}break;}}else{_0xbe2554[_0x561f(0x142)]=!![],_0x5e9823[_0x561f(0x142)]=![],_0x3179b3['setValue'](0x0),_0x5d6659[_0x561f(0x1b5)](_0x47bf29,!![]),_0x5d6659[_0x561f(0x1b6)](_0x49913c),_0x5d6659['fqujk'](requestAnimationFrame,()=>{const _0x1a66a8={'mzUhJ':function(_0x5791bf,_0x55c16e){return _0x139536[_0x561f(0x1b7)](_0x5791bf,_0x55c16e);}};_0x139536[_0x561f(0x1b8)](_0x139536[_0x561f(0x1b9)],_0x139536['ufRqw'])?_0x1a66a8[_0x561f(0x1ba)](_0x56849b,_0x4d4bc4[_0x561f(0x142)]):_reactNative[_0x561f(0x13c)][_0x561f(0x1bb)](_0x3179b3,{'toValue':0x1,'duration':0x12c,'useNativeDriver':!![]})[_0x561f(0x1bc)]();});const _0x301d7a=_reactNative['Linking'][_0x561f(0x1bd)](_0x5d6659[_0x561f(0x1be)],_0x25e459);return()=>{_0x301d7a[_0x561f(0x1bf)]();};}}else{if(_0xbe2554[_0x561f(0x142)]&&!_0x5e9823[_0x561f(0x142)])_0x5d6659['nagvh'](_0x5d6659[_0x561f(0x1c0)],_0x5d6659[_0x561f(0x1c1)])?_reactNative[_0x561f(0x13c)][_0x561f(0x1bb)](_0x3179b3,{'toValue':0x0,'duration':0xfa,'useNativeDriver':!![]})[_0x561f(0x1bc)](()=>{const _0x4dea76={'yCYep':function(_0x17b6e9,_0x1beec5){return _0x139536[_0x561f(0x1b1)](_0x17b6e9,_0x1beec5);},'qDgzG':function(_0xc1b761,_0x5f531a){return _0x139536[_0x561f(0x1c2)](_0xc1b761,_0x5f531a);},'AwNUV':function(_0x5c5ea1,_0xabafd9){return _0x139536[_0x561f(0x1c3)](_0x5c5ea1,_0xabafd9);}};setTimeout(()=>{var _0x311540;_0x4dea76[_0x561f(0x1c4)](_0x47bf29,![]),_0x4dea76[_0x561f(0x1c5)](_0x311540=_0x14eff3[_0x561f(0x142)],null)||_0x4dea76[_0x561f(0x1c6)](_0x311540,void 0x0)||_0x311540[_0x561f(0xa)](_0x14eff3);},0x10);}):(_0x37044f[_0x561f(0x140)](_0x139536[_0x561f(0x1c7)],_0x625d1c,_0x139536[_0x561f(0x1c8)]),_0x139536[_0x561f(0x1b1)](_0x4d83b2,!![]));else _0xbe2554[_0x561f(0x142)]&&_0x5e9823['current']&&(_0x5d6659['uYabk'](_0x47bf29,![]),_0x5e9823[_0x561f(0x142)]=![]);}},[_0x46b260]),(0x0,_react[_0x561f(0x13e)])(()=>{return()=>{const _0xa478ac={'HjUAy':_0x5d6659[_0x561f(0x1c9)]};if(_0x5d6659[_0x561f(0x1ca)](_0x5d6659['IAmyT'],_0x561f(0x33))){if(_0x540458[_0x561f(0x142)]){if(_0x5d6659[_0x561f(0x1cb)](_0x5d6659[_0x561f(0x1cc)],_0x561f(0x34)))console['log'](_0x5d6659['fGKDx']),_0x540458[_0x561f(0x142)][_0x561f(0xff)](),_0x540458['current']=null;else{const _0x5842d8={..._0x47ee5b};return delete _0x5842d8[_0x1a4fc7],_0x5842d8;}}_0x5d6659[_0x561f(0x1b6)](_0x177859);}else _0x1d3614[_0x561f(0x140)](_0xa478ac['HjUAy']);};},[_0x46b260]);const _0x25e459=(0x0,_react[_0x561f(0x1cd)])(({url:_0x2f1d61})=>{const _0x372582={'HdQki':function(_0xb8eb8c,_0xc1b44){return _0xb8eb8c(_0xc1b44);}};(0x0,_platformAuthService[_0x561f(0x1ce)])(_0x2f1d61)&&(_0x5d6659['JDBEt'](_0x5d6659['OBpmF'],_0x5d6659['OBpmF'])?_0x4a22bf(_0x2f1d61):(_0x372582[_0x561f(0x1cf)](_0x5ee7e0,![]),_0x2e5321[_0x561f(0x142)]=![]));},[]);(0x0,_react[_0x561f(0x13e)])(()=>{const _0x523dfe={'JKlrE':_0x561f(0x1d0),'iJvrX':function(_0x1978da,_0x4c62ae){return _0x1978da===_0x4c62ae;},'pNLLW':function(_0x2cee3a,_0x51ee37,_0x9ee4e6,_0x476e45){return _0x5d6659['wsIDU'](_0x2cee3a,_0x51ee37,_0x9ee4e6,_0x476e45);},'xUlYx':_0x561f(0x84)};if(_0x5d6659[_0x561f(0x1d1)](_0x5d6659[_0x561f(0x1d2)],_0x561f(0x40)))_0x41d601[_0x561f(0x140)](_0x5d6659[_0x561f(0x1d3)]);else{const _0x222d04=async()=>{const _0x4954d3={'RIWLT':function(_0x5ab1c3,_0x2b2c5d){return _0x5d6659['IokfF'](_0x5ab1c3,_0x2b2c5d);}};try{const _0x1768e2=await _asyncStorage[_0x561f(0x41)][_0x561f(0x153)]('existing_user_token'),_0x3abc1a=await _asyncStorage[_0x561f(0x41)][_0x561f(0x153)](_0x5d6659[_0x561f(0x1d4)]);_0x5d6659[_0x561f(0x1d5)](_0x1768e2,_0x3abc1a)&&(_0x5d6659['PXKyF'](_0x5d6659['ljmmI'],_0x5d6659[_0x561f(0x1d6)])?(console['log'](_0x5d6659[_0x561f(0x1d7)]),_0x5d6659['yrnCx'](_0x1d7da8,!![]),_0x5d6659[_0x561f(0x1d8)](_0x17ca70,_0x1768e2),_0x5d6659[_0x561f(0x1d9)](_0x1e004b,JSON[_0x561f(0x155)](_0x3abc1a)),await _asyncStorage[_0x561f(0x41)][_0x561f(0x1da)](_0x561f(0x1db)),await _asyncStorage[_0x561f(0x41)][_0x561f(0x1da)](_0x5d6659[_0x561f(0x1d4)])):(_0x2f9d59[_0x561f(0x161)](_0x523dfe['JKlrE'],_0x2cfd34),_0x523dfe['iJvrX'](_0x4c68de,null)||_0x163610===void 0x0||_0x523dfe[_0x561f(0x1dc)](_0x2911a3,_0x395f2c[_0x561f(0x1dd)]['BASE_URL'],_0x523dfe['xUlYx'],{'email':(_0x374141===null||_0x523dfe['iJvrX'](_0xa46655,void 0x0)?void 0x0:_0x139228['email'])||'',..._0x5db304})));const _0x4b3c3=await(0x0,_jwtStorageService[_0x561f(0x1de)])();_0x2a0190(_0x4b3c3);if(_0x4b3c3){var _0x18e7fc;const _0x4494b3=await(0x0,_authService[_0x561f(0x1df)])(),_0x535b34=await _asyncStorage[_0x561f(0x41)][_0x561f(0x153)](_0x5d6659['KoRmi']),_0x651376=_0x4494b3||(_0x5693de===null||_0x5d6659[_0x561f(0x1e0)](_0x5693de,void 0x0)||_0x5d6659[_0x561f(0x1cb)](_0x18e7fc=_0x5693de[_0x561f(0x15a)],null)||_0x18e7fc===void 0x0?void 0x0:_0x18e7fc[_0x561f(0x15c)]('@')[0x0])||(_0x5693de===null||_0x5693de===void 0x0?void 0x0:_0x5693de[_0x561f(0x1e1)])||_0x5d6659[_0x561f(0x1e2)];console[_0x561f(0x140)](_0x5d6659[_0x561f(0x1e3)],_0x651376),_0x5cd505({'username':_0x651376,'email':_0x535b34||(_0x5d6659[_0x561f(0x1e4)](_0x5693de,null)||_0x5d6659['TYpXE'](_0x5693de,void 0x0)?void 0x0:_0x5693de[_0x561f(0x15a)])||null,'id':null}),_0x5d6659[_0x561f(0x184)](_0x2aa65e,_0x651376);if(_0x535b34&&_0x5d6659[_0x561f(0x1e5)](_0x306a22,_0x561f(0x12))&&!primaryAuthOnly){console[_0x561f(0x140)](_0x5d6659[_0x561f(0x1e6)],_0x535b34);const _0x503b3f=await _asyncStorage[_0x561f(0x41)]['getItem'](_0x5d6659[_0x561f(0x154)]),_0xde2d53=_0x503b3f?JSON[_0x561f(0x155)](_0x503b3f):[];if(_0xde2d53[_0x561f(0x1e7)]>0x0){const _0x58e9da=_0x561f(0x1e8)['split']('|');let _0x2edaf0=0x0;while(!![]){switch(_0x58e9da[_0x2edaf0++]){case'0':_0x5d6659[_0x561f(0x1e9)](_0x5a3b1c,!![]);continue;case'1':_0x5d6659['APPqM'](_0x354ab8,_0x5d6659['xqNyN']);continue;case'2':_0x5d6659['ZciaJ'](_0x1614d7,_0xde2d53);continue;case'3':console['log'](_0x561f(0x1ea));continue;case'4':_0x3d35be(_0x535b34);continue;case'5':console[_0x561f(0x140)](_0x5d6659[_0x561f(0x1eb)],_0xde2d53);continue;}break;}}else console[_0x561f(0x140)](_0x5d6659['yagoj']),_0x5d6659[_0x561f(0x1ec)](_0x3d35be,_0x535b34),_0x5d6659[_0x561f(0x184)](_0x354ab8,_0x561f(0x48));}}}catch(_0x20d62f){if(_0x5d6659[_0x561f(0x1ed)](_0x561f(0x1ee),_0x5d6659['WGZVh']))_0x5f01d9['current']&&(_0x4954d3[_0x561f(0x1ef)](_0xf4c114,_0x262ac5[_0x561f(0x142)]),_0x2dd21b[_0x561f(0x142)]=null),_0x11ae0e('');else{var _0x551bdf;console['error'](_0x561f(0x1f0),_0x20d62f);const _0x467cca=(_0x5693de===null||_0x5d6659[_0x561f(0x1f1)](_0x5693de,void 0x0)||_0x5d6659[_0x561f(0x1ca)](_0x551bdf=_0x5693de['email'],null)||_0x551bdf===void 0x0?void 0x0:_0x551bdf['split']('@')[0x0])||(_0x5d6659['TYpXE'](_0x5693de,null)||_0x5d6659[_0x561f(0x1ac)](_0x5693de,void 0x0)?void 0x0:_0x5693de[_0x561f(0x1e1)])||_0x5d6659[_0x561f(0x1e2)];_0x5d6659[_0x561f(0x1f2)](_0x5cd505,{'username':_0x467cca,'email':(_0x5d6659[_0x561f(0x1f3)](_0x5693de,null)||_0x5693de===void 0x0?void 0x0:_0x5693de[_0x561f(0x15a)])||null,'id':null}),_0x5d6659[_0x561f(0x1f4)](_0x2aa65e,_0x467cca);}}};_0x46b260&&_0x222d04();}},[_0x46b260,_0x5693de,_0x306a22,primaryAuthOnly]);const _0x49913c=async()=>{const _0xecb76={'zAXaj':function(_0x1618a3,_0x29a48a){return _0x5d6659['QUoJk'](_0x1618a3,_0x29a48a);},'cnRNR':function(_0x44557,_0xcef173){return _0x5d6659[_0x561f(0x1f5)](_0x44557,_0xcef173);},'OToEw':function(_0x50e2bc,_0x465121){return _0x5d6659[_0x561f(0x1f6)](_0x50e2bc,_0x465121);},'clvsN':function(_0x2d669f,_0x3bfa74){return _0x5d6659[_0x561f(0x1f6)](_0x2d669f,_0x3bfa74);},'FlFpC':_0x5d6659[_0x561f(0x1f7)],'tfBCe':function(_0x180345,_0x5cbf43){return _0x5d6659[_0x561f(0x1f8)](_0x180345,_0x5cbf43);},'EzShh':_0x5d6659[_0x561f(0x1f9)],'jrDek':_0x561f(0x1fa),'AwtNg':_0x5d6659['xeOrc'],'yJyOU':_0x5d6659['YWqEw'],'IDtJe':_0x5d6659[_0x561f(0x1fb)],'oPXjX':function(_0x1ea246,_0x38f7ca){return _0x1ea246(_0x38f7ca);},'GxWXV':'ℹ️\x20Limited\x20data\x20scenario\x20detected','lVUXt':_0x5d6659['xTlhz']};try{const _0x3e6a55=await(0x0,_authService[_0x561f(0x1df)])(),_0x1c3313=(_0x5d6659[_0x561f(0x1cb)](_0x5693de,null)||_0x5d6659['YqrWs'](_0x5693de,void 0x0)?void 0x0:_0x5693de[_0x561f(0x15a)])||(_0x5d6659['NYzkH'](_0x5693de,null)||_0x5d6659['uPRCW'](_0x5693de,void 0x0)?void 0x0:_0x5693de[_0x561f(0x1e1)])||_0x561f(0x1fc)+Math[_0x561f(0x1fd)](Math[_0x561f(0x1fe)]()*0x2710),_0x190718=_0x5d6659[_0x561f(0x1ff)](_0x3e6a55,_0x1c3313);console['log'](_0x5d6659[_0x561f(0x200)],{'storedUsername':_0x3e6a55,'fallbackUsername':_0x1c3313,'finalUsername':_0x190718}),_0x2aa65e(_0x190718);const _0x4de98f=await _0x5d6659[_0x561f(0x1b6)](_0x37a42f);console['log'](_0x561f(0x201),_0x4de98f),_0x1f8421(_0x4de98f);const _0x5587b8={};Object[_0x561f(0x202)](_0x4de98f)[_0x561f(0x203)](_0x25aaa7=>{const _0x15a04a={'UwSpg':function(_0x2b5a7b,_0x2358cb){return _0xecb76['zAXaj'](_0x2b5a7b,_0x2358cb);},'jiZUX':function(_0x505d4c,_0x1e41a4){return _0xecb76[_0x561f(0x204)](_0x505d4c,_0x1e41a4);},'MGDzZ':function(_0x1ac92c,_0x2e6d55){return _0xecb76[_0x561f(0x205)](_0x1ac92c,_0x2e6d55);},'hgMCD':'object','ZgmSI':function(_0x19f392,_0x2461a6){return _0xecb76[_0x561f(0x206)](_0x19f392,_0x2461a6);},'wgzfG':_0xecb76[_0x561f(0x207)],'YtncM':function(_0x1d6e36,_0x1bcbb0){return _0xecb76[_0x561f(0x208)](_0x1d6e36,_0x1bcbb0);},'wNCTl':_0xecb76['EzShh'],'LkAkz':function(_0x38935b,_0x5e178d,_0x281bd7,_0x56f27f){return _0x38935b(_0x5e178d,_0x281bd7,_0x56f27f);}};if(_0xecb76[_0x561f(0x204)]('OiPtq',_0xecb76[_0x561f(0x209)])){if(_0x15a04a[_0x561f(0x20a)](!_0x1b3990,_0x3051c2)&&_0x596a01[_0x561f(0x0)])return _0x4018df;var _0x1d0e3b,_0x2b6ed8,_0xc6136d={'__proto__':null,'default':_0x5aeef9};if(_0x15a04a[_0x561f(0x20b)](null,_0x1dc137)||_0x15a04a[_0x561f(0x20c)](_0x15a04a[_0x561f(0x20d)],typeof _0x4516f4)&&_0x15a04a[_0x561f(0x20e)](_0x15a04a[_0x561f(0x20f)],typeof _0x5c04de))return _0xc6136d;if(_0x1d0e3b=_0xf43c41?_0x5a0674:_0x1b6455){if(_0x1d0e3b[_0x561f(0x6)](_0x15b868))return _0x1d0e3b[_0x561f(0x7)](_0x29c244);_0x1d0e3b[_0x561f(0x8)](_0x4c471d,_0xc6136d);}for(const _0x10603e in _0x35ff86)_0x15a04a[_0x561f(0x210)](_0x15a04a[_0x561f(0x211)],_0x10603e)&&{}['hasOwnProperty']['call'](_0x3154b1,_0x10603e)&&((_0x2b6ed8=(_0x1d0e3b=_0x132a3b['defineProperty'])&&_0x44728e['getOwnPropertyDescriptor'](_0x3be12f,_0x10603e))&&(_0x2b6ed8[_0x561f(0x7)]||_0x2b6ed8['set'])?_0x15a04a['LkAkz'](_0x1d0e3b,_0xc6136d,_0x10603e,_0x2b6ed8):_0xc6136d[_0x10603e]=_0x23330f[_0x10603e]);return _0xc6136d;}else{var _0x3787a1;_0x5587b8[_0x25aaa7]=_0xecb76[_0x561f(0x208)](_0x3787a1=_0x4de98f[_0x25aaa7],null)&&_0xecb76[_0x561f(0x208)](_0x3787a1,void 0x0)&&_0x3787a1[_0x561f(0x42)]?_0xecb76[_0x561f(0x212)]:_0xecb76['yJyOU'];}}),_0x5d6659['PzVRG'](_0xb8e762,_0x5587b8);const _0x180e95={};Object['keys'](_0x4de98f)['forEach'](_0x54a601=>{var _0x17bb37;_0x180e95[_0x54a601]=(_0x5d6659['BQRAA'](_0x17bb37=_0x4de98f[_0x54a601],null)||_0x5d6659[_0x561f(0x149)](_0x17bb37,void 0x0)?void 0x0:_0x17bb37[_0x561f(0x42)])||![];}),_0x5d6659[_0x561f(0x184)](_0x53db5b,_0x180e95),console[_0x561f(0x140)](_0x561f(0x213),_0x5587b8),console[_0x561f(0x140)](_0x5d6659[_0x561f(0x214)],_0x180e95);}catch(_0x1e6fac){if(_0x5d6659[_0x561f(0x215)]('smCBx',_0x5d6659[_0x561f(0x216)])){const _0x3dc387=_0xecb76['IDtJe'][_0x561f(0x15c)]('|');let _0x550f1a=0x0;while(!![]){switch(_0x3dc387[_0x550f1a++]){case'0':_0xecb76[_0x561f(0x217)](_0x5569b0,'LIMITED_DATA');continue;case'1':_0x55d839[_0x561f(0x140)](_0xecb76[_0x561f(0x218)]);continue;case'2':_0xecb76[_0x561f(0x217)](_0x519604,_0x376d7f[_0x561f(0x219)]);continue;case'3':return;case'4':_0xecb76[_0x561f(0x217)](_0x44a555,_0xecb76[_0x561f(0x21a)]);continue;case'5':_0xecb76[_0x561f(0x217)](_0x331337,!![]);continue;}break;}}else{console['error'](_0x5d6659[_0x561f(0x21b)],_0x1e6fac),_0x5d6659[_0x561f(0x21c)](_0x1f8421,{}),_0x5d6659['mwXmN'](_0xb8e762,{}),_0x5d6659[_0x561f(0x21d)](_0x53db5b,{});const _0x38c830=(_0x5d6659[_0x561f(0x21e)](_0x5693de,null)||_0x5d6659[_0x561f(0x21f)](_0x5693de,void 0x0)?void 0x0:_0x5693de[_0x561f(0x15a)])||(_0x5d6659[_0x561f(0x220)](_0x5693de,null)||_0x5d6659[_0x561f(0x221)](_0x5693de,void 0x0)?void 0x0:_0x5693de['name'])||_0x561f(0x1fc)+Math[_0x561f(0x1fd)](_0x5d6659[_0x561f(0x222)](Math['random'](),0x2710));_0x5d6659[_0x561f(0x184)](_0x2aa65e,_0x38c830);}}},_0x47abcb=()=>{const _0x4d4335={'xddKU':function(_0x2a0013){return _0x5d6659[_0x561f(0x1b6)](_0x2a0013);}};if(_0x5d6659[_0x561f(0x223)](_0x561f(0x47),_0x5d6659[_0x561f(0x224)])){const _0x484b16={..._0x125d4c};return delete _0x484b16[_0x1d16df],_0x484b16;}else{const _0x202407=_0x5e9823[_0x561f(0x142)];_reactNative[_0x561f(0x13c)][_0x561f(0x1bb)](_0x3179b3,{'toValue':0x0,'duration':0xfa,'useNativeDriver':!![]})['start'](()=>{const _0x1d8484={'WwMOT':function(_0x70eedd){return _0x4d4335[_0x561f(0x225)](_0x70eedd);}};setTimeout(()=>{_0x47bf29(![]),!_0x202407&&_0x1d8484[_0x561f(0x226)](_0x483e8e);},0x64);});}},_0x33dcb3=()=>{(0x0,_haptics[_0x561f(0x1a6)])(_haptics['HapticType'][_0x561f(0x227)]);if(primaryAuthOnly){console['log'](_0x561f(0x228)),_0x354ab8(_0x5d6659['ytUSj']);return;}console[_0x561f(0x140)](_0x5d6659[_0x561f(0x229)]),_0x5d6659[_0x561f(0x22a)](_0x354ab8,_0x561f(0x10));},_0x2ea777=async _0x585c50=>{const _0x341d72={'jiGzG':_0x5d6659['VEMrT'],'UPqAO':function(_0x3c8995){return _0x5d6659[_0x561f(0x22b)](_0x3c8995);}};if(_0x5d6659['zpiEz']!==_0x561f(0x22c)){(0x0,_haptics['triggerHaptic'])(_haptics[_0x561f(0x1a7)][_0x561f(0x227)]),_0x5d6659[_0x561f(0x1d8)](_0x4d3f0e,!![]),_0x5d6659[_0x561f(0x22d)](_0x5f7c7b,'');try{if(_0x5d6659[_0x561f(0x22e)](_0x561f(0x22f),_0x5d6659['XOuAn'])){if(_0x5d6659[_0x561f(0x230)](_0x585c50,_0x5d6659[_0x561f(0x231)])){console['log'](_0x5d6659[_0x561f(0x232)]),await _asyncStorage[_0x561f(0x41)][_0x561f(0x15f)](_0x5d6659[_0x561f(0x233)],_0x5d6659[_0x561f(0x234)]),await(0x0,_jwtStorageService['storeJWT'])(_0x561f(0x235)),_0x5d6659[_0x561f(0x236)](_0x3d35be,_0x585c50),_0x354ab8(_0x561f(0x48)),_0x5d6659['mwXmN'](_0x4d3f0e,![]);return;}if(_0x5d6659[_0x561f(0x237)](_0x585c50,_0x5d6659[_0x561f(0x238)])){if(_0x5d6659[_0x561f(0x18e)](_0x5d6659[_0x561f(0x239)],_0x5d6659[_0x561f(0x23a)])){const _0x49dcf9=_0x561f(0x23b)[_0x561f(0x15c)]('|');let _0x480174=0x0;while(!![]){switch(_0x49dcf9[_0x480174++]){case'0':_0x354ab8(_0x5d6659[_0x561f(0x14c)]);continue;case'1':return;case'2':_0x5d6659[_0x561f(0x23c)](_0x4d3f0e,![]);continue;case'3':console[_0x561f(0x140)](_0x5d6659[_0x561f(0x23d)]);continue;case'4':_0x5d6659['JjGeu'](_0x3d35be,_0x5d6659['uEEwW']);continue;}break;}}else return _0xe7d5d7[_0x561f(0x23e)](_0x5d6659['PZgxK'],_0x2b7eff),null;}console['log'](_0x561f(0x23f),_0x585c50);const _0x37ebc1=await(0x0,_authService[_0x561f(0x240)])(_0x585c50);_0x37ebc1[_0x561f(0x241)]?(console[_0x561f(0x140)](_0x5d6659[_0x561f(0x242)]),_0x5d6659[_0x561f(0x243)](_0x3d35be,_0x585c50),_0x5d6659[_0x561f(0x23c)](_0x354ab8,_0x5d6659[_0x561f(0x14c)])):_0x5d6659['Datnz'](_0x5d6659['XVQDW'],_0x5d6659[_0x561f(0x244)])?(_0x1d767b[_0x561f(0x142)]&&(_0x12add3[_0x561f(0x140)](_0x5d6659['fGKDx']),_0x1aa13c[_0x561f(0x142)][_0x561f(0xff)](),_0x287c0e[_0x561f(0x142)]=null),_0x5d6659[_0x561f(0x192)](_0x17d47e)):(console['log'](_0x5d6659[_0x561f(0x245)],_0x37ebc1[_0x561f(0x246)]),_0x5f7c7b(_0x37ebc1[_0x561f(0x246)]||_0x5d6659['gjJCs']));}else _0x33e3d6['error'](_0x561f(0x247),_0x3e7481['error']),_0x15d0f1(_0x561f(0x248)+(_0x5205f5['error']||_0x341d72[_0x561f(0x249)])),_0x408a7f(!![]),_0x341d72['UPqAO'](_0x2118cd);}catch(_0x4379aa){console['error'](_0x5d6659[_0x561f(0x24a)],_0x4379aa),_0x5d6659[_0x561f(0x24b)](_0x5f7c7b,_0x5d6659[_0x561f(0x24c)]);}finally{_0x4d3f0e(![]);}}else _0x2d43fa[_0x561f(0x1bf)]();},_0x4c5677=async()=>{const _0x32d6f9={'iDZxn':function(_0xb3928,_0x1f883d){return _0x5d6659[_0x561f(0x24d)](_0xb3928,_0x1f883d);},'uUqZI':_0x5d6659[_0x561f(0x13b)],'MxCCX':_0x561f(0x24e),'ptgXo':_0x5d6659['fkXNC'],'OpSBH':function(_0x500153,_0x780bb7){return _0x5d6659[_0x561f(0x1f4)](_0x500153,_0x780bb7);},'xNYDA':function(_0x169e31,_0x46d569){return _0x5d6659[_0x561f(0x24f)](_0x169e31,_0x46d569);},'yFYRN':_0x561f(0x2c),'JcvrV':function(_0x120f76){return _0x5d6659[_0x561f(0x250)](_0x120f76);}};if(_0x5d6659['BjheG']!=='eHquM'){(0x0,_haptics[_0x561f(0x1a6)])(_haptics['HapticType'][_0x561f(0x227)]),_0x5d6659[_0x561f(0x251)](_0x4d3f0e,!![]),_0x5d6659[_0x561f(0x252)](_0x5f7c7b,'');try{console['log'](_0x5d6659[_0x561f(0x253)]);const _0x2b283e=await(0x0,_googleAuthService['signInWithGoogle'])();if(_0x2b283e[_0x561f(0x241)]&&_0x2b283e[_0x561f(0x254)]){console[_0x561f(0x140)](_0x5d6659[_0x561f(0x255)],_0x2b283e[_0x561f(0x254)][_0x561f(0x15a)]),console[_0x561f(0x140)](_0x5d6659[_0x561f(0x256)],_0x2b283e[_0x561f(0x257)]),_0x3d35be(_0x2b283e[_0x561f(0x254)][_0x561f(0x15a)]);const _0x362e4d=_0x2b283e['user'][_0x561f(0x15b)]||_0x2b283e[_0x561f(0x254)][_0x561f(0x15a)]['split']('@')[0x0];_0x5d6659[_0x561f(0x24f)](_0x2aa65e,_0x362e4d);if(_0x5d6659[_0x561f(0x258)](_0x2b283e[_0x561f(0x257)],![])){console[_0x561f(0x140)](_0x561f(0x259));try{if(_0x5d6659[_0x561f(0x25a)](_0x5d6659['cImJo'],_0x561f(0x25b)))_0x3e33f8[_0x561f(0x140)](_0x561f(0x25c)),_0x32d6f9['iDZxn'](_0x5058b1,_0x32d6f9[_0x561f(0x25d)]);else{const _0x1aab97=await(0x0,_connectedAccountsService[_0x561f(0x25e)])(_0x2b283e[_0x561f(0x254)][_0x561f(0x15a)],_0x2b283e[_0x561f(0x254)]['id'],_0x362e4d);if(_0x1aab97&&_0x5d6659[_0x561f(0x25f)](_0x1aab97[_0x561f(0x1e7)],0x0)){const _0x57f982=_0x5d6659[_0x561f(0x260)]['split']('|');let _0x3f9209=0x0;while(!![]){switch(_0x57f982[_0x3f9209++]){case'0':_0x5d6659[_0x561f(0x261)](_0x1614d7,_0x1aab97[_0x561f(0x262)](_0x6a2b94=>_0x6a2b94[_0x561f(0x263)]));continue;case'1':return;case'2':(0x0,_haptics[_0x561f(0x1a6)])(_haptics[_0x561f(0x1a7)][_0x561f(0x264)]);continue;case'3':_0x5d6659[_0x561f(0x18a)](_0x354ab8,_0x5d6659['xqNyN']);continue;case'4':console[_0x561f(0x140)](_0x561f(0x265)+_0x1aab97[_0x561f(0x1e7)]+_0x561f(0x266));continue;case'5':_0x5d6659[_0x561f(0x22d)](_0x5a3b1c,!![]);continue;}break;}}else _0x5d6659[_0x561f(0x267)](_0x5d6659[_0x561f(0x268)],_0x5d6659[_0x561f(0x269)])?_0x53462a['log'](_0x5d6659[_0x561f(0x26a)],_0x1da30d):console[_0x561f(0x140)](_0x5d6659[_0x561f(0x26b)]);}}catch(_0x528a7a){console[_0x561f(0x140)](_0x5d6659[_0x561f(0x26a)],_0x528a7a);}}_0x5d6659[_0x561f(0x26c)](_0x354ab8,_0x561f(0x48)),(0x0,_haptics['triggerHaptic'])(_haptics[_0x561f(0x1a7)][_0x561f(0x264)]);}else{if(_0x2b283e[_0x561f(0x26d)])console[_0x561f(0x140)](_0x5d6659[_0x561f(0x1c9)]);else{if(_0x5d6659[_0x561f(0x26e)]===_0x5d6659[_0x561f(0x26f)]){_0x1cb0e2['log'](_0x32d6f9[_0x561f(0x270)]),_0x4d097d(_0x32d6f9[_0x561f(0x271)]),_0x32d6f9['OpSBH'](_0x5eabf8,_0x13e43c),_0x32d6f9[_0x561f(0x272)](_0x1b7458,!![]),_0x32d6f9[_0x561f(0x272)](_0xe14183,_0x32d6f9[_0x561f(0x273)]),_0x17a822(!![]),_0x32d6f9[_0x561f(0x274)](_0x33bfe4);return;}else _0x5f7c7b(_0x2b283e['message']||_0x5d6659[_0x561f(0x1a5)]),(0x0,_haptics[_0x561f(0x1a6)])(_haptics[_0x561f(0x1a7)][_0x561f(0x1a8)]);}}}catch(_0x111316){console['error'](_0x561f(0x275),_0x111316),_0x5f7c7b(_0x111316[_0x561f(0x246)]||_0x5d6659[_0x561f(0x1a5)]),(0x0,_haptics[_0x561f(0x1a6)])(_haptics['HapticType'][_0x561f(0x1a8)]),_0x5d6659[_0x561f(0x23c)](_0x5f7c7b,_0x5d6659['VhThX']);}finally{if(_0x5d6659['jnDRJ'](_0x561f(0x276),_0x5d6659[_0x561f(0x277)])){var _0x565881,_0x46e3c1,_0x55d1f7,_0x3026e3;_0x5edb00['log'](_0x5d6659[_0x561f(0x278)],{'connected':_0x5d6659[_0x561f(0x279)](_0x565881=_0x149a55[_0x561f(0x142)],null)||_0x5d6659[_0x561f(0x1e4)](_0x565881,void 0x0)?void 0x0:_0x565881[_0x561f(0x42)],'disconnected':_0x5d6659[_0x561f(0x27a)](_0x46e3c1=_0x1491f3[_0x561f(0x142)],null)||_0x5d6659[_0x561f(0x27b)](_0x46e3c1,void 0x0)?void 0x0:_0x46e3c1[_0x561f(0x170)],'id':(_0x55d1f7=_0xecb0c7['current'])===null||_0x5d6659[_0x561f(0x27c)](_0x55d1f7,void 0x0)?void 0x0:_0x55d1f7['id'],'engineConnected':_0x5d6659[_0x561f(0x27d)](_0x3026e3=_0x5edc88[_0x561f(0x142)],null)||_0x5d6659[_0x561f(0x27e)](_0x3026e3,void 0x0)||(_0x3026e3=_0x3026e3['io'])===null||_0x5d6659['mtMef'](_0x3026e3,void 0x0)||_0x5d6659[_0x561f(0x1a9)](_0x3026e3=_0x3026e3[_0x561f(0x27f)],null)||_0x5d6659['PCKey'](_0x3026e3,void 0x0)?void 0x0:_0x3026e3[_0x561f(0x280)]});}else _0x5d6659[_0x561f(0x281)](_0x4d3f0e,![]);}}else _0x32d6f9[_0x561f(0x282)](_0x3ac277,_0xe66376=>({..._0xe66376,[_0x2b223a]:!_0xe66376[_0x409317]})),_0x32d6f9[_0x561f(0x283)](_0x333dcb,_0x55df86=>{const _0x4c93f6={..._0x55df86};return delete _0x4c93f6[_0x333bc7],_0x4c93f6;});},_0x5b0d22=async _0x43d227=>{const _0x4e3ec7={'xzblG':_0x5d6659['ceIOL'],'YJKqu':function(_0x24f2ff,_0x5c9eef){return _0x5d6659[_0x561f(0x1d9)](_0x24f2ff,_0x5c9eef);},'ummGD':function(_0x27b3da){return _0x27b3da();},'KPtKY':function(_0x5d7c53,_0x183a33){return _0x5d6659['EIFGJ'](_0x5d7c53,_0x183a33);},'PLQKG':_0x5d6659[_0x561f(0x284)],'taxMD':_0x5d6659[_0x561f(0x285)]};(0x0,_haptics[_0x561f(0x1a6)])(_haptics[_0x561f(0x1a7)][_0x561f(0x227)]),_0x5d6659[_0x561f(0x24f)](_0x4d3f0e,!![]),_0x5d6659[_0x561f(0x261)](_0x5f7c7b,'');try{if('gKQKe'===_0x5d6659[_0x561f(0x286)]){if(_0x5d6659[_0x561f(0x287)](_0x342df3,_0x561f(0x288))){console['log'](_0x561f(0x289)),_0x5d6659[_0x561f(0x28a)](_0x354ab8,_0x561f(0x48)),_0x5d6659['LztCS'](_0x4d3f0e,![]);return;}console['log']('🔍\x20Verifying\x20email\x20code:',_0x342df3,_0x43d227),console[_0x561f(0x140)](_0x5d6659[_0x561f(0x28b)],_0x1e1a03);const _0x404a5f=await(0x0,_authService[_0x561f(0x28c)])(_0x342df3,_0x43d227);if(_0x404a5f[_0x561f(0x241)]){if(_0x5d6659[_0x561f(0x28d)](_0x5d6659[_0x561f(0x28e)],_0x5d6659[_0x561f(0x28e)]))_0x408fcf[_0x561f(0x161)](_0x4e3ec7[_0x561f(0x28f)],_0x3ef021[_0x561f(0x161)]),_0x4e3ec7['YJKqu'](_0x209bf0,'Error:\x20'+_0x435c7c[_0x561f(0x161)]),_0x4e3ec7['YJKqu'](_0x49bb64,!![]),_0x4e3ec7[_0x561f(0x290)](_0x55083c);else{var _0x479eff,_0x578a41,_0xafecb5,_0x343156;console[_0x561f(0x140)](_0x5d6659[_0x561f(0x291)]),console['log'](_0x5d6659['dFoaC'],{'isNewUser':_0x404a5f['isNewUser'],'flowType':_0x404a5f[_0x561f(0x292)],'hasExistingData':(_0x479eff=_0x404a5f[_0x561f(0x293)])===null||_0x5d6659['XNoWn'](_0x479eff,void 0x0)?void 0x0:_0x479eff[_0x561f(0x294)],'connectionsCount':(_0x5d6659[_0x561f(0x295)](_0x578a41=_0x404a5f[_0x561f(0x293)],null)||_0x5d6659[_0x561f(0x221)](_0x578a41,void 0x0)||(_0x578a41=_0x578a41['connections'])===null||_0x5d6659[_0x561f(0x1ca)](_0x578a41,void 0x0)?void 0x0:_0x578a41['length'])||0x0});const _0x3dba8e=_0x5d6659[_0x561f(0x296)](_0x404a5f[_0x561f(0x257)],![])||_0x5d6659[_0x561f(0x21e)](_0x404a5f[_0x561f(0x292)],_0x5d6659[_0x561f(0x297)]),_0x366307=_0x5d6659['cVNnS'](_0xafecb5=_0x404a5f['existingUserData'],null)||_0xafecb5===void 0x0?void 0x0:_0xafecb5[_0x561f(0x298)],_0x46aff2=Array['isArray'](_0x366307)?_0x366307:[],_0x58dab1=_0x46aff2['filter'](_0x5545b1=>_0x5545b1&&(_0x5545b1[_0x561f(0x299)]||_0x5545b1[_0x561f(0x175)]===_0x561f(0x29a)))['map'](_0x40a756=>_0x40a756===null||_0x40a756===void 0x0?void 0x0:_0x40a756['platform'])[_0x561f(0x29b)](Boolean);console['log'](_0x5d6659['YLnia'],{'isReturning':_0x3dba8e,'connectedPlatformNames':_0x58dab1,'showWelcomeBack':_0x5d6659['QOFOQ'](_0x343156=_0x404a5f[_0x561f(0x29c)],null)||_0x5d6659[_0x561f(0x163)](_0x343156,void 0x0)?void 0x0:_0x343156[_0x561f(0x29d)]}),_0x3dba8e&&_0x5d6659[_0x561f(0x25f)](_0x58dab1['length'],0x0)?(console['log'](_0x5d6659[_0x561f(0x29e)]),_0x5a3b1c(!![]),_0x5d6659[_0x561f(0x29f)](_0x1614d7,_0x58dab1),_0x354ab8('consent')):(console[_0x561f(0x140)](_0x5d6659[_0x561f(0x2a0)]),_0x5d6659[_0x561f(0x1a4)](_0x5a3b1c,![]),_0x1614d7([]),_0x5d6659[_0x561f(0x2a1)](_0x354ab8,_0x5d6659['ytUSj']));}}else console[_0x561f(0x140)](_0x5d6659[_0x561f(0x2a2)],_0x404a5f[_0x561f(0x246)]),_0x5f7c7b(_0x404a5f[_0x561f(0x246)]||_0x5d6659[_0x561f(0x2a3)]);}else _0x4e3ec7[_0x561f(0x2a4)](_0x5d70ef,_0x146621),_0x4e3ec7[_0x561f(0x2a5)](_0x3e3caf,_0x4e3ec7[_0x561f(0x2a6)]);}catch(_0x1ab188){_0x5d6659[_0x561f(0x18e)](_0x5d6659['KiOPb'],_0x5d6659['fyWXB'])?(console[_0x561f(0x161)](_0x5d6659[_0x561f(0x2a7)],_0x1ab188),_0x5d6659[_0x561f(0x243)](_0x5f7c7b,_0x5d6659[_0x561f(0x2a8)])):(_0x251b5a[_0x561f(0x140)](_0x4e3ec7[_0x561f(0x2a9)]),_0x3f2e63[_0x561f(0x142)][_0x561f(0xff)](),_0x5a9f81[_0x561f(0x142)]=null);}finally{_0x5d6659['uYabk'](_0x4d3f0e,![]);}},_0x450982=()=>{const _0x284a64={'UIWFb':_0x5d6659['NkPoe'],'ZXLKH':_0x5d6659[_0x561f(0x2aa)],'LcabT':'✅\x20Inference\x20enabled:','yQcCQ':_0x5d6659[_0x561f(0x2ab)],'wUrGc':'📈\x20Query\x20scores\x20enabled:'};if(_0x5d6659['ZGzTM']!==_0x5d6659[_0x561f(0x2ac)])(0x0,_haptics[_0x561f(0x1a6)])(_haptics[_0x561f(0x1a7)][_0x561f(0x227)]),_0x5d6659[_0x561f(0x2ad)](_0x5f7c7b,''),_0x5d6659[_0x561f(0x2a1)](_0x354ab8,_0x5d6659[_0x561f(0x14a)]);else{const _0x144920='4|2|1|5|0|3|6'[_0x561f(0x15c)]('|');let _0x57a8a6=0x0;while(!![]){switch(_0x144920[_0x57a8a6++]){case'0':_0x3a069d['log'](_0x284a64['UIWFb'],_0x13fa9e['features'][_0x561f(0x2ae)]);continue;case'1':_0x5abda9[_0x561f(0x140)](_0x284a64['ZXLKH'],_0x19b0c6[_0x561f(0x2af)]['compression']);continue;case'2':_0x3e9788[_0x561f(0x140)]('💾\x20Storage\x20method:',_0xde188e[_0x561f(0x2af)][_0x561f(0x2b0)]);continue;case'3':_0x47e257[_0x561f(0x140)](_0x561f(0x7b),_0x176fbd[_0x561f(0x2af)][_0x561f(0x2b1)]);continue;case'4':_0x3eb505[_0x561f(0x140)](_0x284a64[_0x561f(0x2b2)],_0x3ad28f['features'][_0x561f(0x2b3)]);continue;case'5':_0x28f736[_0x561f(0x140)](_0x284a64[_0x561f(0x2b4)],_0x4d845c['features']['encryption']);continue;case'6':_0x19fc5b['log'](_0x284a64[_0x561f(0x2b5)],_0xf0771a[_0x561f(0x2af)]['queryScores']);continue;}break;}}},_0x5c6665=async()=>{const _0x28c5d2={'MAsDg':_0x5d6659[_0x561f(0x2b6)],'lEQYL':_0x5d6659[_0x561f(0x2b7)],'ZhaoA':_0x5d6659[_0x561f(0x2b8)],'YhBhk':_0x5d6659[_0x561f(0x2b9)],'EseIe':_0x5d6659['teRRI'],'YypvS':_0x5d6659[_0x561f(0x2ba)],'mJEky':_0x5d6659[_0x561f(0x2ab)],'RmSUu':_0x5d6659[_0x561f(0x2bb)],'AcYEz':function(_0x236723,_0x391e4e){return _0x5d6659[_0x561f(0x2bc)](_0x236723,_0x391e4e);},'RkfvJ':_0x5d6659[_0x561f(0x2bd)],'PwnDg':function(_0x3a230b,_0x33b06e){return _0x3a230b(_0x33b06e);}};(0x0,_haptics[_0x561f(0x1a6)])(_haptics[_0x561f(0x1a7)][_0x561f(0x227)]),console[_0x561f(0x140)](_0x5d6659[_0x561f(0x2be)]);try{const _0x520a48=_0x561f(0x2bf)['split']('|');let _0x5b4f50=0x0;while(!![]){switch(_0x520a48[_0x5b4f50++]){case'0':_0x5d6659['fqujk'](_0x5f7c7b,'');continue;case'1':await _asyncStorage['default']['multiRemove']([_0x561f(0x2c0),_0x5d6659[_0x561f(0x2c1)],_0x561f(0x2c2),_0x5d6659[_0x561f(0x2c3)],'auth_method',_0x5d6659[_0x561f(0x233)]]);continue;case'2':_0x3d35be('');continue;case'3':_0x5cd505(null);continue;case'4':_0x5d6659['bgWEs'](_0x1614d7,[]);continue;case'5':_0x5d6659['RtDrx'](_0x5a3b1c,![]);continue;case'6':console['log'](_0x5d6659[_0x561f(0x2c4)]);continue;case'7':_0x2a0190(null);continue;case'8':_0x5d6659[_0x561f(0x2ad)](_0x354ab8,_0x5d6659[_0x561f(0x14a)]);continue;}break;}}catch(_0x47a838){if(_0x5d6659[_0x561f(0x2c5)](_0x5d6659[_0x561f(0x2c6)],_0x5d6659[_0x561f(0x2c7)])){_0x336858[_0x561f(0x140)](_0x28c5d2[_0x561f(0x2c8)],_0xd1e379[_0x561f(0x246)]),_0x32adca[_0x561f(0x140)](_0x28c5d2[_0x561f(0x2c9)],_0x41e1c3[_0x561f(0x2af)]),_0x48b5d2(!![]);if(_0x7b5c8d['features']){const _0x69db4d=_0x28c5d2[_0x561f(0x2ca)][_0x561f(0x15c)]('|');let _0x1e7f2c=0x0;while(!![]){switch(_0x69db4d[_0x1e7f2c++]){case'0':_0x5eba7c[_0x561f(0x140)](_0x561f(0x74),_0x1dff8b[_0x561f(0x2af)]['compression']);continue;case'1':_0x5efa39['log'](_0x28c5d2['YhBhk'],_0x59c9e1[_0x561f(0x2af)][_0x561f(0x2b0)]);continue;case'2':_0x34d02b['log'](_0x561f(0x2cb),_0x3f1e75[_0x561f(0x2af)]['queryScores']);continue;case'3':_0x4c2aad[_0x561f(0x140)](_0x28c5d2[_0x561f(0x2cc)],_0x33bd8f[_0x561f(0x2af)][_0x561f(0x2b3)]);continue;case'4':_0x2bf4fc[_0x561f(0x140)](_0x28c5d2[_0x561f(0x2cd)],_0x56210a['features']['databases']);continue;case'5':_0x1a41b0[_0x561f(0x140)](_0x28c5d2['mJEky'],_0xab3ebb[_0x561f(0x2af)][_0x561f(0x2ce)]);continue;case'6':_0x4bdea8[_0x561f(0x140)](_0x28c5d2['RmSUu'],_0x2a124e[_0x561f(0x2af)][_0x561f(0x2ae)]);continue;}break;}}_0x28c5d2[_0x561f(0x2cf)](_0x55b964,_0x28c5d2[_0x561f(0x2d0)]),_0x28c5d2['PwnDg'](_0x4e79d9,0x19);}else console[_0x561f(0x161)](_0x5d6659['mSiaa'],_0x47a838),_0x5d6659[_0x561f(0x2d1)](_0x354ab8,_0x5d6659['jhHbU']);}},_0x1d9ae5=async()=>{const _0x43f3b0={'MabgO':function(_0x239665,_0x39abda){return _0x239665===_0x39abda;},'gBGWz':function(_0x3c1adf,_0x5260b7){return _0x5d6659[_0x561f(0x2d2)](_0x3c1adf,_0x5260b7);},'jiqQA':function(_0x24be4a,_0x4558ea,_0x1cc71b,_0x147db3){return _0x5d6659[_0x561f(0x2d3)](_0x24be4a,_0x4558ea,_0x1cc71b,_0x147db3);},'lwzCV':_0x5d6659[_0x561f(0x2d4)],'NAoSX':function(_0x4af1b3,_0x14bceb){return _0x5d6659[_0x561f(0x2d5)](_0x4af1b3,_0x14bceb);}};if(_0x5d6659[_0x561f(0x27b)](_0x5d6659['NPZmH'],_0x561f(0x2d6)))_0xeea9fe=_0x5d6659[_0x561f(0x2d7)];else{(0x0,_haptics['triggerHaptic'])(_haptics[_0x561f(0x1a7)][_0x561f(0x227)]),_0x5d6659['PzVRG'](_0x4d3f0e,!![]),_0x5d6659[_0x561f(0x2d8)](_0x5f7c7b,'');try{if(_0x5d6659[_0x561f(0x163)](_0x5d6659['aaPbw'],_0x561f(0x86))){console['log'](_0x5d6659[_0x561f(0x2d9)],_0x342df3);const _0xcb25b6=await(0x0,_authService[_0x561f(0x240)])(_0x342df3);_0xcb25b6['success']?_0x5d6659['YkxAX'](_0x5d6659[_0x561f(0x2da)],_0x5d6659[_0x561f(0x2db)])?(_0x3a306f[_0x561f(0x161)]('❌\x20No\x20real\x20authentication\x20token\x20found\x20after\x20training\x20completion'),_0x43f3b0[_0x561f(0x2dc)](_0x31a7ed,null)||_0x43f3b0[_0x561f(0x2dd)](_0x14ee0a,void 0x0)||_0x43f3b0[_0x561f(0x2de)](_0x583c9a,_0x424783['API_CONFIG'][_0x561f(0x2df)],_0x43f3b0[_0x561f(0x2e0)],{'email':(_0x43f3b0['gBGWz'](_0x4a61bc,null)||_0x475f20===void 0x0?void 0x0:_0x3cc459[_0x561f(0x15a)])||'',..._0x398cd4})):console[_0x561f(0x140)](_0x5d6659[_0x561f(0x15e)]):_0x5d6659[_0x561f(0x24f)](_0x5f7c7b,_0xcb25b6[_0x561f(0x246)]||_0x561f(0x2e1));}else{const _0x26fdfc=_0x561f(0x2e2)['split']('|');let _0x59d81b=0x0;while(!![]){switch(_0x26fdfc[_0x59d81b++]){case'0':_0xaeb3f8(_0x5d6659[_0x561f(0x2e3)]);continue;case'1':_0x5d6659[_0x561f(0x184)](_0x2dcc01,_0x41fe0c[_0x561f(0x2e4)]);continue;case'2':_0x5d6659[_0x561f(0x2e5)](_0x5d6a3c,_0x5dd68c[_0x561f(0x2e6)]);continue;case'3':_0x5d6659['NAdug'](_0x5fdc07,0x50);continue;case'4':_0x4912bf[_0x561f(0x140)](_0x561f(0x2e7),_0x3a9870);continue;}break;}}}catch(_0x1d23be){_0x5d6659[_0x561f(0x2e8)]===_0x5d6659[_0x561f(0x2e9)]?_0x49a635['current']=_0x3762ea:(console['error'](_0x5d6659[_0x561f(0x2ea)],_0x1d23be),_0x5f7c7b(_0x5d6659['Etpem']));}finally{_0x5d6659['TYpXE']('StCCM',_0x5d6659[_0x561f(0x2eb)])?_0x43f3b0[_0x561f(0x2ec)](_0x35ab0a,![]):_0x5d6659[_0x561f(0x1d8)](_0x4d3f0e,![]);}}},_0x5a75cf=async _0x2db6ea=>{const _0x103050={'IArUf':function(_0xd4bf7b,_0x3d9edd){return _0x5d6659[_0x561f(0x2ed)](_0xd4bf7b,_0x3d9edd);}};(0x0,_haptics[_0x561f(0x1a6)])(_haptics[_0x561f(0x1a7)][_0x561f(0x264)]),console[_0x561f(0x140)](_0x5d6659['GlkLp'],_0x2db6ea);try{if(_0x5d6659[_0x561f(0x1e5)](_0x5d6659[_0x561f(0x2ee)],_0x5d6659[_0x561f(0x2ef)]))_0x103050['IArUf'](_0x2f4905,![]),!_0x1281f0&&_0x2499ca();else{const [_0x5aafee,_0x4f29a3,_0x493d7f]=await Promise['all']([(0x0,_authService[_0x561f(0x2f0)])(),_asyncStorage[_0x561f(0x41)][_0x561f(0x153)](_0x5d6659[_0x561f(0x2f1)]),(0x0,_authService[_0x561f(0x1df)])()]);console[_0x561f(0x140)](_0x5d6659[_0x561f(0x2f2)]),console[_0x561f(0x140)](_0x5d6659['sWupZ'],_0x5aafee?_0x5aafee[_0x561f(0x2f3)](0x0,0x14)+_0x561f(0x2f4):'NO'),console[_0x561f(0x140)](_0x5d6659['isWhP'],_0x5d6659['TspEH'](_0x4f29a3,'NO')),_0x5e9823[_0x561f(0x142)]=!![];const _0x3a846a={'connectedPlatforms':_0x2db6ea};_0x4f29a3&&(_0x5d6659[_0x561f(0x2f5)](_0x5d6659[_0x561f(0x2f6)],_0x5d6659['QuuZH'])?(_0x5b9db4[_0x561f(0x140)](_0x561f(0x53)),_0x5d6659[_0x561f(0x2f7)](_0x4874c8,_0x4e8ad8),_0x5d6659[_0x561f(0x2f8)](_0x293c30,_0x5d6659['FUCDH'])):(_0x3a846a[_0x561f(0x15a)]=_0x4f29a3,_0x3a846a[_0x561f(0x15b)]=_0x493d7f||_0x4f29a3['split']('@')[0x0]));if(_0x5d6659[_0x561f(0x2f9)](_0x5aafee,_0x4f29a3))console[_0x561f(0x140)](_0x5d6659['ahNUy']),await(_0x5d6659[_0x561f(0x2fa)](_0x350a92,null)||_0x5d6659[_0x561f(0x296)](_0x350a92,void 0x0)?void 0x0:_0x5d6659[_0x561f(0x2d3)](_0x350a92,_api[_0x561f(0x1dd)]['BASE_URL'],_0x5aafee,_0x3a846a));else{if(_0x4f29a3)console[_0x561f(0x140)](_0x5d6659[_0x561f(0x2fb)]),await(_0x350a92===null||_0x5d6659[_0x561f(0x2fc)](_0x350a92,void 0x0)?void 0x0:_0x5d6659['wsIDU'](_0x350a92,_api[_0x561f(0x1dd)][_0x561f(0x2df)],'',_0x3a846a));else{if(_0x5d6659[_0x561f(0x2fd)](_0x561f(0x2fe),_0x5d6659[_0x561f(0x2ff)])){const _0x4e1176=_0x5d6659[_0x561f(0x300)][_0x561f(0x15c)]('|');let _0x28830e=0x0;while(!![]){switch(_0x4e1176[_0x28830e++]){case'0':_0xb69a4a['log'](_0x5d6659['SZVUO']);continue;case'1':_0x12133b[_0x561f(0x140)](_0x561f(0xc0),(_0x1c560c===null||_0x5d6659[_0x561f(0x301)](_0x136408,void 0x0)?void 0x0:_0x2f98a5[_0x561f(0x2f3)](0x0,0x14))+'...');continue;case'2':_0xfb2cc7['log'](_0x5d6659[_0x561f(0x302)]);continue;case'3':_0x4e956a[_0x561f(0x140)](_0x5d6659[_0x561f(0x303)]);continue;case'4':_0x717ecd[_0x561f(0x140)](_0x561f(0xca),_0x30bae5);continue;case'5':if(!_0x16a2be)throw new _0x540f40(_0x5d6659[_0x561f(0x304)]);continue;}break;}}else console[_0x561f(0x23e)](_0x5d6659[_0x561f(0x305)]),await(_0x5d6659[_0x561f(0x306)](_0x350a92,null)||_0x5d6659[_0x561f(0x258)](_0x350a92,void 0x0)?void 0x0:_0x350a92(_api[_0x561f(0x1dd)][_0x561f(0x2df)],'',_0x3a846a));}}}}catch(_0x58f9b){console[_0x561f(0x161)](_0x5d6659['PmHkC'],_0x58f9b);const _0x4ae224=await _asyncStorage[_0x561f(0x41)]['getItem'](_0x5d6659['KoRmi'])[_0x561f(0x307)](()=>null);await(_0x350a92===null||_0x5d6659[_0x561f(0x27d)](_0x350a92,void 0x0)?void 0x0:_0x5d6659[_0x561f(0x2d3)](_0x350a92,_api[_0x561f(0x1dd)][_0x561f(0x2df)],'',{'connectedPlatforms':_0x2db6ea,..._0x5d6659[_0x561f(0x308)](_0x4ae224,{'email':_0x4ae224})}));}console[_0x561f(0x140)](_0x5d6659[_0x561f(0x309)]);},_0x11c8e6=async()=>{if(_0x5d6659[_0x561f(0x30a)](_0x5d6659[_0x561f(0x30b)],'KQsCI')){(0x0,_haptics[_0x561f(0x1a6)])(_haptics[_0x561f(0x1a7)][_0x561f(0x227)]),console[_0x561f(0x140)](_0x5d6659[_0x561f(0x30c)]);try{if(_0x5d6659[_0x561f(0x22e)](_0x5d6659['CToBt'],_0x561f(0x9a)))_0x324e91['error'](_0x561f(0x30d)+_0x1dc667+':',_0x3f63d5);else{const [_0x16cf1b,_0x43ad98,_0xde552]=await Promise['all']([(0x0,_authService[_0x561f(0x2f0)])(),_asyncStorage[_0x561f(0x41)][_0x561f(0x153)](_0x561f(0x2c2)),(0x0,_authService[_0x561f(0x1df)])()]);_0x5e9823['current']=!![];if(_0x5d6659[_0x561f(0x308)](_0x16cf1b,_0x43ad98)){if(_0x5d6659['oNWTG']!==_0x5d6659['oNWTG']){var _0x4faa2f;_0x43086c[_0x561f(0x161)](_0x561f(0x1f0),_0x947f38);const _0x2acf39=(_0x5d6659[_0x561f(0x30e)](_0x1c261a,null)||_0x5d6659['HNKCE'](_0x570ddc,void 0x0)||(_0x4faa2f=_0x38be5b[_0x561f(0x15a)])===null||_0x5d6659[_0x561f(0x30f)](_0x4faa2f,void 0x0)?void 0x0:_0x4faa2f[_0x561f(0x15c)]('@')[0x0])||(_0x18bc31===null||_0x5d6659[_0x561f(0x310)](_0x135f0a,void 0x0)?void 0x0:_0x3f1eb0[_0x561f(0x1e1)])||_0x5d6659[_0x561f(0x1e2)];_0x5d6659['nqBmv'](_0x1bcb50,{'username':_0x2acf39,'email':(_0x158a02===null||_0x5d6659[_0x561f(0x27d)](_0x2dcadf,void 0x0)?void 0x0:_0x5618be['email'])||null,'id':null}),_0x5d6659[_0x561f(0x251)](_0x2e8552,_0x2acf39);}else console[_0x561f(0x140)](_0x5d6659['AkjWc']),await(_0x350a92===null||_0x350a92===void 0x0?void 0x0:_0x5d6659[_0x561f(0x2d3)](_0x350a92,_api[_0x561f(0x1dd)]['BASE_URL'],_0x16cf1b,{'email':_0x43ad98,'connectedPlatforms':[],'username':_0xde552||_0x43ad98['split']('@')[0x0],'skipped':!![]}));}else console[_0x561f(0x23e)](_0x5d6659[_0x561f(0x311)]),await(_0x5d6659[_0x561f(0x1f5)](_0x350a92,null)||_0x5d6659['btYFk'](_0x350a92,void 0x0)?void 0x0:_0x5d6659[_0x561f(0x312)](_0x350a92,_api[_0x561f(0x1dd)][_0x561f(0x2df)],'',{'connectedPlatforms':[],'skipped':!![]}));}}catch(_0x3dd032){console[_0x561f(0x161)](_0x5d6659['aoyoI'],_0x3dd032),await(_0x5d6659[_0x561f(0x2fc)](_0x350a92,null)||_0x350a92===void 0x0?void 0x0:_0x5d6659['fDMSa'](_0x350a92,_api[_0x561f(0x1dd)][_0x561f(0x2df)],'',{'connectedPlatforms':[],'skipped':!![]}));}console[_0x561f(0x140)]('✅\x20[SDK]\x20Skip\x20complete\x20-\x20waiting\x20for\x20parent\x20to\x20close\x20modal');}else _0x5d6659['MXPbi'](_0x36b414,_0xe86d00[_0x561f(0x142)]),_0x335cb5['current']=null;},_0x1c0066=async()=>{console[_0x561f(0x140)](_0x561f(0x313)),(0x0,_haptics[_0x561f(0x1a6)])(_haptics['HapticType'][_0x561f(0x227)]);try{if(_0x5d6659[_0x561f(0x314)](_0x5d6659['bVMRj'],_0x5d6659[_0x561f(0x315)])){var _0x40a2aa,_0x385ad9,_0x276d83,_0x95f107;_0x14ee07[_0x561f(0x140)](_0x561f(0x69)),_0x59f2cc[_0x561f(0x140)](_0x5d6659['dFoaC'],{'isNewUser':_0x31a485['isNewUser'],'flowType':_0x4c4af3[_0x561f(0x292)],'hasExistingData':_0x5d6659[_0x561f(0x221)](_0x40a2aa=_0x49b6ff['existingUserData'],null)||_0x40a2aa===void 0x0?void 0x0:_0x40a2aa[_0x561f(0x294)],'connectionsCount':((_0x385ad9=_0x1468d5['existingUserData'])===null||_0x5d6659[_0x561f(0x316)](_0x385ad9,void 0x0)||_0x5d6659[_0x561f(0x1cb)](_0x385ad9=_0x385ad9[_0x561f(0x298)],null)||_0x5d6659['YkxAX'](_0x385ad9,void 0x0)?void 0x0:_0x385ad9[_0x561f(0x1e7)])||0x0});const _0x14d316=_0x157657['isNewUser']===![]||_0x5d6659[_0x561f(0x21e)](_0x1e653a[_0x561f(0x292)],_0x5d6659['IipOU']),_0x3360c1=(_0x276d83=_0x165e37[_0x561f(0x293)])===null||_0x5d6659[_0x561f(0x1f3)](_0x276d83,void 0x0)?void 0x0:_0x276d83[_0x561f(0x298)],_0x4b5daf=_0x54b2cb[_0x561f(0x317)](_0x3360c1)?_0x3360c1:[],_0x4c8c32=_0x4b5daf[_0x561f(0x29b)](_0x1ca37f=>_0x1ca37f&&(_0x1ca37f[_0x561f(0x299)]||_0x1ca37f[_0x561f(0x175)]===_0x561f(0x29a)))[_0x561f(0x262)](_0xc8138a=>_0xc8138a===null||_0xc8138a===void 0x0?void 0x0:_0xc8138a[_0x561f(0x263)])[_0x561f(0x29b)](_0x325f9c);_0x21d408['log'](_0x5d6659[_0x561f(0x318)],{'isReturning':_0x14d316,'connectedPlatformNames':_0x4c8c32,'showWelcomeBack':_0x5d6659[_0x561f(0x319)](_0x95f107=_0x23b954['enochInstructions'],null)||_0x5d6659['xBeRb'](_0x95f107,void 0x0)?void 0x0:_0x95f107[_0x561f(0x29d)]}),_0x14d316&&_0x5d6659[_0x561f(0x25f)](_0x4c8c32['length'],0x0)?(_0x4b22b8['log'](_0x5d6659[_0x561f(0x29e)]),_0x48f729(!![]),_0x254368(_0x4c8c32),_0x5d6659[_0x561f(0x31a)](_0x2eca82,_0x5d6659[_0x561f(0x31b)])):(_0x2df198[_0x561f(0x140)](_0x561f(0x6d)),_0x2cf47b(![]),_0x5d6659[_0x561f(0x24f)](_0x33df24,[]),_0x5d6659[_0x561f(0x2ad)](_0x2fccfe,_0x5d6659[_0x561f(0x13b)]));}else await _asyncStorage[_0x561f(0x41)][_0x561f(0x15f)](_0x5d6659['ApgIl'],_0x5d6659[_0x561f(0x234)]),await(0x0,_jwtStorageService[_0x561f(0x31c)])(_0x5d6659[_0x561f(0x31d)]),console['log'](_0x5d6659[_0x561f(0x31e)]),_0x5d6659[_0x561f(0x31f)](_0x47abcb);}catch(_0x738328){console[_0x561f(0x161)](_0x5d6659[_0x561f(0x320)],_0x738328),_0x5d6659[_0x561f(0x321)](_0x47abcb);}},_0x35438f=async _0x1fc393=>{const _0x5455d1={'GJtVf':_0x561f(0x322),'HXDvB':function(_0x1a880d,_0x5afbdd){return _0x1a880d(_0x5afbdd);},'qWskE':_0x5d6659[_0x561f(0x323)]};(0x0,_haptics[_0x561f(0x1a6)])(_haptics[_0x561f(0x1a7)][_0x561f(0x227)]),_0x5d6659['ZjfhJ'](_0x53d33f,_0x1fc393);try{if((0x0,_platformAuthService[_0x561f(0x324)])(_0x1fc393)){if(_0x5d6659['nsTcH'](_0x5d6659[_0x561f(0x325)],_0x5d6659[_0x561f(0x325)])){_0x5d6659['jvPMa'](_0x51bf1c,_0x1fc393);const _0xb80550=await(0x0,_platformAuthService[_0x561f(0x326)])(_0x1fc393,_0x169394);_0xb80550&&(_0x5d6659[_0x561f(0x2ad)](_0x1f8421,_0xbf0397=>({..._0xbf0397,[_0x1fc393]:{'userName':_0x169394,'connected':!![]}})),_0x5d6659[_0x561f(0x22a)](_0x53db5b,_0x219f09=>({..._0x219f09,[_0x1fc393]:!![]})),_0x5d6659['Dgqll'](_0xb8e762,_0x8609fb=>({..._0x8609fb,[_0x1fc393]:_0x561f(0x42)})),await _0x59556e(_0x1fc393));}else{_0x964184['log'](_0x5455d1['GJtVf']),_0x5455d1[_0x561f(0x327)](_0x15efe3,_0x5455d1[_0x561f(0x328)]),_0x5455d1[_0x561f(0x327)](_0x5b82db,_0x561f(0x11)),_0x5455d1[_0x561f(0x327)](_0x19c317,![]);return;}}else{_0x51bf1c(_0x1fc393);const _0x4e70df=await(0x0,_platformAuthService[_0x561f(0x329)])(_0x1fc393,_0x169394);_0x4e70df&&(_0x46ead2(_0x4e70df),_0x5d6659[_0x561f(0x32a)](_0x354ab8,_0x5d6659[_0x561f(0x284)]));}}catch(_0x204b49){console[_0x561f(0x161)](_0x561f(0x30d)+_0x1fc393+':',_0x204b49);}finally{_0x5d6659[_0x561f(0x149)](_0x5d6659[_0x561f(0x32b)],_0x5d6659[_0x561f(0x32c)])?(_0x18a4de[_0x561f(0x140)](_0x561f(0x32d),_0x348f7b),_0x5d6659['YHjwr'](_0x5b03db,'Reconnecting...\x20('+_0x37e0d5+_0x561f(0x32e))):_0x5d6659[_0x561f(0x252)](_0x53d33f,null);}},_0x514869=(0x0,_react[_0x561f(0x1cd)])(async _0x3d5b6a=>{const _0x8e78a9={'Bfmoh':_0x561f(0x32f),'Wmeuf':_0x5d6659[_0x561f(0x2a0)],'SMPyf':function(_0x44ae18,_0x5f2013){return _0x5d6659[_0x561f(0x243)](_0x44ae18,_0x5f2013);},'wbmGs':_0x5d6659[_0x561f(0x13b)],'RfqmH':_0x5d6659['FUEqp'],'rPZSV':_0x5d6659[_0x561f(0x330)]};if(_0x5d6659['YPAnP']('MzDEV',_0x561f(0x331)))_0x49553e=_0x8e78a9[_0x561f(0x332)];else{if(!_0x21816d[_0x3d5b6a]){if(_0x5d6659[_0x561f(0x258)](_0x5d6659[_0x561f(0x333)],_0x5d6659['tsxFE']))try{if(_0x561f(0x334)!==_0x5d6659['YAyOO']){if(_0x5d6659[_0x561f(0x335)](_0x3d5b6a,_0x5d6659[_0x561f(0x336)])){_0x5d6659[_0x561f(0x26c)](_0x53db5b,_0xb95dc=>({..._0xb95dc,[_0x3d5b6a]:!_0xb95dc[_0x3d5b6a]})),_0x1f8421(_0x277aff=>({..._0x277aff,[_0x3d5b6a]:{'userName':_0x3d5b6a+_0x561f(0x337),'connected':!![]}})),await _0x5d6659['WUFUL'](_0x59556e,_0x3d5b6a);return;}if(_0x5d6659[_0x561f(0x338)](_0x3d5b6a,_0x5d6659[_0x561f(0x339)])||_0x5d6659[_0x561f(0x33a)](_0x3d5b6a,_0x5d6659[_0x561f(0x33b)])){console['log'](_0x5d6659[_0x561f(0x33c)]);const _0x233f69={'userId':_0x5d6659[_0x561f(0x1ff)](_0x112611,_0x169394),'email':_0x112611||_0x169394+_0x561f(0x33d),'appName':_0x1e1a03,'timestamp':Date[_0x561f(0x33e)](),'data':{'conversations':[],'chatHistory':[],'preferences':{},'customData':{}},'accessToken':undefined,'refreshToken':undefined,'tokenExpiry':undefined},_0x37e785=await(0x0,_llmDataStorage['sendLLMDataToBackend'])(_0x233f69);if(_0x37e785[_0x561f(0x241)]){const _0x1892a5=_0x5d6659[_0x561f(0x33f)][_0x561f(0x15c)]('|');let _0x17cb55=0x0;while(!![]){switch(_0x1892a5[_0x17cb55++]){case'0':_0x5d6659['ninex'](_0x53db5b,_0x4b9698=>({..._0x4b9698,[_0x3d5b6a]:!![]}));continue;case'1':_0x5d6659[_0x561f(0x261)](_0x1f8421,_0x5c875c=>({..._0x5c875c,[_0x3d5b6a]:{'userName':_0x169394,'connected':!![],'connectionId':_0x37e785[_0x561f(0x340)],'storedInBackend':!![]}}));continue;case'2':await _0x5d6659[_0x561f(0x341)](_0x59556e,_0x3d5b6a);continue;case'3':console[_0x561f(0x140)](_0x561f(0x342),_0x37e785[_0x561f(0x340)]);continue;case'4':console[_0x561f(0x140)](_0x561f(0x343));continue;case'5':console[_0x561f(0x140)]('✅\x20'+_0x3d5b6a+_0x561f(0x344));continue;}break;}}else throw new Error('Failed\x20to\x20send\x20LLM\x20data\x20to\x20backend:\x20'+_0x37e785[_0x561f(0x246)]);return;}if((0x0,_platformAuthService[_0x561f(0x324)])(_0x3d5b6a)){if(_0x5d6659[_0x561f(0x345)](_0x5d6659[_0x561f(0x346)],_0x561f(0x347))){_0x5d6659[_0x561f(0x1f4)](_0x51bf1c,_0x3d5b6a);const _0x498728=await(0x0,_platformAuthService['initiateNativeAuth'])(_0x3d5b6a,_0x169394);_0x498728&&(_0x5d6659[_0x561f(0x348)](_0x1f8421,_0x5bed39=>({..._0x5bed39,[_0x3d5b6a]:{'userName':_0x169394,'connected':!![]}})),_0x5d6659[_0x561f(0x23c)](_0x53db5b,_0x10ddac=>({..._0x10ddac,[_0x3d5b6a]:!![]})),await _0x5d6659[_0x561f(0x349)](_0x59556e,_0x3d5b6a));return;}else _0x4db2de[_0x561f(0x140)](_0x561f(0x34a),_0x1072a3['substring'](0x0,0x1e)+_0x561f(0x2f4)),_0x5d6659[_0x561f(0x34b)](_0x1e6b9d,null)||_0x5d6659[_0x561f(0x25a)](_0x44145d,void 0x0)||_0x5d6659[_0x561f(0x34c)](_0x56beca,_0x2fc458[_0x561f(0x1dd)][_0x561f(0x2df)],_0x258052,{'email':(_0x5d6659['yMefe'](_0x3fac71,null)||_0x53e9a9===void 0x0?void 0x0:_0x586a99['email'])||'',..._0x383092});}_0x5d6659[_0x561f(0x34d)](_0x51bf1c,_0x3d5b6a);const _0x4ee61d=await(0x0,_platformAuthService[_0x561f(0x329)])(_0x3d5b6a,_0x169394);_0x4ee61d&&(_0x5d6659[_0x561f(0x34e)](_0x46ead2,_0x4ee61d),_0x354ab8(_0x5d6659[_0x561f(0x284)]));}else _0x581ba6[_0x561f(0x140)](_0x8e78a9[_0x561f(0x34f)]),_0x8e78a9['SMPyf'](_0x76cdb1,![]),_0x8e78a9[_0x561f(0x350)](_0x45b771,[]),_0x3a3c8e(_0x8e78a9[_0x561f(0x351)]);}catch(_0x73723a){console['error'](_0x561f(0x352)+_0x3d5b6a+':',_0x73723a);return;}else _0xa46652['log'](_0x8e78a9[_0x561f(0x353)]),_0x8e78a9[_0x561f(0x350)](_0x27bcdb,_0x8e78a9['rPZSV']),_0x8e78a9[_0x561f(0x350)](_0x111064,!![]);}else _0x5d6659[_0x561f(0x24f)](_0x53db5b,_0x2dcb59=>({..._0x2dcb59,[_0x3d5b6a]:!_0x2dcb59[_0x3d5b6a]})),_0x5d6659[_0x561f(0x354)](_0x1f8421,_0x489ddd=>{const _0x4886b0={..._0x489ddd};return delete _0x4886b0[_0x3d5b6a],_0x4886b0;});}},[_0x21816d,_0x169394]),_0x4a22bf=(0x0,_react[_0x561f(0x1cd)])(_0x287a30=>{try{if(_0x5d6659[_0x561f(0x355)](_0x561f(0x356),_0x561f(0x356)))_0x2ed636&&((0x0,_0x1d5215[_0x561f(0x1a6)])(_0x2a8242[_0x561f(0x1a7)]['BUTTON_PRESS']),_0x436d92[_0x561f(0x140)](_0x561f(0x118)),_0x11f9b1()[_0x561f(0x307)](_0x262d0f=>{_0x96a894[_0x561f(0x161)](_0x561f(0x117),_0x262d0f);}),_0x2abc3c(_0x561f(0x357)));else{const _0x3c13fa=new URL(_0x287a30),_0x36ce4e=_0x3c13fa['searchParams'][_0x561f(0x7)](_0x5d6659[_0x561f(0x180)]),_0x15a648=_0x3c13fa['searchParams']['get'](_0x561f(0x263))||_0x5d8d2c;_0x5d6659['iopUb'](_0x36ce4e,_0x15a648)&&(_0x1f8421(_0x174147=>({..._0x174147,[_0x15a648]:{'userName':_0x169394,'connected':!![]}})),_0x5d6659[_0x561f(0x358)](_0x53db5b,_0x3c2db5=>({..._0x3c2db5,[_0x15a648]:!![]})),_0x354ab8(_0x5d6659[_0x561f(0x182)]));}}catch(_0x163e6e){console[_0x561f(0x161)](_0x5d6659['rIQrd'],_0x163e6e);}},[_0x5d8d2c,_0x169394]),_0x551d84=(0x0,_react[_0x561f(0x1cd)])(async _0x555bcc=>{if(_0x5d6659['HPbWT'](_0x5d6659['zWFvQ'],_0x5d6659[_0x561f(0x359)]))_0x36b308['Animated'][_0x561f(0x1bb)](_0x5109e6,{'toValue':0x1,'duration':0x12c,'useNativeDriver':!![]})['start']();else{console[_0x561f(0x140)](_0x561f(0x35a)+_0x5d8d2c+_0x561f(0x35b)),console['log'](_0x561f(0x35c),_0x555bcc);if(_0x5d8d2c){if(_0x5d6659[_0x561f(0x1d1)](_0x5d6659['yWZDw'],_0x5d6659[_0x561f(0x35d)]))console['log']('✅\x20Updating\x20connection\x20state\x20for\x20'+_0x5d8d2c),_0x5d6659[_0x561f(0x35e)](_0x1f8421,_0x20e6df=>({..._0x20e6df,[_0x5d8d2c]:{'userName':_0x169394,'connected':!![]}})),_0x5d6659[_0x561f(0x35f)](_0x53db5b,_0x1a5882=>({..._0x1a5882,[_0x5d8d2c]:!![]})),_0xb8e762(_0xdf0ef=>({..._0xdf0ef,[_0x5d8d2c]:_0x561f(0x42)})),await _0x5d6659[_0x561f(0x360)](_0x59556e,_0x5d8d2c),console[_0x561f(0x140)](_0x561f(0x361)+_0x5d8d2c+_0x561f(0x362));else{_0x462dd4[_0x561f(0x161)](_0x5d6659[_0x561f(0x363)],_0x5d7521);throw _0xd1dad7;}}console[_0x561f(0x140)](_0x561f(0x364)),_0x5d6659['tmPlm'](_0x46ead2,''),_0x5d6659[_0x561f(0x358)](_0x354ab8,_0x561f(0x1b));}},[_0x5d8d2c,_0x169394,_0x59556e]),_0x551a3b=(0x0,_react['useCallback'])(async _0x315cf8=>{_0x5d6659[_0x561f(0x34e)](_0x147338,_0x315cf8),(0x0,_pinStorageUtils[_0x561f(0x365)])(_0x315cf8),console['log'](_0x5d6659[_0x561f(0x366)]);if(_0x5d6659[_0x561f(0x367)](_0x25359c,_0x3577c5)){if(_0x5d6659[_0x561f(0x368)]===_0x5d6659[_0x561f(0x369)])_0x2c96c6[_0x561f(0x161)](_0x561f(0x1c),_0x5dfc3e);else{console[_0x561f(0x140)](_0x5d6659[_0x561f(0x36a)]);try{await _0x5d6659['TLnja'](_0x1db6e7,_0x315cf8),_0x5d6659[_0x561f(0x36b)](_0x354ab8,_0x5d6659['CnTKK']);}catch(_0x13915f){_0x5d6659['UjxdA'](_0x5d6659[_0x561f(0x36c)],_0x5d6659[_0x561f(0x36d)])?_0x5d6659['CsrZm'](_0x313b6c,![]):(console[_0x561f(0x161)](_0x5d6659[_0x561f(0x36e)],_0x13915f),_0x5d6659[_0x561f(0x36f)](_0x354ab8,_0x5d6659[_0x561f(0x370)]),_0x5d6659[_0x561f(0x349)](_0x2f1f03,'Error:\x20Failed\x20to\x20continue\x20training'),_0x5d6659[_0x561f(0x371)](_0x490111,!![]));}}}else console[_0x561f(0x140)](_0x5d6659[_0x561f(0x372)]),_0x5d6659[_0x561f(0x18a)](_0x354ab8,_0x5d6659[_0x561f(0x370)]),_0x2f1f03(_0x5d6659['aYOip']),_0x5d6659[_0x561f(0x373)](_0x490111,!![]);console[_0x561f(0x140)](_0x5d6659[_0x561f(0x374)]);},[_0x25359c,_0x3577c5]),_0x3b59ed=async(_0x1809d6,_0x3563c2)=>{if(_0x5d6659[_0x561f(0x375)]===_0x561f(0x376))_0x5d6659['OMEUM'](_0x5d54ed,null);else try{if(_0x5d6659[_0x561f(0x377)](_0x5d6659[_0x561f(0x378)],_0x5d6659['zJkap'])){_0x5d6659['KGiat'](_0x2f1f03,_0x5d6659[_0x561f(0x379)]),_0x5d6659['bGWcK'](_0x444232,0xf);const _0x24635c=_0x3563c2||await(0x0,_jwtStorageService[_0x561f(0x1de)])();if(!_0x24635c){console[_0x561f(0x161)](_0x5d6659[_0x561f(0x37a)]);throw new Error(_0x5d6659[_0x561f(0x37b)]);}console[_0x561f(0x140)](_0x5d6659[_0x561f(0x37c)],_0x1809d6),console['log'](_0x5d6659[_0x561f(0x37d)],_0x24635c?_0x24635c[_0x561f(0x2f3)](0x0,0x14)+'...':_0x561f(0xcf));const _0x300562=await(0x0,_authService[_0x561f(0x1df)])(),_0x3a0f3b=_0x300562||(_0x3d50be===null||_0x5d6659['JFzQc'](_0x3d50be,void 0x0)?void 0x0:_0x3d50be[_0x561f(0x15b)])||(_0x5d6659[_0x561f(0x37e)](_0x3d50be,null)||_0x3d50be===void 0x0?void 0x0:_0x3d50be[_0x561f(0x1e1)])||_0x169394||_0x5d6659[_0x561f(0x1e2)],_0x30e57f=await _asyncStorage[_0x561f(0x41)][_0x561f(0x153)](_0x5d6659[_0x561f(0x154)]),_0x24820c=_0x30e57f?JSON[_0x561f(0x155)](_0x30e57f):[];console[_0x561f(0x140)](_0x5d6659['tVeut'],_0x24820c);const _0x4aecad=await(0x0,_pinEncryptionService[_0x561f(0x37f)])()[_0x561f(0x307)](_0x2ade80=>{return console[_0x561f(0x23e)](_0x561f(0x4a),_0x2ade80),null;}),_0x59d555={'socketId':_0x1809d6,'username':_0x3a0f3b,'email':(_0x5d6659[_0x561f(0x380)](_0x3d50be,null)||_0x5d6659[_0x561f(0x381)](_0x3d50be,void 0x0)?void 0x0:_0x3d50be[_0x561f(0x15a)])||null,'modelKey':null,'connectedPlatforms':_0x24820c,'platformConnections':_0x5f2c30,..._0x5d6659['QUoJk'](_0x4aecad,{'encryptedPin':_0x4aecad,'hasPinData':!![]})};console[_0x561f(0x140)](_0x5d6659[_0x561f(0x382)],_0x59d555);const _0x80c317=await(0x0,_mobileTrainingService[_0x561f(0x383)])(_0x59d555);console[_0x561f(0x140)](_0x5d6659[_0x561f(0x384)],_0x80c317);if(_0x80c317[_0x561f(0x385)]||_0x80c317['code']===_0x5d6659[_0x561f(0x386)]){const _0x41a5b3=_0x5d6659['dHdem'][_0x561f(0x15c)]('|');let _0x5a60b3=0x0;while(!![]){switch(_0x41a5b3[_0x5a60b3++]){case'0':_0x5d6659[_0x561f(0x23c)](_0x490111,!![]);continue;case'1':_0x5d6659[_0x561f(0x387)](_0xf145a8,_0x5d6659['fkXNC']);continue;case'2':return;case'3':_0x5d6659[_0x561f(0x2ad)](_0x2f1f03,_0x5d6659[_0x561f(0x388)]);continue;case'4':console[_0x561f(0x140)](_0x5d6659[_0x561f(0x389)]);continue;case'5':_0x5d6659['cbzRr'](_0x177859);continue;case'6':_0x5d6659[_0x561f(0x38a)](_0x168db2,!![]);continue;case'7':_0x543bad(_0x80c317);continue;}break;}}if(_0x80c317['success']){console[_0x561f(0x140)](_0x5d6659[_0x561f(0x38b)],_0x80c317[_0x561f(0x246)]),console['log'](_0x561f(0x38c),_0x80c317['features']);if(_0x80c317[_0x561f(0x2af)]){const _0x3b023a=_0x5d6659[_0x561f(0x38d)][_0x561f(0x15c)]('|');let _0x362935=0x0;while(!![]){switch(_0x3b023a[_0x362935++]){case'0':console['log'](_0x5d6659[_0x561f(0x2b9)],_0x80c317[_0x561f(0x2af)][_0x561f(0x2b0)]);continue;case'1':console[_0x561f(0x140)](_0x5d6659[_0x561f(0x38e)],_0x80c317[_0x561f(0x2af)][_0x561f(0x2b3)]);continue;case'2':console['log'](_0x561f(0x75),_0x80c317['features']['encryption']);continue;case'3':console[_0x561f(0x140)](_0x5d6659[_0x561f(0x2bb)],_0x80c317['features'][_0x561f(0x2ae)]);continue;case'4':console['log'](_0x5d6659['eimYN'],_0x80c317[_0x561f(0x2af)][_0x561f(0x38f)]);continue;case'5':console[_0x561f(0x140)](_0x5d6659[_0x561f(0x390)],_0x80c317[_0x561f(0x2af)][_0x561f(0x391)]);continue;case'6':console[_0x561f(0x140)](_0x561f(0x7b),_0x80c317['features'][_0x561f(0x2b1)]);continue;}break;}}_0x5d6659[_0x561f(0x392)](_0x2f1f03,_0x5d6659[_0x561f(0x393)]),_0x5d6659[_0x561f(0x394)](_0x444232,0x19);}else console['error'](_0x5d6659[_0x561f(0x395)],_0x80c317['error']),_0x5d6659[_0x561f(0x34d)](_0x2f1f03,_0x561f(0x248)+(_0x80c317[_0x561f(0x161)]||_0x5d6659[_0x561f(0x396)])),_0x490111(!![]),_0x5d6659[_0x561f(0x397)](_0x177859);}else{const _0x233d15=_0x561f(0x398)['split']('|');let _0x436406=0x0;while(!![]){switch(_0x233d15[_0x436406++]){case'0':_0xb6b53[_0x561f(0x140)](_0x5d6659[_0x561f(0x38e)],_0x3d861c[_0x561f(0x2af)][_0x561f(0x2b3)]);continue;case'1':_0x24022b['log'](_0x5d6659['kkPqx'],_0x3244f4['features']['encryption']);continue;case'2':_0xd2eab3[_0x561f(0x140)](_0x5d6659[_0x561f(0x390)],_0x44cb0d[_0x561f(0x2af)]['queryScores']);continue;case'3':_0x3bacbc[_0x561f(0x140)](_0x5d6659['NkPoe'],_0xeb622d[_0x561f(0x2af)][_0x561f(0x2ae)]);continue;case'4':_0xcf2c08['log'](_0x5d6659[_0x561f(0x2ba)],_0x2c6fe3[_0x561f(0x2af)]['databases']);continue;case'5':_0x213438[_0x561f(0x140)](_0x561f(0x74),_0xaa6df9[_0x561f(0x2af)]['compression']);continue;case'6':_0x4b18ec[_0x561f(0x140)](_0x5d6659['JAXwb'],_0x4b5a99[_0x561f(0x2af)][_0x561f(0x2b0)]);continue;}break;}}}catch(_0x18149a){_0x5d6659['CAhKx']!==_0x5d6659[_0x561f(0x399)]?(console['error'](_0x5d6659['wqYDo'],_0x18149a),_0x5d6659[_0x561f(0x39a)](_0x2f1f03,_0x561f(0x248)+(_0x18149a instanceof Error?_0x18149a[_0x561f(0x246)]:'Unknown\x20error')),_0x490111(!![]),_0x5d6659[_0x561f(0x39b)](_0x177859)):(_0xfe96ad['log'](_0x5d6659[_0x561f(0x39c)]),_0x5d6659['rUFke'](_0x447bba));}},_0x1db6e7=async _0x25d385=>{const _0x35d225={'wiceU':_0x5d6659[_0x561f(0x21b)],'NNaXl':function(_0x3fcb60,_0x2d71eb){return _0x5d6659[_0x561f(0x23c)](_0x3fcb60,_0x2d71eb);},'fsfsm':function(_0x29b5ad,_0x8c234e){return _0x29b5ad(_0x8c234e);},'znzex':function(_0x410bef,_0x29d420){return _0x5d6659[_0x561f(0x39d)](_0x410bef,_0x29d420);},'PmZOo':function(_0x5dd53c,_0x5a5928){return _0x5dd53c===_0x5a5928;},'gowMT':function(_0x5b3e82,_0x5544a9){return _0x5d6659[_0x561f(0x222)](_0x5b3e82,_0x5544a9);},'fersm':function(_0x126810,_0x574abe){return _0x5d6659['APdUt'](_0x126810,_0x574abe);}};try{if(_0x5d6659[_0x561f(0x221)]('nOnmX',_0x5d6659[_0x561f(0x39e)])){_0x528437[_0x561f(0x161)](_0x35d225[_0x561f(0x39f)],_0x32cf8c),_0x35d225[_0x561f(0x3a0)](_0x4ed28c,{}),_0x35d225[_0x561f(0x3a1)](_0x5617bb,{}),_0x35d225['znzex'](_0x44d8e0,{});const _0x3b87a0=(_0x35d225['PmZOo'](_0x29393a,null)||_0x2be2ed===void 0x0?void 0x0:_0x10ad52['email'])||(_0x35d225[_0x561f(0x3a2)](_0x35ba17,null)||_0x2e05a1===void 0x0?void 0x0:_0x3c44e1[_0x561f(0x1e1)])||'user_'+_0x81c397['floor'](_0x35d225[_0x561f(0x3a3)](_0x5d7d9b[_0x561f(0x1fe)](),0x2710));_0x35d225[_0x561f(0x3a4)](_0x574926,_0x3b87a0);}else{const _0x704860=_0x5d6659[_0x561f(0x3a5)][_0x561f(0x15c)]('|');let _0x1a45d8=0x0;while(!![]){switch(_0x704860[_0x1a45d8++]){case'0':console['log'](_0x5d6659['pNlne'],_0x3577c5);continue;case'1':console['log'](_0x5d6659[_0x561f(0x37d)],(_0x5d6659[_0x561f(0x30f)](_0x534c57,null)||_0x5d6659[_0x561f(0x27b)](_0x534c57,void 0x0)?void 0x0:_0x534c57[_0x561f(0x2f3)](0x0,0x14))+_0x561f(0x2f4));continue;case'2':console[_0x561f(0x140)](_0x5d6659[_0x561f(0x302)]);continue;case'3':if(!_0x3577c5)throw new Error(_0x561f(0x8e));continue;case'4':console[_0x561f(0x140)](_0x561f(0x8c));continue;case'5':console['log'](_0x5d6659[_0x561f(0x303)]);continue;}break;}}}catch(_0x55d1e5){console[_0x561f(0x161)](_0x5d6659[_0x561f(0x363)],_0x55d1e5);throw _0x55d1e5;}},_0x1ee254=async()=>{const _0x5b6931={'PkPRO':_0x561f(0x3a6),'dFlcu':_0x5d6659[_0x561f(0x3a7)],'AEzYU':function(_0xb96629,_0x55b444){return _0x5d6659[_0x561f(0x3a8)](_0xb96629,_0x55b444);},'dsufy':_0x5d6659['xIcwg'],'DgDkU':_0x561f(0x3a9),'wgtqu':_0x5d6659[_0x561f(0x147)],'cCzhT':_0x5d6659['yrgMt'],'DdABu':_0x561f(0xcf),'kmMXh':_0x5d6659['Qwrdq'],'TfcqJ':function(_0x24c9d6,_0x25fca5){return _0x24c9d6!==_0x25fca5;},'rNfxW':_0x5d6659[_0x561f(0x3aa)],'Tnfic':_0x5d6659[_0x561f(0x3ab)],'bLxpN':_0x561f(0x3ac),'ucbcE':function(_0x44cdc9){return _0x5d6659[_0x561f(0x3ad)](_0x44cdc9);},'uJVpp':_0x5d6659[_0x561f(0x3ae)],'GFoEa':function(_0x2f3aef,_0x586dc0){return _0x2f3aef(_0x586dc0);},'rCsHA':_0x5d6659[_0x561f(0x3af)],'xGNQU':_0x5d6659[_0x561f(0x37a)],'KAkUF':'QfowA','zDIXb':'eCGol','nScrR':_0x5d6659[_0x561f(0x3b0)],'vrZfW':'🧠\x20Inference\x20Complete:','Xeomt':function(_0x36520d,_0x311c95){return _0x5d6659[_0x561f(0x35e)](_0x36520d,_0x311c95);},'onVlc':function(_0x4170fc,_0x1e1357){return _0x4170fc(_0x1e1357);},'vNKOJ':_0x5d6659[_0x561f(0x2e3)],'IeGJc':function(_0x2c1029,_0x4d4612){return _0x5d6659[_0x561f(0x3b1)](_0x2c1029,_0x4d4612);},'TybyV':_0x5d6659[_0x561f(0x3b2)],'LyOOe':function(_0x59051f,_0x164138){return _0x5d6659[_0x561f(0x3b3)](_0x59051f,_0x164138);},'BrkAU':_0x561f(0x3b4),'jyQqZ':_0x561f(0x3b5),'vErXi':_0x5d6659[_0x561f(0x3b6)],'rWwmO':_0x5d6659[_0x561f(0x330)],'lQyVX':function(_0x5ced5e,_0x3a2f27){return _0x5d6659[_0x561f(0x34e)](_0x5ced5e,_0x3a2f27);},'FQmDI':_0x5d6659[_0x561f(0x3b7)],'BERsS':_0x561f(0x3b8),'RNGIV':_0x5d6659['aPJOn'],'VAUsX':_0x5d6659[_0x561f(0x3b9)],'kyOPF':function(_0x1f53a0){return _0x1f53a0();},'NcvCp':_0x5d6659[_0x561f(0x3ba)],'slWRR':_0x5d6659[_0x561f(0x3bb)],'xXQqn':_0x5d6659['VLIwG'],'peXxG':'ZLKVL','aXzsi':_0x5d6659[_0x561f(0x3bc)],'fnAgZ':function(_0x4ed89c,_0x2fc4ff){return _0x5d6659[_0x561f(0x3bd)](_0x4ed89c,_0x2fc4ff);},'kTPEY':function(_0x2877b4,_0x5a8764){return _0x5d6659[_0x561f(0x34e)](_0x2877b4,_0x5a8764);},'MasoL':function(_0x2cb2a3,_0x34b566,_0x14aa07){return _0x5d6659[_0x561f(0x3be)](_0x2cb2a3,_0x34b566,_0x14aa07);},'slUOs':_0x5d6659[_0x561f(0x386)],'pBsDg':_0x5d6659[_0x561f(0x3bf)],'oonDL':function(_0x358f37,_0x1c467f){return _0x5d6659[_0x561f(0x243)](_0x358f37,_0x1c467f);},'DpdSm':'Connections\x20required','mlqzb':function(_0x1ae58c,_0x1dea56){return _0x1ae58c(_0x1dea56);},'jVGbj':function(_0x307a2b,_0xd608b6){return _0x5d6659['YkxAX'](_0x307a2b,_0xd608b6);},'iaEau':_0x5d6659[_0x561f(0x3c0)],'FlZqu':function(_0x22db4e,_0x55d222){return _0x22db4e===_0x55d222;},'pKbuf':_0x5d6659[_0x561f(0x3c1)],'wAQmH':_0x5d6659['vfCNl'],'YcPjw':function(_0x21fe53,_0x3f4020){return _0x5d6659['MVDeR'](_0x21fe53,_0x3f4020);},'IZILd':_0x5d6659[_0x561f(0x3c2)],'uifrc':_0x5d6659[_0x561f(0x3c3)],'WoQkN':function(_0x2cf47f,_0x5743ad){return _0x2cf47f(_0x5743ad);},'lokdQ':_0x561f(0x3c4),'tZFpJ':_0x561f(0x3c5),'fgTgP':_0x5d6659[_0x561f(0x3c6)],'NkXQU':function(_0x2294af,_0x29640b){return _0x2294af(_0x29640b);},'cPvjj':function(_0x2ce8d1,_0xa8460a){return _0x5d6659[_0x561f(0x3b1)](_0x2ce8d1,_0xa8460a);},'DRhvU':_0x5d6659[_0x561f(0x3c7)],'BBXgV':_0x5d6659['ceIOL'],'tKndB':function(_0x50bfe4,_0x32ae50){return _0x5d6659[_0x561f(0x1d8)](_0x50bfe4,_0x32ae50);},'Dqebq':function(_0x58f928){return _0x58f928();},'weeSN':_0x5d6659[_0x561f(0x3c8)],'VisUF':_0x561f(0x3c9),'uVKKD':function(_0xc9e862,_0x13a6e2){return _0xc9e862(_0x13a6e2);},'wxhgV':_0x561f(0x3ca),'kKXTz':function(_0x159173,_0x4a36e0){return _0x5d6659['PzdBJ'](_0x159173,_0x4a36e0);},'AQSNH':function(_0x1a1ded,_0x31fb2c){return _0x5d6659[_0x561f(0x3cb)](_0x1a1ded,_0x31fb2c);},'AgUlt':function(_0x281a7c,_0x1e52e3){return _0x281a7c===_0x1e52e3;},'pqqqr':function(_0x3e2f18,_0x2ae0e4){return _0x5d6659[_0x561f(0x3cc)](_0x3e2f18,_0x2ae0e4);},'JafMo':function(_0x3c6543,_0x2bba8a){return _0x5d6659[_0x561f(0x3cd)](_0x3c6543,_0x2bba8a);},'FAWji':function(_0xecb36f,_0x468edc){return _0x5d6659[_0x561f(0x3ce)](_0xecb36f,_0x468edc);},'IzUza':function(_0x389968,_0x12c62d){return _0x5d6659[_0x561f(0x3cf)](_0x389968,_0x12c62d);},'BPuEq':function(_0x38c179){return _0x5d6659[_0x561f(0x3d0)](_0x38c179);},'GpguX':function(_0x5b9d19,_0x362a9c){return _0x5d6659[_0x561f(0x3d1)](_0x5b9d19,_0x362a9c);},'FgyZH':_0x5d6659[_0x561f(0x3d2)],'lcpDA':_0x561f(0xf3)};_0x444232(0x0),_0x5d6659['MKmxD'](_0x2f1f03,_0x5d6659[_0x561f(0x3d3)]),_0x5d6659[_0x561f(0x3d4)](_0x551d96,![]),_0x5d6659[_0x561f(0x3d5)](_0x490111,![]),_0x5d6659[_0x561f(0x3d6)](_0x554011);try{if(_0x5d6659[_0x561f(0x3d7)](_0x5d6659['UNHng'],_0x5d6659[_0x561f(0x3d8)])){var _0x29f490;console['log'](_0x5d6659[_0x561f(0x3d9)]),console[_0x561f(0x140)](_0x5d6659[_0x561f(0x3da)]);const _0x1ae7e6=await _0x5d6659[_0x561f(0x321)](_0x277a98);if(!_0x1ae7e6)throw new Error(_0x5d6659[_0x561f(0x3db)]);_0x5d6659['hkTdp'](_0x2a0190,_0x1ae7e6),console[_0x561f(0x140)](_0x5d6659[_0x561f(0x3dc)],_0x1ae7e6['substring'](0x0,0x14)+_0x561f(0x2f4)),console['log'](_0x5d6659[_0x561f(0x3dd)],_0x1ae7e6[_0x561f(0x1e7)]);const _0x12b925=await(0x0,_jwtStorageService[_0x561f(0x1de)])();console['log'](_0x5d6659['oGgGo'],_0x12b925?_0x12b925[_0x561f(0x2f3)](0x0,0x14)+_0x561f(0x2f4):_0x5d6659[_0x561f(0x3de)]);if(!_0x3d50be){var _0x2c7fcc;console[_0x561f(0x140)](_0x5d6659['mpvUw']);const _0x47fa5d=await(0x0,_authService['getOnairosUsername'])(),_0x24a41d=_0x47fa5d||(_0x5d6659['oSVAH'](_0x5693de,null)||_0x5d6659[_0x561f(0x301)](_0x5693de,void 0x0)||_0x5d6659[_0x561f(0x27b)](_0x2c7fcc=_0x5693de[_0x561f(0x15a)],null)||_0x5d6659[_0x561f(0x377)](_0x2c7fcc,void 0x0)?void 0x0:_0x2c7fcc[_0x561f(0x15c)]('@')[0x0])||(_0x5d6659[_0x561f(0x3df)](_0x5693de,null)||_0x5693de===void 0x0?void 0x0:_0x5693de[_0x561f(0x1e1)])||_0x5d6659[_0x561f(0x1e2)],_0x4240c8={'username':_0x24a41d,'email':(_0x5d6659['SjvtZ'](_0x5693de,null)||_0x5d6659[_0x561f(0x3e0)](_0x5693de,void 0x0)?void 0x0:_0x5693de[_0x561f(0x15a)])||null,'id':null};_0x5d6659[_0x561f(0x243)](_0x5cd505,_0x4240c8),_0x5d6659[_0x561f(0x2d8)](_0x2aa65e,_0x24a41d),console[_0x561f(0x140)](_0x561f(0x3e1),_0x4240c8),await new Promise(_0x3e3adb=>setTimeout(()=>_0x3e3adb(),0xc8));}const _0x57050f=_0x5d6659[_0x561f(0x3e2)](_0x3d50be,{'username':_0x169394||(_0x5d6659[_0x561f(0x3cc)](_0x5693de,null)||_0x5693de===void 0x0||_0x5d6659[_0x561f(0x3e3)](_0x29f490=_0x5693de[_0x561f(0x15a)],null)||_0x29f490===void 0x0?void 0x0:_0x29f490[_0x561f(0x15c)]('@')[0x0])||(_0x5d6659['PCKey'](_0x5693de,null)||_0x5d6659[_0x561f(0x3e4)](_0x5693de,void 0x0)?void 0x0:_0x5693de['name'])||_0x561f(0x3e5),'email':(_0x5d6659[_0x561f(0x2fc)](_0x5693de,null)||_0x5d6659['Ffllb'](_0x5693de,void 0x0)?void 0x0:_0x5693de[_0x561f(0x15a)])||null,'id':null});if(!_0x1ae7e6){console['error'](_0x5d6659[_0x561f(0x3e6)]);throw new Error(_0x561f(0xbe));}console[_0x561f(0x140)](_0x5d6659['biuvY']),console['log'](_0x561f(0x3e7),_0x57050f),console[_0x561f(0x140)](_0x561f(0x3e8),!!_0x1ae7e6),console[_0x561f(0x140)](_0x5d6659[_0x561f(0x3e9)]),console[_0x561f(0x140)](_0x5d6659[_0x561f(0x3ea)],_reactNative[_0x561f(0x3eb)]['OS']),console[_0x561f(0x140)](_0x5d6659['RWyDH']),_0x2f1f03(_0x5d6659[_0x561f(0x3ec)]),_0x5d6659[_0x561f(0x3ed)](_0x444232,0x5),_0x540458[_0x561f(0x142)]=(0x0,_socket['io'])(_api[_0x561f(0x1dd)][_0x561f(0x2df)],{'transports':[_0x5d6659[_0x561f(0x3ee)],_0x5d6659['galdC']],'autoConnect':![],'timeout':0x3a98,'reconnection':!![],'reconnectionAttempts':0x3,'reconnectionDelay':0x3e8,'forceNew':!![]}),console[_0x561f(0x140)](_0x5d6659['fzKHB'],{'connected':_0x540458[_0x561f(0x142)][_0x561f(0x42)],'id':_0x540458[_0x561f(0x142)]['id'],'disconnected':_0x540458[_0x561f(0x142)][_0x561f(0x170)]}),_0x540458[_0x561f(0x142)]['on'](_0x5d6659['eOXOy'],()=>{var _0x4c6ebf,_0x1a471c,_0x3ba14f,_0x50f96b;console[_0x561f(0x140)](_0x561f(0x3ef)),console['log'](_0x5d6659[_0x561f(0x3f0)],{'id':_0x5d6659['Osled'](_0x4c6ebf=_0x540458[_0x561f(0x142)],null)||_0x5d6659[_0x561f(0x3e0)](_0x4c6ebf,void 0x0)?void 0x0:_0x4c6ebf['id'],'connected':(_0x1a471c=_0x540458[_0x561f(0x142)])===null||_0x5d6659[_0x561f(0x3f1)](_0x1a471c,void 0x0)?void 0x0:_0x1a471c[_0x561f(0x42)],'transport':_0x5d6659[_0x561f(0x1f3)](_0x3ba14f=_0x540458[_0x561f(0x142)],null)||_0x3ba14f===void 0x0||_0x5d6659[_0x561f(0x3f2)](_0x3ba14f=_0x3ba14f['io'],null)||_0x5d6659[_0x561f(0x2fd)](_0x3ba14f,void 0x0)||_0x5d6659[_0x561f(0x3f3)](_0x3ba14f=_0x3ba14f[_0x561f(0x27f)],null)||_0x5d6659[_0x561f(0x3d7)](_0x3ba14f,void 0x0)||_0x5d6659[_0x561f(0x230)](_0x3ba14f=_0x3ba14f[_0x561f(0x3f4)],null)||_0x3ba14f===void 0x0?void 0x0:_0x3ba14f[_0x561f(0x1e1)]}),_0x5d6659[_0x561f(0x1e9)](_0x1849d1,!![]),_0x5d6659['wGWkA'](_0x2f1f03,_0x5d6659['UXWiy']),_0x5d6659['mweoH'](_0x444232,0xa);const _0x40958b=_0x5d6659['uPRCW'](_0x50f96b=_0x540458[_0x561f(0x142)],null)||_0x50f96b===void 0x0?void 0x0:_0x50f96b['id'];console[_0x561f(0x140)](_0x5d6659[_0x561f(0x3f5)],_0x40958b),_0x40958b?(console[_0x561f(0x140)](_0x5d6659[_0x561f(0x3f6)],_0x1ae7e6?_0x1ae7e6[_0x561f(0x2f3)](0x0,0x14)+_0x561f(0x2f4):_0x5d6659[_0x561f(0x3f7)]),console['log']('⏰\x20Socket\x20registered\x20but\x20training\x20will\x20not\x20start\x20from\x20persona\x20screen...'),_0x2f1f03(_0x5d6659[_0x561f(0x3f8)])):(console[_0x561f(0x161)](_0x5d6659[_0x561f(0x3f9)]),_0x5d6659[_0x561f(0x1ec)](_0x2f1f03,_0x5d6659['agTgs']),_0x5d6659[_0x561f(0x3fa)](_0x490111,!![]),_0x5d6659[_0x561f(0x22b)](_0x177859));}),_0x540458[_0x561f(0x142)]['on'](_0x5d6659['PUmEw'],_0x845ed9=>{const _0xf9e9={'ovqMr':function(_0x40681e,_0x47941f){return _0x5d6659[_0x561f(0x394)](_0x40681e,_0x47941f);},'BqZgs':function(_0x4922f8,_0x35c5b6){return _0x5d6659[_0x561f(0x25f)](_0x4922f8,_0x35c5b6);},'vNTaf':function(_0xa0c069,_0x38b7e4){return _0x5d6659[_0x561f(0x39a)](_0xa0c069,_0x38b7e4);}};if(_0x5d6659[_0x561f(0x3fb)](_0x5d6659[_0x561f(0x3fc)],_0x561f(0x3fd)))_0xf9e9[_0x561f(0x3fe)](_0x1ede12,_0x53aadb[_0x561f(0x177)]),_0x29633c(_0x135001[_0x561f(0x175)]||_0x561f(0x3ca)),_0x421d27&&_0xf9e9[_0x561f(0x3ff)](_0x2ce9f8['progress'],0x1e)&&_0xf9e9['vNTaf'](_0x2927b9,![]);else{var _0x419dd1;console['log'](_0x5d6659['QfsmX'],_0x845ed9),console['log'](_0x5d6659[_0x561f(0x400)],{'reason':_0x845ed9,'wasConnected':_0x5e63a7,'socketId':_0x5d6659[_0x561f(0x401)](_0x419dd1=_0x540458[_0x561f(0x142)],null)||_0x419dd1===void 0x0?void 0x0:_0x419dd1['id']}),_0x1849d1(![]);}}),_0x540458['current']['on'](_0x5d6659[_0x561f(0x402)],_0x4ef6f5=>{_0x5d6659['dwGRS'](_0x5d6659[_0x561f(0x403)],_0x5d6659[_0x561f(0x404)])?(_0x3c9493[_0x561f(0x140)](_0x5b6931[_0x561f(0x405)],_0x10fe43),_0x556b5f(_0x5b6931[_0x561f(0x406)]),_0x5b6931['AEzYU'](_0x37dab7,0x3c)):(console[_0x561f(0x140)](_0x5d6659[_0x561f(0x407)],_0x4ef6f5,_0x5d6659[_0x561f(0x408)]),_0x1849d1(!![]));}),_0x540458['current']['on'](_0x5d6659[_0x561f(0x409)],_0x26e305=>{const _0x51de01={'CXAtk':_0x5b6931[_0x561f(0x40a)],'AEdBF':_0x5b6931[_0x561f(0x40b)],'HtXKv':_0x561f(0x40c),'JeIpK':_0x5b6931[_0x561f(0x40d)]};_0x5b6931[_0x561f(0x40e)]!==_0x5b6931['cCzhT']?(_0x4dfafe['log'](_0x51de01[_0x561f(0x40f)],_0x196987),_0x5b8bfa[_0x561f(0x140)](_0x51de01['AEdBF'],_0x59a14f),_0x454321[_0x561f(0x140)](_0x51de01['HtXKv'],_0x2ee40b),_0x827237[_0x561f(0x140)](_0x51de01[_0x561f(0x410)],_0x17a0bf)):(console[_0x561f(0x140)](_0x561f(0x32d),_0x26e305),_0x2f1f03(_0x561f(0x411)+_0x26e305+_0x561f(0x32e)));}),_0x540458[_0x561f(0x142)]['on'](_0x561f(0x412),_0x563643=>{const _0x3bb227={'JiPGD':_0x5b6931['DdABu'],'qxDZK':_0x5b6931[_0x561f(0x413)]};_0x5b6931[_0x561f(0x414)](_0x5b6931['rNfxW'],_0x5b6931['rNfxW'])?(_0x40fd25[_0x561f(0x140)](_0x561f(0xce),_0x2ae5d9?_0x11e995[_0x561f(0x2f3)](0x0,0x14)+_0x561f(0x2f4):_0x3bb227[_0x561f(0x415)]),_0x38de85['log'](_0x3bb227[_0x561f(0x416)]),_0xb39a76(_0x561f(0x417))):console[_0x561f(0x161)](_0x5b6931[_0x561f(0x418)],_0x563643);}),_0x540458[_0x561f(0x142)]['on'](_0x5d6659['yzyso'],()=>{console[_0x561f(0x161)](_0x5d6659[_0x561f(0x419)]),_0x5d6659[_0x561f(0x41a)](_0x2f1f03,_0x5d6659[_0x561f(0x41b)]),_0x5d6659['sSeDb'](_0x490111,!![]),_0x5d6659[_0x561f(0x250)](_0x177859);}),_0x540458[_0x561f(0x142)]['on'](_0x5d6659['qWLyo'],_0x2fa07e=>{const _0x398934=_0x5b6931[_0x561f(0x41c)][_0x561f(0x15c)]('|');let _0x31163f=0x0;while(!![]){switch(_0x398934[_0x31163f++]){case'0':_0x5b6931['ucbcE'](_0x177859);continue;case'1':console[_0x561f(0x161)](_0x5b6931[_0x561f(0x41d)],_0x2fa07e);continue;case'2':_0x5b6931['GFoEa'](_0x2f1f03,_0x5b6931[_0x561f(0x41e)]);continue;case'3':_0x490111(!![]);continue;case'4':console['error'](_0x561f(0x41f),{'message':_0x2fa07e[_0x561f(0x246)],'name':_0x2fa07e['name'],'stack':_0x2fa07e[_0x561f(0x420)],'errorObject':_0x2fa07e});continue;}break;}}),_0x540458['current']['on']('trainingCompleted',_0x26ac67=>{const _0x2864ab={'iJZvM':_0x5b6931[_0x561f(0x421)],'WkYIJ':_0x561f(0xbe)};if(_0x5b6931[_0x561f(0x422)]===_0x5b6931[_0x561f(0x423)]){_0xd13c03[_0x561f(0x161)](_0x2864ab['iJZvM']);throw new _0x425c8c(_0x2864ab['WkYIJ']);}else console[_0x561f(0x140)](_0x5b6931[_0x561f(0x405)],_0x26ac67),_0x2f1f03(_0x5b6931[_0x561f(0x406)]),_0x444232(0x3c);}),_0x540458[_0x561f(0x142)]['on'](_0x5d6659[_0x561f(0x424)],_0x215e80=>{const _0x5eba8d=_0x5b6931[_0x561f(0x425)][_0x561f(0x15c)]('|');let _0x2c24cf=0x0;while(!![]){switch(_0x5eba8d[_0x2c24cf++]){case'0':console['log'](_0x5b6931[_0x561f(0x426)],_0x215e80);continue;case'1':_0x5b6931[_0x561f(0x427)](_0x5708fc,_0x215e80[_0x561f(0x2e6)]);continue;case'2':_0x5b6931[_0x561f(0x428)](_0x444232,0x50);continue;case'3':_0x5b6931[_0x561f(0x428)](_0x2f1f03,_0x5b6931[_0x561f(0x429)]);continue;case'4':_0x5b6931[_0x561f(0x42a)](_0x4f7697,_0x215e80['inferenceResults']);continue;}break;}}),_0x540458[_0x561f(0x142)]['on'](_0x561f(0x42b),_0x16231f=>{if(_0x5d6659[_0x561f(0x1d1)](_0x5d6659['OOzao'],_0x5d6659[_0x561f(0x42c)])){console[_0x561f(0x140)](_0x5d6659[_0x561f(0x42d)],_0x16231f);if(_0x16231f[_0x561f(0x42e)]){if(_0x5d6659[_0x561f(0x30f)]('RCaEl',_0x5d6659[_0x561f(0x42f)])){if(_0x1401e5['has'](_0x463b03))return _0x361fc0['get'](_0xeff696);_0x473db6[_0x561f(0x8)](_0x312f8d,_0x4d647b);}else console[_0x561f(0x140)](_0x5d6659[_0x561f(0x430)],_0x16231f[_0x561f(0x246)]),console[_0x561f(0x140)](_0x5d6659[_0x561f(0x2b9)],_0x16231f[_0x561f(0x2b0)]),console[_0x561f(0x140)](_0x5d6659[_0x561f(0x2ab)],_0x16231f[_0x561f(0x2ce)]),console[_0x561f(0x140)](_0x5d6659['wvjeE'],_0x16231f['inference']),_0x16231f[_0x561f(0x2b1)]&&Array[_0x561f(0x317)](_0x16231f[_0x561f(0x2b1)])&&console[_0x561f(0x140)](_0x5d6659[_0x561f(0x3b2)],_0x16231f[_0x561f(0x2b1)][_0x561f(0x431)](',\x20')),_0x16231f[_0x561f(0x432)]&&console['log'](_0x5d6659[_0x561f(0x433)]);}_0x551d96(!![]),_0x5d6659['XLTCj'](_0x2f1f03,_0x5d6659[_0x561f(0x434)]),_0x444232(0x64),_0x177859();}else(0x0,_0x277246[_0x561f(0x1ce)])(_0x302d79)&&_0x483ddc(_0x33ac31);}),_0x540458[_0x561f(0x142)]['on'](_0x5d6659[_0x561f(0x435)],_0xc46e34=>{const _0x280c3e={'WOdBy':_0x5b6931['TybyV'],'sPpjp':_0x561f(0x8e),'yUtRX':function(_0x21e2f2,_0x1d55a6){return _0x5b6931[_0x561f(0x436)](_0x21e2f2,_0x1d55a6);},'ofTsX':_0x5b6931['BrkAU'],'wguxp':_0x561f(0x437),'LRjej':_0x5b6931[_0x561f(0x438)],'ealKJ':_0x5b6931[_0x561f(0x439)],'hmbjB':_0x5b6931[_0x561f(0x43a)],'AhhVe':function(_0x2bf8bc,_0x26dac9){return _0x5b6931[_0x561f(0x428)](_0x2bf8bc,_0x26dac9);},'uYczu':_0x561f(0x43b),'ZwEhx':'Token\x20refresh\x20failed\x20-\x20please\x20restart\x20from\x20connector\x20screen','ADEpb':function(_0x321c4e,_0x25d587){return _0x5b6931[_0x561f(0x43c)](_0x321c4e,_0x25d587);},'EwPcA':_0x5b6931[_0x561f(0x43d)],'lNcBJ':_0x5b6931[_0x561f(0x43e)],'DSUId':'YouTube\x20reconnected\x20-\x20please\x20restart\x20from\x20connector\x20screen','BqCHf':_0x5b6931['RNGIV'],'bggUp':_0x561f(0x43f),'deFZn':function(_0x2f9b3,_0x44576c){return _0x5b6931[_0x561f(0x440)](_0x2f9b3,_0x44576c);},'OXUOG':function(_0x5209e5){return _0x5209e5();},'YBYof':_0x5b6931[_0x561f(0x441)],'VOKlF':function(_0xa2c3d5,_0xb6605c){return _0xa2c3d5(_0xb6605c);},'fCpUF':function(_0x317b0f){return _0x5b6931[_0x561f(0x442)](_0x317b0f);},'SGnUm':_0x5b6931[_0x561f(0x418)]};console[_0x561f(0x140)](_0x5b6931[_0x561f(0x443)],_0xc46e34);if(_0xc46e34['error']&&_0xc46e34[_0x561f(0x161)][_0x561f(0x156)](_0x5b6931[_0x561f(0x444)])){if(_0x5b6931[_0x561f(0x445)]===_0x5b6931[_0x561f(0x446)])_0x37399e[_0x561f(0x140)](_0x280c3e[_0x561f(0x447)],_0x1595ac[_0x561f(0x2b1)][_0x561f(0x431)](',\x20'));else{console[_0x561f(0x140)](_0x5b6931[_0x561f(0x448)]),_0x5b6931['fnAgZ'](_0xf145a8,null),_0x5b6931[_0x561f(0x449)](_0x168db2,![]),_0x2f1f03(_0x561f(0x44a)),_0x5b6931['MasoL'](setTimeout,async()=>{const _0x22771a={'qqdoD':_0x280c3e[_0x561f(0x44b)]};if(_0x280c3e[_0x561f(0x44c)](_0x280c3e['ofTsX'],_0x280c3e['wguxp']))throw new _0x1f4caa(_0x22771a['qqdoD']);else try{console[_0x561f(0x140)](_0x280c3e[_0x561f(0x44d)]);const _0x44c53f=await(0x0,_platformAuthService['refreshYouTubeTokens'])();if(_0x44c53f)console['log'](_0x280c3e[_0x561f(0x44e)]),_0x2f1f03(_0x280c3e['hmbjB']),_0x280c3e[_0x561f(0x44f)](_0x490111,!![]);else{console[_0x561f(0x140)](_0x280c3e[_0x561f(0x450)]),_0x2f1f03(_0x280c3e[_0x561f(0x451)]);try{await _0x280c3e[_0x561f(0x452)](_0x35438f,_0x280c3e[_0x561f(0x453)]),console[_0x561f(0x140)](_0x280c3e[_0x561f(0x454)]),_0x280c3e[_0x561f(0x44f)](_0x2f1f03,_0x280c3e[_0x561f(0x455)]),_0x280c3e['AhhVe'](_0x490111,!![]);}catch(_0x2f0a3e){console[_0x561f(0x161)](_0x280c3e[_0x561f(0x456)],_0x2f0a3e),_0x280c3e['ADEpb'](_0x2f1f03,_0x280c3e[_0x561f(0x457)]),_0x280c3e['deFZn'](_0x490111,!![]),_0x280c3e['OXUOG'](_0x177859);}}}catch(_0x30af1b){console[_0x561f(0x161)]('❌\x20YouTube\x20token\x20refresh/reconnection\x20error:',_0x30af1b),_0x2f1f03(_0x280c3e['YBYof']),_0x280c3e['VOKlF'](_0x490111,!![]),_0x280c3e[_0x561f(0x458)](_0x177859);}},0x3e8);return;}}if(_0xc46e34[_0x561f(0x385)]||_0xc46e34[_0x561f(0x459)]===_0x5b6931[_0x561f(0x45a)]){console[_0x561f(0x140)](_0x5b6931[_0x561f(0x45b)]),_0xf145a8(_0x561f(0x1b3)),_0x543bad(_0xc46e34),_0x5b6931[_0x561f(0x45c)](_0x168db2,!![]),_0x2f1f03(_0x5b6931[_0x561f(0x45d)]),_0x5b6931[_0x561f(0x45e)](_0x490111,!![]),_0x177859();return;}if(_0x5b6931[_0x561f(0x45f)](_0xc46e34['code'],_0x5b6931[_0x561f(0x460)])){if(_0x5b6931[_0x561f(0x461)](_0x5b6931['pKbuf'],_0x5b6931[_0x561f(0x462)])){const _0x293207=_0x5b6931[_0x561f(0x463)]['split']('|');let _0x297eac=0x0;while(!![]){switch(_0x293207[_0x297eac++]){case'0':return;case'1':_0x5b6931[_0x561f(0x464)](_0x543bad,_0xc46e34['details']);continue;case'2':_0x5b6931[_0x561f(0x42a)](_0x168db2,!![]);continue;case'3':console[_0x561f(0x140)](_0x5b6931[_0x561f(0x465)]);continue;case'4':_0x5b6931['ucbcE'](_0x177859);continue;case'5':_0x490111(!![]);continue;case'6':_0x5b6931[_0x561f(0x42a)](_0x2f1f03,_0x5b6931[_0x561f(0x466)]);continue;case'7':_0x5b6931[_0x561f(0x467)](_0xf145a8,_0x561f(0xe7));continue;}break;}}else _0xf1f975[_0x561f(0x161)](_0x280c3e[_0x561f(0x468)],_0x53dd08);}if(_0xc46e34[_0x561f(0x459)]===_0x561f(0xec)){if(_0x5b6931[_0x561f(0x414)](_0x5b6931[_0x561f(0x469)],_0x5b6931[_0x561f(0x46a)])){console[_0x561f(0x140)](_0x561f(0x46b)),_0x5b6931['oonDL'](_0xf145a8,_0x5b6931[_0x561f(0x46c)]),_0x543bad(_0xc46e34[_0x561f(0x219)]),_0x5b6931[_0x561f(0x46d)](_0x168db2,!![]),_0x5b6931[_0x561f(0x46e)](_0x2f1f03,_0x5b6931[_0x561f(0x46f)]);return;}else _0x280c3e['OXUOG'](_0x386ae9);}if(_0xc46e34['error'])console[_0x561f(0x161)](_0x5b6931[_0x561f(0x470)],_0xc46e34['error']),_0x5b6931['tKndB'](_0x2f1f03,_0x561f(0x248)+_0xc46e34['error']),_0x5b6931[_0x561f(0x428)](_0x490111,!![]),_0x5b6931[_0x561f(0x471)](_0x177859);else _0xc46e34[_0x561f(0x177)]&&(_0x5b6931['weeSN']!==_0x5b6931[_0x561f(0x472)]?(_0x5b6931[_0x561f(0x473)](_0x444232,_0xc46e34[_0x561f(0x177)]),_0x5b6931[_0x561f(0x46d)](_0x2f1f03,_0xc46e34[_0x561f(0x175)]||_0x5b6931[_0x561f(0x474)]),_0x3b7b97&&_0x5b6931[_0x561f(0x475)](_0xc46e34[_0x561f(0x177)],0x1e)&&_0x168db2(![])):_0x280c3e[_0x561f(0x476)](_0x288fc6,![]));}),console[_0x561f(0x140)](_0x5d6659['Szleo']),console[_0x561f(0x140)](_0x561f(0x477),{'url':_api[_0x561f(0x1dd)][_0x561f(0x2df)],'transports':[_0x5d6659['IhWyI']],'autoConnect':![],'timeout':0x2710,'reconnection':![]}),_0x540458[_0x561f(0x142)][_0x561f(0x1b)](),console[_0x561f(0x140)](_0x5d6659[_0x561f(0x478)]),_0x5d6659[_0x561f(0x3be)](setTimeout,()=>{var _0x5837cf,_0x502bb0,_0x48c481,_0x4fb9dc;console[_0x561f(0x140)](_0x561f(0x59),{'connected':_0x5b6931['jVGbj'](_0x5837cf=_0x540458[_0x561f(0x142)],null)||_0x5b6931[_0x561f(0x479)](_0x5837cf,void 0x0)?void 0x0:_0x5837cf[_0x561f(0x42)],'disconnected':_0x5b6931[_0x561f(0x461)](_0x502bb0=_0x540458[_0x561f(0x142)],null)||_0x5b6931[_0x561f(0x461)](_0x502bb0,void 0x0)?void 0x0:_0x502bb0[_0x561f(0x170)],'id':_0x5b6931['AgUlt'](_0x48c481=_0x540458[_0x561f(0x142)],null)||_0x5b6931[_0x561f(0x436)](_0x48c481,void 0x0)?void 0x0:_0x48c481['id'],'engineConnected':_0x5b6931[_0x561f(0x45f)](_0x4fb9dc=_0x540458['current'],null)||_0x5b6931['pqqqr'](_0x4fb9dc,void 0x0)||(_0x4fb9dc=_0x4fb9dc['io'])===null||_0x5b6931['AgUlt'](_0x4fb9dc,void 0x0)||_0x5b6931['JafMo'](_0x4fb9dc=_0x4fb9dc['engine'],null)||_0x5b6931[_0x561f(0x47a)](_0x4fb9dc,void 0x0)?void 0x0:_0x4fb9dc[_0x561f(0x280)]});},0x3e8),setTimeout(()=>{if(_0x5d6659['TAUYr'](_0x561f(0x47b),_0x5d6659[_0x561f(0x47c)])){var _0x4783e2,_0x161760,_0x2f74b2,_0x40f81f;console[_0x561f(0x140)](_0x5d6659[_0x561f(0x47d)],{'connected':_0x5d6659[_0x561f(0x37e)](_0x4783e2=_0x540458[_0x561f(0x142)],null)||_0x5d6659[_0x561f(0x3d7)](_0x4783e2,void 0x0)?void 0x0:_0x4783e2[_0x561f(0x42)],'disconnected':_0x5d6659[_0x561f(0x3f2)](_0x161760=_0x540458[_0x561f(0x142)],null)||_0x161760===void 0x0?void 0x0:_0x161760[_0x561f(0x170)],'id':_0x5d6659[_0x561f(0x47e)](_0x2f74b2=_0x540458[_0x561f(0x142)],null)||_0x5d6659[_0x561f(0x47f)](_0x2f74b2,void 0x0)?void 0x0:_0x2f74b2['id'],'engineConnected':(_0x40f81f=_0x540458['current'])===null||_0x5d6659[_0x561f(0x480)](_0x40f81f,void 0x0)||_0x5d6659[_0x561f(0x481)](_0x40f81f=_0x40f81f['io'],null)||_0x5d6659[_0x561f(0x482)](_0x40f81f,void 0x0)||_0x5d6659[_0x561f(0x483)](_0x40f81f=_0x40f81f['engine'],null)||_0x5d6659[_0x561f(0x484)](_0x40f81f,void 0x0)?void 0x0:_0x40f81f[_0x561f(0x280)]});}else _0x5b6931[_0x561f(0x42a)](_0x31499a,_0x47d2ec);},0x1388),_0x5d6659['RgGAz'](setTimeout,()=>{if(!_0x5e63a7&&_0x540458[_0x561f(0x142)]&&!_0x540458[_0x561f(0x142)][_0x561f(0x42)]){const _0x34adc7=_0x561f(0x485)[_0x561f(0x15c)]('|');let _0x19354d=0x0;while(!![]){switch(_0x34adc7[_0x19354d++]){case'0':console[_0x561f(0x161)](_0x561f(0x486));continue;case'1':_0x5b6931[_0x561f(0x487)](_0x2f1f03,_0x561f(0x488));continue;case'2':_0x5b6931[_0x561f(0x489)](_0x177859);continue;case'3':_0x5b6931[_0x561f(0x48a)](_0x490111,!![]);continue;case'4':_0x540458[_0x561f(0x142)]&&(_0x540458[_0x561f(0x142)][_0x561f(0xff)](),_0x540458[_0x561f(0x142)]=null);continue;case'5':console[_0x561f(0x161)](_0x5b6931[_0x561f(0x48b)],{'connected':_0x540458['current'][_0x561f(0x42)],'disconnected':_0x540458[_0x561f(0x142)][_0x561f(0x170)],'id':_0x540458[_0x561f(0x142)]['id']});continue;}break;}}},0x4e20);}else throw new _0x1695f9(_0x5b6931[_0x561f(0x48c)]);}catch(_0x50168b){_0x5d6659[_0x561f(0x355)]('CpRgl',_0x561f(0x48d))?(console[_0x561f(0x161)]('❌\x20Error\x20in\x20startPersonaCreation:',_0x50168b),_0x5d6659[_0x561f(0x1b5)](_0x2f1f03,_0x5d6659['SqGfJ']),_0x5d6659['sSeDb'](_0x490111,!![]),_0x5d6659[_0x561f(0x48e)](_0x177859)):(_0x363050[_0x561f(0x142)]['disconnect'](),_0x1ed8b1[_0x561f(0x142)]=null);}},_0x2df10f=_0x372465=>{const _0x37718d={'Xrlgw':_0x5d6659[_0x561f(0x433)]};if(_0x274282)return _0x5d6659[_0x561f(0x48f)];if(_0x5433a3)return _0x5d6659[_0x561f(0x490)];let _0x59a4b1='';if(_0x5d6659[_0x561f(0x491)](_0x372465,0x14))_0x59a4b1=_0x5d6659[_0x561f(0x492)];else{if(_0x372465<0x28)_0x5d6659['nmMUh'](_0x5d6659[_0x561f(0x493)],_0x5d6659['uJFxF'])?_0x59a4b1=_0x561f(0x32f):_0x4acc53['log'](_0x37718d['Xrlgw']);else{if(_0x372465<0x3c)_0x59a4b1=_0x5d6659[_0x561f(0x494)];else{if(_0x5d6659[_0x561f(0x495)](_0x372465,0x50))_0x59a4b1=_0x5d6659['sAFzL'];else _0x5d6659[_0x561f(0x496)](_0x372465,0x5f)?_0x59a4b1=_0x5d6659[_0x561f(0x2d7)]:_0x59a4b1=_0x5d6659['kxHQf'];}}}return _0x5d6659[_0x561f(0x497)](_0x59a4b1,_0x464ed3);},_0x25020e=async()=>{console[_0x561f(0x140)](_0x5d6659['NAwHf']);_0x540458['current']&&(console[_0x561f(0x140)](_0x5d6659['zPkDo']),_0x540458['current'][_0x561f(0xff)](),_0x540458[_0x561f(0x142)]=null);(0x0,_pinStorageUtils[_0x561f(0x498)])(),_0x5e9823[_0x561f(0x142)]=!![];try{const _0x25cce9=await(0x0,_jwtStorageService[_0x561f(0x1de)])();if(_0x25cce9){if(_0x5d6659[_0x561f(0x499)](_0x5d6659[_0x561f(0x49a)],_0x561f(0x49b)))console[_0x561f(0x140)](_0x561f(0x34a),_0x25cce9[_0x561f(0x2f3)](0x0,0x1e)+_0x561f(0x2f4)),_0x5d6659['myylq'](_0x350a92,null)||_0x350a92===void 0x0||_0x5d6659[_0x561f(0x49c)](_0x350a92,_api[_0x561f(0x1dd)][_0x561f(0x2df)],_0x25cce9,{'email':(_0x5d6659[_0x561f(0x49d)](_0x3d50be,null)||_0x3d50be===void 0x0?void 0x0:_0x3d50be[_0x561f(0x15a)])||'',..._0x3d50be});else return _0x20fa7a['log'](_0x5d6659[_0x561f(0x49e)],_0x4ccec5[_0x561f(0x2f3)](0x0,0x14)+_0x561f(0x2f4)),_0x231dd6[_0x561f(0x140)](_0x561f(0xf4),_0xe6dff9['length']),_0x233e69;}else console[_0x561f(0x161)](_0x5d6659[_0x561f(0x49f)]),_0x350a92===null||_0x5d6659['fZFCI'](_0x350a92,void 0x0)||_0x350a92(_api['API_CONFIG']['BASE_URL'],_0x5d6659[_0x561f(0x2d4)],{'email':(_0x5d6659[_0x561f(0x381)](_0x3d50be,null)||_0x5d6659[_0x561f(0x4a0)](_0x3d50be,void 0x0)?void 0x0:_0x3d50be[_0x561f(0x15a)])||'',..._0x3d50be});}catch(_0x4d98e8){console[_0x561f(0x161)](_0x5d6659['qxLJi'],_0x4d98e8),_0x5d6659['AJNvJ'](_0x350a92,null)||_0x350a92===void 0x0||_0x5d6659['ScAol'](_0x350a92,_api[_0x561f(0x1dd)][_0x561f(0x2df)],_0x5d6659[_0x561f(0x2d4)],{'email':(_0x5d6659[_0x561f(0x4a1)](_0x3d50be,null)||_0x5d6659[_0x561f(0x4a2)](_0x3d50be,void 0x0)?void 0x0:_0x3d50be[_0x561f(0x15a)])||'',..._0x3d50be});}},_0x277a98=async()=>{const _0x543457={'twwWg':_0x5d6659[_0x561f(0x4a3)],'GPVHW':function(_0xd7f598,_0x1440ba){return _0x5d6659[_0x561f(0x387)](_0xd7f598,_0x1440ba);},'aGAaU':_0x5d6659[_0x561f(0x13b)],'gmkqR':function(_0x1a3eb5,_0x34d4e2){return _0x1a3eb5&&_0x34d4e2;},'VytiF':function(_0x41f2c2,_0x1b56b1){return _0x5d6659[_0x561f(0x3cd)](_0x41f2c2,_0x1b56b1);},'fsACb':function(_0x55580e,_0x5654a3){return _0x5d6659[_0x561f(0x163)](_0x55580e,_0x5654a3);},'akoSi':_0x5d6659[_0x561f(0x4a4)],'kKQxE':_0x5d6659[_0x561f(0x4a5)],'UcaCt':_0x5d6659['woASP'],'ImzyC':function(_0x46a1e6,_0x2e1452){return _0x5d6659[_0x561f(0x4a6)](_0x46a1e6,_0x2e1452);},'UaWOp':_0x5d6659[_0x561f(0x2a8)]};if(_0x5d6659['SUAps'](_0x561f(0x4a7),_0x5d6659[_0x561f(0x4a8)])){_0xc7fe4c['log'](_0x543457[_0x561f(0x4a9)]),_0x543457['GPVHW'](_0x4801db,_0x543457[_0x561f(0x4aa)]);return;}else try{const _0x311b7c=await(0x0,_jwtStorageService[_0x561f(0x1de)])();if(_0x311b7c&&_0x5d6659[_0x561f(0x4ab)](_0x311b7c['trim']()[_0x561f(0x1e7)],0x14)){if(_0x5d6659['DqNUL'](_0x5d6659['HDZhP'],_0x561f(0x4ac)))return console[_0x561f(0x140)](_0x5d6659[_0x561f(0x49e)],_0x311b7c[_0x561f(0x2f3)](0x0,0x14)+'...'),console[_0x561f(0x140)](_0x5d6659[_0x561f(0x3dd)],_0x311b7c[_0x561f(0x1e7)]),_0x311b7c;else _0x543457[_0x561f(0x4ad)](_0x32ec29,_0x102bf3)&&(_0x543457[_0x561f(0x4ae)](_0xc9dcea,_0x561f(0x10))||_0x543457[_0x561f(0x4af)](_0x41b21f,_0x561f(0x11)))&&(_0x1358d8[_0x561f(0x140)](_0x543457[_0x561f(0x4b0)]),_0x225824[_0x561f(0x140)](_0x561f(0x4b1),_0x1c657f,_0x543457[_0x561f(0x4b2)]),_0x431bbd(_0x543457['UcaCt']));}return console['warn'](_0x5d6659[_0x561f(0x4b3)]),console[_0x561f(0x23e)](_0x5d6659[_0x561f(0x4b4)]),console['warn'](_0x5d6659[_0x561f(0x4b5)]),null;}catch(_0x4e84f3){if(_0x5d6659[_0x561f(0x4b6)](_0x5d6659[_0x561f(0x4b7)],_0x5d6659[_0x561f(0x4b8)])){console[_0x561f(0x161)](_0x5d6659[_0x561f(0x18d)],_0x4e84f3);throw _0x4e84f3;}else _0x1d3a0b[_0x561f(0x161)](_0x561f(0x71),_0x2dcf3d),_0x543457[_0x561f(0x4b9)](_0x3364eb,_0x543457[_0x561f(0x4ba)]);}},_0x4e1d93=Object[_0x561f(0x4bb)](_0x21816d)[_0x561f(0x4bc)](_0x1718e4=>_0x1718e4),_0x6efc58=()=>{const _0x2e15e3={'hvTli':_0x5d6659[_0x561f(0x4bd)]};if(_0x5d6659[_0x561f(0x4b6)](_0x561f(0x4be),_0x5d6659[_0x561f(0x4bf)])){if(_0x4e1d93){if(_0x5d6659[_0x561f(0x4c0)](_0x5d6659[_0x561f(0x4c1)],_0x5d6659['hjMle']))(0x0,_haptics[_0x561f(0x1a6)])(_haptics[_0x561f(0x1a7)][_0x561f(0x227)]),console[_0x561f(0x140)](_0x5d6659['IAzIu']),_0x5d6659['dpIou'](_0x54e940)['catch'](_0x2c82b4=>{console['error'](_0x2e15e3[_0x561f(0x4c2)],_0x2c82b4);}),_0x5d6659['pBJWn'](_0x354ab8,_0x561f(0x357));else{const _0x51b9f0=_0x5d6659[_0x561f(0x4c3)][_0x561f(0x15c)]('|');let _0x50ffae=0x0;while(!![]){switch(_0x51b9f0[_0x50ffae++]){case'0':_0x5d6659[_0x561f(0x2f7)](_0xaabc61,_0x25db38);continue;case'1':_0x5d6659[_0x561f(0x4c4)](_0x44e08b,!![]);continue;case'2':_0x2099cd(_0x5d6659[_0x561f(0x388)]);continue;case'3':return;case'4':_0x47dfbb['log'](_0x5d6659[_0x561f(0x3bf)]);continue;case'5':_0x5d6659['BnjyC'](_0x5d7259,_0x5d6659[_0x561f(0x386)]);continue;case'6':_0x5d6659['ztWBN'](_0x304b80);continue;case'7':_0x5d6659['MwxzF'](_0x50269c,!![]);continue;}break;}}}}else _0x48e19c=_0x5d6659[_0x561f(0x492)];},_0x54e940=(0x0,_react[_0x561f(0x1cd)])(async()=>{const _0x133ec0={'ZVdDY':_0x5d6659[_0x561f(0x4c5)],'uoLUL':function(_0x1cf60c,_0x38288f){return _0x5d6659['TLnja'](_0x1cf60c,_0x38288f);}};try{console['log'](_0x5d6659[_0x561f(0x4c6)]),_0x5d6659['VbXjy'](_0x54b1db,_0x5d6659[_0x561f(0x4c7)]);const _0x5caa50=await _0x5d6659[_0x561f(0x48e)](_0x277a98);if(!_0x5caa50)throw new Error(_0x561f(0x4c8));console['log'](_0x5d6659[_0x561f(0x4c9)],_0x5caa50[_0x561f(0x2f3)](0x0,0x14)+_0x561f(0x2f4)),_0x5d6659[_0x561f(0x4ca)](_0x2a0190,_0x5caa50);if(!_0x3d50be){var _0x853de7;const _0x119c06=await(0x0,_authService['getOnairosUsername'])(),_0x5f399b=_0x119c06||(_0x5693de===null||_0x5d6659[_0x561f(0x4cb)](_0x5693de,void 0x0)||_0x5d6659[_0x561f(0x151)](_0x853de7=_0x5693de[_0x561f(0x15a)],null)||_0x5d6659['smzBD'](_0x853de7,void 0x0)?void 0x0:_0x853de7[_0x561f(0x15c)]('@')[0x0])||(_0x5d6659[_0x561f(0x4cc)](_0x5693de,null)||_0x5d6659[_0x561f(0x4cd)](_0x5693de,void 0x0)?void 0x0:_0x5693de[_0x561f(0x1e1)])||_0x5d6659[_0x561f(0x1e2)],_0x81f3c2={'username':_0x5f399b,'email':(_0x5693de===null||_0x5693de===void 0x0?void 0x0:_0x5693de[_0x561f(0x15a)])||null,'id':null};_0x5cd505(_0x81f3c2),_0x5d6659[_0x561f(0x4ce)](_0x2aa65e,_0x5f399b),console[_0x561f(0x140)]('🧑‍💻\x20[BACKGROUND]\x20User\x20info\x20set:',_0x81f3c2);}console[_0x561f(0x140)](_0x5d6659[_0x561f(0x4cf)]),_0x5d6659[_0x561f(0x4d0)](_0x54b1db,_0x5d6659[_0x561f(0x4d1)]);const _0x254eea=(0x0,_socket['io'])(_api[_0x561f(0x1dd)][_0x561f(0x2df)],{'transports':[_0x5d6659[_0x561f(0x3ee)],_0x5d6659['galdC']],'autoConnect':![],'timeout':0x3a98,'reconnection':!![],'reconnectionAttempts':0x3,'reconnectionDelay':0x3e8,'forceNew':!![]});_0x254eea['on'](_0x5d6659['eOXOy'],async()=>{console[_0x561f(0x140)](_0x133ec0[_0x561f(0x4d2)]);const _0x41e00a=_0x254eea['id'];_0x133ec0['uoLUL'](_0x6a5852,_0x41e00a||null),_0x133ec0['uoLUL'](_0x54b1db,_0x561f(0x4d3)),_0x41e00a&&await _0x19d57b(_0x41e00a,_0x5caa50);}),_0x254eea['on'](_0x561f(0x103),_0xc7fe12=>{_0xc7fe12[_0x561f(0x177)]&&(_0x54b1db(_0xc7fe12[_0x561f(0x175)]||_0x5d6659[_0x561f(0x4d4)]),console[_0x561f(0x140)](_0x561f(0x12a),_0xc7fe12[_0x561f(0x177)],'%'));}),_0x254eea['on'](_0x5d6659[_0x561f(0x4d5)],()=>{console[_0x561f(0x140)](_0x5d6659[_0x561f(0x1d3)]);}),_0x540458[_0x561f(0x142)]=_0x254eea,_0x254eea[_0x561f(0x1b)](),console[_0x561f(0x140)](_0x561f(0x4d6));}catch(_0x5fce12){if(_0x5d6659[_0x561f(0x4d7)](_0x5d6659[_0x561f(0x4d8)],_0x5d6659[_0x561f(0x4d9)])){console[_0x561f(0x161)](_0x5d6659['OyRhW'],_0x5fce12),_0x5d6659['ckpte'](_0x54b1db,'');throw _0x5fce12;}else _0xbe5b19=_0x5d6659[_0x561f(0x4da)](_0x5d6659['JNNEG'](_0x13945b,0x1),0x4),_0x5d6659['ndiMc'](_0x30581e,0x0)?_0x5d6659['zltfn'](_0x477f52,''):_0x5d6659[_0x561f(0x32a)](_0x50725f,'.'[_0x561f(0x18b)](_0x43a44d));}},[_0x3d50be,_0x169394,_0x5693de]),_0x19d57b=async(_0x527461,_0x4e4b71)=>{try{if(_0x5d6659[_0x561f(0x377)]('Bjuau',_0x5d6659[_0x561f(0x4db)])){console['log'](_0x5d6659[_0x561f(0x4dc)],_0x527461),console[_0x561f(0x140)](_0x5d6659['VwIxA'],_0x4e4b71[_0x561f(0x2f3)](0x0,0x14)+_0x561f(0x2f4));const _0x3cb866={'socketId':_0x527461,'username':(_0x5d6659['BvxRC'](_0x3d50be,null)||_0x5d6659[_0x561f(0x4dd)](_0x3d50be,void 0x0)?void 0x0:_0x3d50be[_0x561f(0x15b)])||(_0x3d50be===null||_0x5d6659[_0x561f(0x4de)](_0x3d50be,void 0x0)?void 0x0:_0x3d50be[_0x561f(0x1e1)])||_0x169394||'mobile_user','email':(_0x5d6659['jSafy'](_0x3d50be,null)||_0x5d6659['zGhDb'](_0x3d50be,void 0x0)?void 0x0:_0x3d50be[_0x561f(0x15a)])||null,'modelKey':null,'connectedPlatforms':[],'platformConnections':{}};console[_0x561f(0x140)](_0x5d6659[_0x561f(0x4df)],_0x3cb866);const _0x354a6c=await(0x0,_mobileTrainingService[_0x561f(0x383)])(_0x3cb866);console[_0x561f(0x140)](_0x5d6659['Yalmk'],_0x354a6c);if(_0x354a6c[_0x561f(0x385)]||_0x5d6659[_0x561f(0x3e3)](_0x354a6c[_0x561f(0x459)],_0x5d6659[_0x561f(0x386)])){const _0x406b6b=_0x5d6659[_0x561f(0x4e0)]['split']('|');let _0x560a5e=0x0;while(!![]){switch(_0x406b6b[_0x560a5e++]){case'0':return;case'1':_0x5d6659[_0x561f(0x4e1)](_0x177859);continue;case'2':_0x490111(!![]);continue;case'3':console[_0x561f(0x140)](_0x5d6659[_0x561f(0x4e2)]);continue;case'4':_0x5d6659['KFfNd'](_0xf145a8,'CONNECTIONS_REQUIRED');continue;case'5':_0x543bad(_0x354a6c);continue;case'6':_0x168db2(!![]);continue;case'7':_0x5d6659['fussu'](_0x2f1f03,_0x5d6659[_0x561f(0x388)]);continue;}break;}}if(_0x354a6c[_0x561f(0x241)]){console[_0x561f(0x140)](_0x5d6659[_0x561f(0x2b6)],_0x354a6c[_0x561f(0x246)]),console[_0x561f(0x140)](_0x5d6659[_0x561f(0x2b7)],_0x354a6c[_0x561f(0x2af)]),_0x5d6659[_0x561f(0x4e3)](_0x5b4491,!![]);if(_0x354a6c[_0x561f(0x2af)]){const _0x54ad4e=_0x561f(0x4e4)['split']('|');let _0x3107a0=0x0;while(!![]){switch(_0x54ad4e[_0x3107a0++]){case'0':console[_0x561f(0x140)](_0x5d6659['jUSNR'],_0x354a6c[_0x561f(0x2af)][_0x561f(0x391)]);continue;case'1':console[_0x561f(0x140)](_0x561f(0x74),_0x354a6c[_0x561f(0x2af)]['compression']);continue;case'2':console[_0x561f(0x140)](_0x5d6659['teRRI'],_0x354a6c[_0x561f(0x2af)][_0x561f(0x2b3)]);continue;case'3':console['log'](_0x5d6659[_0x561f(0x2b9)],_0x354a6c[_0x561f(0x2af)][_0x561f(0x2b0)]);continue;case'4':console[_0x561f(0x140)](_0x5d6659[_0x561f(0x2bb)],_0x354a6c[_0x561f(0x2af)][_0x561f(0x2ae)]);continue;case'5':console['log'](_0x5d6659[_0x561f(0x2ba)],_0x354a6c[_0x561f(0x2af)][_0x561f(0x2b1)]);continue;case'6':console[_0x561f(0x140)](_0x5d6659[_0x561f(0x2ab)],_0x354a6c[_0x561f(0x2af)][_0x561f(0x2ce)]);continue;}break;}}_0x2f1f03(_0x5d6659['jsTxS']),_0x5d6659[_0x561f(0x1ec)](_0x444232,0x19);}else console[_0x561f(0x161)](_0x5d6659[_0x561f(0x4e5)],_0x354a6c['error']),_0x2f1f03(_0x561f(0x248)+(_0x354a6c[_0x561f(0x161)]||_0x5d6659['EFAfk'])),_0x5d6659[_0x561f(0x4e6)](_0x490111,!![]),_0x5d6659['OBfhJ'](_0x177859);}else return(0x0,_0x5c0d9c[_0x561f(0x4e7)])(_0x22d472);}catch(_0x5718db){if(_0x5d6659[_0x561f(0x4e8)](_0x5d6659['QQmfS'],_0x561f(0x4e9))){const _0x6747fe=_0x561f(0x4ea)[_0x561f(0x15c)]('|');let _0x951807=0x0;while(!![]){switch(_0x6747fe[_0x951807++]){case'0':return;case'1':_0x5d6659[_0x561f(0x236)](_0x112597,_0x1be869['map'](_0x2b2176=>_0x2b2176[_0x561f(0x263)]));continue;case'2':_0x1a4afe(!![]);continue;case'3':_0x54c767['log'](_0x561f(0x265)+_0x2f8394[_0x561f(0x1e7)]+_0x561f(0x266));continue;case'4':(0x0,_0x2ba5c3[_0x561f(0x1a6)])(_0x775eee[_0x561f(0x1a7)][_0x561f(0x264)]);continue;case'5':_0x3f54a2(_0x5d6659['xqNyN']);continue;}break;}}else console[_0x561f(0x161)](_0x561f(0x4eb),_0x5718db),_0x5d6659[_0x561f(0x4ec)](_0x2f1f03,_0x561f(0x248)+(_0x5718db instanceof Error?_0x5718db[_0x561f(0x246)]:_0x561f(0x4ed))),_0x5d6659[_0x561f(0x3ed)](_0x490111,!![]),_0x5d6659['NWzPA'](_0x177859);}};return _react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative[_0x561f(0x4ef)],{'transparent':!![],'visible':_0x398c49,'animationType':_0x5d6659[_0x561f(0x4f0)],'onRequestClose':_0x47abcb,'statusBarTranslucent':!![]},_react[_0x561f(0x41)]['createElement'](_reactNative[_0x561f(0x4f1)],{'style':styles['modalOverlay']},_react['default']['createElement'](_reactNative[_0x561f(0x4f2)],{'onPress':_0x47abcb},_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative['Animated'][_0x561f(0x4f1)],{'style':[styles[_0x561f(0x4f3)],{'opacity':_0x3179b3}]})),_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative[_0x561f(0x4f1)],{'style':styles['bottomSheet']},_react[_0x561f(0x41)]['createElement'](_reactNative[_0x561f(0x4f1)],{'style':styles[_0x561f(0x4f4)]},_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative[_0x561f(0x4f1)],{'style':styles['handleContainer']},_react[_0x561f(0x41)]['createElement'](_reactNative['TouchableOpacity'],{'onPress':_0x47abcb,'style':styles[_0x561f(0x4f5)]},_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative[_0x561f(0x4f1)],{'style':styles[_0x561f(0x4f6)]}))),_0x3918bd&&_0x5d6659[_0x561f(0x4f7)](_0x306a22,'platforms')&&_react[_0x561f(0x41)]['createElement'](_reactNative[_0x561f(0x4f1)],{'style':styles[_0x561f(0x4f8)]},_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative['Text'],{'style':styles['debugTitle']},_0x5d6659[_0x561f(0x4f9)]),_react['default'][_0x561f(0x4ee)](_reactNative[_0x561f(0x4f1)],{'style':styles[_0x561f(0x4fa)]},_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative[_0x561f(0x4fb)],{'style':styles['debugLabel']},_0x5d6659['cgEnl'],_0x3776c5),_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative[_0x561f(0x4fc)],{'onPress':()=>_0x418b2d(_0x25423f=>Math['max'](0x0,_0x25423f-0x2)),'style':styles[_0x561f(0x4fd)]},_react['default'][_0x561f(0x4ee)](_reactNative[_0x561f(0x4fb)],null,'-')),_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative[_0x561f(0x4fc)],{'onPress':()=>_0x418b2d(_0x4ada00=>_0x4ada00+0x2),'style':styles[_0x561f(0x4fd)]},_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative[_0x561f(0x4fb)],null,'+'))),_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative[_0x561f(0x4f1)],{'style':styles[_0x561f(0x4fa)]},_react['default'][_0x561f(0x4ee)](_reactNative[_0x561f(0x4fb)],{'style':styles['debugLabel']},_0x5d6659['eXYqx'],_0x1eb787),_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative['TouchableOpacity'],{'onPress':()=>_0x30dff1(_0x4ca597=>Math['max'](0x0,_0x4ca597-0x2)),'style':styles[_0x561f(0x4fd)]},_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative[_0x561f(0x4fb)],null,'-')),_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative[_0x561f(0x4fc)],{'onPress':()=>_0x30dff1(_0x1bfe16=>_0x1bfe16+0x2),'style':styles[_0x561f(0x4fd)]},_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative[_0x561f(0x4fb)],null,'+'))),_react['default'][_0x561f(0x4ee)](_reactNative['View'],{'style':styles[_0x561f(0x4fa)]},_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative['Text'],{'style':styles['debugLabel']},_0x5d6659[_0x561f(0x4fe)],_0x3a86e0),_react[_0x561f(0x41)]['createElement'](_reactNative['TouchableOpacity'],{'onPress':()=>_0x843c77(_0x4e31d0=>Math[_0x561f(0x4ff)](0x0,_0x4e31d0-0x2)),'style':styles[_0x561f(0x4fd)]},_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative[_0x561f(0x4fb)],null,'-')),_react['default'][_0x561f(0x4ee)](_reactNative[_0x561f(0x4fc)],{'onPress':()=>_0x843c77(_0x156b62=>_0x156b62+0x2),'style':styles['debugBtn']},_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative['Text'],null,'+'))),_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative['TouchableOpacity'],{'onPress':()=>_0x660e78(![]),'style':styles[_0x561f(0x500)]},_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative[_0x561f(0x4fb)],{'style':styles[_0x561f(0x501)]},_0x561f(0x502)))),_0x306a22===_0x5d6659[_0x561f(0x14e)]&&_react['default'][_0x561f(0x4ee)](_reactNative[_0x561f(0x4f1)],{'style':styles[_0x561f(0x503)]},_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative[_0x561f(0x4f1)],{'style':styles[_0x561f(0x504)]},_react[_0x561f(0x41)][_0x561f(0x4ee)](_BrandMark[_0x561f(0x41)],null)),_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative['View'],{'style':styles['headingContainer']},_react[_0x561f(0x41)][_0x561f(0x4ee)](_HeadingGroup[_0x561f(0x41)],null)),_react[_0x561f(0x41)][_0x561f(0x4ee)](_reactNative['View'],{'style':styles[_0x561f(0x505)]},_react[_0x561f(0x41)][_0x561f(0x4ee)](_BodyText['default'],null)),_react['default']['createElement'](_reactNative[_0x561f(0x4f1)],{'style':styles['welcomeSpacer']}),_react[_0x561f(0x41)]['createElement'](_reactNative[_0x561f(0x4f1)],{'style':styles[_0x561f(0x506)]},_react[_0x561f(0x41)][_0x561f(0x4ee)](_PrimaryButton[_0x561f(0x41)],{'label':_0x5d6659[_0x561f(0x507)],'onPress':_0x33dcb3,'testID':_0x5d6659[_0x561f(0x508)]}))),_0x5d6659[_0x561f(0x509)](_0x306a22,_0x5d6659[_0x561f(0x14a)])&&_react['default'][_0x561f(0x4ee)](_SignInStep[_0x561f(0x41)],{'onEmailSubmit':_0x2ea777,'onGoogleSignIn':_0x4c5677,'onContinue':()=>_0x354ab8(_0x561f(0x11)),'loading':_0x47629d,'error':_0x515c7e,'initialEmail':_0x342df3}),_0x5d6659[_0x561f(0x27d)](_0x306a22,_0x5d6659[_0x561f(0x14c)])&&_react[_0x561f(0x41)][_0x561f(0x4ee)](_VerificationStep[_0x561f(0x41)],{'email':_0x342df3,'onCodeSubmit':_0x5b0d22,'onBack':_0x450982,'loading':_0x47629d,'error':_0x515c7e,'onResendCode':_0x1d9ae5}),_0x5d6659['Mkigm'](_0x306a22,_0x5d6659['ytUSj'])&&_react[_0x561f(0x41)][_0x561f(0x4ee)](_PlatformConnectorsStep[_0x561f(0x41)],{'onUpdate':_0x5a75cf,'onSkip':allowSkip?_0x11c8e6:undefined,'onReviewerBypass':_0x1c0066,'onLogout':_0x5c6665,'allowedPlatforms':_0x180897,'recommendedPlatforms':_0x3b61cc,'initialConnectedPlatforms':_0x27a7c2}),_0x5d6659[_0x561f(0x4dd)](_0x306a22,_0x5d6659[_0x561f(0x31b)])&&_react[_0x561f(0x41)][_0x561f(0x4ee)](_PersonalizationConsentScreen[_0x561f(0x41)],{'visible':!![],'loading':_0x1bd164,'onLogout':_0x5c6665,'onAccept':async()=>{console['log'](_0x561f(0x50a)),_0x3d8105(!![]),await new Promise(_0x2c82eb=>setTimeout(_0x2c82eb,0x32));try{const [_0x1163d1,_0x5b4f36,_0x8cb74]=await Promise[_0x561f(0x50b)]([(0x0,_authService[_0x561f(0x2f0)])(),_asyncStorage['default'][_0x561f(0x153)](_0x561f(0x2c2)),(0x0,_authService[_0x561f(0x1df)])()]);console[_0x561f(0x140)](_0x5d6659['cQIAq']),_0x5e9823[_0x561f(0x142)]=!![],_0x1163d1&&_0x5b4f36?(console['log']('✅\x20[SDK]\x20Calling\x20onComplete\x20for\x20returning\x20user'),await(_0x5d6659[_0x561f(0x4a0)](_0x350a92,null)||_0x5d6659['Coims'](_0x350a92,void 0x0)?void 0x0:_0x5d6659[_0x561f(0x34c)](_0x350a92,_api[_0x561f(0x1dd)][_0x561f(0x2df)],_0x1163d1,{'email':_0x5b4f36,'connectedPlatforms':_0x27a7c2,'username':_0x8cb74||_0x5b4f36[_0x561f(0x15c)]('@')[0x0],'isReturningUser':!![]}))):_0x5d6659['hiteI'](_0x5d6659[_0x561f(0x50c)],_0x5d6659[_0x561f(0x50d)])?(console[_0x561f(0x23e)](_0x561f(0x50e)),await(_0x5d6659[_0x561f(0x50f)](_0x350a92,null)||_0x5d6659[_0x561f(0x510)](_0x350a92,void 0x0)?void 0x0:_0x5d6659['bpPiK'](_0x350a92,_api[_0x561f(0x1dd)][_0x561f(0x2df)],'',{'connectedPlatforms':_0x27a7c2,'isReturningUser':!![]}))):(_0x280e49[_0x561f(0x140)](_0x561f(0x3e)),_0x5d6659['NAdug'](_0x11731f,_0x2c58dd),_0x4c2136(_0x5d6659['ytUSj']));}catch(_0x42d7f9){console[_0x561f(0x161)](_0x5d6659['pYsfL'],_0x42d7f9),await(_0x5d6659[_0x561f(0x3e4)](_0x350a92,null)||_0x5d6659['nloeL'](_0x350a92,void 0x0)?void 0x0:_0x5d6659[_0x561f(0x2d3)](_0x350a92,_api[_0x561f(0x1dd)][_0x561f(0x2df)],'',{'connectedPlatforms':_0x27a7c2,'isReturningUser':!![]}));}console[_0x561f(0x140)](_0x5d6659[_0x561f(0x511)]);},'onDecline':()=>{const _0xeb1098={'ctmjy':function(_0x119b93,_0x143598){return _0x5d6659[_0x561f(0x512)](_0x119b93,_0x143598);},'bUlUD':_0x5d6659['dUFje'],'utiMB':_0x5d6659[_0x561f(0x513)]};_0x5d6659[_0x561f(0x514)](_0x5d6659[_0x561f(0x515)],_0x561f(0x516))?(console[_0x561f(0x140)](_0x561f(0xb9)),_0x5d6659[_0x561f(0x1b6)](_0x47abcb)):_0x12d8ae['progress']&&(_0xeb1098[_0x561f(0x517)](_0x9bca4,_0x1ca220['status']||_0xeb1098[_0x561f(0x518)]),_0xb8994f['log'](_0xeb1098[_0x561f(0x519)],_0x1be4da[_0x561f(0x177)],'%'));},'connectedPlatforms':_0x27a7c2,'onConnectMore':()=>{_0x5d6659[_0x561f(0x51a)](_0x5d6659[_0x561f(0x51b)],_0x561f(0x51c))?(console[_0x561f(0x140)]('➕\x20Returning\x20user\x20wants\x20to\x20connect\x20more\x20platforms'),_0x5d6659['zlmmV'](_0x354ab8,_0x5d6659[_0x561f(0x13b)])):_0x3f21aa[_0x561f(0x161)]('Error\x20storing\x20connected\x20platform:',_0x59e03e);},'isReturningUser':_0x1f4dea,'appName':_0x1e1a03})))));};exports[_0x561f(0x51d)]=UniversalOnboarding;const LEGACY_REMOVED=!![],styles=_reactNative[_0x561f(0x51e)][_0x561f(0x51f)]({'modalOverlay':{'flex':0x1,'justifyContent':_0x561f(0x520)},'backdrop':{..._reactNative[_0x561f(0x51e)]['absoluteFillObject'],'backgroundColor':_0x561f(0x521)},'bottomSheet':{'backgroundColor':_0x561f(0x522),'borderTopLeftRadius':0x18,'borderTopRightRadius':0x18,'paddingTop':0x0,'paddingBottom':0x0,'minHeight':height*0.86,'overflow':_0x561f(0x523),'width':_0x561f(0x524)},'container':{'flex':0x1,'backgroundColor':_0x561f(0x522)},'welcomeContainer':{'flex':0x1,'alignItems':_0x561f(0x525),'paddingTop':0x46,'paddingHorizontal':0x18},'brandMarkContainer':{'marginBottom':0x20},'headingContainer':{'marginBottom':0x18},'bodyContainer':{'marginBottom':0x20,'width':_0x561f(0x524)},'welcomeSpacer':{'flex':0x1,'minHeight':0x14},'welcomeButtonContainer':{'width':'100%','paddingBottom':0x14},'handleContainer':{'alignItems':_0x561f(0x525),'paddingTop':0xc,'paddingBottom':0x4,'backgroundColor':'transparent'},'handleButton':{'padding':0x0,'width':0x78,'alignItems':_0x561f(0x525)},'handle':{'width':0x64,'height':0x6,'borderRadius':0x3,'backgroundColor':'#D0D0D0'},'debugPanel':{'position':_0x561f(0x526),'top':0x3c,'right':0xa,'backgroundColor':_0x561f(0x527),'padding':0xc,'borderRadius':0x8,'zIndex':0x270f,'minWidth':0xc8},'debugTitle':{'color':'#fff','fontSize':0xe,'fontWeight':'700','marginBottom':0x8},'debugRow':{'flexDirection':'row','alignItems':_0x561f(0x525),'marginBottom':0x6},'debugLabel':{'color':'#fff','fontSize':0xc,'flex':0x1},'debugBtn':{'backgroundColor':_0x561f(0x528),'paddingHorizontal':0xc,'paddingVertical':0x4,'borderRadius':0x4,'marginLeft':0x4},'debugCloseBtn':{'backgroundColor':_0x561f(0x529),'paddingVertical':0x6,'borderRadius':0x4,'marginTop':0x8,'alignItems':_0x561f(0x525)},'debugCloseBtnText':{'color':_0x561f(0x52a),'fontSize':0xc},'header':{'alignItems':_0x561f(0x525),'marginBottom':0x14,'paddingHorizontal':0x18},'headerContent':{'flexDirection':_0x561f(0x52b),'alignItems':'center','justifyContent':_0x561f(0x525),'marginBottom':0x18},'appIcon':{'width':0x30,'height':0x30,'borderRadius':0x18,'backgroundColor':_0x561f(0x52c),'alignItems':_0x561f(0x525),'justifyContent':_0x561f(0x525)},'appIconText':{'fontSize':0x18,'fontWeight':_0x561f(0x52d),'color':_0x561f(0x52e)},'arrow':{'marginHorizontal':0x10,'fontSize':0x18,'color':_0x561f(0x529)},'onairosIcon':{'width':0x36,'height':0x36,'borderRadius':0x20,'backgroundColor':'transparent','alignItems':'center','justifyContent':'center'},'onairosIconText':{'fontSize':0x18,'fontWeight':_0x561f(0x52d),'color':_0x561f(0x52a)},'onairosIconImage':{'width':0x36,'height':0x36},'titleContainer':{'alignItems':'center'},'mainTitle':{'fontSize':0x18,'fontWeight':'600','color':'#333','textAlign':'center','marginBottom':0xc},'privacyMessage':{'fontSize':0xe,'color':_0x561f(0x529),'textAlign':'center','marginBottom':0x14},'privacyLink':{'color':'#000000','fontWeight':'600','textDecorationLine':_0x561f(0x52f)},'boldText':{'fontWeight':_0x561f(0x52d)},'content':{'flex':0x1,'paddingHorizontal':0x18},'platformsScrollView':{'flex':0x1,'width':_0x561f(0x524)},'platformsScrollContent':{'paddingBottom':0x0,'paddingHorizontal':0x18},'platformsContainer':{'marginTop':0x10},'platformItem':{'flexDirection':'row','alignItems':_0x561f(0x525),'justifyContent':_0x561f(0x530),'paddingVertical':0x10,'paddingHorizontal':0x8,'borderBottomWidth':0x1,'borderBottomColor':_0x561f(0x531)},'platformInfo':{'flexDirection':'row','alignItems':_0x561f(0x525)},'platformIcon':{'width':0x28,'height':0x28,'borderRadius':0x14,'backgroundColor':'#F5F5F5','alignItems':_0x561f(0x525),'justifyContent':'center','marginRight':0x10},'platformIconText':{'fontSize':0x12,'fontWeight':_0x561f(0x52d),'color':_0x561f(0x52e),'textAlign':'center','textAlignVertical':_0x561f(0x525)},'platformIconImage':{'width':0x18,'height':0x18},'youtubeIconImage':{'width':0x3a,'height':0x3a},'redditIconImage':{'width':0x22,'height':0x22},'pinterestIconImage':{'width':0x30,'height':0x30},'gmailIconImage':{'width':0x20,'height':0x20},'linkedinPlatformIcon':{'width':0x28,'height':0x28,'borderRadius':0x8,'backgroundColor':_0x561f(0x52c),'alignItems':_0x561f(0x525),'justifyContent':_0x561f(0x525),'marginRight':0x10},'pinterestPlatformIcon':{'width':0x22,'height':0x22,'borderRadius':0x11,'backgroundColor':_0x561f(0x52c),'alignItems':_0x561f(0x525),'justifyContent':_0x561f(0x525),'marginRight':0x10},'platformName':{'fontSize':0x10,'color':_0x561f(0x52e),'textAlignVertical':_0x561f(0x525)},'footer':{'flexDirection':_0x561f(0x52b),'alignItems':_0x561f(0x525),'justifyContent':_0x561f(0x530),'padding':0x18,'borderTopWidth':0x1,'borderTopColor':_0x561f(0x531)},'footerButtonCancel':{'paddingVertical':0xc,'paddingHorizontal':0x10},'footerButtonText':{'color':_0x561f(0x529),'fontSize':0x10},'footerButtonConfirm':{'paddingVertical':0xc,'paddingHorizontal':0x18,'backgroundColor':_0x561f(0x532),'borderRadius':0x8,'marginTop':0x14},'footerButtonConnected':{'paddingVertical':0xc,'paddingHorizontal':0x18,'backgroundColor':_0x561f(0x533),'borderRadius':0x8},'footerButtonDisabled':{'backgroundColor':_0x561f(0x531)},'footerButtonTextConfirm':{'color':_0x561f(0x52a),'fontSize':0x10,'fontWeight':_0x561f(0x534)},'footerButtonTextConnected':{'color':_0x561f(0x535),'fontSize':0x10,'fontWeight':_0x561f(0x534)},'connectContainer':{'flex':0x1},'modalContent':{'flex':0x1,'backgroundColor':_0x561f(0x536),'borderTopLeftRadius':0x14,'borderTopRightRadius':0x14,'padding':0x18},'backButton':{'padding':0x8,'width':0x28},'backButtonText':{'fontSize':0x18,'color':_0x561f(0x532)},'backButtonSpacer':{'width':0x28},'headerTitle':{'fontSize':0x12,'fontWeight':_0x561f(0x534),'color':'#333','textAlign':_0x561f(0x525)},'privacyHeader':{'flexDirection':_0x561f(0x52b),'alignItems':'center','justifyContent':'space-between','paddingHorizontal':0x10,'paddingVertical':0x14,'backgroundColor':_0x561f(0x536),'borderBottomWidth':0x1,'borderBottomColor':_0x561f(0x537)},'privacyDetailsContainer':{'paddingHorizontal':0x18,'paddingVertical':0x8,'flex':0x1,'marginTop':0x14},'privacyDetailsTitle':{'fontSize':0x14,'fontWeight':_0x561f(0x534),'color':_0x561f(0x52e),'marginBottom':0x0},'privacyBulletPoint':{'flexDirection':_0x561f(0x52b),'marginBottom':0x10,'alignItems':'flex-start'},'bulletPoint':{'fontSize':0x12,'marginRight':0x8,'color':_0x561f(0x52e)},'privacyBulletText':{'fontSize':0x10,'color':'#333','flex':0x1,'lineHeight':0x18},'connectionsCountText':{'fontSize':0x12,'fontWeight':_0x561f(0x534),'color':'#333','marginBottom':0x18},'personaContainer':{'flex':0x1,'padding':0x10,'backgroundColor':_0x561f(0x52a),'justifyContent':_0x561f(0x538)},'personaHeaderWithBack':{'flexDirection':_0x561f(0x52b),'alignItems':_0x561f(0x525),'justifyContent':_0x561f(0x530),'marginBottom':0x10,'paddingVertical':0x8},'personaBackButton':{'padding':0x8},'personaHeader':{'alignItems':'center','marginBottom':0x20,'paddingHorizontal':0x18},'personaTitle':{'fontSize':0x14,'fontWeight':_0x561f(0x534),'color':'#333','textAlign':'center','flex':0x1,'marginBottom':0x8},'personaSubtitle':{'fontSize':0xe,'color':_0x561f(0x529),'marginBottom':0x18,'textAlign':_0x561f(0x525)},'personaProgressContainer':{'marginBottom':0x18,'paddingHorizontal':0x0},'personaProgressBar':{'height':0x8,'backgroundColor':_0x561f(0x52c),'borderRadius':0x4,'overflow':_0x561f(0x523),'marginBottom':0xc},'personaProgressFill':{'height':'100%','backgroundColor':'#1BA9D4','borderRadius':0x4},'personaProgressText':{'fontSize':0x10,'fontWeight':_0x561f(0x534),'color':'#333','textAlign':_0x561f(0x525),'marginBottom':0x8},'personaStatusText':{'fontSize':0xe,'color':'#666','textAlign':_0x561f(0x525)},'personaCompleteContainer':{'alignItems':_0x561f(0x525),'paddingHorizontal':0x0},'personaCompleteTitle':{'fontSize':0x14,'fontWeight':'600','color':'#333','marginBottom':0x8,'textAlign':_0x561f(0x525)},'personaCompleteSubtitle':{'fontSize':0xe,'color':_0x561f(0x529),'textAlign':_0x561f(0x525),'marginBottom':0x28},'personaContinueButton':{'backgroundColor':'#000000','paddingVertical':0x10,'paddingHorizontal':0x30,'borderRadius':0x10,'alignItems':'center','width':_0x561f(0x524),'marginTop':0x20,'shadowColor':_0x561f(0x535),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x3},'personaContinueButtonText':{'color':_0x561f(0x52a),'fontSize':0x10,'fontWeight':'600'},'progressError':{'backgroundColor':'#FF3B30'},'dataWarningContainer':{'padding':0x10,'borderRadius':0xc,'marginTop':0x10,'borderWidth':0x1,'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x3},'dataWarningHeader':{'flexDirection':_0x561f(0x52b),'alignItems':_0x561f(0x525),'marginBottom':0x8},'dataWarningIcon':{'fontSize':0x14,'marginRight':0x8},'dataWarningTitle':{'fontSize':0x10,'fontWeight':_0x561f(0x534),'flex':0x1},'dataWarningMessage':{'fontSize':0xe,'marginBottom':0x0,'lineHeight':0x14},'dataWarningSuggestions':{'marginTop':0xc,'paddingTop':0xc,'borderTopWidth':0x1},'dataWarningSuggestionsTitle':{'fontSize':0xe,'fontWeight':_0x561f(0x534),'marginBottom':0x6},'dataWarningSuggestionItem':{'fontSize':0xd,'marginBottom':0x4,'lineHeight':0x12},'dataWarningContinueNote':{'fontSize':0xd,'fontWeight':_0x561f(0x539),'marginTop':0xc,'fontStyle':_0x561f(0x53a)},'dataWarningError':{'backgroundColor':'#FFF5F5','borderColor':_0x561f(0x53b)},'dataInfoContainer':{'backgroundColor':_0x561f(0x53c),'borderColor':'#BAE6FD'},'dataConnectionsRequired':{'backgroundColor':'#F5F5F5','borderColor':_0x561f(0x53d),'shadowColor':_0x561f(0x53e),'shadowOffset':{'width':0x0,'height':0x0},'shadowOpacity':0.15,'shadowRadius':0x8},'highlightedBackButton':{'backgroundColor':_0x561f(0x52c),'borderRadius':0x14,'borderWidth':0x2,'borderColor':_0x561f(0x532),'shadowColor':_0x561f(0x532),'shadowOffset':{'width':0x0,'height':0x0},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0x5},'highlightedBackArrow':{'color':_0x561f(0x532),'fontWeight':'bold'},'goBackButton':{'backgroundColor':_0x561f(0x532),'paddingVertical':0xc,'paddingHorizontal':0x10,'borderRadius':0x8,'marginTop':0xc,'alignItems':'center','shadowColor':_0x561f(0x532),'shadowOffset':{'width':0x0,'height':0x0},'shadowOpacity':0.3,'shadowRadius':0x6,'elevation':0x3},'goBackButtonText':{'color':_0x561f(0x536),'fontSize':0xe,'fontWeight':_0x561f(0x534)},'additionalPlatformsToggle':{'paddingVertical':0x10,'paddingHorizontal':0x8,'alignItems':_0x561f(0x525),'borderBottomWidth':0x1,'borderBottomColor':_0x561f(0x531)},'additionalPlatformsText':{'fontSize':0xe,'color':_0x561f(0x529),'fontWeight':_0x561f(0x539)},'asterisk':{'color':_0x561f(0x53f),'fontSize':0x10,'fontWeight':_0x561f(0x52d),'marginLeft':0x2},'linkedinRequirementContainer':{'backgroundColor':_0x561f(0x540),'borderWidth':0x1,'borderColor':_0x561f(0x541),'borderRadius':0x8,'paddingHorizontal':0xc,'paddingVertical':0x8,'marginTop':0x8,'marginHorizontal':0x4},'linkedinRequirementText':{'fontSize':0xc,'fontStyle':_0x561f(0x53a),'textAlign':_0x561f(0x525)},'linkedinRequirementAsterisk':{'color':_0x561f(0x53f),'fontWeight':_0x561f(0x52d)},'linkedinRequirementMessage':{'color':_0x561f(0x53e)},'existingUserBanner':{'backgroundColor':_0x561f(0x53c),'borderWidth':0x1,'borderColor':_0x561f(0x542),'borderRadius':0xc,'paddingHorizontal':0x10,'paddingVertical':0xc,'marginTop':0xc},'existingUserText':{'fontSize':0xe,'fontWeight':_0x561f(0x534),'color':_0x561f(0x543),'marginBottom':0x4},'existingUserSubtext':{'fontSize':0xc,'color':_0x561f(0x544),'lineHeight':0x10}});