@onairos/react-native 3.6.6 → 3.6.7

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 (216) hide show
  1. package/lib/commonjs/api/index.js +1 -1
  2. package/lib/commonjs/components/BodyText.js +1 -1
  3. package/lib/commonjs/components/BrandMark.js +1 -1
  4. package/lib/commonjs/components/CodeInput.js +1 -1
  5. package/lib/commonjs/components/EmailInput.js +1 -1
  6. package/lib/commonjs/components/GoogleButton.js +1 -1
  7. package/lib/commonjs/components/HeadingGroup.js +1 -1
  8. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  9. package/lib/commonjs/components/ModalHeader.js +1 -1
  10. package/lib/commonjs/components/ModalSheet.js +1 -1
  11. package/lib/commonjs/components/Onairos.js +1 -1
  12. package/lib/commonjs/components/OnairosButton.js +1 -1
  13. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  14. package/lib/commonjs/components/Overlay.js +1 -1
  15. package/lib/commonjs/components/PersonaImage.js +1 -1
  16. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  17. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  18. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  19. package/lib/commonjs/components/PinInput.js +1 -1
  20. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  21. package/lib/commonjs/components/PlatformList.js +1 -1
  22. package/lib/commonjs/components/PlatformToggle.js +1 -1
  23. package/lib/commonjs/components/PrimaryButton.js +1 -1
  24. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  25. package/lib/commonjs/components/SignInStep.js +1 -1
  26. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  27. package/lib/commonjs/components/VerificationStep.js +1 -1
  28. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  29. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  30. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  31. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  32. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  33. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  34. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  35. package/lib/commonjs/components/icons/EnochE.js +1 -1
  36. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  37. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  38. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  39. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  40. package/lib/commonjs/components/icons/index.js +1 -1
  41. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  42. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  43. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  44. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  45. package/lib/commonjs/config/api.js +1 -1
  46. package/lib/commonjs/constants/index.js +1 -1
  47. package/lib/commonjs/context/AuthContext.js +1 -1
  48. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  49. package/lib/commonjs/hooks/useConnections.js +1 -1
  50. package/lib/commonjs/hooks/useCredentials.js +1 -1
  51. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  52. package/lib/commonjs/index.js +1 -1
  53. package/lib/commonjs/services/apiClient.js +1 -1
  54. package/lib/commonjs/services/biometricPinService.js +1 -1
  55. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  56. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  57. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  58. package/lib/commonjs/services/claudeConversationService.js +1 -1
  59. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  60. package/lib/commonjs/services/googleAuthService.js +1 -1
  61. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  62. package/lib/commonjs/services/hingeDataService.js +1 -1
  63. package/lib/commonjs/services/imageCompressionService.js +1 -1
  64. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  65. package/lib/commonjs/services/instagramDataService.js +1 -1
  66. package/lib/commonjs/services/jwtStorageService.js +1 -1
  67. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  68. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  69. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  70. package/lib/commonjs/services/llmDataStorage.js +1 -1
  71. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  72. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  73. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  74. package/lib/commonjs/services/platformAuthService.js +1 -1
  75. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  76. package/lib/commonjs/services/sephoraDataService.js +1 -1
  77. package/lib/commonjs/services/storageService.js +1 -1
  78. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  79. package/lib/commonjs/services/telegramDataService.js +1 -1
  80. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  81. package/lib/commonjs/services/userConnectionsService.js +1 -1
  82. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  83. package/lib/commonjs/theme/index.js +1 -1
  84. package/lib/commonjs/types/index.js +1 -1
  85. package/lib/commonjs/types.js +1 -1
  86. package/lib/commonjs/utils/Portal.js +1 -1
  87. package/lib/commonjs/utils/api.js +1 -1
  88. package/lib/commonjs/utils/assetRegistry.js +1 -1
  89. package/lib/commonjs/utils/auth.js +1 -1
  90. package/lib/commonjs/utils/connectorTests.js +1 -1
  91. package/lib/commonjs/utils/crypto.js +1 -1
  92. package/lib/commonjs/utils/debugHelper.js +1 -1
  93. package/lib/commonjs/utils/encryption.js +1 -1
  94. package/lib/commonjs/utils/eventUtils.js +1 -1
  95. package/lib/commonjs/utils/haptics.js +1 -1
  96. package/lib/commonjs/utils/imagePreloader.js +1 -1
  97. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  98. package/lib/commonjs/utils/onairosApi.js +1 -1
  99. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  100. package/lib/commonjs/utils/retryHelper.js +1 -1
  101. package/lib/commonjs/utils/secureStorage.js +1 -1
  102. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  103. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  104. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  105. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  106. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  107. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  108. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  109. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  110. package/lib/module/api/index.js +1 -1
  111. package/lib/module/components/BodyText.js +1 -1
  112. package/lib/module/components/BrandMark.js +1 -1
  113. package/lib/module/components/CodeInput.js +1 -1
  114. package/lib/module/components/EmailInput.js +1 -1
  115. package/lib/module/components/GoogleButton.js +1 -1
  116. package/lib/module/components/HeadingGroup.js +1 -1
  117. package/lib/module/components/LLMDataInputModal.js +1 -1
  118. package/lib/module/components/ModalHeader.js +1 -1
  119. package/lib/module/components/ModalSheet.js +1 -1
  120. package/lib/module/components/Onairos.js +1 -1
  121. package/lib/module/components/OnairosButton.js +1 -1
  122. package/lib/module/components/OnairosSignInButton.js +1 -1
  123. package/lib/module/components/Overlay.js +1 -1
  124. package/lib/module/components/PersonaImage.js +1 -1
  125. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  126. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  127. package/lib/module/components/PinCreationScreen.js +1 -1
  128. package/lib/module/components/PinInput.js +1 -1
  129. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  130. package/lib/module/components/PlatformList.js +1 -1
  131. package/lib/module/components/PlatformToggle.js +1 -1
  132. package/lib/module/components/PrimaryButton.js +1 -1
  133. package/lib/module/components/SignInMatchAnimation.js +1 -1
  134. package/lib/module/components/SignInStep.js +1 -1
  135. package/lib/module/components/UniversalOnboarding.js +1 -1
  136. package/lib/module/components/VerificationStep.js +1 -1
  137. package/lib/module/components/WelcomeScreen.js +1 -1
  138. package/lib/module/components/icons/Basicproficon.js +1 -1
  139. package/lib/module/components/icons/Basicprofile.js +1 -1
  140. package/lib/module/components/icons/Checkbox.js +1 -1
  141. package/lib/module/components/icons/Checkmark.js +1 -1
  142. package/lib/module/components/icons/Contentanalysis.js +1 -1
  143. package/lib/module/components/icons/Contenticon.js +1 -1
  144. package/lib/module/components/icons/EnochE.js +1 -1
  145. package/lib/module/components/icons/Personalityicon.js +1 -1
  146. package/lib/module/components/icons/Personalityprofile.js +1 -1
  147. package/lib/module/components/icons/Personalitytraits.js +1 -1
  148. package/lib/module/components/icons/Userpreferences.js +1 -1
  149. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  150. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  151. package/lib/module/components/onboarding/PinInput.js +1 -1
  152. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  153. package/lib/module/config/api.js +1 -1
  154. package/lib/module/constants/index.js +1 -1
  155. package/lib/module/context/AuthContext.js +1 -1
  156. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  157. package/lib/module/hooks/useConnections.js +1 -1
  158. package/lib/module/hooks/useCredentials.js +1 -1
  159. package/lib/module/hooks/useUserConnections.js +1 -1
  160. package/lib/module/index.js +1 -1
  161. package/lib/module/services/apiClient.js +1 -1
  162. package/lib/module/services/biometricPinService.js +1 -1
  163. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  164. package/lib/module/services/chatGPTConversationService.js +1 -1
  165. package/lib/module/services/claudeConversationExtractor.js +1 -1
  166. package/lib/module/services/claudeConversationService.js +1 -1
  167. package/lib/module/services/connectedAccountsService.js +1 -1
  168. package/lib/module/services/googleAuthService.js +1 -1
  169. package/lib/module/services/hingeDataExtractor.js +1 -1
  170. package/lib/module/services/hingeDataService.js +1 -1
  171. package/lib/module/services/imageCompressionService.js +1 -1
  172. package/lib/module/services/instagramDataExtractor.js +1 -1
  173. package/lib/module/services/instagramDataService.js +1 -1
  174. package/lib/module/services/jwtStorageService.js +1 -1
  175. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  176. package/lib/module/services/linkedinProfileService.js +1 -1
  177. package/lib/module/services/linkedinScrapingService.js +1 -1
  178. package/lib/module/services/llmDataStorage.js +1 -1
  179. package/lib/module/services/mobileTrainingService.js +1 -1
  180. package/lib/module/services/pinEncryptionService.js +1 -1
  181. package/lib/module/services/pinStorageUtils.js +1 -1
  182. package/lib/module/services/platformAuthService.js +1 -1
  183. package/lib/module/services/sephoraDataExtractor.js +1 -1
  184. package/lib/module/services/sephoraDataService.js +1 -1
  185. package/lib/module/services/storageService.js +1 -1
  186. package/lib/module/services/telegramDataExtractor.js +1 -1
  187. package/lib/module/services/telegramDataService.js +1 -1
  188. package/lib/module/services/trainingApiHelpers.js +1 -1
  189. package/lib/module/services/userConnectionsService.js +1 -1
  190. package/lib/module/services/youtubeMigrationService.js +1 -1
  191. package/lib/module/theme/index.js +1 -1
  192. package/lib/module/types.js +1 -1
  193. package/lib/module/utils/Portal.js +1 -1
  194. package/lib/module/utils/api.js +1 -1
  195. package/lib/module/utils/assetRegistry.js +1 -1
  196. package/lib/module/utils/auth.js +1 -1
  197. package/lib/module/utils/connectorTests.js +1 -1
  198. package/lib/module/utils/crypto.js +1 -1
  199. package/lib/module/utils/debugHelper.js +1 -1
  200. package/lib/module/utils/encryption.js +1 -1
  201. package/lib/module/utils/eventUtils.js +1 -1
  202. package/lib/module/utils/haptics.js +1 -1
  203. package/lib/module/utils/networkDiagnostics.js +1 -1
  204. package/lib/module/utils/onairosApi.js +1 -1
  205. package/lib/module/utils/programmaticFlow.js +1 -1
  206. package/lib/module/utils/retryHelper.js +1 -1
  207. package/lib/module/utils/secureStorage.js +1 -1
  208. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  209. package/lib/module/utils/webviewScripts/claude.js +1 -1
  210. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  211. package/lib/module/utils/webviewScripts/index.js +1 -1
  212. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  213. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  214. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  215. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  216. package/package.json +1 -1
@@ -7,4 +7,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
7
7
  require("../utils/assetRegistry")
8
8
  ];
9
9
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
10
- Object[_0x4ee1(0x0)](exports,_0x4ee1(0x1),{'value':!![]}),exports['uploadProfilePicture']=exports[_0x4ee1(0x2)]=exports[_0x4ee1(0x3)]=exports['getUserConnections']=void 0x0;var _authService=__ONAIROS_REQ_FUNC__(0x0),_asyncStorage=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x1)),_api=__ONAIROS_REQ_FUNC__(0x2),_assetRegistry=__ONAIROS_REQ_FUNC__(0x3);function _interopRequireDefault(_0x302809){return _0x302809&&_0x302809[_0x4ee1(0x1)]?_0x302809:{'default':_0x302809};}const getUserIdWithFallbacks=async()=>{const _0x12ae40={'dylWh':_0x4ee1(0x4),'vgHZg':'⚠️\x20[DEPRECATED]\x20uploadProfilePicture\x20has\x20been\x20removed\x20from\x20SDK','JuBPH':_0x4ee1(0x5),'giktL':_0x4ee1(0x6),'YzHoh':_0x4ee1(0x7),'Yzrzv':_0x4ee1(0x8),'pNZis':_0x4ee1(0x9),'Frngt':function(_0x4ec774,_0x25280b){return _0x4ec774!==_0x25280b;},'GgFSN':function(_0x4b12d7,_0x2dc274){return _0x4b12d7!==_0x2dc274;},'bFrlJ':_0x4ee1(0xa),'OTTGJ':function(_0x1458f6,_0x43e966){return _0x1458f6===_0x43e966;},'mrZRg':_0x4ee1(0xb),'NRwYN':_0x4ee1(0xc),'KAGeS':'OtXkH','DSeXa':'⚠️\x20[USER\x20ID]\x20getUserProfile\x20returned\x20invalid/fallback\x20ID:','DCCFY':function(_0x20d3a6,_0x3a6466){return _0x20d3a6===_0x3a6466;},'VLrTA':_0x4ee1(0xd),'LqccL':'user_id','vhwyD':function(_0x31acb2,_0x4e1a45){return _0x31acb2!==_0x4e1a45;},'Pqqnz':_0x4ee1(0xe),'CoSFP':function(_0x3ca91b,_0x1befe1){return _0x3ca91b!==_0x1befe1;},'lhnnb':function(_0x1035e7,_0x3c131d){return _0x1035e7>_0x3c131d;},'eRxPw':_0x4ee1(0xf),'EqXJU':'onairos_username','tMprB':function(_0x21e0fc,_0x22cf75){return _0x21e0fc>_0x22cf75;},'cFwNy':_0x4ee1(0x10),'MpYuw':_0x4ee1(0x11),'ZlClG':_0x4ee1(0x12),'kOSoB':function(_0x5362c7,_0xa6aa1a){return _0x5362c7===_0xa6aa1a;},'gOZqE':_0x4ee1(0x13),'ZpsbX':_0x4ee1(0x14),'VoaNg':'⚠️\x20[USER\x20ID]\x20JWT\x20token\x20access\x20failed:','wzcuD':_0x4ee1(0x15),'RkFun':_0x4ee1(0x16)};try{console[_0x4ee1(0x17)](_0x12ae40[_0x4ee1(0x18)]);try{const _0x13f030=await(0x0,_authService[_0x4ee1(0x19)])();if(_0x12ae40[_0x4ee1(0x1a)](_0x13f030,null)&&_0x13f030!==void 0x0&&_0x13f030['id']&&_0x12ae40[_0x4ee1(0x1b)](_0x13f030['id'],_0x12ae40[_0x4ee1(0x1c)]))return _0x12ae40[_0x4ee1(0x1d)](_0x12ae40[_0x4ee1(0x1e)],_0x12ae40['NRwYN'])?(_0xd101e9[_0x4ee1(0x17)](_0x4ee1(0x1f),_0x4f1c43['length']),_0x18409f):(console[_0x4ee1(0x17)](_0x4ee1(0x20),_0x13f030['id']),_0x13f030['id']);else _0x12ae40[_0x4ee1(0x1a)](_0x12ae40['KAGeS'],_0x4ee1(0x21))?_0x1e24d9['warn'](_0x12ae40[_0x4ee1(0x22)],_0x4bc228):console[_0x4ee1(0x23)](_0x12ae40[_0x4ee1(0x24)],_0x13f030===null||_0x12ae40['DCCFY'](_0x13f030,void 0x0)?void 0x0:_0x13f030['id']);}catch(_0x389529){console[_0x4ee1(0x23)](_0x12ae40['VLrTA'],_0x389529);}const _0x5428a1=await _asyncStorage[_0x4ee1(0x25)]['getItem'](_0x12ae40['LqccL']);if(_0x5428a1&&_0x12ae40['vhwyD'](_0x5428a1,_0x12ae40[_0x4ee1(0x26)])&&_0x12ae40[_0x4ee1(0x27)](_0x5428a1,_0x12ae40['bFrlJ'])&&_0x12ae40[_0x4ee1(0x28)](_0x5428a1[_0x4ee1(0x29)],0xa))return console[_0x4ee1(0x17)](_0x12ae40[_0x4ee1(0x2a)],_0x5428a1),_0x5428a1;else _0x5428a1&&console[_0x4ee1(0x23)](_0x12ae40[_0x4ee1(0x22)],_0x5428a1);const _0x5acc50=await _asyncStorage[_0x4ee1(0x25)][_0x4ee1(0x2b)](_0x12ae40['EqXJU']);if(_0x5acc50&&_0x12ae40['tMprB'](_0x5acc50[_0x4ee1(0x29)],0x2)&&_0x12ae40[_0x4ee1(0x2c)](_0x5acc50,_0x12ae40[_0x4ee1(0x26)]))return _0x12ae40['cFwNy']!==_0x12ae40[_0x4ee1(0x2d)]?(console[_0x4ee1(0x17)]('✅\x20[USER\x20ID]\x20Got\x20username\x20from\x20AsyncStorage\x20(backend\x20supports\x20usernames):',_0x5acc50),_0x5acc50):(_0x3fc0f8[_0x4ee1(0x23)](_0x12ae40[_0x4ee1(0x2e)]),_0x5e1d8c[_0x4ee1(0x23)](_0x4ee1(0x2f)),{'success':![],'error':_0x12ae40[_0x4ee1(0x30)]});else _0x5acc50&&console[_0x4ee1(0x23)](_0x12ae40[_0x4ee1(0x31)],_0x5acc50);const _0x107cc7=await _asyncStorage[_0x4ee1(0x25)][_0x4ee1(0x2b)]('user_email');if(_0x107cc7&&_0x107cc7[_0x4ee1(0x32)]('@')&&_0x107cc7[_0x4ee1(0x29)]>0x5)return console[_0x4ee1(0x17)](_0x4ee1(0x33),_0x107cc7),_0x107cc7;else{if(_0x107cc7){if(_0x12ae40[_0x4ee1(0x34)]('FkeTw',_0x12ae40[_0x4ee1(0x35)]))console['warn'](_0x4ee1(0x7),_0x107cc7);else{const _0x2c1f47=_0x3a4dab[_0x4ee1(0x36)][_0x4ee1(0x37)](_0x21db36);return _0x2150d8['log'](_0x12ae40[_0x4ee1(0x38)],_0x2c1f47[_0x4ee1(0x29)]),_0x2c1f47;}}}try{if(_0x12ae40[_0x4ee1(0x39)]!=='AxrDC'){const _0x3c35cb=await(0x0,_authService['getAuthToken'])();_0x3c35cb&&_0x3c35cb[_0x4ee1(0x3a)]('.')[_0x4ee1(0x29)]===0x3&&console['log'](_0x4ee1(0x3b));}else _0x44b1cb[_0x4ee1(0x23)](_0x12ae40[_0x4ee1(0x3c)],_0x2dd8ad);}catch(_0x286fdb){console[_0x4ee1(0x23)](_0x12ae40[_0x4ee1(0x3d)],_0x286fdb);}return console[_0x4ee1(0x3e)](_0x12ae40['wzcuD']),null;}catch(_0x5d75eb){return _0x12ae40['GgFSN'](_0x12ae40[_0x4ee1(0x3f)],_0x4ee1(0x16))?(_0x1ca8b4[_0x4ee1(0x17)](_0x12ae40[_0x4ee1(0x40)],_0x3b0e75),_0x26e8f5[_0x4ee1(0x17)](_0x4ee1(0x41),_0x5d7025[_0x4ee1(0x42)](_0x2cea64,_0x549873['getOwnPropertyNames'](_0x58a4e4))),[]):(console[_0x4ee1(0x3e)](_0x4ee1(0x43),_0x5d75eb),null);}},samImage=_assetRegistry[_0x4ee1(0x44)][_0x4ee1(0x45)],anandImage=_assetRegistry[_0x4ee1(0x44)][_0x4ee1(0x46)],chrisImage=_assetRegistry['PERSONA_IMAGES'][_0x4ee1(0x47)],katieImage=_assetRegistry[_0x4ee1(0x44)][_0x4ee1(0x48)],yanniImage=_assetRegistry[_0x4ee1(0x44)][_0x4ee1(0x49)],API_BASE_URL=_api[_0x4ee1(0x4a)][_0x4ee1(0x4b)],transformAPIConnection=_0x2ec38b=>{const _0x57f269={'jJqVE':'🔄\x20Transforming\x20API\x20connection:','dEHfX':function(_0x1d12c3,_0x38fb34){return _0x1d12c3===_0x38fb34;},'ZKEHm':'Unknown\x20User','tssjA':'Looking\x20to\x20connect','xQcof':_0x4ee1(0x4c)};var _0x5d02ac,_0x33f3eb;return console[_0x4ee1(0x17)](_0x57f269[_0x4ee1(0x4d)],{'id':_0x2ec38b['id'],'name':_0x2ec38b[_0x4ee1(0x4e)],'description':_0x2ec38b['description'],'hasPhoto':!!_0x2ec38b[_0x4ee1(0x4f)],'photoLength':_0x57f269['dEHfX'](_0x5d02ac=_0x2ec38b['photo'],null)||_0x5d02ac===void 0x0?void 0x0:_0x5d02ac['length'],'interests':_0x2ec38b[_0x4ee1(0x50)],'sharedPassions':_0x2ec38b[_0x4ee1(0x51)],'complementaryQualities':_0x2ec38b[_0x4ee1(0x52)],'compatibility':_0x2ec38b[_0x4ee1(0x53)]}),{'id':parseInt(_0x2ec38b['id'])||parseInt(_0x2ec38b[_0x4ee1(0x54)]||'')||Math[_0x4ee1(0x55)]()*0x3e8,'name':_0x2ec38b[_0x4ee1(0x4e)]||_0x57f269[_0x4ee1(0x56)],'description':_0x2ec38b['description']||_0x57f269[_0x4ee1(0x57)],'photo':_0x2ec38b['photo']||'','bio':_0x2ec38b[_0x4ee1(0x58)]||'','interests':_0x2ec38b[_0x4ee1(0x50)]||[],'mutualConnections':_0x2ec38b['mutualConnections']||0x0,'compatibility':_0x2ec38b[_0x4ee1(0x53)]||0x0,'conversationStarters':_0x2ec38b[_0x4ee1(0x59)]||[_0x57f269[_0x4ee1(0x5a)]],'sharedPassions':_0x2ec38b[_0x4ee1(0x51)]||[],'complementaryQualities':_0x2ec38b['complementaryQualities']||[],'meaningfulCoincidences':_0x2ec38b[_0x4ee1(0x5b)]||[],'mutualConnectionsList':(_0x57f269[_0x4ee1(0x5c)](_0x33f3eb=_0x2ec38b[_0x4ee1(0x5d)],null)||_0x33f3eb===void 0x0?void 0x0:_0x33f3eb[_0x4ee1(0x37)](_0x109127=>({'name':_0x109127[_0x4ee1(0x4e)],'photo':_0x109127['photo'],'context':_0x109127[_0x4ee1(0x5e)]})))||[]};},getUserConnectionsByUsername=async _0x2d1624=>{const _0x51cc69={'KMvvc':_0x4ee1(0x5f),'ZPoaq':_0x4ee1(0x60),'RvZOw':'⚠️\x20[CONNECTIONS\x20API]\x20This\x20may\x20result\x20in\x20limited\x20or\x20cached\x20data\x20from\x20backend','lYxTN':_0x4ee1(0x61),'KiZNv':_0x4ee1(0x62),'WqBkd':_0x4ee1(0x63),'MAMdl':function(_0x26bdd4,_0xef6b1c){return _0x26bdd4!==_0xef6b1c;},'NCRlm':function(_0x430d30,_0x307f19){return _0x430d30!==_0x307f19;},'AcUOX':function(_0x281caa,_0x557374){return _0x281caa>_0x557374;},'pYFNs':_0x4ee1(0x64),'iSJMK':_0x4ee1(0x8),'AnbGO':_0x4ee1(0x41)};try{var _0x1db6d1,_0x2619ce;console[_0x4ee1(0x17)](_0x51cc69['KMvvc'],_0x2d1624);const _0x4b0b1b=await(0x0,_authService[_0x4ee1(0x65)])();if(!_0x4b0b1b)return console[_0x4ee1(0x23)](_0x51cc69[_0x4ee1(0x66)]),console['warn'](_0x51cc69['RvZOw']),[];console[_0x4ee1(0x17)](_0x4ee1(0x67),_0x4b0b1b[_0x4ee1(0x68)](0x0,0x14)+'...');const _0x46b8b9={'success':![],'message':_0x51cc69[_0x4ee1(0x69)],'connections':[],'source':_0x51cc69[_0x4ee1(0x6a)]};console[_0x4ee1(0x17)](_0x51cc69['WqBkd'],{'success':_0x46b8b9[_0x4ee1(0x6b)],'connectionsCount':((_0x1db6d1=_0x46b8b9[_0x4ee1(0x36)])===null||_0x1db6d1===void 0x0?void 0x0:_0x1db6d1[_0x4ee1(0x29)])||0x0,'source':_0x46b8b9[_0x4ee1(0x6c)],'firstConnection':_0x51cc69[_0x4ee1(0x6d)](_0x2619ce=_0x46b8b9[_0x4ee1(0x36)],null)&&_0x51cc69[_0x4ee1(0x6e)](_0x2619ce,void 0x0)&&_0x2619ce[0x0]?{'id':_0x46b8b9['connections'][0x0]['id'],'name':_0x46b8b9['connections'][0x0][_0x4ee1(0x4e)],'description':_0x46b8b9[_0x4ee1(0x36)][0x0][_0x4ee1(0x6f)]}:null});if(_0x46b8b9[_0x4ee1(0x6b)]&&_0x46b8b9[_0x4ee1(0x36)]&&_0x51cc69['AcUOX'](_0x46b8b9[_0x4ee1(0x36)][_0x4ee1(0x29)],0x0)){const _0x412665=_0x46b8b9[_0x4ee1(0x36)][_0x4ee1(0x37)](transformAPIConnection);return console[_0x4ee1(0x17)](_0x51cc69['pYFNs'],_0x412665[_0x4ee1(0x29)]),_0x412665;}return[];}catch(_0x397ca0){return console[_0x4ee1(0x17)](_0x51cc69[_0x4ee1(0x70)],_0x397ca0),console[_0x4ee1(0x17)](_0x51cc69[_0x4ee1(0x71)],JSON[_0x4ee1(0x42)](_0x397ca0,Object['getOwnPropertyNames'](_0x397ca0))),[];}};exports[_0x4ee1(0x2)]=getUserConnectionsByUsername;function _0x4ee1(_0x31fcf7,_0x4ee12c){_0x31fcf7=_0x31fcf7-0x0;const _0x48c2c3=_0x31fc();let _0x3d7068=_0x48c2c3[_0x31fcf7];return _0x3d7068;}const getUserConnectionsByUserId=async _0x2294c4=>{const _0x58183d={'RMRXj':'✅\x20[USER\x20ID]\x20Got\x20user\x20ID\x20from\x20AsyncStorage:','HZeTG':_0x4ee1(0x72),'Fcufo':_0x4ee1(0x73),'BCIeF':_0x4ee1(0x74),'RHJZI':'✅\x20[CONNECTIONS\x20API]\x20Using\x20authenticated\x20request\x20with\x20token:','pfFFv':function(_0x1a56c7,_0x532307){return _0x1a56c7===_0x532307;},'poncq':function(_0x3f2e8a,_0x5a174e){return _0x3f2e8a!==_0x5a174e;},'xcHyA':function(_0x217451,_0x5ba073){return _0x217451>_0x5ba073;},'aVTCd':_0x4ee1(0x75),'PkPFg':'🔄\x20Transformed\x20connections\x20by\x20userId:','KlxTq':_0x4ee1(0x76),'WvLOj':'vfkOl','bqNRS':_0x4ee1(0x77),'UUBuQ':_0x4ee1(0x78)};try{var _0x413978,_0x4ab9c4;console[_0x4ee1(0x17)](_0x58183d[_0x4ee1(0x79)],_0x2294c4);const _0x4798c5=await(0x0,_authService['getAuthToken'])();if(!_0x4798c5)return console[_0x4ee1(0x23)](_0x58183d['BCIeF']),[];console[_0x4ee1(0x17)](_0x58183d[_0x4ee1(0x7a)],_0x4798c5[_0x4ee1(0x68)](0x0,0x14)+_0x4ee1(0x7b));const _0x22357e={'success':![],'message':_0x4ee1(0x61),'connections':[],'source':'mock'};console[_0x4ee1(0x17)](_0x4ee1(0x7c),{'success':_0x22357e[_0x4ee1(0x6b)],'connectionsCount':(_0x58183d[_0x4ee1(0x7d)](_0x413978=_0x22357e['connections'],null)||_0x58183d[_0x4ee1(0x7d)](_0x413978,void 0x0)?void 0x0:_0x413978[_0x4ee1(0x29)])||0x0,'source':_0x22357e[_0x4ee1(0x6c)],'firstConnection':(_0x4ab9c4=_0x22357e['connections'])!==null&&_0x58183d[_0x4ee1(0x7e)](_0x4ab9c4,void 0x0)&&_0x4ab9c4[0x0]?{'id':_0x22357e[_0x4ee1(0x36)][0x0]['id'],'name':_0x22357e[_0x4ee1(0x36)][0x0][_0x4ee1(0x4e)],'description':_0x22357e['connections'][0x0]['description']}:null});if(_0x22357e['success']&&_0x22357e[_0x4ee1(0x36)]&&_0x58183d[_0x4ee1(0x7f)](_0x22357e[_0x4ee1(0x36)]['length'],0x0)){if(_0x58183d[_0x4ee1(0x7e)](_0x58183d[_0x4ee1(0x80)],_0x58183d[_0x4ee1(0x80)]))return _0x421f10[_0x4ee1(0x17)](_0x58183d[_0x4ee1(0x81)],_0x59421a),_0xbec65a;else{const _0xd477fe=_0x22357e['connections']['map'](transformAPIConnection);return console[_0x4ee1(0x17)](_0x58183d[_0x4ee1(0x82)],_0xd477fe[_0x4ee1(0x29)]),_0xd477fe;}}return[];}catch(_0x1056df){if(_0x58183d[_0x4ee1(0x83)]!==_0x58183d[_0x4ee1(0x84)])return console[_0x4ee1(0x17)](_0x58183d[_0x4ee1(0x85)],_0x1056df),console[_0x4ee1(0x17)](_0x58183d[_0x4ee1(0x86)],JSON[_0x4ee1(0x42)](_0x1056df,Object[_0x4ee1(0x87)](_0x1056df))),[];else _0x116c3b[_0x4ee1(0x17)](_0x58183d['HZeTG'],_0x3723a6),_0x55f5ad=_0x33642c;}};exports['getUserConnectionsByUserId']=getUserConnectionsByUserId;const getUserConnections=async()=>{const _0x95e316={'yYWFS':_0x4ee1(0x3b),'MvRgD':_0x4ee1(0x88),'lnwsP':'USER_CONNECTIONS','IMqhV':_0x4ee1(0x89),'FlYQU':_0x4ee1(0x8a),'xaMJh':_0x4ee1(0x8b),'yUCVM':_0x4ee1(0x8c),'HbQdB':_0x4ee1(0x8d),'XEuUt':_0x4ee1(0x8e),'ImAro':function(_0x3fb1fa,_0x340385){return _0x3fb1fa!==_0x340385;},'rttNi':function(_0x4b8e23,_0x3c6d8c){return _0x4b8e23!==_0x3c6d8c;},'AwvxN':function(_0xf207a2,_0x7451fd){return _0xf207a2===_0x7451fd;},'GJWWj':function(_0x3c8bb9,_0x452abb){return _0x3c8bb9===_0x452abb;},'qOduv':function(_0x819c6c,_0x4da5fc){return _0x819c6c===_0x4da5fc;},'nXteG':function(_0x4d8a0d,_0x451d3f){return _0x4d8a0d&&_0x451d3f;},'kTQat':_0x4ee1(0x8f),'OVkwn':function(_0x3dd455,_0x56e95c){return _0x3dd455&&_0x56e95c;},'hJlDl':_0x4ee1(0x72),'PhlKK':_0x4ee1(0x90),'Uqyjc':function(_0x4a0a0c,_0x3317ee){return _0x4a0a0c===_0x3317ee;},'ubABK':_0x4ee1(0x91),'sRsPq':_0x4ee1(0x92),'YGhSU':_0x4ee1(0x93),'IswPo':function(_0x123149,_0x50f53d){return _0x123149(_0x50f53d);},'aRizm':function(_0x301fdd,_0x3ed5a5){return _0x301fdd>_0x3ed5a5;},'mgLmB':'⚠️\x20No\x20connections\x20found\x20by\x20email,\x20trying\x20user\x20ID...','uDwFw':_0x4ee1(0x94),'Tzqbk':function(_0x430b60,_0x1311dc){return _0x430b60(_0x1311dc);},'MYnPo':function(_0x11cd84,_0x5dba0b){return _0x11cd84>_0x5dba0b;},'RjGYt':function(_0x23b596,_0x91071a){return _0x23b596===_0x91071a;},'mKPul':_0x4ee1(0x95),'pNtOy':_0x4ee1(0x96),'iXNKB':_0x4ee1(0x97),'mmTNZ':_0x4ee1(0x98)};try{await(0x0,_authService[_0x4ee1(0x99)])(_0x95e316['lnwsP']),console[_0x4ee1(0x17)](_0x95e316[_0x4ee1(0x9a)]);const _0x21fb7e=await _asyncStorage['default'][_0x4ee1(0x2b)](_0x95e316[_0x4ee1(0x9b)]),_0xcc4db6=await _asyncStorage[_0x4ee1(0x25)][_0x4ee1(0x2b)](_0x4ee1(0x9c)),_0x35454f=await _asyncStorage[_0x4ee1(0x25)][_0x4ee1(0x2b)](_0x95e316[_0x4ee1(0x9d)]),_0x291d61=await _asyncStorage[_0x4ee1(0x25)][_0x4ee1(0x2b)](_0x95e316[_0x4ee1(0x9e)]);console[_0x4ee1(0x17)](_0x95e316[_0x4ee1(0x9f)],{'storedUsername':_0x21fb7e,'storedEmail':_0xcc4db6,'storedUserId':_0x35454f,'hasAuthToken':!!_0x291d61,'authTokenPreview':_0x291d61?_0x291d61[_0x4ee1(0x68)](0x0,0x14)+_0x4ee1(0x7b):_0x4ee1(0xa0)});const _0x13168a=await(0x0,_authService[_0x4ee1(0x19)])();console['log'](_0x95e316[_0x4ee1(0xa1)],{'hasId':!!(_0x13168a!==null&&_0x95e316[_0x4ee1(0xa2)](_0x13168a,void 0x0)&&_0x13168a['id']),'hasEmail':!!(_0x95e316[_0x4ee1(0xa3)](_0x13168a,null)&&_0x13168a!==void 0x0&&_0x13168a['email']),'email':_0x95e316['AwvxN'](_0x13168a,null)||_0x13168a===void 0x0?void 0x0:_0x13168a['email'],'id':_0x95e316[_0x4ee1(0xa4)](_0x13168a,null)||_0x95e316[_0x4ee1(0xa4)](_0x13168a,void 0x0)?void 0x0:_0x13168a['id']});let _0x161ba6=_0x95e316[_0x4ee1(0xa4)](_0x13168a,null)||_0x95e316[_0x4ee1(0xa5)](_0x13168a,void 0x0)?void 0x0:_0x13168a[_0x4ee1(0xa6)],_0x4582f2=_0x95e316[_0x4ee1(0xa7)](_0x13168a,null)||_0x95e316[_0x4ee1(0xa5)](_0x13168a,void 0x0)?void 0x0:_0x13168a['id'];_0x95e316[_0x4ee1(0xa8)](!_0x161ba6,_0x21fb7e)&&(console['log'](_0x95e316[_0x4ee1(0xa9)],_0x21fb7e),_0x161ba6=_0x21fb7e);_0x95e316[_0x4ee1(0xa8)](!_0x161ba6,_0xcc4db6)&&(console[_0x4ee1(0x17)](_0x4ee1(0x88),_0xcc4db6),_0x161ba6=_0xcc4db6);_0x95e316[_0x4ee1(0xaa)](!_0x4582f2,_0x35454f)&&(console[_0x4ee1(0x17)](_0x95e316['hJlDl'],_0x35454f),_0x4582f2=_0x35454f);console[_0x4ee1(0x17)](_0x95e316['PhlKK'],{'userEmail':_0x161ba6,'userId':_0x4582f2,'willTryEmail':!!_0x161ba6,'willTryUserId':!!_0x4582f2});if(_0x161ba6){if(_0x95e316[_0x4ee1(0xab)](_0x95e316[_0x4ee1(0xac)],_0x95e316[_0x4ee1(0xad)]))_0x3ce642[_0x4ee1(0x17)](_0x95e316['yYWFS']);else{console[_0x4ee1(0x17)](_0x95e316[_0x4ee1(0xae)],_0x161ba6);const _0x1e6f52=await _0x95e316[_0x4ee1(0xaf)](getUserConnectionsByUsername,_0x161ba6);if(_0x95e316['aRizm'](_0x1e6f52[_0x4ee1(0x29)],0x0))return console['log'](_0x4ee1(0x1f),_0x1e6f52[_0x4ee1(0x29)]),_0x1e6f52;console['log'](_0x95e316[_0x4ee1(0xb0)]);}}if(_0x4582f2){console[_0x4ee1(0x17)](_0x95e316[_0x4ee1(0xb1)],_0x4582f2);const _0x3c57f4=await _0x95e316[_0x4ee1(0xb2)](getUserConnectionsByUserId,_0x4582f2);if(_0x95e316[_0x4ee1(0xb3)](_0x3c57f4['length'],0x0)){if(_0x95e316[_0x4ee1(0xb4)](_0x4ee1(0x95),_0x95e316[_0x4ee1(0xb5)]))return console['log'](_0x4ee1(0xb6),_0x3c57f4['length']),_0x3c57f4;else _0x3bfa02[_0x4ee1(0x17)](_0x95e316[_0x4ee1(0xb7)],_0x54f117),_0x72c5df=_0x2b5176;}console[_0x4ee1(0x17)](_0x95e316[_0x4ee1(0xb8)]);}return console[_0x4ee1(0x17)](_0x95e316[_0x4ee1(0xb9)]),[];}catch(_0x4cc959){return console[_0x4ee1(0x17)](_0x95e316[_0x4ee1(0xba)],_0x4cc959),[];}};exports[_0x4ee1(0xbb)]=getUserConnections;const uploadProfilePicture=async(_0x3573cf,_0x4160d1)=>{const _0x240938={'VGzGR':_0x4ee1(0xbc),'RnziQ':_0x4ee1(0x2f)};return console['warn'](_0x240938[_0x4ee1(0xbd)]),console[_0x4ee1(0x23)](_0x240938['RnziQ']),{'success':![],'error':_0x4ee1(0x5)};};function _0x31fc(){const _0x221c14=['defineProperty','__esModule','getUserConnectionsByUsername','getUserConnectionsByUserId','⚠️\x20[USER\x20ID]\x20Invalid\x20stored\x20user\x20ID\x20found:','uploadProfilePicture\x20has\x20been\x20removed\x20from\x20SDK.\x20Consuming\x20apps\x20should\x20call\x20the\x20Enoch\x20API\x20directly.','🔄\x20Transformed\x20connections\x20by\x20userId:','⚠️\x20[USER\x20ID]\x20Invalid\x20stored\x20email\x20found:','❌\x20Error\x20fetching\x20connections\x20by\x20username:','🔍\x20[USER\x20ID]\x20Attempting\x20to\x20get\x20user\x20identifier\x20with\x20multiple\x20methods...','fallback_user','LZenH','xzJlV','⚠️\x20[USER\x20ID]\x20getUserProfile\x20failed:','marker','✅\x20[USER\x20ID]\x20Got\x20user\x20ID\x20from\x20AsyncStorage:','JRimA','SrKSW','⚠️\x20[USER\x20ID]\x20Invalid\x20stored\x20username\x20found:','FkeTw','RsZcJ','❌\x20[USER\x20ID]\x20No\x20valid\x20user\x20identifier\x20found','BTgzz','log','pNZis','getUserProfile','Frngt','GgFSN','bFrlJ','OTTGJ','mrZRg','✅\x20Successfully\x20got\x20connections\x20by\x20email:','✅\x20[USER\x20ID]\x20Got\x20user\x20ID\x20from\x20getUserProfile:','OtXkH','dylWh','warn','DSeXa','default','Pqqnz','CoSFP','lhnnb','length','eRxPw','getItem','vhwyD','MpYuw','vgHZg','ℹ️\x20Consuming\x20apps\x20should\x20call\x20/enoch/users/{id}/profile-picture/base64\x20directly','JuBPH','ZlClG','includes','✅\x20[USER\x20ID]\x20Got\x20email\x20from\x20AsyncStorage\x20(backend\x20supports\x20usernames):','kOSoB','gOZqE','connections','map','giktL','ZpsbX','split','🔍\x20[USER\x20ID]\x20JWT\x20token\x20found\x20but\x20no\x20local\x20user\x20identifier\x20-\x20backend\x20should\x20handle\x20via\x20token','YzHoh','VoaNg','error','RkFun','Yzrzv','❌\x20[NETWORK\x20ERROR]\x20Full\x20error\x20details:','stringify','❌\x20[USER\x20ID]\x20Error\x20getting\x20user\x20identifier:','PERSONA_IMAGES','level1','level2','level3','level4','level5','API_CONFIG','BASE_URL','Hi!\x20Nice\x20to\x20meet\x20you.','jJqVE','name','photo','interests','sharedPassions','complementaryQualities','compatibility','_id','random','ZKEHm','tssjA','bio','conversationStarters','xQcof','meaningfulCoincidences','dEHfX','mutualConnectionsList','context','🔍\x20Fetching\x20connections\x20for\x20username:','⚠️\x20[CONNECTIONS\x20API]\x20No\x20authentication\x20token\x20available\x20for\x20connections\x20request','API\x20function\x20not\x20available','mock','✅\x20API\x20connections\x20fetched\x20by\x20username:','🔄\x20Transformed\x20connections\x20by\x20username:','getAuthToken','ZPoaq','✅\x20[CONNECTIONS\x20API]\x20Using\x20authenticated\x20request\x20with\x20token:','substring','lYxTN','KiZNv','success','source','MAMdl','NCRlm','description','iSJMK','AnbGO','🔄\x20[USER\x20DEBUG]\x20Using\x20stored\x20user\x20ID\x20as\x20fallback:','🔍\x20Fetching\x20connections\x20for\x20userId:','⚠️\x20[CONNECTIONS\x20API]\x20No\x20authentication\x20token\x20available\x20for\x20user\x20ID\x20connections\x20request','dZMgU','PcHfa','❌\x20Error\x20fetching\x20connections\x20by\x20userId:','❌\x20[NETWORK\x20ERROR\x20FALLBACK]\x20Full\x20error\x20details:','Fcufo','RHJZI','...','✅\x20API\x20connections\x20fetched\x20by\x20userId:','pfFFv','poncq','xcHyA','aVTCd','RMRXj','PkPFg','KlxTq','WvLOj','bqNRS','UUBuQ','getOwnPropertyNames','🔄\x20[USER\x20DEBUG]\x20Using\x20stored\x20email\x20as\x20fallback:','🔍\x20[USER\x20DEBUG]\x20Checking\x20all\x20available\x20user\x20data\x20sources...','onairos_username','user_id','auth_token','🔍\x20[USER\x20DEBUG]\x20AsyncStorage\x20data:','🎯\x20getUserConnections\x20-\x20User\x20profile:','🔄\x20[USER\x20DEBUG]\x20Using\x20stored\x20username\x20as\x20email\x20fallback:','🎯\x20[USER\x20DEBUG]\x20Final\x20user\x20identifiers\x20to\x20use:','brBov','rxbfb','🎯\x20PRIORITY:\x20Attempting\x20to\x20fetch\x20connections\x20by\x20email\x20(working\x20endpoint):','🎯\x20FALLBACK:\x20Attempting\x20to\x20fetch\x20connections\x20by\x20user\x20ID:','nqNBN','⚠️\x20No\x20connections\x20found\x20by\x20user\x20ID','⚠️\x20No\x20user\x20identifier\x20available\x20or\x20no\x20connections\x20found','❌\x20Error\x20in\x20getUserConnections:','ensureAuthentication','IMqhV','FlYQU','user_email','xaMJh','yUCVM','HbQdB','none','XEuUt','ImAro','rttNi','AwvxN','GJWWj','email','qOduv','nXteG','kTQat','OVkwn','Uqyjc','ubABK','sRsPq','YGhSU','IswPo','mgLmB','uDwFw','Tzqbk','MYnPo','RjGYt','mKPul','✅\x20Successfully\x20got\x20connections\x20by\x20user\x20ID:','MvRgD','pNtOy','iXNKB','mmTNZ','getUserConnections','⚠️\x20[DEPRECATED]\x20uploadProfilePicture\x20has\x20been\x20removed\x20from\x20SDK','VGzGR'];_0x31fc=function(){return _0x221c14;};return _0x31fc();}exports['uploadProfilePicture']=uploadProfilePicture;
10
+ Object[_0xb522(0x0)](exports,'__esModule',{'value':!![]}),exports[_0xb522(0x1)]=exports[_0xb522(0x2)]=exports[_0xb522(0x3)]=exports['getUserConnections']=void 0x0;var _authService=__ONAIROS_REQ_FUNC__(0x0),_asyncStorage=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x1)),_api=__ONAIROS_REQ_FUNC__(0x2),_assetRegistry=__ONAIROS_REQ_FUNC__(0x3);function _interopRequireDefault(_0x34346d){return _0x34346d&&_0x34346d[_0xb522(0x4)]?_0x34346d:{'default':_0x34346d};}const getUserIdWithFallbacks=async()=>{const _0x34e1e2={'FKwZP':_0xb522(0x5),'qFRlv':_0xb522(0x6),'qahjb':_0xb522(0x7),'VcLRr':_0xb522(0x8),'fXBzX':function(_0x3847fb,_0x492bd3){return _0x3847fb===_0x492bd3;},'TsmZG':function(_0x35f541,_0x6b4592){return _0x35f541===_0x6b4592;},'CHyjD':function(_0xfbcc3f,_0x4f9555){return _0xfbcc3f(_0x4f9555);},'YodNI':function(_0x255670,_0x245e61){return _0x255670*_0x245e61;},'QiugW':_0xb522(0x9),'PyQvA':'Looking\x20to\x20connect','YIJne':_0xb522(0xa),'pxPkA':function(_0x58f8f5,_0x4802e8){return _0x58f8f5===_0x4802e8;},'rEXdZ':'⚠️\x20[USER\x20ID]\x20Invalid\x20stored\x20email\x20found:','kzKrd':_0xb522(0xb),'hzEUA':_0xb522(0xc),'TrsKi':_0xb522(0xd),'MVvBm':_0xb522(0xe),'yQOLH':_0xb522(0xf),'rWVRJ':_0xb522(0x10),'hcaUq':_0xb522(0x11),'sjruR':_0xb522(0x12),'sQaDE':_0xb522(0x13),'twVDd':function(_0x5d2295,_0x122d1f){return _0x5d2295!==_0x122d1f;},'MHtHd':_0xb522(0x14),'DxhAC':_0xb522(0x15),'loXxf':_0xb522(0x16),'bvaSx':'✅\x20[USER\x20ID]\x20Got\x20user\x20ID\x20from\x20getUserProfile:','UPrMT':function(_0x21d3f1,_0x2d3338){return _0x21d3f1===_0x2d3338;},'oJYWW':_0xb522(0x17),'KAfJB':'⚠️\x20[USER\x20ID]\x20getUserProfile\x20failed:','yWzql':_0xb522(0x18),'PbkgN':_0xb522(0x19),'LXKSq':function(_0x3ef3c6,_0x1009d3){return _0x3ef3c6!==_0x1009d3;},'WlmpO':_0xb522(0x1a),'mjfxf':function(_0x56e3c0,_0x18d73e){return _0x56e3c0>_0x18d73e;},'XMNPs':_0xb522(0x1b),'vGubA':'✅\x20[USER\x20ID]\x20Got\x20username\x20from\x20AsyncStorage\x20(backend\x20supports\x20usernames):','rsORy':_0xb522(0x1c),'xjgcF':_0xb522(0x1d),'rbrRz':function(_0x34e013,_0x49521c){return _0x34e013>_0x49521c;},'ZkiYW':_0xb522(0x1e),'ecwGE':_0xb522(0x1f),'NlIUI':'🔍\x20[USER\x20ID]\x20JWT\x20token\x20found\x20but\x20no\x20local\x20user\x20identifier\x20-\x20backend\x20should\x20handle\x20via\x20token','bzdcr':_0xb522(0x20),'swKCG':_0xb522(0x21),'MuxbL':_0xb522(0x22),'WbbOD':function(_0x35e795,_0x252eee){return _0x35e795!==_0x252eee;},'TZyKq':'mcGaD','sgSAz':_0xb522(0x23)};try{console['log'](_0x34e1e2[_0xb522(0x24)]);try{if(_0x34e1e2['sQaDE']!==_0xb522(0x13))return _0x30ce09[_0xb522(0x25)](_0xb522(0x26),_0x29ff1c),_0x5f56d9[_0xb522(0x25)](_0x34e1e2[_0xb522(0x27)],_0xc6ccf5['stringify'](_0x459df9,_0x2dccd3[_0xb522(0x28)](_0x4a8031))),[];else{const _0x33abf8=await(0x0,_authService['getUserProfile'])();if(_0x33abf8!==null&&_0x34e1e2['twVDd'](_0x33abf8,void 0x0)&&_0x33abf8['id']&&_0x34e1e2[_0xb522(0x29)](_0x33abf8['id'],_0x34e1e2[_0xb522(0x2a)])){if(_0x34e1e2[_0xb522(0x29)](_0x34e1e2[_0xb522(0x2b)],_0x34e1e2['loXxf']))return console[_0xb522(0x25)](_0x34e1e2[_0xb522(0x2c)],_0x33abf8['id']),_0x33abf8['id'];else{const _0x4b5e43=_0x13fb4a[_0xb522(0x2d)][_0xb522(0x2e)](_0x46a5be);return _0x5755b9[_0xb522(0x25)](_0x34e1e2[_0xb522(0x2f)],_0x4b5e43[_0xb522(0x30)]),_0x4b5e43;}}else console[_0xb522(0x31)](_0x34e1e2[_0xb522(0x32)],_0x33abf8===null||_0x34e1e2[_0xb522(0x33)](_0x33abf8,void 0x0)?void 0x0:_0x33abf8['id']);}}catch(_0x340aaa){if(_0x34e1e2[_0xb522(0x34)]===_0x34e1e2[_0xb522(0x34)])console[_0xb522(0x31)](_0x34e1e2[_0xb522(0x35)],_0x340aaa);else{const _0x3e78b2=_0x2e7212['connections']['map'](_0x2f4ab0);return _0xa2b55['log'](_0x34e1e2[_0xb522(0x36)],_0x3e78b2[_0xb522(0x30)]),_0x3e78b2;}}const _0x4a9191=await _asyncStorage[_0xb522(0x37)][_0xb522(0x38)](_0x34e1e2[_0xb522(0x39)]);if(_0x4a9191&&_0x34e1e2[_0xb522(0x29)](_0x4a9191,_0x34e1e2[_0xb522(0x3a)])&&_0x34e1e2[_0xb522(0x3b)](_0x4a9191,'fallback_user')&&_0x4a9191[_0xb522(0x30)]>0xa)return console['log'](_0xb522(0x3c),_0x4a9191),_0x4a9191;else{if(_0x4a9191){if(_0xb522(0x3d)!==_0xb522(0x3d)){var _0x6ae995,_0x66e54d;return _0x4b8a73[_0xb522(0x25)](_0x34e1e2[_0xb522(0x3e)],{'id':_0x1c33df['id'],'name':_0x3bf219[_0xb522(0x3f)],'description':_0x50dbaf[_0xb522(0x40)],'hasPhoto':!!_0x4c0318[_0xb522(0x41)],'photoLength':_0x34e1e2[_0xb522(0x42)](_0x6ae995=_0x5b7a69['photo'],null)||_0x34e1e2[_0xb522(0x43)](_0x6ae995,void 0x0)?void 0x0:_0x6ae995['length'],'interests':_0x3c51d3['interests'],'sharedPassions':_0x1c1f1a[_0xb522(0x44)],'complementaryQualities':_0x5512db['complementaryQualities'],'compatibility':_0x4265e8['compatibility']}),{'id':_0x34e1e2[_0xb522(0x45)](_0x494b0e,_0x136691['id'])||_0x5cab2c(_0x6bccd8[_0xb522(0x46)]||'')||_0x34e1e2[_0xb522(0x47)](_0x5591d5[_0xb522(0x48)](),0x3e8),'name':_0xace29c['name']||_0x34e1e2[_0xb522(0x49)],'description':_0x593a10[_0xb522(0x40)]||_0x34e1e2[_0xb522(0x4a)],'photo':_0xdd3777['photo']||'','bio':_0x44fab3['bio']||'','interests':_0x5481c4[_0xb522(0x4b)]||[],'mutualConnections':_0x6a9fc['mutualConnections']||0x0,'compatibility':_0x7934ae[_0xb522(0x4c)]||0x0,'conversationStarters':_0x558676[_0xb522(0x4d)]||[_0x34e1e2[_0xb522(0x4e)]],'sharedPassions':_0x30e17d['sharedPassions']||[],'complementaryQualities':_0x225f2c[_0xb522(0x4f)]||[],'meaningfulCoincidences':_0x5bdd31['meaningfulCoincidences']||[],'mutualConnectionsList':(_0x34e1e2[_0xb522(0x43)](_0x66e54d=_0x2a909a[_0xb522(0x50)],null)||_0x34e1e2[_0xb522(0x51)](_0x66e54d,void 0x0)?void 0x0:_0x66e54d[_0xb522(0x2e)](_0x1123e8=>({'name':_0x1123e8[_0xb522(0x3f)],'photo':_0x1123e8[_0xb522(0x41)],'context':_0x1123e8[_0xb522(0x52)]})))||[]};}else console['warn'](_0xb522(0x53),_0x4a9191);}}const _0x1a6ec9=await _asyncStorage[_0xb522(0x37)][_0xb522(0x38)](_0x34e1e2['WlmpO']);if(_0x1a6ec9&&_0x34e1e2[_0xb522(0x54)](_0x1a6ec9['length'],0x2)&&_0x34e1e2[_0xb522(0x29)](_0x1a6ec9,_0x34e1e2[_0xb522(0x3a)])){if(_0x34e1e2['LXKSq'](_0x34e1e2['XMNPs'],_0x34e1e2['XMNPs']))_0x715e6b[_0xb522(0x31)](_0x34e1e2[_0xb522(0x55)],_0x2b6195);else return console[_0xb522(0x25)](_0x34e1e2[_0xb522(0x56)],_0x1a6ec9),_0x1a6ec9;}else{if(_0x1a6ec9){if(_0x34e1e2[_0xb522(0x57)]!==_0xb522(0x1c))return _0x1fab85['log'](_0x34e1e2[_0xb522(0x58)],_0x50d748[_0xb522(0x30)]),_0x126020;else console[_0xb522(0x31)](_0x34e1e2[_0xb522(0x59)],_0x1a6ec9);}}const _0x5694ea=await _asyncStorage[_0xb522(0x37)][_0xb522(0x38)](_0x34e1e2[_0xb522(0x5a)]);if(_0x5694ea&&_0x5694ea[_0xb522(0x5b)]('@')&&_0x34e1e2[_0xb522(0x5c)](_0x5694ea[_0xb522(0x30)],0x5)){if(_0xb522(0x5d)!=='DeuCI')_0x410e6f['warn'](_0x34e1e2[_0xb522(0x32)],_0x34e1e2[_0xb522(0x42)](_0x51a847,null)||_0x34e1e2[_0xb522(0x51)](_0x3ba5e8,void 0x0)?void 0x0:_0x3dfe7c['id']);else return console['log'](_0xb522(0x5e),_0x5694ea),_0x5694ea;}else{if(_0x5694ea){if(_0x34e1e2[_0xb522(0x42)](_0x34e1e2[_0xb522(0x5f)],_0x34e1e2[_0xb522(0x60)]))return _0x244823[_0xb522(0x31)](_0x34e1e2[_0xb522(0x61)]),_0x5b5da5[_0xb522(0x31)](_0x34e1e2['MVvBm']),{'success':![],'error':_0x34e1e2['yQOLH']};else console[_0xb522(0x31)](_0x34e1e2[_0xb522(0x55)],_0x5694ea);}}try{const _0x409dcd=await(0x0,_authService[_0xb522(0x62)])();_0x409dcd&&_0x34e1e2[_0xb522(0x43)](_0x409dcd[_0xb522(0x63)]('.')['length'],0x3)&&console[_0xb522(0x25)](_0x34e1e2[_0xb522(0x64)]);}catch(_0x573dbc){if(_0x34e1e2[_0xb522(0x65)]===_0xb522(0x20))console[_0xb522(0x31)](_0x34e1e2['swKCG'],_0x573dbc);else return _0x6f94b4[_0xb522(0x31)](_0x34e1e2[_0xb522(0x66)]),[];}return console[_0xb522(0x67)](_0x34e1e2[_0xb522(0x68)]),null;}catch(_0x44ac46){if(_0x34e1e2['WbbOD'](_0x34e1e2[_0xb522(0x69)],_0x34e1e2[_0xb522(0x69)]))_0x43526a[_0xb522(0x31)](_0x34e1e2[_0xb522(0x59)],_0x4c2761);else return console[_0xb522(0x67)](_0x34e1e2[_0xb522(0x6a)],_0x44ac46),null;}},samImage=_assetRegistry[_0xb522(0x6b)][_0xb522(0x6c)],anandImage=_assetRegistry[_0xb522(0x6b)][_0xb522(0x6d)],chrisImage=_assetRegistry[_0xb522(0x6b)][_0xb522(0x6e)],katieImage=_assetRegistry[_0xb522(0x6b)]['level4'],yanniImage=_assetRegistry['PERSONA_IMAGES'][_0xb522(0x6f)],API_BASE_URL=_api['API_CONFIG'][_0xb522(0x70)],transformAPIConnection=_0x329daf=>{const _0x2aedfc={'hBnit':_0xb522(0x8),'nweon':function(_0x3c2193,_0x57b6e4){return _0x3c2193===_0x57b6e4;},'lbeyB':function(_0x596711,_0x58b68a){return _0x596711===_0x58b68a;},'BpokW':function(_0x3792db,_0x1a25c5){return _0x3792db(_0x1a25c5);},'pcicm':function(_0x3174da,_0x5656ed){return _0x3174da*_0x5656ed;},'fEkTh':_0xb522(0x9),'XFOzl':_0xb522(0xa)};var _0x1445da,_0x207540;return console[_0xb522(0x25)](_0x2aedfc[_0xb522(0x71)],{'id':_0x329daf['id'],'name':_0x329daf[_0xb522(0x3f)],'description':_0x329daf['description'],'hasPhoto':!!_0x329daf[_0xb522(0x41)],'photoLength':_0x2aedfc[_0xb522(0x72)](_0x1445da=_0x329daf[_0xb522(0x41)],null)||_0x2aedfc[_0xb522(0x73)](_0x1445da,void 0x0)?void 0x0:_0x1445da[_0xb522(0x30)],'interests':_0x329daf['interests'],'sharedPassions':_0x329daf['sharedPassions'],'complementaryQualities':_0x329daf['complementaryQualities'],'compatibility':_0x329daf[_0xb522(0x4c)]}),{'id':_0x2aedfc[_0xb522(0x74)](parseInt,_0x329daf['id'])||parseInt(_0x329daf[_0xb522(0x46)]||'')||_0x2aedfc['pcicm'](Math[_0xb522(0x48)](),0x3e8),'name':_0x329daf[_0xb522(0x3f)]||_0x2aedfc['fEkTh'],'description':_0x329daf['description']||_0xb522(0x75),'photo':_0x329daf[_0xb522(0x41)]||'','bio':_0x329daf[_0xb522(0x76)]||'','interests':_0x329daf[_0xb522(0x4b)]||[],'mutualConnections':_0x329daf[_0xb522(0x77)]||0x0,'compatibility':_0x329daf[_0xb522(0x4c)]||0x0,'conversationStarters':_0x329daf[_0xb522(0x4d)]||[_0x2aedfc[_0xb522(0x78)]],'sharedPassions':_0x329daf[_0xb522(0x44)]||[],'complementaryQualities':_0x329daf[_0xb522(0x4f)]||[],'meaningfulCoincidences':_0x329daf[_0xb522(0x79)]||[],'mutualConnectionsList':(_0x2aedfc[_0xb522(0x73)](_0x207540=_0x329daf[_0xb522(0x50)],null)||_0x2aedfc['nweon'](_0x207540,void 0x0)?void 0x0:_0x207540[_0xb522(0x2e)](_0x1c4053=>({'name':_0x1c4053[_0xb522(0x3f)],'photo':_0x1c4053[_0xb522(0x41)],'context':_0x1c4053[_0xb522(0x52)]})))||[]};},getUserConnectionsByUsername=async _0x3c7561=>{const _0x2c3f50={'MfWiD':_0xb522(0x7a),'lIBWT':'⚠️\x20[CONNECTIONS\x20API]\x20This\x20may\x20result\x20in\x20limited\x20or\x20cached\x20data\x20from\x20backend','qTbzD':'🔄\x20[USER\x20DEBUG]\x20Using\x20stored\x20user\x20ID\x20as\x20fallback:','MBkdm':_0xb522(0x7b),'kWbIy':function(_0x1ef05b,_0x36e0c8){return _0x1ef05b!==_0x36e0c8;},'KKOpH':_0xb522(0x7c),'xyykG':_0xb522(0x7d),'PSUBs':_0xb522(0x7e),'ktwZi':_0xb522(0x7f),'OJwWQ':_0xb522(0x80),'OUzxI':function(_0x186a50,_0x1c8468){return _0x186a50===_0x1c8468;},'bFNdp':function(_0xd61fd2,_0x13b3f0){return _0xd61fd2===_0x13b3f0;},'YAuOa':function(_0x11b7c6,_0x17c854){return _0x11b7c6===_0x17c854;},'ocwwD':_0xb522(0x81),'XNXLb':_0xb522(0x26)};try{var _0x2ff974,_0x469f63;console[_0xb522(0x25)](_0x2c3f50['MBkdm'],_0x3c7561);const _0x57e298=await(0x0,_authService[_0xb522(0x62)])();if(!_0x57e298)return _0x2c3f50[_0xb522(0x82)](_0x2c3f50['KKOpH'],_0x2c3f50[_0xb522(0x83)])?(_0x53a786[_0xb522(0x31)](_0x2c3f50['MfWiD']),_0x289925[_0xb522(0x31)](_0x2c3f50[_0xb522(0x84)]),[]):(console['warn'](_0x2c3f50['MfWiD']),console['warn'](_0x2c3f50['lIBWT']),[]);console['log'](_0x2c3f50[_0xb522(0x85)],_0x57e298['substring'](0x0,0x14)+_0xb522(0x86));const _0x1ad26b={'success':![],'message':_0x2c3f50[_0xb522(0x87)],'connections':[],'source':_0x2c3f50['ktwZi']};console[_0xb522(0x25)](_0x2c3f50[_0xb522(0x88)],{'success':_0x1ad26b['success'],'connectionsCount':(_0x2c3f50[_0xb522(0x89)](_0x2ff974=_0x1ad26b[_0xb522(0x2d)],null)||_0x2c3f50[_0xb522(0x8a)](_0x2ff974,void 0x0)?void 0x0:_0x2ff974[_0xb522(0x30)])||0x0,'source':_0x1ad26b[_0xb522(0x8b)],'firstConnection':_0x2c3f50[_0xb522(0x82)](_0x469f63=_0x1ad26b['connections'],null)&&_0x469f63!==void 0x0&&_0x469f63[0x0]?{'id':_0x1ad26b[_0xb522(0x2d)][0x0]['id'],'name':_0x1ad26b[_0xb522(0x2d)][0x0]['name'],'description':_0x1ad26b['connections'][0x0][_0xb522(0x40)]}:null});if(_0x1ad26b['success']&&_0x1ad26b[_0xb522(0x2d)]&&_0x1ad26b['connections'][_0xb522(0x30)]>0x0){const _0x3fee31=_0x1ad26b['connections']['map'](transformAPIConnection);return console[_0xb522(0x25)](_0xb522(0x7),_0x3fee31[_0xb522(0x30)]),_0x3fee31;}return[];}catch(_0x34b51b){if(_0x2c3f50[_0xb522(0x8c)](_0xb522(0x8d),_0x2c3f50[_0xb522(0x8e)]))_0x1cb752[_0xb522(0x25)](_0x2c3f50[_0xb522(0x8f)],_0x4ddcac),_0x2483c5=_0x4e1340;else return console[_0xb522(0x25)](_0x2c3f50['XNXLb'],_0x34b51b),console[_0xb522(0x25)](_0xb522(0x5),JSON[_0xb522(0x90)](_0x34b51b,Object[_0xb522(0x28)](_0x34b51b))),[];}};exports[_0xb522(0x2)]=getUserConnectionsByUsername;function _0xb522(_0x5dbebc,_0xb522d3){_0x5dbebc=_0x5dbebc-0x0;const _0x576a80=_0x5dbe();let _0x3ff674=_0x576a80[_0x5dbebc];return _0x3ff674;}const getUserConnectionsByUserId=async _0x105e7e=>{const _0x2b373d={'MZXoy':_0xb522(0x91),'tuDQj':_0xb522(0x92),'plUMl':function(_0x3e9fed,_0x1df63b){return _0x3e9fed===_0x1df63b;},'VUZxE':_0xb522(0x93),'SNOyL':'⚠️\x20[CONNECTIONS\x20API]\x20No\x20authentication\x20token\x20available\x20for\x20user\x20ID\x20connections\x20request','QGkwS':_0xb522(0x7f),'sIzba':function(_0x93f4c5,_0x350deb){return _0x93f4c5!==_0x350deb;},'bUWFL':function(_0x599d80,_0x2d6ac0){return _0x599d80>_0x2d6ac0;},'rIYFG':function(_0x4f1f48,_0x45c233){return _0x4f1f48!==_0x45c233;},'IjkyL':_0xb522(0x94),'MDbOM':_0xb522(0x6),'HiRTh':function(_0x56bf29,_0x333755){return _0x56bf29===_0x333755;},'Abigf':_0xb522(0x95),'Hljva':_0xb522(0x96),'RFbuN':'❌\x20[NETWORK\x20ERROR\x20FALLBACK]\x20Full\x20error\x20details:'};try{var _0x42530d,_0x34e412;console[_0xb522(0x25)](_0x2b373d[_0xb522(0x97)],_0x105e7e);const _0x2f4d5f=await(0x0,_authService[_0xb522(0x62)])();if(!_0x2f4d5f)return _0x2b373d['plUMl'](_0x2b373d[_0xb522(0x98)],_0x2b373d['VUZxE'])?(console[_0xb522(0x31)](_0x2b373d[_0xb522(0x99)]),[]):_0x595723&&_0x5b77a4[_0xb522(0x4)]?_0x582ab7:{'default':_0x4da004};console[_0xb522(0x25)](_0xb522(0x7d),_0x2f4d5f[_0xb522(0x9a)](0x0,0x14)+'...');const _0x21ece4={'success':![],'message':_0xb522(0x7e),'connections':[],'source':_0x2b373d[_0xb522(0x9b)]};console[_0xb522(0x25)](_0xb522(0x9c),{'success':_0x21ece4[_0xb522(0x9d)],'connectionsCount':(_0x2b373d[_0xb522(0x9e)](_0x42530d=_0x21ece4['connections'],null)||_0x2b373d[_0xb522(0x9e)](_0x42530d,void 0x0)?void 0x0:_0x42530d['length'])||0x0,'source':_0x21ece4[_0xb522(0x8b)],'firstConnection':(_0x34e412=_0x21ece4['connections'])!==null&&_0x2b373d['sIzba'](_0x34e412,void 0x0)&&_0x34e412[0x0]?{'id':_0x21ece4['connections'][0x0]['id'],'name':_0x21ece4[_0xb522(0x2d)][0x0]['name'],'description':_0x21ece4[_0xb522(0x2d)][0x0][_0xb522(0x40)]}:null});if(_0x21ece4[_0xb522(0x9d)]&&_0x21ece4[_0xb522(0x2d)]&&_0x2b373d['bUWFL'](_0x21ece4['connections'][_0xb522(0x30)],0x0)){if(_0x2b373d[_0xb522(0x9f)]('XnFSy',_0x2b373d[_0xb522(0xa0)])){const _0x43958e=_0x21ece4[_0xb522(0x2d)][_0xb522(0x2e)](transformAPIConnection);return console[_0xb522(0x25)](_0x2b373d[_0xb522(0xa1)],_0x43958e[_0xb522(0x30)]),_0x43958e;}else _0x3b8072[_0xb522(0x25)](_0x2b373d[_0xb522(0xa2)]);}return[];}catch(_0x47f8ac){return _0x2b373d['HiRTh'](_0x2b373d[_0xb522(0xa3)],_0xb522(0x95))?(console['log'](_0x2b373d[_0xb522(0xa4)],_0x47f8ac),console[_0xb522(0x25)](_0x2b373d[_0xb522(0xa5)],JSON[_0xb522(0x90)](_0x47f8ac,Object[_0xb522(0x28)](_0x47f8ac))),[]):(_0x181fed[_0xb522(0x25)](_0xb522(0xa6),_0x335bc2),[]);}};function _0x5dbe(){const _0x4c337b=['defineProperty','uploadProfilePicture','getUserConnectionsByUsername','getUserConnectionsByUserId','__esModule','❌\x20[NETWORK\x20ERROR]\x20Full\x20error\x20details:','🔄\x20Transformed\x20connections\x20by\x20userId:','🔄\x20Transformed\x20connections\x20by\x20username:','🔄\x20Transforming\x20API\x20connection:','Unknown\x20User','Hi!\x20Nice\x20to\x20meet\x20you.','✅\x20Successfully\x20got\x20connections\x20by\x20email:','⚠️\x20[USER\x20ID]\x20getUserProfile\x20returned\x20invalid/fallback\x20ID:','⚠️\x20[DEPRECATED]\x20uploadProfilePicture\x20has\x20been\x20removed\x20from\x20SDK','ℹ️\x20Consuming\x20apps\x20should\x20call\x20/enoch/users/{id}/profile-picture/base64\x20directly','uploadProfilePicture\x20has\x20been\x20removed\x20from\x20SDK.\x20Consuming\x20apps\x20should\x20call\x20the\x20Enoch\x20API\x20directly.','⚠️\x20[CONNECTIONS\x20API]\x20No\x20authentication\x20token\x20available\x20for\x20user\x20ID\x20connections\x20request','⚠️\x20[USER\x20ID]\x20Invalid\x20stored\x20username\x20found:','🔍\x20[USER\x20ID]\x20Attempting\x20to\x20get\x20user\x20identifier\x20with\x20multiple\x20methods...','DLQjz','fallback_user','FDXLc','fDsOe','yRfCA','user_id','marker','onairos_username','TBdLl','ysZJy','user_email','fdMRX','qvDGq','uCnmY','⚠️\x20[USER\x20ID]\x20JWT\x20token\x20access\x20failed:','❌\x20[USER\x20ID]\x20No\x20valid\x20user\x20identifier\x20found','❌\x20[USER\x20ID]\x20Error\x20getting\x20user\x20identifier:','sjruR','log','❌\x20Error\x20fetching\x20connections\x20by\x20username:','FKwZP','getOwnPropertyNames','twVDd','MHtHd','DxhAC','bvaSx','connections','map','qFRlv','length','warn','hzEUA','UPrMT','oJYWW','KAfJB','qahjb','default','getItem','yWzql','PbkgN','LXKSq','✅\x20[USER\x20ID]\x20Got\x20user\x20ID\x20from\x20AsyncStorage:','hqnHJ','VcLRr','name','description','photo','fXBzX','TsmZG','sharedPassions','CHyjD','_id','YodNI','random','QiugW','PyQvA','interests','compatibility','conversationStarters','YIJne','complementaryQualities','mutualConnectionsList','pxPkA','context','⚠️\x20[USER\x20ID]\x20Invalid\x20stored\x20user\x20ID\x20found:','mjfxf','rEXdZ','vGubA','rsORy','kzKrd','hcaUq','xjgcF','includes','rbrRz','DeuCI','✅\x20[USER\x20ID]\x20Got\x20email\x20from\x20AsyncStorage\x20(backend\x20supports\x20usernames):','ZkiYW','ecwGE','TrsKi','getAuthToken','split','NlIUI','bzdcr','rWVRJ','error','MuxbL','TZyKq','sgSAz','PERSONA_IMAGES','level1','level2','level3','level5','BASE_URL','hBnit','nweon','lbeyB','BpokW','Looking\x20to\x20connect','bio','mutualConnections','XFOzl','meaningfulCoincidences','⚠️\x20[CONNECTIONS\x20API]\x20No\x20authentication\x20token\x20available\x20for\x20connections\x20request','🔍\x20Fetching\x20connections\x20for\x20username:','xevUi','✅\x20[CONNECTIONS\x20API]\x20Using\x20authenticated\x20request\x20with\x20token:','API\x20function\x20not\x20available','mock','✅\x20API\x20connections\x20fetched\x20by\x20username:','HmbOb','kWbIy','KKOpH','lIBWT','xyykG','...','PSUBs','OJwWQ','OUzxI','bFNdp','source','YAuOa','WRZtM','ocwwD','qTbzD','stringify','🔍\x20[USER\x20ID]\x20JWT\x20token\x20found\x20but\x20no\x20local\x20user\x20identifier\x20-\x20backend\x20should\x20handle\x20via\x20token','🔍\x20Fetching\x20connections\x20for\x20userId:','sndBt','qkdTI','dkOyQ','❌\x20Error\x20fetching\x20connections\x20by\x20userId:','tuDQj','VUZxE','SNOyL','substring','QGkwS','✅\x20API\x20connections\x20fetched\x20by\x20userId:','success','plUMl','rIYFG','IjkyL','MDbOM','MZXoy','Abigf','Hljva','RFbuN','❌\x20Error\x20in\x20getUserConnections:','✅\x20[USER\x20ID]\x20Got\x20user\x20ID\x20from\x20getUserProfile:','fvLxP','🔍\x20[USER\x20DEBUG]\x20Checking\x20all\x20available\x20user\x20data\x20sources...','none','🎯\x20getUserConnections\x20-\x20User\x20profile:','bxfOA','🔄\x20[USER\x20DEBUG]\x20Using\x20stored\x20email\x20as\x20fallback:','⚠️\x20No\x20connections\x20found\x20by\x20email,\x20trying\x20user\x20ID...','🎯\x20FALLBACK:\x20Attempting\x20to\x20fetch\x20connections\x20by\x20user\x20ID:','BWQge','✅\x20Successfully\x20got\x20connections\x20by\x20user\x20ID:','⚠️\x20No\x20user\x20identifier\x20available\x20or\x20no\x20connections\x20found','qsVJk','SyZEz','vWgHu','ensureAuthentication','ysksT','JXtJq','VBoVf','auth_token','rCKZf','getUserProfile','JsEBJ','IUdaC','zMSXM','EKNKP','VroTd','email','CMyJC','yxexS','dstvL','tRSmM','ZgQMc','jdyGP','HtWKD','PKtOx','ptoXN','HIMUD','clyMZ','hpTSH','HIQQI','OZZEP','wTXkN','bbtXg','aUxdY','Dllks','PmNVL','RHrOF','getUserConnections','oGaxW'];_0x5dbe=function(){return _0x4c337b;};return _0x5dbe();}exports[_0xb522(0x3)]=getUserConnectionsByUserId;const getUserConnections=async()=>{const _0x2b14a1={'vWgHu':_0xb522(0x5e),'ZgQMc':_0xb522(0xa7),'PKtOx':_0xb522(0x53),'qsVJk':function(_0x52e9e9,_0x153c76){return _0x52e9e9!==_0x153c76;},'SyZEz':_0xb522(0xa8),'ysksT':'USER_CONNECTIONS','JXtJq':_0xb522(0xa9),'LkJsW':_0xb522(0x1a),'VBoVf':_0xb522(0x1d),'rCKZf':'🔍\x20[USER\x20DEBUG]\x20AsyncStorage\x20data:','LYDHN':_0xb522(0xaa),'JsEBJ':_0xb522(0xab),'IUdaC':function(_0x2955c1,_0x425b3e){return _0x2955c1!==_0x425b3e;},'zMSXM':function(_0x83fcab,_0x12bf5b){return _0x83fcab!==_0x12bf5b;},'EKNKP':function(_0x17ad34,_0x51feb5){return _0x17ad34!==_0x51feb5;},'VroTd':function(_0x5b4e7d,_0x4604bb){return _0x5b4e7d!==_0x4604bb;},'CMyJC':function(_0x2bcae5,_0x3522b4){return _0x2bcae5===_0x3522b4;},'yxexS':function(_0x457c4e,_0x571168){return _0x457c4e===_0x571168;},'dstvL':function(_0x3bb42a,_0x40298e){return _0x3bb42a===_0x40298e;},'BtFpt':function(_0x32b4ab,_0x93e18f){return _0x32b4ab===_0x93e18f;},'UMNsY':function(_0x31e396,_0xfe0649){return _0x31e396===_0xfe0649;},'qiNpQ':function(_0x1d04ab,_0x2dfd4a){return _0x1d04ab===_0x2dfd4a;},'tRSmM':_0xb522(0xac),'jdyGP':function(_0x4d43e8,_0x24c59e){return _0x4d43e8&&_0x24c59e;},'Ynfuk':function(_0x1ce61f,_0x50004c){return _0x1ce61f!==_0x50004c;},'HtWKD':'FPVxn','ptoXN':_0xb522(0xad),'BnMjT':function(_0x4fd0b2,_0x5cdd64){return _0x4fd0b2&&_0x5cdd64;},'HIMUD':'🎯\x20[USER\x20DEBUG]\x20Final\x20user\x20identifiers\x20to\x20use:','clyMZ':function(_0x4407ad,_0x29cc1d){return _0x4407ad>_0x29cc1d;},'eaFEP':_0xb522(0xae),'hpTSH':_0xb522(0xaf),'HIQQI':function(_0x108ddb,_0x49e181){return _0x108ddb(_0x49e181);},'OZZEP':function(_0x3fb847,_0x380331){return _0x3fb847!==_0x380331;},'wTXkN':_0xb522(0xb0),'bbtXg':_0xb522(0xb1),'aUxdY':_0xb522(0xb2),'Dllks':function(_0x2f6868,_0x1fcacc){return _0x2f6868===_0x1fcacc;},'PmNVL':'TDWIV','RHrOF':_0xb522(0xa6)};try{if(_0x2b14a1[_0xb522(0xb3)](_0x2b14a1[_0xb522(0xb4)],_0x2b14a1[_0xb522(0xb4)]))return _0x496da8['log'](_0x2b14a1[_0xb522(0xb5)],_0x484f03),_0x575b21;else{await(0x0,_authService[_0xb522(0xb6)])(_0x2b14a1[_0xb522(0xb7)]),console['log'](_0x2b14a1[_0xb522(0xb8)]);const _0x23bd82=await _asyncStorage[_0xb522(0x37)][_0xb522(0x38)](_0x2b14a1['LkJsW']),_0x3bf29c=await _asyncStorage[_0xb522(0x37)][_0xb522(0x38)](_0x2b14a1[_0xb522(0xb9)]),_0xa9fe15=await _asyncStorage[_0xb522(0x37)][_0xb522(0x38)](_0xb522(0x18)),_0x5baa79=await _asyncStorage[_0xb522(0x37)][_0xb522(0x38)](_0xb522(0xba));console[_0xb522(0x25)](_0x2b14a1[_0xb522(0xbb)],{'storedUsername':_0x23bd82,'storedEmail':_0x3bf29c,'storedUserId':_0xa9fe15,'hasAuthToken':!!_0x5baa79,'authTokenPreview':_0x5baa79?_0x5baa79[_0xb522(0x9a)](0x0,0x14)+_0xb522(0x86):_0x2b14a1['LYDHN']});const _0xfde7b9=await(0x0,_authService[_0xb522(0xbc)])();console[_0xb522(0x25)](_0x2b14a1[_0xb522(0xbd)],{'hasId':!!(_0x2b14a1[_0xb522(0xbe)](_0xfde7b9,null)&&_0x2b14a1[_0xb522(0xbf)](_0xfde7b9,void 0x0)&&_0xfde7b9['id']),'hasEmail':!!(_0x2b14a1[_0xb522(0xc0)](_0xfde7b9,null)&&_0x2b14a1[_0xb522(0xc1)](_0xfde7b9,void 0x0)&&_0xfde7b9[_0xb522(0xc2)]),'email':_0xfde7b9===null||_0x2b14a1[_0xb522(0xc3)](_0xfde7b9,void 0x0)?void 0x0:_0xfde7b9[_0xb522(0xc2)],'id':_0x2b14a1[_0xb522(0xc4)](_0xfde7b9,null)||_0x2b14a1[_0xb522(0xc5)](_0xfde7b9,void 0x0)?void 0x0:_0xfde7b9['id']});let _0x2a3b4b=_0x2b14a1['BtFpt'](_0xfde7b9,null)||_0xfde7b9===void 0x0?void 0x0:_0xfde7b9[_0xb522(0xc2)],_0x3de65b=_0x2b14a1['UMNsY'](_0xfde7b9,null)||_0x2b14a1[_0xb522(0xc4)](_0xfde7b9,void 0x0)?void 0x0:_0xfde7b9['id'];if(!_0x2a3b4b&&_0x23bd82){if(_0x2b14a1['qiNpQ'](_0x2b14a1[_0xb522(0xc6)],_0x2b14a1['tRSmM']))console['log']('🔄\x20[USER\x20DEBUG]\x20Using\x20stored\x20username\x20as\x20email\x20fallback:',_0x23bd82),_0x2a3b4b=_0x23bd82;else return _0x5754d5[_0xb522(0x25)](_0x2b14a1[_0xb522(0xc7)],_0x3fb4b6['id']),_0xef2e4['id'];}_0x2b14a1[_0xb522(0xc8)](!_0x2a3b4b,_0x3bf29c)&&(_0x2b14a1['Ynfuk']('FPVxn',_0x2b14a1[_0xb522(0xc9)])?_0x329c84[_0xb522(0x31)](_0x2b14a1[_0xb522(0xca)],_0x53352a):(console[_0xb522(0x25)](_0x2b14a1[_0xb522(0xcb)],_0x3bf29c),_0x2a3b4b=_0x3bf29c));_0x2b14a1['BnMjT'](!_0x3de65b,_0xa9fe15)&&(console[_0xb522(0x25)]('🔄\x20[USER\x20DEBUG]\x20Using\x20stored\x20user\x20ID\x20as\x20fallback:',_0xa9fe15),_0x3de65b=_0xa9fe15);console[_0xb522(0x25)](_0x2b14a1[_0xb522(0xcc)],{'userEmail':_0x2a3b4b,'userId':_0x3de65b,'willTryEmail':!!_0x2a3b4b,'willTryUserId':!!_0x3de65b});if(_0x2a3b4b){console['log']('🎯\x20PRIORITY:\x20Attempting\x20to\x20fetch\x20connections\x20by\x20email\x20(working\x20endpoint):',_0x2a3b4b);const _0x179f60=await getUserConnectionsByUsername(_0x2a3b4b);if(_0x2b14a1[_0xb522(0xcd)](_0x179f60[_0xb522(0x30)],0x0))return console[_0xb522(0x25)](_0xb522(0xb),_0x179f60[_0xb522(0x30)]),_0x179f60;console[_0xb522(0x25)](_0x2b14a1['eaFEP']);}if(_0x3de65b){console[_0xb522(0x25)](_0x2b14a1[_0xb522(0xce)],_0x3de65b);const _0x31cb5f=await _0x2b14a1[_0xb522(0xcf)](getUserConnectionsByUserId,_0x3de65b);if(_0x2b14a1[_0xb522(0xcd)](_0x31cb5f[_0xb522(0x30)],0x0))return _0x2b14a1[_0xb522(0xd0)](_0x2b14a1[_0xb522(0xd1)],_0x2b14a1[_0xb522(0xd1)])?(_0x1b4956['error'](_0xb522(0x23),_0x274587),null):(console[_0xb522(0x25)](_0x2b14a1[_0xb522(0xd2)],_0x31cb5f[_0xb522(0x30)]),_0x31cb5f);console[_0xb522(0x25)]('⚠️\x20No\x20connections\x20found\x20by\x20user\x20ID');}return console[_0xb522(0x25)](_0x2b14a1[_0xb522(0xd3)]),[];}}catch(_0x224a81){return _0x2b14a1[_0xb522(0xd4)](_0x2b14a1[_0xb522(0xd5)],_0x2b14a1[_0xb522(0xd5)])?(console['log'](_0x2b14a1[_0xb522(0xd6)],_0x224a81),[]):(_0xf3efe4[_0xb522(0x25)]('✅\x20[USER\x20ID]\x20Got\x20user\x20ID\x20from\x20AsyncStorage:',_0x48406d),_0x2d3961);}};exports[_0xb522(0xd7)]=getUserConnections;const uploadProfilePicture=async(_0x4e528f,_0x3d29ef)=>{const _0x34ec3f={'oGaxW':_0xb522(0xf)};return console[_0xb522(0x31)](_0xb522(0xd)),console[_0xb522(0x31)](_0xb522(0xe)),{'success':![],'error':_0x34ec3f[_0xb522(0xd8)]};};exports[_0xb522(0x1)]=uploadProfilePicture;
@@ -7,4 +7,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
7
7
  require("../config/api")
8
8
  ];
9
9
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
10
- Object[_0x149e(0x0)](exports,'__esModule',{'value':!![]}),exports[_0x149e(0x1)]=exports['reconnectYouTube']=exports['getYouTubeConnectionStatus']=exports['checkYouTubeMigrationNeeded']=exports[_0x149e(0x2)]=void 0x0;var _googleSignin=__ONAIROS_REQ_FUNC__(0x0),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_asyncStorage=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x2)),_api=__ONAIROS_REQ_FUNC__(0x3);function _0x149e(_0x207332,_0x149eaf){_0x207332=_0x207332-0x0;const _0x475fc5=_0x2073();let _0x58b24e=_0x475fc5[_0x207332];return _0x58b24e;}function _interopRequireDefault(_0x56ae3e){return _0x56ae3e&&_0x56ae3e['__esModule']?_0x56ae3e:{'default':_0x56ae3e};}const WEB_CLIENT_ID='1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com',IOS_CLIENT_ID=_0x149e(0x3),configureGoogleSignInForRefreshTokens=()=>{const _0x16a479={'YVbQY':_0x149e(0x4),'xcBKY':_0x149e(0x5),'MXEpY':'profile','KqVJz':_0x149e(0x6)};_googleSignin[_0x149e(0x7)][_0x149e(0x8)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x16a479[_0x149e(0x9)],_0x16a479['xcBKY'],_0x16a479['MXEpY'],_0x16a479['KqVJz']],'hostedDomain':'','accountName':''});},checkYouTubeMigrationNeeded=async _0x386b7e=>{const _0x2fea3e={'VLIgF':'❌\x20[MIGRATION\x20WARNING]\x20Error\x20checking\x20migration\x20warning\x20status:','iKiFV':'⚠️\x20No\x20refresh\x20capability\x20but\x20training\x20can\x20proceed','ZZbWf':_0x149e(0xa),'MmaaN':_0x149e(0xb),'TWCkJ':'✅\x20[MIGRATION]\x20User\x20can\x20proceed\x20with\x20training\x20normally','uBWfX':function(_0x481b11,_0x585bbd){return _0x481b11!==_0x585bbd;},'GFyZz':_0x149e(0xc),'miqlU':function(_0x5b0e05,_0x4f7752){return _0x5b0e05(_0x4f7752);},'dGfcI':function(_0x2f30b1,_0x3ca2c9){return _0x2f30b1===_0x3ca2c9;},'TYGjf':function(_0x52c052,_0x2d3dba){return _0x52c052===_0x2d3dba;},'ZZiCE':function(_0x1eb941,_0x5b95e8){return _0x1eb941===_0x5b95e8;},'LBXvG':function(_0x26f198,_0x549826){return _0x26f198===_0x549826;},'eLsrM':'temporary\x20access\x20token\x20mode','YMlfB':_0x149e(0xd),'CKyJM':function(_0x3784ea,_0x159273){return _0x3784ea===_0x159273;},'rLoTS':'🔄\x20User\x20using\x20temporary\x20mode\x20-\x20connection\x20working\x20correctly','IrUvl':_0x149e(0xe),'IGBQa':_0x149e(0xf),'Zkdsz':_0x149e(0x10),'qZNPJ':function(_0x4083c2,_0x1fbfb4){return _0x4083c2!==_0x1fbfb4;},'QnEnS':'lTRqk','WPsYu':_0x149e(0x11),'HtvwN':'jmlBE','FFcyT':_0x149e(0x12),'SEzDM':_0x149e(0x13)};try{if(_0x2fea3e[_0x149e(0x14)](_0x2fea3e[_0x149e(0x15)],_0x2fea3e[_0x149e(0x15)]))return _0x4e83a8[_0x149e(0x16)](_0x2fea3e[_0x149e(0x17)],_0x160c2a),![];else{const _0x3ed0e4=await _0x2fea3e[_0x149e(0x18)](fetch,_api[_0x149e(0x19)][_0x149e(0x1a)]+_0x149e(0x1b)+_0x386b7e),_0x36858e=await _0x3ed0e4['json']();if(_0x36858e['success']&&_0x36858e[_0x149e(0x1c)]){var _0xc23aa8,_0x149008,_0x41484d;const _0x29fca4=_0x2fea3e['dGfcI'](_0x2fea3e['dGfcI'](_0xc23aa8=_0x36858e[_0x149e(0x1c)],null)||_0x2fea3e[_0x149e(0x1d)](_0xc23aa8,void 0x0)?void 0x0:_0xc23aa8[_0x149e(0x1e)],!![])||_0x2fea3e[_0x149e(0x1f)](_0x2fea3e[_0x149e(0x1d)](_0x149008=_0x36858e[_0x149e(0x20)],null)||_0x149008===void 0x0?void 0x0:_0x149008[_0x149e(0x21)],!![])||_0x2fea3e['LBXvG'](_0x36858e['isTemporaryMode'],!![])||_0x36858e['message']&&_0x36858e[_0x149e(0x22)]['includes'](_0x2fea3e[_0x149e(0x23)]),_0x5900df=_0x36858e[_0x149e(0x1c)][_0x149e(0x24)],_0xc01db8=_0x36858e[_0x149e(0x1c)][_0x149e(0x25)];console['log'](_0x2fea3e['YMlfB'],{'username':_0x386b7e,'needsReconnection':_0x5900df,'hasRefreshToken':_0xc01db8,'isTemporaryMode':_0x29fca4,'temporaryModeEnabled':_0x2fea3e[_0x149e(0x1f)](_0x41484d=_0x36858e[_0x149e(0x20)],null)||_0x2fea3e[_0x149e(0x26)](_0x41484d,void 0x0)?void 0x0:_0x41484d[_0x149e(0x21)],'message':_0x36858e['message']});if(_0x29fca4)return console[_0x149e(0x27)](_0x2fea3e['rLoTS']),console['log'](_0x2fea3e[_0x149e(0x28)]),![];else{if(_0x5900df)return _0x2fea3e[_0x149e(0x14)](_0x2fea3e[_0x149e(0x29)],_0x2fea3e[_0x149e(0x2a)])?(console['log'](_0x2fea3e[_0x149e(0x2b)]),!![]):(_0x2784d3[_0x149e(0x27)](_0x149e(0x2c)),_0x3332de[_0x149e(0x27)](_0x2fea3e[_0x149e(0x28)]),![]);else{if(_0x2fea3e[_0x149e(0x2d)]('UsMTp',_0x2fea3e[_0x149e(0x2e)]))return console[_0x149e(0x27)](_0x2fea3e[_0x149e(0x2f)]),![];else _0x2532e1['warn'](_0x149e(0x30)),_0x4f924e=_0x2fea3e[_0x149e(0x31)];}}}return![];}}catch(_0x262d2a){return _0x2fea3e[_0x149e(0x2d)](_0x2fea3e[_0x149e(0x32)],_0x2fea3e['FFcyT'])?(console[_0x149e(0x16)](_0x2fea3e['SEzDM'],_0x262d2a),![]):(_0x429036[_0x149e(0x27)](_0x2fea3e[_0x149e(0x33)]),_0x3713d9['log'](_0x2fea3e['TWCkJ']),!![]);}};exports[_0x149e(0x34)]=checkYouTubeMigrationNeeded;const getYouTubeConnectionStatus=async _0x256c09=>{const _0x3e0c6c={'ZDpOV':_0x149e(0x13),'XaXyX':_0x149e(0x35),'XzVfp':_0x149e(0x36),'HELwf':'cancel','XXAIr':_0x149e(0x37),'cypVy':_0x149e(0x38),'yztnZ':'✅\x20[MIGRATION\x20WARNING]\x20NO\x20WARNING\x20-\x20connection\x20is\x20working\x20properly','oFOEz':function(_0x50e7f8,_0x3f807c){return _0x50e7f8===_0x3f807c;},'YyjWz':'NZkFA','YFHIt':function(_0x1a3f77,_0x2ce6f9){return _0x1a3f77(_0x2ce6f9);},'yyzjB':'📋\x20Complete\x20YouTube\x20status\x20response:','aKbah':function(_0x5c7401,_0x4771ce){return _0x5c7401===_0x4771ce;},'ITMwR':_0x149e(0x39),'izyVH':function(_0xf006e4,_0x47fb79){return _0xf006e4===_0x47fb79;},'rmWhk':'🔄\x20YouTube\x20connected\x20in\x20temporary\x20mode','qWLrL':_0x149e(0x3a),'Plqaq':'temporary','PoUqD':function(_0x4ba3ed,_0x500821){return _0x4ba3ed!==_0x500821;},'RPmCr':_0x149e(0x3b),'wGosD':'hbdlu','kqnro':_0x149e(0x3c),'sFdje':_0x149e(0x3d),'eZkbG':_0x149e(0x3e),'SvgEj':_0x149e(0x3f),'LEojD':'❓\x20YouTube\x20connection\x20status\x20unclear','qntnB':_0x149e(0x40),'MXgOx':'❌\x20No\x20YouTube\x20connection\x20found','TrwbE':'ADuqq','hnwqs':function(_0x592f79,_0x47aed3){return _0x592f79 instanceof _0x47aed3;},'mBPjG':function(_0x447d9c,_0x1c0cc4){return _0x447d9c(_0x1c0cc4);}};try{if(_0x3e0c6c['oFOEz'](_0x3e0c6c['YyjWz'],_0x149e(0x41)))_0x4347c8[_0x149e(0x16)](_0x149e(0x42),_0x93feaf);else{const _0x3862f4=await _0x3e0c6c['YFHIt'](fetch,_api[_0x149e(0x19)][_0x149e(0x1a)]+_0x149e(0x1b)+_0x256c09),_0x502d7d=await _0x3862f4[_0x149e(0x43)]();console[_0x149e(0x27)](_0x3e0c6c[_0x149e(0x44)],_0x502d7d);if(_0x502d7d[_0x149e(0x45)]&&_0x502d7d[_0x149e(0x1c)]){var _0x42b9c9,_0x4279eb;const _0x3e6cac=_0x3e0c6c[_0x149e(0x46)]((_0x42b9c9=_0x502d7d[_0x149e(0x1c)])===null||_0x3e0c6c[_0x149e(0x47)](_0x42b9c9,void 0x0)?void 0x0:_0x42b9c9['isTemporaryMode'],!![])||_0x3e0c6c['oFOEz']((_0x4279eb=_0x502d7d[_0x149e(0x20)])===null||_0x4279eb===void 0x0?void 0x0:_0x4279eb['enabled'],!![])||_0x3e0c6c['aKbah'](_0x502d7d[_0x149e(0x1e)],!![])||_0x502d7d['message']&&_0x502d7d[_0x149e(0x22)]['includes'](_0x3e0c6c['ITMwR']),_0x4dd485=_0x502d7d[_0x149e(0x1c)]['hasRefreshToken']===!![],_0x589798=_0x3e0c6c[_0x149e(0x48)](_0x502d7d['validation']['needsReconnection'],!![]);if(_0x3e6cac)return console[_0x149e(0x27)](_0x3e0c6c['rmWhk']),console['log'](_0x3e0c6c[_0x149e(0x49)]),{'isReady':!![],'mode':_0x3e0c6c['Plqaq'],'needsMigration':![],'trainingReady':!![],'details':_0x502d7d};else{if(_0x4dd485)return _0x3e0c6c['PoUqD'](_0x3e0c6c['RPmCr'],_0x3e0c6c['wGosD'])?(console[_0x149e(0x27)](_0x3e0c6c[_0x149e(0x4a)]),{'isReady':!![],'mode':_0x3e0c6c[_0x149e(0x4b)],'needsMigration':![],'trainingReady':!![],'details':_0x502d7d}):(_0x4cce04[_0x149e(0x16)](_0x3e0c6c[_0x149e(0x4c)],_0x457bcc),![]);else{if(_0x589798){if(_0x3e0c6c[_0x149e(0x4d)]!==_0x3e0c6c[_0x149e(0x4d)])_0xb78c0d['Alert']['alert']('YouTube\x20Connection\x20Upgrade',_0x3e0c6c[_0x149e(0x4e)],[{'text':_0x3e0c6c['XzVfp'],'style':_0x3e0c6c[_0x149e(0x4f)],'onPress':()=>_0x5e38ba(![])},{'text':_0x3e0c6c[_0x149e(0x50)],'style':_0x3e0c6c['cypVy'],'onPress':()=>_0x2cf0b0(!![])}]);else return console[_0x149e(0x27)](_0x3e0c6c[_0x149e(0x51)]),{'isReady':![],'mode':'limited','needsMigration':!![],'trainingReady':![],'details':_0x502d7d};}else return console[_0x149e(0x27)](_0x3e0c6c[_0x149e(0x52)]),{'isReady':![],'mode':_0x3e0c6c[_0x149e(0x53)],'needsMigration':![],'trainingReady':![],'details':_0x502d7d};}}}return console['log'](_0x3e0c6c[_0x149e(0x54)]),{'isReady':![],'mode':_0x3e0c6c[_0x149e(0x53)],'needsMigration':![],'trainingReady':![],'details':_0x502d7d};}}catch(_0x239a3c){return _0x3e0c6c[_0x149e(0x55)](_0x3e0c6c[_0x149e(0x56)],_0x149e(0x57))?(_0xdf28ef['log'](_0x3e0c6c[_0x149e(0x58)]),![]):(console[_0x149e(0x16)](_0x149e(0x59),_0x239a3c),{'isReady':![],'mode':_0x149e(0x40),'needsMigration':![],'trainingReady':![],'details':{'error':_0x3e0c6c[_0x149e(0x5a)](_0x239a3c,Error)?_0x239a3c[_0x149e(0x22)]:_0x3e0c6c[_0x149e(0x5b)](String,_0x239a3c)}});}};exports['getYouTubeConnectionStatus']=getYouTubeConnectionStatus;const showYouTubeMigrationPrompt=async()=>{const _0x46c76f={'KHFhL':'YouTube\x20Connection\x20Upgrade','mdqPU':'To\x20improve\x20your\x20training\x20experience,\x20we\x20need\x20to\x20upgrade\x20your\x20YouTube\x20connection.\x20This\x20prevents\x20interruptions\x20during\x20data\x20collection.\x0a\x0a✅\x20One-time\x20upgrade\x0a✅\x20Takes\x2030\x20seconds\x0a✅\x20No\x20data\x20loss\x0a\x0aUpgrade\x20now?','nQMFL':_0x149e(0x37),'QYZmK':_0x149e(0x38)};return new Promise(_0x3938ff=>{_reactNative[_0x149e(0x5c)][_0x149e(0x5d)](_0x46c76f[_0x149e(0x5e)],_0x46c76f[_0x149e(0x5f)],[{'text':_0x149e(0x36),'style':_0x149e(0x60),'onPress':()=>_0x3938ff(![])},{'text':_0x46c76f['nQMFL'],'style':_0x46c76f['QYZmK'],'onPress':()=>_0x3938ff(!![])}]);});},forceYouTubeReconnection=async _0x3ab1a4=>{const _0x1ce127={'gkohN':_0x149e(0x40),'jwwai':function(_0x28789d,_0x1e50c9){return _0x28789d(_0x1e50c9);},'EKAoT':_0x149e(0x61),'Xqyjj':_0x149e(0x10),'ebYic':_0x149e(0x62),'ahogi':function(_0xc0e3d4){return _0xc0e3d4();},'GMGhs':function(_0x35d21a,_0x1e2015){return _0x35d21a===_0x1e2015;},'VDuuU':_0x149e(0x63),'KFeJw':_0x149e(0x64),'YuctD':_0x149e(0x65),'AWEgK':_0x149e(0x66),'MuSvd':_0x149e(0x67),'vbcLA':'🔐\x20Initiating\x20sign-in\x20-\x20consent\x20screen\x20should\x20appear...','RuKev':_0x149e(0x68),'HxoAZ':function(_0x53854f,_0x2c8c8e){return _0x53854f!==_0x2c8c8e;},'lNKWn':function(_0x200f76,_0x696ada){return _0x200f76!==_0x696ada;},'hQEGN':'Current\x20user\x20server\x20auth\x20code','fuKPJ':_0x149e(0x69),'GFeQB':function(_0x3588fc,_0x31ffd1){return _0x3588fc!==_0x31ffd1;},'dDObr':_0x149e(0x6a),'OuJpE':'MISSING!','GJYQf':function(_0x460232,_0x449746){return _0x460232===_0x449746;},'hwiLE':function(_0x2d581b,_0x467e7d){return _0x2d581b!==_0x467e7d;},'eSxif':_0x149e(0x6b),'cnGBw':'\x20\x20\x202.\x20forceCodeForRefreshToken:\x20true\x20is\x20missing','LkGdB':_0x149e(0x6c),'AfgLi':_0x149e(0x6d),'ngmGj':_0x149e(0x6e),'hlVUg':_0x149e(0x6f),'hlpJF':_0x149e(0x70),'mUxMh':_0x149e(0x71),'LsZQb':_0x149e(0x72),'IXkCg':'auth_token','GwJaq':_0x149e(0x30),'rScqN':_0x149e(0xa),'GaDGG':_0x149e(0x73),'nMYoo':function(_0xc536e7,_0x4a487f){return _0xc536e7===_0x4a487f;},'ZQrJB':'YouTube\x20Channel','yihcr':function(_0x5f29b5,_0x296e89){return _0x5f29b5===_0x296e89;},'xqVcC':function(_0x1378bc,_0x3d3b12){return _0x1378bc===_0x3d3b12;},'YtFkZ':_0x149e(0x74),'bIExF':function(_0xcbb8ac,_0x2fae24,_0x78f924){return _0xcbb8ac(_0x2fae24,_0x78f924);},'kQnKJ':function(_0x444828,_0x4a57bc,_0x53d84c){return _0x444828(_0x4a57bc,_0x53d84c);},'vaBbo':_0x149e(0x75),'KlAmO':_0x149e(0x76),'hvwgX':_0x149e(0x77),'YCFAa':function(_0xbeaa86,_0xd49bd6,_0x29ea1b,_0x4146a8){return _0xbeaa86(_0xd49bd6,_0x29ea1b,_0x4146a8);},'svBhH':function(_0x583c27,_0xd57aa8){return _0x583c27===_0xd57aa8;},'JlsnJ':'tpDHJ','YBQOf':'❌\x20YouTube\x20migration\x20failed:','FzxPE':_0x149e(0x78)};try{var _0x4418a2,_0x2a55ad,_0x2f7c4f,_0x310dec;console[_0x149e(0x27)](_0x149e(0x79),_0x3ab1a4),_0x1ce127[_0x149e(0x7a)](configureGoogleSignInForRefreshTokens),await _googleSignin[_0x149e(0x7)][_0x149e(0x7b)](),console[_0x149e(0x27)]('✅\x20Signed\x20out\x20-\x20consent\x20cache\x20cleared');try{if(_0x1ce127[_0x149e(0x7c)](_0x1ce127[_0x149e(0x7d)],_0x149e(0x7e)))return _0x1974e2&&_0x21c4fe[_0x149e(0x7f)]?_0x213b82:{'default':_0x305d4c};else{const _0x18e31d=await _googleSignin[_0x149e(0x7)]['getTokens']();if(_0x18e31d[_0x149e(0x80)]){if(_0x1ce127[_0x149e(0x81)]!==_0x1ce127[_0x149e(0x81)])return _0x4d3ff0[_0x149e(0x16)](_0x149e(0x82),_0x461fb7),![];else await _googleSignin[_0x149e(0x7)][_0x149e(0x83)](_0x18e31d[_0x149e(0x80)]),console[_0x149e(0x27)](_0x1ce127[_0x149e(0x84)]);}}}catch(_0x367cda){if(_0x1ce127['GMGhs'](_0x1ce127[_0x149e(0x85)],_0x1ce127[_0x149e(0x86)]))return _0x388527[_0x149e(0x16)](_0x149e(0x59),_0x262ae7),{'isReady':![],'mode':_0x1ce127[_0x149e(0x87)],'needsMigration':![],'trainingReady':![],'details':{'error':_0x5c69c2 instanceof _0x568add?_0x3cdbe2[_0x149e(0x22)]:_0x1ce127[_0x149e(0x88)](_0x574238,_0x5579e1)}};else console['log'](_0x149e(0x89));}await _googleSignin[_0x149e(0x7)][_0x149e(0x8a)](),console[_0x149e(0x27)](_0x1ce127[_0x149e(0x8b)]);const _0x1d7746=await _googleSignin['GoogleSignin']['signIn'](),_0x2b89ad=await _googleSignin['GoogleSignin'][_0x149e(0x8c)](),_0x15d59b=await _googleSignin[_0x149e(0x7)][_0x149e(0x8d)]();let _0x1728c4=null,_0x208075=_0x1ce127['RuKev'];if(_0x1d7746['serverAuthCode'])_0x1728c4=_0x1d7746[_0x149e(0x8e)],_0x208075=_0x149e(0x8f);else _0x1ce127[_0x149e(0x90)](_0x15d59b,null)&&_0x1ce127[_0x149e(0x91)](_0x15d59b,void 0x0)&&_0x15d59b[_0x149e(0x8e)]&&(_0x1728c4=_0x15d59b[_0x149e(0x8e)],_0x208075=_0x1ce127[_0x149e(0x92)]);console[_0x149e(0x27)](_0x1ce127['fuKPJ'],{'hasAccessToken':!!_0x2b89ad[_0x149e(0x80)],'hasIdToken':!!_0x2b89ad[_0x149e(0x93)],'hasServerAuthCode':!!_0x1d7746['serverAuthCode'],'hasCurrentUserAuthCode':!!(_0x1ce127[_0x149e(0x94)](_0x15d59b,null)&&_0x1ce127[_0x149e(0x90)](_0x15d59b,void 0x0)&&_0x15d59b[_0x149e(0x8e)]),'refreshTokenSource':_0x208075,'finalRefreshToken':_0x1728c4?_0x1ce127[_0x149e(0x95)]:_0x1ce127['OuJpE'],'userEmail':_0x1ce127[_0x149e(0x96)](_0x4418a2=_0x1d7746[_0x149e(0x97)],null)||_0x1ce127[_0x149e(0x7c)](_0x4418a2,void 0x0)?void 0x0:_0x4418a2[_0x149e(0x6)]});if(!_0x1728c4){if(_0x1ce127['hwiLE']('JUMbl',_0x1ce127[_0x149e(0x98)])){const _0x328bf6='3|2|5|0|4|1'[_0x149e(0x99)]('|');let _0x5042d3=0x0;while(!![]){switch(_0x328bf6[_0x5042d3++]){case'0':console[_0x149e(0x16)](_0x1ce127[_0x149e(0x9a)]);continue;case'1':return![];case'2':console[_0x149e(0x16)](_0x149e(0x9b));continue;case'3':console[_0x149e(0x16)](_0x149e(0x9c));continue;case'4':console[_0x149e(0x16)](_0x1ce127[_0x149e(0x9d)]);continue;case'5':console[_0x149e(0x16)](_0x1ce127[_0x149e(0x9e)]);continue;}break;}}else return _0x32e92d['log'](_0x1ce127[_0x149e(0x9f)]),!![];}console[_0x149e(0x27)](_0x1ce127['ngmGj'],_0x1728c4[_0x149e(0xa0)](0x0,0x14)+_0x1ce127[_0x149e(0xa1)]),console['log'](_0x1ce127[_0x149e(0xa2)],_0x208075);let _0x384db1=await _asyncStorage[_0x149e(0x38)][_0x149e(0xa3)](_0x1ce127[_0x149e(0xa4)])||await _asyncStorage[_0x149e(0x38)][_0x149e(0xa3)](_0x1ce127[_0x149e(0xa5)])||await _asyncStorage[_0x149e(0x38)][_0x149e(0xa3)](_0x1ce127['IXkCg']);!_0x384db1&&(console['warn'](_0x1ce127[_0x149e(0xa6)]),_0x384db1=_0x1ce127[_0x149e(0xa7)]);const _0x53e506={'session':{'username':_0x3ab1a4,'platform':_0x1ce127['GaDGG'],'channelName':(_0x1ce127['GMGhs'](_0x2a55ad=_0x1d7746[_0x149e(0x97)],null)||_0x1ce127[_0x149e(0xa8)](_0x2a55ad,void 0x0)?void 0x0:_0x2a55ad[_0x149e(0xa9)])||_0x1ce127[_0x149e(0xaa)],'channelId':null},'googleUser':_0x1d7746[_0x149e(0x97)],'accessToken':_0x2b89ad['accessToken'],'idToken':_0x2b89ad[_0x149e(0x93)],'refreshToken':_0x1728c4,'serverAuthCode':_0x1d7746[_0x149e(0x8e)],'userAccountInfo':{'username':_0x3ab1a4,'email':(_0x2f7c4f=_0x1d7746['user'])===null||_0x1ce127[_0x149e(0xab)](_0x2f7c4f,void 0x0)?void 0x0:_0x2f7c4f[_0x149e(0x6)],'authToken':_0x384db1,'channelName':((_0x310dec=_0x1d7746['user'])===null||_0x1ce127[_0x149e(0xac)](_0x310dec,void 0x0)?void 0x0:_0x310dec[_0x149e(0xa9)])||'YouTube\x20Channel','channelId':null}};console[_0x149e(0x27)](_0x1ce127['YtFkZ']);const _0x4d83da=await _0x1ce127['bIExF'](fetch,_api[_0x149e(0x19)][_0x149e(0x1a)]+_0x149e(0xad),{'method':'POST','headers':{'Content-Type':'application/json','x-api-key':_0x149e(0xae),..._0x384db1!==_0x1ce127[_0x149e(0xa7)]&&{'Authorization':_0x149e(0xaf)+_0x384db1}},'body':JSON[_0x149e(0xb0)](_0x53e506)}),_0x3c2477=await _0x4d83da[_0x149e(0x43)]();return _0x3c2477[_0x149e(0x45)]?(console['log']('✅\x20YouTube\x20migration\x20successful'),await _0x1ce127[_0x149e(0xb1)](trackMigrationAttempt,_0x3ab1a4,!![]),!![]):_0x1ce127[_0x149e(0x90)](_0x1ce127['vaBbo'],_0x1ce127[_0x149e(0xb2)])?(console['error'](_0x1ce127[_0x149e(0xb3)],_0x3c2477[_0x149e(0x16)]),await _0x1ce127[_0x149e(0xb4)](trackMigrationAttempt,_0x3ab1a4,![],_0x3c2477[_0x149e(0x16)]),![]):(_0x42168c[_0x149e(0x27)](_0x1ce127[_0x149e(0xb5)]),!![]);}catch(_0x273ed9){return _0x1ce127[_0x149e(0xb6)](_0x1ce127['JlsnJ'],_0x1ce127[_0x149e(0xb7)])?(console[_0x149e(0x16)](_0x1ce127['YBQOf'],_0x273ed9),await _0x1ce127[_0x149e(0xb4)](trackMigrationAttempt,_0x3ab1a4,![],_0x273ed9 instanceof Error?_0x273ed9[_0x149e(0x22)]:_0x1ce127[_0x149e(0xb8)]),![]):(_0xb37b84[_0x149e(0x27)](_0x149e(0x3f)),{'isReady':![],'mode':_0x1ce127[_0x149e(0xb9)],'needsMigration':!![],'trainingReady':![],'details':_0x36f6a9});}},trackMigrationAttempt=async(_0x170c35,_0x3b92c4,_0xf80d98)=>{const _0x46a077={'UDZCZ':function(_0xf36dff,_0x100f71,_0x6cfe65){return _0xf36dff(_0x100f71,_0x6cfe65);},'MkULQ':function(_0x2d0a5e,_0x4507d0){return _0x2d0a5e||_0x4507d0;},'nIVVW':_0x149e(0x42)};try{await _0x46a077[_0x149e(0xba)](fetch,_api[_0x149e(0x19)][_0x149e(0x1a)]+_0x149e(0xbb),{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON[_0x149e(0xb0)]({'username':_0x170c35,'success':_0x3b92c4,'error':_0x46a077['MkULQ'](_0xf80d98,null),'timestamp':new Date()[_0x149e(0xbc)]()})});}catch(_0x3026f1){console[_0x149e(0x16)](_0x46a077[_0x149e(0xbd)],_0x3026f1);}},shouldShowYouTubeMigrationWarning=async _0x118eef=>{const _0x4f2463={'jIKdz':_0x149e(0xbe),'yLHwj':_0x149e(0x9c),'loNbe':_0x149e(0x9b),'ojdQb':'\x20\x20\x201.\x20offlineAccess:\x20true\x20is\x20missing\x20from\x20configuration','zpfiH':'\x20\x20\x202.\x20forceCodeForRefreshToken:\x20true\x20is\x20missing','tUJtm':_0x149e(0xbf),'ouUdD':function(_0x2e68dc,_0x183e4a){return _0x2e68dc(_0x183e4a);},'NaaAB':_0x149e(0xc0),'PFotb':_0x149e(0xc1),'gAASn':function(_0x159f32,_0x4e480e){return _0x159f32===_0x4e480e;},'PETnS':function(_0x6f5278,_0x3af4c5){return _0x6f5278===_0x3af4c5;},'eoCnt':function(_0x4803f6,_0x1ba7ac){return _0x4803f6===_0x1ba7ac;},'eoQTC':_0x149e(0xc2),'fxqKv':function(_0x38288a,_0x48cb23){return _0x38288a&&_0x48cb23;},'jItFI':'⚠️\x20[MIGRATION\x20WARNING]\x20SHOW\x20WARNING\x20-\x20genuinely\x20old\x20connection\x20needs\x20update','vWPQY':_0x149e(0xc3),'BFobS':function(_0x5d2246,_0x1335e8){return _0x5d2246!==_0x1335e8;},'pUPfU':_0x149e(0xc4),'oEbNq':_0x149e(0xc5)};try{console[_0x149e(0x27)](_0x4f2463[_0x149e(0xc6)],_0x118eef);const _0x389945=await _0x4f2463[_0x149e(0xc7)](fetch,_api['API_CONFIG'][_0x149e(0x1a)]+_0x149e(0x1b)+_0x118eef),_0x427cb9=await _0x389945['json']();if(_0x427cb9[_0x149e(0x45)]&&_0x427cb9[_0x149e(0x1c)]){if(_0x4f2463[_0x149e(0xc8)]!==_0x4f2463[_0x149e(0xc9)]){var _0x4bcf1f,_0x56405d;const _0x3cb31c=_0x4f2463[_0x149e(0xca)]((_0x4bcf1f=_0x427cb9[_0x149e(0x1c)])===null||_0x4f2463[_0x149e(0xcb)](_0x4bcf1f,void 0x0)?void 0x0:_0x4bcf1f[_0x149e(0x1e)],!![])||((_0x56405d=_0x427cb9['temporaryMode'])===null||_0x4f2463[_0x149e(0xca)](_0x56405d,void 0x0)?void 0x0:_0x56405d[_0x149e(0x21)])===!![]||_0x4f2463[_0x149e(0xcc)](_0x427cb9['isTemporaryMode'],!![]),_0x29ddb7=_0x4f2463['PETnS'](_0x427cb9[_0x149e(0x1c)][_0x149e(0xcd)],!![]),_0x5b6a19=_0x427cb9[_0x149e(0x1c)][_0x149e(0x25)]===!![],_0x5180c2=_0x427cb9[_0x149e(0x1c)][_0x149e(0x24)]===!![];console['log'](_0x4f2463[_0x149e(0xce)],{'username':_0x118eef,'hasAccessToken':_0x29ddb7,'hasRefreshToken':_0x5b6a19,'needsReconnection':_0x5180c2,'isTemporaryMode':_0x3cb31c,'connectedAt':_0x427cb9['validation'][_0x149e(0xcf)]});if(_0x3cb31c)return console[_0x149e(0x27)](_0x4f2463[_0x149e(0xd0)]),![];else return _0x4f2463[_0x149e(0xd1)](_0x29ddb7,!_0x5b6a19)&&_0x5180c2?(console[_0x149e(0x27)](_0x4f2463[_0x149e(0xd2)]),!![]):(console[_0x149e(0x27)]('✅\x20[MIGRATION\x20WARNING]\x20NO\x20WARNING\x20-\x20connection\x20is\x20working\x20properly'),![]);}else return _0xa4aa65['log'](_0x4f2463['jIKdz']),![];}return console[_0x149e(0x27)](_0x4f2463[_0x149e(0xd3)]),![];}catch(_0x578c5d){if(_0x4f2463[_0x149e(0xd4)](_0x4f2463[_0x149e(0xd5)],_0x4f2463[_0x149e(0xd5)])){const _0x510f86='0|1|3|4|2|5'[_0x149e(0x99)]('|');let _0x4ecaa4=0x0;while(!![]){switch(_0x510f86[_0x4ecaa4++]){case'0':_0x22f93e[_0x149e(0x16)](_0x4f2463[_0x149e(0xd6)]);continue;case'1':_0x2e470e['error'](_0x4f2463[_0x149e(0xd7)]);continue;case'2':_0x3285cf[_0x149e(0x16)](_0x149e(0x6c));continue;case'3':_0x28e0a2[_0x149e(0x16)](_0x4f2463['ojdQb']);continue;case'4':_0x3f6a0a[_0x149e(0x16)](_0x4f2463[_0x149e(0xd8)]);continue;case'5':return![];}break;}}else return console[_0x149e(0x16)](_0x4f2463[_0x149e(0xd9)],_0x578c5d),![];}};exports['shouldShowYouTubeMigrationWarning']=shouldShowYouTubeMigrationWarning;const checkAndFixYouTubeConnection=async _0xd0d7b0=>{const _0x12b49c={'mALiO':function(_0x5b0207,_0x209d84){return _0x5b0207===_0x209d84;},'GzeXC':function(_0xbf3790,_0x4a554e){return _0xbf3790===_0x4a554e;},'Adnmu':'🔄\x20User\x20using\x20temporary\x20mode\x20-\x20connection\x20working\x20correctly','QIjKJ':_0x149e(0xda),'udhDT':_0x149e(0x11),'vvMit':_0x149e(0xdb),'eZtbY':_0x149e(0x60),'KcIbU':function(_0x9b8541,_0x2ea65d){return _0x9b8541!==_0x2ea65d;},'jTCtr':_0x149e(0xdc),'ufILZ':_0x149e(0xb),'gknPH':_0x149e(0xdd),'caIfa':function(_0x2eb83b,_0x2fba93){return _0x2eb83b(_0x2fba93);},'oHDPe':_0x149e(0xde),'KgBQh':_0x149e(0xdf),'RzbSx':function(_0xd5658f,_0x252c6d){return _0xd5658f(_0x252c6d);},'jenSA':'YouTube\x20Upgraded!\x20✅','Jyahn':'Your\x20YouTube\x20connection\x20has\x20been\x20upgraded\x20successfully.\x20Training\x20will\x20now\x20work\x20seamlessly\x20without\x20interruptions.','mgJVE':_0x149e(0xe0),'efXfq':function(_0x483da5,_0x4bf32e){return _0x483da5!==_0x4bf32e;},'QGgmn':_0x149e(0xe1),'hZZOy':'Upgrade\x20Failed\x20❌','sCVbG':_0x149e(0xe2),'zFDTe':_0x149e(0x38),'lTfML':'❌\x20Error\x20in\x20YouTube\x20connection\x20check:'};try{if(_0x12b49c[_0x149e(0xe3)](_0x149e(0xe4),_0x149e(0xe5))){console[_0x149e(0x27)](_0x12b49c[_0x149e(0xe6)],_0xd0d7b0);const _0x5eb049=await shouldShowYouTubeMigrationWarning(_0xd0d7b0);if(!_0x5eb049)return console['log'](_0x12b49c['ufILZ']),console[_0x149e(0x27)](_0x12b49c['gknPH']),!![];const _0x1d7b42=await _0x12b49c[_0x149e(0xe7)](checkYouTubeMigrationNeeded,_0xd0d7b0);if(!_0x1d7b42)return console[_0x149e(0x27)](_0x12b49c[_0x149e(0xe8)]),!![];console[_0x149e(0x27)](_0x149e(0xe9));const _0x476d9e=await showYouTubeMigrationPrompt();if(!_0x476d9e)return console[_0x149e(0x27)](_0x12b49c[_0x149e(0xea)]),![];const _0x5a0e41=await _0x12b49c[_0x149e(0xeb)](forceYouTubeReconnection,_0xd0d7b0);if(_0x5a0e41)return _reactNative[_0x149e(0x5c)][_0x149e(0x5d)](_0x12b49c[_0x149e(0xec)],_0x12b49c['Jyahn'],[{'text':_0x12b49c[_0x149e(0xed)],'style':'default'}]),!![];else{if(_0x12b49c[_0x149e(0xee)](_0x149e(0xe1),_0x12b49c[_0x149e(0xef)])){var _0x4a89ed,_0x24ce05,_0x20c541;const _0x78adf2=_0x12b49c[_0x149e(0xf0)](_0x12b49c[_0x149e(0xf1)](_0x4a89ed=_0x476bf0['validation'],null)||_0x4a89ed===void 0x0?void 0x0:_0x4a89ed[_0x149e(0x1e)],!![])||_0x12b49c[_0x149e(0xf1)]((_0x24ce05=_0x285bad[_0x149e(0x20)])===null||_0x12b49c[_0x149e(0xf1)](_0x24ce05,void 0x0)?void 0x0:_0x24ce05[_0x149e(0x21)],!![])||_0x21d02d[_0x149e(0x1e)]===!![]||_0x3bcd56['message']&&_0x1a4c73['message']['includes']('temporary\x20access\x20token\x20mode'),_0x264901=_0x5d584f[_0x149e(0x1c)][_0x149e(0x24)],_0x2d210a=_0x8cf98d['validation'][_0x149e(0x25)];_0x3aa171[_0x149e(0x27)](_0x149e(0xd),{'username':_0x4da0dd,'needsReconnection':_0x264901,'hasRefreshToken':_0x2d210a,'isTemporaryMode':_0x78adf2,'temporaryModeEnabled':_0x12b49c[_0x149e(0xf0)](_0x20c541=_0x112f6c[_0x149e(0x20)],null)||_0x12b49c[_0x149e(0xf0)](_0x20c541,void 0x0)?void 0x0:_0x20c541[_0x149e(0x21)],'message':_0x11063a[_0x149e(0x22)]});if(_0x78adf2)return _0x5a9203['log'](_0x12b49c[_0x149e(0xf2)]),_0x1f229d['log'](_0x12b49c['QIjKJ']),![];else return _0x264901?(_0x2b6a5e['log'](_0x149e(0x10)),!![]):(_0x3c8626['log'](_0x12b49c[_0x149e(0xf3)]),![]);}else return _reactNative['Alert'][_0x149e(0x5d)](_0x12b49c[_0x149e(0xf4)],_0x12b49c[_0x149e(0xf5)],[{'text':'OK','style':_0x12b49c['zFDTe']}]),![];}}else return new _0x424d7b(_0x303861=>{_0x25a0b1[_0x149e(0x5c)][_0x149e(0x5d)](_0x12b49c[_0x149e(0xf6)],'To\x20improve\x20your\x20training\x20experience,\x20we\x20need\x20to\x20upgrade\x20your\x20YouTube\x20connection.\x20This\x20prevents\x20interruptions\x20during\x20data\x20collection.\x0a\x0a✅\x20One-time\x20upgrade\x0a✅\x20Takes\x2030\x20seconds\x0a✅\x20No\x20data\x20loss\x0a\x0aUpgrade\x20now?',[{'text':_0x149e(0x36),'style':_0x12b49c['eZtbY'],'onPress':()=>_0x303861(![])},{'text':'Upgrade\x20Now','style':'default','onPress':()=>_0x303861(!![])}]);});}catch(_0x2e3ec2){return console[_0x149e(0x16)](_0x12b49c['lTfML'],_0x2e3ec2),![];}};exports[_0x149e(0x2)]=checkAndFixYouTubeConnection;function _0x2073(){const _0x21e4cf=['defineProperty','shouldShowYouTubeMigrationWarning','checkAndFixYouTubeConnection','1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','https://www.googleapis.com/auth/youtube.readonly','openid','email','GoogleSignin','configure','YVbQY','migration_token_placeholder','🚫\x20[MIGRATION]\x20NO\x20MIGRATION\x20NEEDED\x20-\x20user\x20connection\x20is\x20working\x20correctly','rOQsW','🔍\x20YouTube\x20migration\x20check:','wKYvz','yvasI','🔧\x20User\x20needs\x20YouTube\x20migration\x20for\x20refresh\x20token','✅\x20YouTube\x20connection\x20fully\x20working\x20with\x20refresh\x20tokens','UywRV','❌\x20Error\x20checking\x20YouTube\x20migration\x20status:','uBWfX','GFyZz','error','VLIgF','miqlU','API_CONFIG','BASE_URL','/youtube/validate-connection/','validation','TYGjf','isTemporaryMode','ZZiCE','temporaryMode','enabled','message','eLsrM','needsReconnection','hasRefreshToken','CKyJM','log','iKiFV','IrUvl','IGBQa','Zkdsz','🔄\x20User\x20using\x20temporary\x20mode\x20-\x20connection\x20working\x20correctly','qZNPJ','QnEnS','WPsYu','⚠️\x20No\x20authentication\x20token\x20found\x20for\x20YouTube\x20migration','ZZbWf','HtvwN','MmaaN','checkYouTubeMigrationNeeded','To\x20improve\x20your\x20training\x20experience,\x20we\x20need\x20to\x20upgrade\x20your\x20YouTube\x20connection.\x20This\x20prevents\x20interruptions\x20during\x20data\x20collection.\x0a\x0a✅\x20One-time\x20upgrade\x0a✅\x20Takes\x2030\x20seconds\x0a✅\x20No\x20data\x20loss\x0a\x0aUpgrade\x20now?','Skip\x20for\x20Now','Upgrade\x20Now','default','temporary\x20access\x20token\x20mode','✅\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','nzlfV','✅\x20YouTube\x20connected\x20with\x20refresh\x20tokens','full','CkjoN','⚠️\x20YouTube\x20connected\x20but\x20needs\x20migration','none','TXjhc','❌\x20Failed\x20to\x20track\x20migration\x20attempt:','json','yyzjB','success','oFOEz','aKbah','izyVH','qWLrL','kqnro','sFdje','ZDpOV','eZkbG','XaXyX','HELwf','XXAIr','SvgEj','LEojD','qntnB','MXgOx','PoUqD','TrwbE','ADuqq','yztnZ','❌\x20Error\x20getting\x20YouTube\x20connection\x20status:','hnwqs','mBPjG','Alert','alert','KHFhL','mdqPU','cancel','⚠️\x20[MIGRATION\x20WARNING]\x20SHOW\x20WARNING\x20-\x20genuinely\x20old\x20connection\x20needs\x20update','limited','Yiwvo','xNUDg','✅\x20Token\x20cache\x20cleared','dNkDb','KfnJi','None','🔍\x20Token\x20Analysis:','Available','WjJrW','\x20\x20\x203.\x20User\x20did\x20not\x20grant\x20offline\x20access\x20permission','\x20\x20\x201.\x20offlineAccess:\x20true\x20is\x20missing\x20from\x20configuration','✅\x20Got\x20refresh\x20token\x20after\x20consent:','...','🔑\x20Refresh\x20token\x20source:','onairos_jwt_token','enoch_token','youtube','📤\x20Sending\x20migration\x20payload\x20to\x20backend...','FKlOV','nLTNr','❌\x20Backend\x20rejected\x20YouTube\x20migration:','Unknown\x20error','🔄\x20Starting\x20YouTube\x20migration\x20for\x20user:','ahogi','signOut','GMGhs','VDuuU','IqLvv','__esModule','accessToken','KFeJw','❌\x20Error\x20in\x20YouTube\x20connection\x20check:','clearCachedAccessToken','YuctD','AWEgK','MuSvd','gkohN','jwwai','ℹ️\x20No\x20token\x20cache\x20to\x20clear','hasPlayServices','vbcLA','getTokens','getCurrentUser','serverAuthCode','Server\x20auth\x20code\x20from\x20sign-in','HxoAZ','lNKWn','hQEGN','idToken','GFeQB','dDObr','GJYQf','user','eSxif','split','cnGBw','💡\x20This\x20usually\x20means:','❌\x20No\x20refresh\x20token\x20received\x20-\x20Google\x20Console\x20configuration\x20may\x20be\x20incorrect','LkGdB','AfgLi','EKAoT','substring','hlVUg','hlpJF','getItem','mUxMh','LsZQb','GwJaq','rScqN','nMYoo','name','ZQrJB','yihcr','xqVcC','/youtube/native-auth','your-api-key','Bearer\x20','stringify','kQnKJ','KlAmO','hvwgX','YCFAa','Xqyjj','svBhH','JlsnJ','FzxPE','ebYic','UDZCZ','/youtube/migration-status','toISOString','nIVVW','🚫\x20[MIGRATION\x20WARNING]\x20NO\x20WARNING\x20-\x20user\x20is\x20in\x20temporary\x20mode\x20(working\x20correctly)','🔍\x20[MIGRATION\x20WARNING]\x20Checking\x20if\x20user\x20should\x20see\x20migration\x20warning:','voZVG','YbpZq','📊\x20[MIGRATION\x20WARNING]\x20Status\x20check:','ℹ️\x20[MIGRATION\x20WARNING]\x20NO\x20WARNING\x20-\x20no\x20YouTube\x20connection\x20found','Owcig','❌\x20[MIGRATION\x20WARNING]\x20Error\x20checking\x20migration\x20warning\x20status:','tUJtm','ouUdD','NaaAB','PFotb','gAASn','PETnS','eoCnt','hasAccessToken','eoQTC','connectedAt','jIKdz','fxqKv','jItFI','vWPQY','BFobS','pUPfU','yLHwj','loNbe','zpfiH','oEbNq','⚠️\x20No\x20refresh\x20capability\x20but\x20training\x20can\x20proceed','YouTube\x20Connection\x20Upgrade','🔄\x20Checking\x20YouTube\x20connection\x20for\x20user:','✅\x20[MIGRATION]\x20User\x20can\x20proceed\x20with\x20training\x20normally','✅\x20[MIGRATION]\x20YouTube\x20connection\x20working\x20properly\x20-\x20no\x20migration\x20needed','ℹ️\x20User\x20declined\x20YouTube\x20migration','Great!','HIRrj','YouTube\x20connection\x20upgrade\x20failed.\x20Please\x20try\x20again\x20later\x20or\x20contact\x20support\x20if\x20the\x20problem\x20persists.','KcIbU','eEAdV','EXJRd','jTCtr','caIfa','oHDPe','🔧\x20[MIGRATION]\x20User\x20needs\x20YouTube\x20migration\x20for\x20refresh\x20token\x20(genuinely\x20old\x20connection)','KgBQh','RzbSx','jenSA','mgJVE','efXfq','QGgmn','mALiO','GzeXC','Adnmu','udhDT','hZZOy','sCVbG','vvMit','nweuG','reconnectYouTube'];_0x2073=function(){return _0x21e4cf;};return _0x2073();}const reconnectYouTube=async _0x398a1b=>{const _0x23c26f={'nweuG':'🔄\x20Manual\x20YouTube\x20reconnection\x20requested\x20for:'};return console[_0x149e(0x27)](_0x23c26f[_0x149e(0xf7)],_0x398a1b),await forceYouTubeReconnection(_0x398a1b);};exports[_0x149e(0xf8)]=reconnectYouTube;
10
+ function _0x4f38(_0x2d30ff,_0x4f38c1){_0x2d30ff=_0x2d30ff-0x0;const _0x259cf2=_0x2d30();let _0x4e79a7=_0x259cf2[_0x2d30ff];return _0x4e79a7;}Object['defineProperty'](exports,_0x4f38(0x0),{'value':!![]}),exports['shouldShowYouTubeMigrationWarning']=exports['reconnectYouTube']=exports[_0x4f38(0x1)]=exports[_0x4f38(0x2)]=exports[_0x4f38(0x3)]=void 0x0;var _googleSignin=__ONAIROS_REQ_FUNC__(0x0),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_asyncStorage=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x2)),_api=__ONAIROS_REQ_FUNC__(0x3);function _interopRequireDefault(_0x613570){return _0x613570&&_0x613570[_0x4f38(0x0)]?_0x613570:{'default':_0x613570};}function _0x2d30(){const _0x1d5b45=['__esModule','getYouTubeConnectionStatus','checkYouTubeMigrationNeeded','checkAndFixYouTubeConnection','1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','https://www.googleapis.com/auth/youtube.readonly','email','GoogleSignin','configure','eSfYB','openid','MdPDr','❌\x20Error\x20getting\x20YouTube\x20connection\x20status:','YouTube\x20connection\x20upgrade\x20failed.\x20Please\x20try\x20again\x20later\x20or\x20contact\x20support\x20if\x20the\x20problem\x20persists.','default','RsAhS','BXuFu','temporary\x20access\x20token\x20mode','🔍\x20YouTube\x20migration\x20check:','🔧\x20User\x20needs\x20YouTube\x20migration\x20for\x20refresh\x20token','Xgaqx','luVAr','fPxsF','pXeJY','API_CONFIG','BASE_URL','/youtube/validate-connection/','json','success','validation','NrEHR','isTemporaryMode','ebSQw','temporaryMode','enabled','dUqqX','message','includes','MFObR','needsReconnection','hasRefreshToken','EtjHs','🔄\x20User\x20using\x20temporary\x20mode\x20-\x20connection\x20working\x20correctly','log','⚠️\x20No\x20refresh\x20capability\x20but\x20training\x20can\x20proceed','UIuXb','✅\x20YouTube\x20connection\x20fully\x20working\x20with\x20refresh\x20tokens','error','vNYdj','none','cPlxj','CiCYy','Alert','alert','Upgrade\x20Failed\x20❌','mdXED','mPWGW','Skip\x20for\x20Now','cancel','Upgrade\x20Now','❌\x20Failed\x20to\x20track\x20migration\x20attempt:','NIKBX','🔄\x20YouTube\x20connected\x20in\x20temporary\x20mode','✅\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','✅\x20YouTube\x20connected\x20with\x20refresh\x20tokens','full','klsNw','HEKIg','limited','❓\x20YouTube\x20connection\x20status\x20unclear','TrMne','bRAfP','qCWGd','Clmaj','RoNdq','XAHsa','QzHbQ','hgeUe','kVsqd','gBPAJ','nNuBh','OzoFf','JgRUg','BIfVd','KjwJH','kNRKj','ujQRc','jRMQh','fjMKw','qWnTB','UcKEi','AtmZz','kkxLT','UyIct','❌\x20No\x20YouTube\x20connection\x20found','yBduZ','LUlRN','KjlHP','hasAccessToken','ITiyz','opJuH','XzZPm','✅\x20[MIGRATION\x20WARNING]\x20NO\x20WARNING\x20-\x20connection\x20is\x20working\x20properly','WiHjr','YouTube\x20Connection\x20Upgrade','To\x20improve\x20your\x20training\x20experience,\x20we\x20need\x20to\x20upgrade\x20your\x20YouTube\x20connection.\x20This\x20prevents\x20interruptions\x20during\x20data\x20collection.\x0a\x0a✅\x20One-time\x20upgrade\x0a✅\x20Takes\x2030\x20seconds\x0a✅\x20No\x20data\x20loss\x0a\x0aUpgrade\x20now?','pTwRJ','lpXgs','QxIRK','IHKud','⚠️\x20[MIGRATION\x20WARNING]\x20SHOW\x20WARNING\x20-\x20genuinely\x20old\x20connection\x20needs\x20update','⚠️\x20No\x20authentication\x20token\x20found\x20for\x20YouTube\x20migration','migration_token_placeholder','✅\x20Signed\x20out\x20-\x20consent\x20cache\x20cleared','hgJRj','ℹ️\x20No\x20token\x20cache\x20to\x20clear','🔐\x20Initiating\x20sign-in\x20-\x20consent\x20screen\x20should\x20appear...','None','Server\x20auth\x20code\x20from\x20sign-in','Available','ccMSl','\x20\x20\x203.\x20User\x20did\x20not\x20grant\x20offline\x20access\x20permission','\x20\x20\x201.\x20offlineAccess:\x20true\x20is\x20missing\x20from\x20configuration','✅\x20Got\x20refresh\x20token\x20after\x20consent:','...','auth_token','YouTube\x20Channel','📤\x20Sending\x20migration\x20payload\x20to\x20backend...','✅\x20YouTube\x20migration\x20successful','❌\x20Backend\x20rejected\x20YouTube\x20migration:','gUyTD','🔄\x20Starting\x20YouTube\x20migration\x20for\x20user:','hWbjf','signOut','ewlKL','getTokens','accessToken','clearCachedAccessToken','✅\x20Token\x20cache\x20cleared','warn','ltLWz','LVivZ','haUIg','hasPlayServices','signIn','getCurrentUser','serverAuthCode','adexu','hbpmO','Current\x20user\x20server\x20auth\x20code','idToken','rkGYN','MISSING!','vvngF','QSBos','gvyqU','jijcI','0|2|3|5|1|4','split','❌\x20No\x20refresh\x20token\x20received\x20-\x20Google\x20Console\x20configuration\x20may\x20be\x20incorrect','iRuQl','💡\x20This\x20usually\x20means:','iaOFT','Fyrpl','substring','AJKwB','getItem','onairos_jwt_token','PoPkq','user','name','FJuRb','SFhmC','hskoW','EKkml','hLHfh','fTlnI','/youtube/native-auth','vBOyv','stringify','oLEIM','nYThr','hbTzC','Unknown\x20error','zayXF','\x20\x20\x202.\x20forceCodeForRefreshToken:\x20true\x20is\x20missing','vFtJi','BVSJD','vXtRV','UQICq','PeZHG','kCSMY','dPeCz','dSSBQ','/youtube/migration-status','toISOString','yikZl','fINru','Ebwyk','VdkLO','ChVme','tPACL','NKPru','⚠️\x20YouTube\x20connected\x20but\x20needs\x20migration','temporary','❌\x20Error\x20in\x20YouTube\x20connection\x20check:','📊\x20[MIGRATION\x20WARNING]\x20Status\x20check:','BmhWc','🚫\x20[MIGRATION\x20WARNING]\x20NO\x20WARNING\x20-\x20user\x20is\x20in\x20temporary\x20mode\x20(working\x20correctly)','DxcMp','ℹ️\x20[MIGRATION\x20WARNING]\x20NO\x20WARNING\x20-\x20no\x20YouTube\x20connection\x20found','FDtWd','UBcgo','🔍\x20[MIGRATION\x20WARNING]\x20Checking\x20if\x20user\x20should\x20see\x20migration\x20warning:','AXpWt','IrUWd','OoEmv','connectedAt','grLnV','nylOh','cAErW','MRndb','EwOUc','YSjTh','AFcAJ','NQyjo','qHmMC','cpXWC','Czkcy','twZJf','Vunwl','shouldShowYouTubeMigrationWarning','🚫\x20[MIGRATION]\x20NO\x20MIGRATION\x20NEEDED\x20-\x20user\x20connection\x20is\x20working\x20correctly','🔄\x20Checking\x20YouTube\x20connection\x20for\x20user:','✅\x20[MIGRATION]\x20User\x20can\x20proceed\x20with\x20training\x20normally','GcgDK','✅\x20[MIGRATION]\x20YouTube\x20connection\x20working\x20properly\x20-\x20no\x20migration\x20needed','🔧\x20[MIGRATION]\x20User\x20needs\x20YouTube\x20migration\x20for\x20refresh\x20token\x20(genuinely\x20old\x20connection)','ℹ️\x20User\x20declined\x20YouTube\x20migration','YouTube\x20Upgraded!\x20✅','Your\x20YouTube\x20connection\x20has\x20been\x20upgraded\x20successfully.\x20Training\x20will\x20now\x20work\x20seamlessly\x20without\x20interruptions.','Great!','vJgKe','Mgqjs','mXpjZ','RmDcT','AeaBd','DXSeN','ezMSb','zTDQg','lpNsu','zUSmt','BfPhO','eundj','Rrtzu','🔄\x20Manual\x20YouTube\x20reconnection\x20requested\x20for:','reconnectYouTube'];_0x2d30=function(){return _0x1d5b45;};return _0x2d30();}const WEB_CLIENT_ID=_0x4f38(0x4),IOS_CLIENT_ID=_0x4f38(0x4),configureGoogleSignInForRefreshTokens=()=>{const _0x57f533={'eSfYB':_0x4f38(0x5),'MdPDr':'profile','GwziT':_0x4f38(0x6)};_googleSignin[_0x4f38(0x7)][_0x4f38(0x8)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x57f533[_0x4f38(0x9)],_0x4f38(0xa),_0x57f533[_0x4f38(0xb)],_0x57f533['GwziT']],'hostedDomain':'','accountName':''});},checkYouTubeMigrationNeeded=async _0x40fa77=>{const _0x252c6a={'vNYdj':_0x4f38(0xc),'cPlxj':function(_0x347f21,_0x37ef0f){return _0x347f21 instanceof _0x37ef0f;},'pXeJY':function(_0x22445d,_0x121910){return _0x22445d(_0x121910);},'mdXED':_0x4f38(0xd),'mPWGW':_0x4f38(0xe),'luVAr':function(_0xc8173f,_0x43f0f0){return _0xc8173f!==_0x43f0f0;},'fPxsF':_0x4f38(0xf),'nTlXV':_0x4f38(0x10),'ebSQw':function(_0x52cd20,_0x46aac6){return _0x52cd20===_0x46aac6;},'NrEHR':function(_0x4e10d9,_0x1df00d){return _0x4e10d9===_0x1df00d;},'dUqqX':function(_0xe95948,_0x4fb58c){return _0xe95948===_0x4fb58c;},'MFObR':_0x4f38(0x11),'EtjHs':_0x4f38(0x12),'dbdTn':function(_0x4b07a2,_0x53b191){return _0x4b07a2===_0x53b191;},'UIuXb':_0x4f38(0x13),'vtKMl':function(_0x29f869,_0x531362){return _0x29f869!==_0x531362;},'eeKkE':_0x4f38(0x14)};try{if(_0x252c6a[_0x4f38(0x15)](_0x252c6a[_0x4f38(0x16)],_0x252c6a['nTlXV'])){const _0x387e07=await _0x252c6a[_0x4f38(0x17)](fetch,_api[_0x4f38(0x18)][_0x4f38(0x19)]+_0x4f38(0x1a)+_0x40fa77),_0x1eefd6=await _0x387e07[_0x4f38(0x1b)]();if(_0x1eefd6[_0x4f38(0x1c)]&&_0x1eefd6[_0x4f38(0x1d)]){var _0xd74a18,_0x2e2158,_0x26514b;const _0x23c3d9=(_0x252c6a['ebSQw'](_0xd74a18=_0x1eefd6['validation'],null)||_0x252c6a[_0x4f38(0x1e)](_0xd74a18,void 0x0)?void 0x0:_0xd74a18[_0x4f38(0x1f)])===!![]||(_0x252c6a[_0x4f38(0x20)](_0x2e2158=_0x1eefd6[_0x4f38(0x21)],null)||_0x252c6a['NrEHR'](_0x2e2158,void 0x0)?void 0x0:_0x2e2158[_0x4f38(0x22)])===!![]||_0x252c6a[_0x4f38(0x23)](_0x1eefd6[_0x4f38(0x1f)],!![])||_0x1eefd6[_0x4f38(0x24)]&&_0x1eefd6['message'][_0x4f38(0x25)](_0x252c6a[_0x4f38(0x26)]),_0x1e488c=_0x1eefd6['validation'][_0x4f38(0x27)],_0x3d449f=_0x1eefd6[_0x4f38(0x1d)][_0x4f38(0x28)];console['log'](_0x252c6a[_0x4f38(0x29)],{'username':_0x40fa77,'needsReconnection':_0x1e488c,'hasRefreshToken':_0x3d449f,'isTemporaryMode':_0x23c3d9,'temporaryModeEnabled':_0x252c6a[_0x4f38(0x1e)](_0x26514b=_0x1eefd6['temporaryMode'],null)||_0x252c6a['dbdTn'](_0x26514b,void 0x0)?void 0x0:_0x26514b['enabled'],'message':_0x1eefd6['message']});if(_0x23c3d9)return console['log'](_0x4f38(0x2a)),console[_0x4f38(0x2b)](_0x4f38(0x2c)),![];else return _0x1e488c?(console['log'](_0x252c6a[_0x4f38(0x2d)]),!![]):(console[_0x4f38(0x2b)](_0x4f38(0x2e)),![]);}return![];}else return _0x57e9e7[_0x4f38(0x2f)](_0x252c6a[_0x4f38(0x30)],_0x2401ce),{'isReady':![],'mode':_0x4f38(0x31),'needsMigration':![],'trainingReady':![],'details':{'error':_0x252c6a[_0x4f38(0x32)](_0x37a8eb,_0x8e7236)?_0x3285ad[_0x4f38(0x24)]:_0x252c6a['pXeJY'](_0x2b2869,_0x3e05d6)}};}catch(_0x1843b5){return _0x252c6a['vtKMl'](_0x4f38(0x33),_0x252c6a['eeKkE'])?(console[_0x4f38(0x2f)]('❌\x20Error\x20checking\x20YouTube\x20migration\x20status:',_0x1843b5),![]):(_0x55ae17[_0x4f38(0x34)][_0x4f38(0x35)](_0x4f38(0x36),_0x252c6a[_0x4f38(0x37)],[{'text':'OK','style':_0x252c6a[_0x4f38(0x38)]}]),![]);}};exports[_0x4f38(0x2)]=checkYouTubeMigrationNeeded;const getYouTubeConnectionStatus=async _0x3a03b1=>{const _0x39795a={'JgRUg':'YouTube\x20Connection\x20Upgrade','BIfVd':'To\x20improve\x20your\x20training\x20experience,\x20we\x20need\x20to\x20upgrade\x20your\x20YouTube\x20connection.\x20This\x20prevents\x20interruptions\x20during\x20data\x20collection.\x0a\x0a✅\x20One-time\x20upgrade\x0a✅\x20Takes\x2030\x20seconds\x0a✅\x20No\x20data\x20loss\x0a\x0aUpgrade\x20now?','KjwJH':_0x4f38(0x39),'kNRKj':_0x4f38(0x3a),'ujQRc':_0x4f38(0x3b),'jRMQh':'default','wwXwr':_0x4f38(0x3c),'XAHsa':function(_0x11871f,_0x30d2a0){return _0x11871f===_0x30d2a0;},'KjlHP':function(_0x442f46,_0x40175d){return _0x442f46===_0x40175d;},'uKshy':function(_0x614cdb,_0x2bc3ec){return _0x614cdb===_0x2bc3ec;},'ITiyz':function(_0x1f0573,_0x43099a){return _0x1f0573===_0x43099a;},'opJuH':'🚫\x20[MIGRATION\x20WARNING]\x20NO\x20WARNING\x20-\x20user\x20is\x20in\x20temporary\x20mode\x20(working\x20correctly)','XzZPm':function(_0xdaf08e,_0x36aabe){return _0xdaf08e&&_0x36aabe;},'ijpPi':'⚠️\x20[MIGRATION\x20WARNING]\x20SHOW\x20WARNING\x20-\x20genuinely\x20old\x20connection\x20needs\x20update','bRAfP':function(_0x50df34,_0x2822fe){return _0x50df34(_0x2822fe);},'qCWGd':'📋\x20Complete\x20YouTube\x20status\x20response:','Clmaj':function(_0x34abe4,_0x1fc7d0){return _0x34abe4===_0x1fc7d0;},'RoNdq':function(_0x4709c6,_0x2d2bd9){return _0x4709c6===_0x2d2bd9;},'CInbF':function(_0x434f2b,_0x3c6baf){return _0x434f2b===_0x3c6baf;},'frrhw':function(_0x4fcb95,_0x2ce141){return _0x4fcb95===_0x2ce141;},'QzHbQ':_0x4f38(0x11),'HTMgQ':function(_0x1d9e4a,_0x1a85a0){return _0x1d9e4a===_0x1a85a0;},'OhodX':function(_0x19a74b,_0x3a6b35){return _0x19a74b!==_0x3a6b35;},'kVsqd':_0x4f38(0x3d),'gBPAJ':_0x4f38(0x3e),'nNuBh':_0x4f38(0x3f),'OzoFf':'temporary','fjMKw':_0x4f38(0x40),'qWnTB':_0x4f38(0x41),'UcKEi':_0x4f38(0x42),'yAZql':_0x4f38(0x43),'AtmZz':_0x4f38(0x44),'kkxLT':_0x4f38(0x45),'UyIct':_0x4f38(0x31),'yBduZ':_0x4f38(0x46),'LUlRN':_0x4f38(0xc),'EXuBe':function(_0x3ca737,_0x10a8b9){return _0x3ca737 instanceof _0x10a8b9;}};try{const _0x1e2c53=await _0x39795a[_0x4f38(0x47)](fetch,_api[_0x4f38(0x18)][_0x4f38(0x19)]+_0x4f38(0x1a)+_0x3a03b1),_0x19c9b4=await _0x1e2c53['json']();console[_0x4f38(0x2b)](_0x39795a[_0x4f38(0x48)],_0x19c9b4);if(_0x19c9b4[_0x4f38(0x1c)]&&_0x19c9b4['validation']){var _0x337f7d,_0x460424;const _0x5e3102=(_0x39795a[_0x4f38(0x49)](_0x337f7d=_0x19c9b4[_0x4f38(0x1d)],null)||_0x39795a[_0x4f38(0x4a)](_0x337f7d,void 0x0)?void 0x0:_0x337f7d['isTemporaryMode'])===!![]||_0x39795a['CInbF'](_0x39795a[_0x4f38(0x4b)](_0x460424=_0x19c9b4[_0x4f38(0x21)],null)||_0x39795a['XAHsa'](_0x460424,void 0x0)?void 0x0:_0x460424[_0x4f38(0x22)],!![])||_0x39795a['frrhw'](_0x19c9b4[_0x4f38(0x1f)],!![])||_0x19c9b4['message']&&_0x19c9b4[_0x4f38(0x24)][_0x4f38(0x25)](_0x39795a[_0x4f38(0x4c)]),_0x1e5a33=_0x19c9b4[_0x4f38(0x1d)]['hasRefreshToken']===!![],_0xea0408=_0x39795a['HTMgQ'](_0x19c9b4['validation'][_0x4f38(0x27)],!![]);if(_0x5e3102){if(_0x39795a['OhodX'](_0x4f38(0x4d),_0x39795a[_0x4f38(0x4e)]))return console[_0x4f38(0x2b)](_0x39795a[_0x4f38(0x4f)]),console[_0x4f38(0x2b)](_0x39795a[_0x4f38(0x50)]),{'isReady':!![],'mode':_0x39795a[_0x4f38(0x51)],'needsMigration':![],'trainingReady':!![],'details':_0x19c9b4};else _0x401e31[_0x4f38(0x34)]['alert'](_0x39795a[_0x4f38(0x52)],_0x39795a[_0x4f38(0x53)],[{'text':_0x39795a[_0x4f38(0x54)],'style':_0x39795a[_0x4f38(0x55)],'onPress':()=>_0x27952e(![])},{'text':_0x39795a[_0x4f38(0x56)],'style':_0x39795a[_0x4f38(0x57)],'onPress':()=>_0x411f68(!![])}]);}else{if(_0x1e5a33)return console['log'](_0x39795a[_0x4f38(0x58)]),{'isReady':!![],'mode':_0x39795a[_0x4f38(0x59)],'needsMigration':![],'trainingReady':!![],'details':_0x19c9b4};else{if(_0xea0408){if(_0x39795a['OhodX'](_0x39795a[_0x4f38(0x5a)],_0x39795a['yAZql']))return console[_0x4f38(0x2b)]('⚠️\x20YouTube\x20connected\x20but\x20needs\x20migration'),{'isReady':![],'mode':_0x39795a[_0x4f38(0x5b)],'needsMigration':!![],'trainingReady':![],'details':_0x19c9b4};else _0x53241b['error'](_0x39795a['wwXwr'],_0x140589);}else return console[_0x4f38(0x2b)](_0x39795a[_0x4f38(0x5c)]),{'isReady':![],'mode':_0x39795a[_0x4f38(0x5d)],'needsMigration':![],'trainingReady':![],'details':_0x19c9b4};}}}return console['log'](_0x4f38(0x5e)),{'isReady':![],'mode':_0x39795a[_0x4f38(0x5d)],'needsMigration':![],'trainingReady':![],'details':_0x19c9b4};}catch(_0x21adec){if(_0x39795a[_0x4f38(0x5f)]===_0x39795a[_0x4f38(0x5f)])return console[_0x4f38(0x2f)](_0x39795a[_0x4f38(0x60)],_0x21adec),{'isReady':![],'mode':_0x39795a[_0x4f38(0x5d)],'needsMigration':![],'trainingReady':![],'details':{'error':_0x39795a['EXuBe'](_0x21adec,Error)?_0x21adec[_0x4f38(0x24)]:String(_0x21adec)}};else{var _0x1e3ac3,_0xbdf071;const _0x1910b7=_0x39795a[_0x4f38(0x4b)](_0x39795a[_0x4f38(0x4b)](_0x1e3ac3=_0x4deb63[_0x4f38(0x1d)],null)||_0x1e3ac3===void 0x0?void 0x0:_0x1e3ac3[_0x4f38(0x1f)],!![])||_0x39795a[_0x4f38(0x4b)](_0x39795a[_0x4f38(0x61)](_0xbdf071=_0x4b561f[_0x4f38(0x21)],null)||_0x39795a['uKshy'](_0xbdf071,void 0x0)?void 0x0:_0xbdf071['enabled'],!![])||_0x125053[_0x4f38(0x1f)]===!![],_0x29fded=_0x39795a[_0x4f38(0x4b)](_0x1f1f9e['validation'][_0x4f38(0x62)],!![]),_0x4947ce=_0x39795a['uKshy'](_0x52492d['validation']['hasRefreshToken'],!![]),_0x4c9c5d=_0x39795a[_0x4f38(0x63)](_0x52562e[_0x4f38(0x1d)]['needsReconnection'],!![]);_0x370f8a[_0x4f38(0x2b)]('📊\x20[MIGRATION\x20WARNING]\x20Status\x20check:',{'username':_0x3b33ae,'hasAccessToken':_0x29fded,'hasRefreshToken':_0x4947ce,'needsReconnection':_0x4c9c5d,'isTemporaryMode':_0x1910b7,'connectedAt':_0x1ce4f7[_0x4f38(0x1d)]['connectedAt']});if(_0x1910b7)return _0x2ae4ce[_0x4f38(0x2b)](_0x39795a[_0x4f38(0x64)]),![];else return _0x39795a[_0x4f38(0x65)](_0x29fded,!_0x4947ce)&&_0x4c9c5d?(_0x4be1ad['log'](_0x39795a['ijpPi']),!![]):(_0x4788f5[_0x4f38(0x2b)](_0x4f38(0x66)),![]);}}};exports['getYouTubeConnectionStatus']=getYouTubeConnectionStatus;const showYouTubeMigrationPrompt=async()=>{const _0x15980a={'pTwRJ':function(_0x195fbe,_0x401081){return _0x195fbe!==_0x401081;},'lpXgs':_0x4f38(0x67),'AnYiS':_0x4f38(0x68),'qlzHz':_0x4f38(0x69),'PUkDM':_0x4f38(0x39),'QxIRK':_0x4f38(0x3a),'IHKud':_0x4f38(0xe)};return new Promise(_0x20383e=>{if(_0x15980a[_0x4f38(0x6a)]('StDwF',_0x15980a[_0x4f38(0x6b)]))_reactNative['Alert'][_0x4f38(0x35)](_0x15980a['AnYiS'],_0x15980a['qlzHz'],[{'text':_0x15980a['PUkDM'],'style':_0x15980a[_0x4f38(0x6c)],'onPress':()=>_0x20383e(![])},{'text':_0x4f38(0x3b),'style':_0x15980a[_0x4f38(0x6d)],'onPress':()=>_0x20383e(!![])}]);else return _0x3c2d4e[_0x4f38(0x2b)](_0x4f38(0x6e)),!![];});},forceYouTubeReconnection=async _0x3b6841=>{const _0x5d1cb3={'ltLWz':_0x4f38(0x6f),'LVivZ':_0x4f38(0x70),'jijcI':'❌\x20Error\x20checking\x20YouTube\x20migration\x20status:','zayXF':'🔄\x20User\x20using\x20temporary\x20mode\x20-\x20connection\x20working\x20correctly','wuQOW':'⚠️\x20No\x20refresh\x20capability\x20but\x20training\x20can\x20proceed','hWbjf':function(_0x4055ff){return _0x4055ff();},'ewlKL':_0x4f38(0x71),'PbQOI':_0x4f38(0x72),'haUIg':_0x4f38(0x73),'uUMMu':_0x4f38(0x74),'JRgiA':_0x4f38(0x75),'adexu':_0x4f38(0x76),'hbpmO':function(_0x5cd3c0,_0x3efd7d){return _0x5cd3c0!==_0x3efd7d;},'rkGYN':_0x4f38(0x77),'vvngF':function(_0x11d5b7,_0x373108){return _0x11d5b7===_0x373108;},'QSBos':function(_0x4a6c0f,_0x176d75){return _0x4a6c0f!==_0x176d75;},'gvyqU':_0x4f38(0x78),'iRuQl':_0x4f38(0x79),'rdzOK':_0x4f38(0x7a),'iaOFT':'\x20\x20\x202.\x20forceCodeForRefreshToken:\x20true\x20is\x20missing','Fyrpl':_0x4f38(0x7b),'ikHyz':function(_0x213e3b,_0x28ee68){return _0x213e3b+_0x28ee68;},'AJKwB':_0x4f38(0x7c),'bNrZn':'🔑\x20Refresh\x20token\x20source:','PoPkq':_0x4f38(0x7d),'IfEKl':'youtube','FJuRb':_0x4f38(0x7e),'SFhmC':function(_0x302077,_0x43f514){return _0x302077===_0x43f514;},'hskoW':function(_0x3ca2fc,_0x44adda){return _0x3ca2fc===_0x44adda;},'EKkml':function(_0x343eec,_0x8c9c50){return _0x343eec===_0x8c9c50;},'hLHfh':_0x4f38(0x7f),'fTlnI':function(_0xcb740a,_0x322862,_0x4c9981){return _0xcb740a(_0x322862,_0x4c9981);},'vBOyv':function(_0x1f7f15,_0x4a98c4){return _0x1f7f15!==_0x4a98c4;},'fFRpn':_0x4f38(0x80),'oLEIM':function(_0x39613a,_0x47d05e,_0x204b97){return _0x39613a(_0x47d05e,_0x204b97);},'pkjas':_0x4f38(0x81),'tgSPk':function(_0x201a09,_0x5d81f6,_0x434031,_0x4d641b){return _0x201a09(_0x5d81f6,_0x434031,_0x4d641b);},'nYThr':function(_0x281fce,_0x28e3e7){return _0x281fce===_0x28e3e7;},'hbTzC':_0x4f38(0x82),'GEcYE':'❌\x20YouTube\x20migration\x20failed:','SLEEf':function(_0x327511,_0x2b6352,_0x7966e,_0x188cee){return _0x327511(_0x2b6352,_0x7966e,_0x188cee);},'euxAH':function(_0x2d757a,_0x5c3063){return _0x2d757a instanceof _0x5c3063;}};try{var _0x2f95fd,_0x4816e4,_0x3fde5a,_0x26f4a9;console[_0x4f38(0x2b)](_0x4f38(0x83),_0x3b6841),_0x5d1cb3[_0x4f38(0x84)](configureGoogleSignInForRefreshTokens),await _googleSignin[_0x4f38(0x7)][_0x4f38(0x85)](),console[_0x4f38(0x2b)](_0x5d1cb3[_0x4f38(0x86)]);try{if(_0x5d1cb3['PbQOI']===_0x5d1cb3['PbQOI']){const _0x1258f=await _googleSignin[_0x4f38(0x7)][_0x4f38(0x87)]();_0x1258f[_0x4f38(0x88)]&&(await _googleSignin[_0x4f38(0x7)][_0x4f38(0x89)](_0x1258f[_0x4f38(0x88)]),console[_0x4f38(0x2b)](_0x4f38(0x8a)));}else _0x52abc5[_0x4f38(0x8b)](_0x5d1cb3[_0x4f38(0x8c)]),_0x595a4f=_0x5d1cb3[_0x4f38(0x8d)];}catch(_0x43ebf3){console[_0x4f38(0x2b)](_0x5d1cb3[_0x4f38(0x8e)]);}await _googleSignin[_0x4f38(0x7)][_0x4f38(0x8f)](),console[_0x4f38(0x2b)](_0x5d1cb3['uUMMu']);const _0x3e72e7=await _googleSignin[_0x4f38(0x7)][_0x4f38(0x90)](),_0x50beb8=await _googleSignin['GoogleSignin'][_0x4f38(0x87)](),_0x24c200=await _googleSignin[_0x4f38(0x7)][_0x4f38(0x91)]();let _0x58d38d=null,_0x364859=_0x5d1cb3['JRgiA'];if(_0x3e72e7[_0x4f38(0x92)])_0x58d38d=_0x3e72e7['serverAuthCode'],_0x364859=_0x5d1cb3[_0x4f38(0x93)];else _0x5d1cb3[_0x4f38(0x94)](_0x24c200,null)&&_0x24c200!==void 0x0&&_0x24c200[_0x4f38(0x92)]&&(_0x58d38d=_0x24c200[_0x4f38(0x92)],_0x364859=_0x4f38(0x95));console['log']('🔍\x20Token\x20Analysis:',{'hasAccessToken':!!_0x50beb8[_0x4f38(0x88)],'hasIdToken':!!_0x50beb8[_0x4f38(0x96)],'hasServerAuthCode':!!_0x3e72e7['serverAuthCode'],'hasCurrentUserAuthCode':!!(_0x5d1cb3[_0x4f38(0x94)](_0x24c200,null)&&_0x5d1cb3[_0x4f38(0x94)](_0x24c200,void 0x0)&&_0x24c200[_0x4f38(0x92)]),'refreshTokenSource':_0x364859,'finalRefreshToken':_0x58d38d?_0x5d1cb3[_0x4f38(0x97)]:_0x4f38(0x98),'userEmail':_0x5d1cb3['vvngF'](_0x2f95fd=_0x3e72e7['user'],null)||_0x5d1cb3[_0x4f38(0x99)](_0x2f95fd,void 0x0)?void 0x0:_0x2f95fd[_0x4f38(0x6)]});if(!_0x58d38d){if(_0x5d1cb3[_0x4f38(0x9a)](_0x4f38(0x78),_0x5d1cb3[_0x4f38(0x9b)]))return _0x21e0d1[_0x4f38(0x2f)](_0x5d1cb3[_0x4f38(0x9c)],_0x403c5d),![];else{const _0xd886a9=_0x4f38(0x9d)[_0x4f38(0x9e)]('|');let _0x2d97bb=0x0;while(!![]){switch(_0xd886a9[_0x2d97bb++]){case'0':console['error'](_0x4f38(0x9f));continue;case'1':console[_0x4f38(0x2f)](_0x5d1cb3[_0x4f38(0xa0)]);continue;case'2':console['error'](_0x4f38(0xa1));continue;case'3':console['error'](_0x5d1cb3['rdzOK']);continue;case'4':return![];case'5':console[_0x4f38(0x2f)](_0x5d1cb3[_0x4f38(0xa2)]);continue;}break;}}}console[_0x4f38(0x2b)](_0x5d1cb3[_0x4f38(0xa3)],_0x5d1cb3['ikHyz'](_0x58d38d[_0x4f38(0xa4)](0x0,0x14),_0x5d1cb3[_0x4f38(0xa5)])),console['log'](_0x5d1cb3['bNrZn'],_0x364859);let _0x512520=await _asyncStorage['default'][_0x4f38(0xa6)](_0x4f38(0xa7))||await _asyncStorage[_0x4f38(0xe)][_0x4f38(0xa6)]('enoch_token')||await _asyncStorage['default']['getItem'](_0x5d1cb3[_0x4f38(0xa8)]);!_0x512520&&(console['warn'](_0x5d1cb3[_0x4f38(0x8c)]),_0x512520=_0x4f38(0x70));const _0x3a0674={'session':{'username':_0x3b6841,'platform':_0x5d1cb3['IfEKl'],'channelName':(_0x5d1cb3[_0x4f38(0x99)](_0x4816e4=_0x3e72e7[_0x4f38(0xa9)],null)||_0x5d1cb3['vvngF'](_0x4816e4,void 0x0)?void 0x0:_0x4816e4[_0x4f38(0xaa)])||_0x5d1cb3[_0x4f38(0xab)],'channelId':null},'googleUser':_0x3e72e7['user'],'accessToken':_0x50beb8[_0x4f38(0x88)],'idToken':_0x50beb8['idToken'],'refreshToken':_0x58d38d,'serverAuthCode':_0x3e72e7['serverAuthCode'],'userAccountInfo':{'username':_0x3b6841,'email':_0x5d1cb3[_0x4f38(0xac)](_0x3fde5a=_0x3e72e7['user'],null)||_0x5d1cb3[_0x4f38(0xad)](_0x3fde5a,void 0x0)?void 0x0:_0x3fde5a[_0x4f38(0x6)],'authToken':_0x512520,'channelName':((_0x26f4a9=_0x3e72e7['user'])===null||_0x5d1cb3[_0x4f38(0xae)](_0x26f4a9,void 0x0)?void 0x0:_0x26f4a9[_0x4f38(0xaa)])||'YouTube\x20Channel','channelId':null}};console[_0x4f38(0x2b)](_0x5d1cb3[_0x4f38(0xaf)]);const _0x29ab34=await _0x5d1cb3[_0x4f38(0xb0)](fetch,_api[_0x4f38(0x18)][_0x4f38(0x19)]+_0x4f38(0xb1),{'method':'POST','headers':{'Content-Type':'application/json','x-api-key':'your-api-key',..._0x5d1cb3[_0x4f38(0xb2)](_0x512520,_0x5d1cb3[_0x4f38(0x8d)])&&{'Authorization':'Bearer\x20'+_0x512520}},'body':JSON[_0x4f38(0xb3)](_0x3a0674)}),_0x5a7316=await _0x29ab34[_0x4f38(0x1b)]();return _0x5a7316[_0x4f38(0x1c)]?(console[_0x4f38(0x2b)](_0x5d1cb3['fFRpn']),await _0x5d1cb3[_0x4f38(0xb4)](trackMigrationAttempt,_0x3b6841,!![]),!![]):(console[_0x4f38(0x2f)](_0x5d1cb3['pkjas'],_0x5a7316['error']),await _0x5d1cb3['tgSPk'](trackMigrationAttempt,_0x3b6841,![],_0x5a7316[_0x4f38(0x2f)]),![]);}catch(_0x33d6da){return _0x5d1cb3[_0x4f38(0xb5)](_0x5d1cb3[_0x4f38(0xb6)],_0x5d1cb3['hbTzC'])?(console[_0x4f38(0x2f)](_0x5d1cb3['GEcYE'],_0x33d6da),await _0x5d1cb3['SLEEf'](trackMigrationAttempt,_0x3b6841,![],_0x5d1cb3['euxAH'](_0x33d6da,Error)?_0x33d6da[_0x4f38(0x24)]:_0x4f38(0xb7)),![]):(_0x34591e[_0x4f38(0x2b)](_0x5d1cb3[_0x4f38(0xb8)]),_0x5356f4[_0x4f38(0x2b)](_0x5d1cb3['wuQOW']),![]);}},trackMigrationAttempt=async(_0x5706f5,_0xfd9805,_0x24f3ad)=>{const _0x278bcd={'dPeCz':_0x4f38(0x73),'VdkLO':_0x4f38(0x9f),'ChVme':_0x4f38(0xa1),'tPACL':_0x4f38(0xb9),'NKPru':_0x4f38(0x79),'UQICq':function(_0x303b7d,_0x42c59f){return _0x303b7d===_0x42c59f;},'PeZHG':_0x4f38(0xba),'kCSMY':_0x4f38(0xbb),'dSSBQ':function(_0x406f7e,_0x2c60b3,_0x4977f6){return _0x406f7e(_0x2c60b3,_0x4977f6);},'cVtQX':function(_0x434225,_0x31b7a4){return _0x434225||_0x31b7a4;},'yikZl':function(_0x31395f,_0x4f9804){return _0x31395f===_0x4f9804;},'fINru':_0x4f38(0xbc),'Ebwyk':_0x4f38(0x3c)};try{_0x278bcd[_0x4f38(0xbd)](_0x278bcd[_0x4f38(0xbe)],_0x278bcd[_0x4f38(0xbf)])?_0x4eca4e['log'](_0x278bcd[_0x4f38(0xc0)]):await _0x278bcd[_0x4f38(0xc1)](fetch,_api[_0x4f38(0x18)]['BASE_URL']+_0x4f38(0xc2),{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON[_0x4f38(0xb3)]({'username':_0x5706f5,'success':_0xfd9805,'error':_0x278bcd['cVtQX'](_0x24f3ad,null),'timestamp':new Date()[_0x4f38(0xc3)]()})});}catch(_0x3d9bf3){if(_0x278bcd[_0x4f38(0xc4)](_0x278bcd['fINru'],_0x278bcd[_0x4f38(0xc5)]))console[_0x4f38(0x2f)](_0x278bcd[_0x4f38(0xc6)],_0x3d9bf3);else return _0x39bcfd[_0x4f38(0x2f)](_0x278bcd[_0x4f38(0xc7)]),_0x35e546[_0x4f38(0x2f)](_0x278bcd[_0x4f38(0xc8)]),_0x352f62[_0x4f38(0x2f)](_0x4f38(0x7a)),_0x2f46e1['error'](_0x278bcd[_0x4f38(0xc9)]),_0x5ee389[_0x4f38(0x2f)](_0x278bcd[_0x4f38(0xca)]),![];}},shouldShowYouTubeMigrationWarning=async _0x2a7e0d=>{const _0x35b66c={'ubTrh':_0x4f38(0xcb),'cAErW':_0x4f38(0x44),'AFcAJ':_0x4f38(0x3e),'NQyjo':_0x4f38(0x3f),'qHmMC':_0x4f38(0xcc),'OhLwC':_0x4f38(0xcd),'AXpWt':function(_0x44dc11,_0x5c4c52){return _0x44dc11===_0x5c4c52;},'IrUWd':function(_0x3f5098,_0x22af89){return _0x3f5098===_0x22af89;},'WjMri':function(_0x3047a7,_0x5eb3de){return _0x3047a7===_0x5eb3de;},'OoEmv':_0x4f38(0xce),'grLnV':_0x4f38(0xcf),'nylOh':_0x4f38(0xd0),'MRndb':_0x4f38(0x6e),'EwOUc':function(_0x57c4e1,_0x936390){return _0x57c4e1===_0x936390;},'euZXK':'Kepdj','YSjTh':_0x4f38(0xd1),'cpXWC':_0x4f38(0x66),'Czkcy':_0x4f38(0xd2),'twZJf':_0x4f38(0xd3),'Vunwl':_0x4f38(0xd4)};try{console[_0x4f38(0x2b)](_0x4f38(0xd5),_0x2a7e0d);const _0x291fe8=await fetch(_api['API_CONFIG'][_0x4f38(0x19)]+_0x4f38(0x1a)+_0x2a7e0d),_0x47f386=await _0x291fe8['json']();if(_0x47f386['success']&&_0x47f386[_0x4f38(0x1d)]){var _0x33cf24,_0x108244;const _0x134023=_0x35b66c[_0x4f38(0xd6)](_0x35b66c[_0x4f38(0xd6)](_0x33cf24=_0x47f386[_0x4f38(0x1d)],null)||_0x35b66c[_0x4f38(0xd7)](_0x33cf24,void 0x0)?void 0x0:_0x33cf24[_0x4f38(0x1f)],!![])||_0x35b66c['AXpWt']((_0x108244=_0x47f386[_0x4f38(0x21)])===null||_0x35b66c['IrUWd'](_0x108244,void 0x0)?void 0x0:_0x108244['enabled'],!![])||_0x35b66c['WjMri'](_0x47f386[_0x4f38(0x1f)],!![]),_0xeebe19=_0x47f386[_0x4f38(0x1d)][_0x4f38(0x62)]===!![],_0x39c491=_0x47f386['validation'][_0x4f38(0x28)]===!![],_0x1964a4=_0x35b66c[_0x4f38(0xd6)](_0x47f386[_0x4f38(0x1d)][_0x4f38(0x27)],!![]);console[_0x4f38(0x2b)](_0x35b66c[_0x4f38(0xd8)],{'username':_0x2a7e0d,'hasAccessToken':_0xeebe19,'hasRefreshToken':_0x39c491,'needsReconnection':_0x1964a4,'isTemporaryMode':_0x134023,'connectedAt':_0x47f386['validation'][_0x4f38(0xd9)]});if(_0x134023)return _0x35b66c[_0x4f38(0xd6)](_0x35b66c[_0x4f38(0xda)],_0x35b66c[_0x4f38(0xda)])?(console[_0x4f38(0x2b)](_0x35b66c[_0x4f38(0xdb)]),![]):(_0x5bd988['log'](_0x35b66c['ubTrh']),{'isReady':![],'mode':_0x35b66c[_0x4f38(0xdc)],'needsMigration':!![],'trainingReady':![],'details':_0x5925d2});else return _0xeebe19&&!_0x39c491&&_0x1964a4?(console[_0x4f38(0x2b)](_0x35b66c[_0x4f38(0xdd)]),!![]):_0x35b66c[_0x4f38(0xde)](_0x35b66c['euZXK'],_0x35b66c[_0x4f38(0xdf)])?(_0x4170a8[_0x4f38(0x2b)](_0x35b66c[_0x4f38(0xe0)]),_0x1ea8af[_0x4f38(0x2b)](_0x35b66c[_0x4f38(0xe1)]),{'isReady':!![],'mode':_0x35b66c[_0x4f38(0xe2)],'needsMigration':![],'trainingReady':!![],'details':_0x404347}):(console[_0x4f38(0x2b)](_0x35b66c[_0x4f38(0xe3)]),![]);}return console[_0x4f38(0x2b)](_0x35b66c[_0x4f38(0xe4)]),![];}catch(_0x550760){return _0x35b66c[_0x4f38(0xe5)]!==_0x35b66c[_0x4f38(0xe6)]?(console[_0x4f38(0x2f)]('❌\x20[MIGRATION\x20WARNING]\x20Error\x20checking\x20migration\x20warning\x20status:',_0x550760),![]):(_0x4d496e[_0x4f38(0x2f)](_0x35b66c['OhLwC'],_0x4b27d6),![]);}};exports[_0x4f38(0xe7)]=shouldShowYouTubeMigrationWarning;const checkAndFixYouTubeConnection=async _0x321a45=>{const _0x498ecd={'SvtpI':_0x4f38(0xe8),'vJgKe':_0x4f38(0xe9),'Mgqjs':function(_0x152a70,_0x442859){return _0x152a70(_0x442859);},'NImfT':_0x4f38(0xea),'mXpjZ':_0x4f38(0xeb),'RmDcT':'sRwxR','AeaBd':_0x4f38(0xec),'DXSeN':_0x4f38(0xed),'ezMSb':function(_0x4cf68c){return _0x4cf68c();},'zTDQg':_0x4f38(0xee),'lpNsu':function(_0x247514,_0x525de8){return _0x247514(_0x525de8);},'zUSmt':_0x4f38(0xef),'jiejB':_0x4f38(0xf0),'BfPhO':_0x4f38(0xf1),'eundj':_0x4f38(0xe),'Rrtzu':_0x4f38(0xd),'PifVe':_0x4f38(0xcd)};try{console[_0x4f38(0x2b)](_0x498ecd[_0x4f38(0xf2)],_0x321a45);const _0x1bcdaa=await _0x498ecd[_0x4f38(0xf3)](shouldShowYouTubeMigrationWarning,_0x321a45);if(!_0x1bcdaa)return console['log'](_0x498ecd['SvtpI']),console[_0x4f38(0x2b)](_0x498ecd['NImfT']),!![];const _0x2a673a=await _0x498ecd[_0x4f38(0xf3)](checkYouTubeMigrationNeeded,_0x321a45);if(!_0x2a673a)return _0x498ecd[_0x4f38(0xf4)]!==_0x498ecd[_0x4f38(0xf5)]?(console[_0x4f38(0x2b)](_0x498ecd[_0x4f38(0xf6)]),!![]):(_0x437a45['log'](_0x498ecd['SvtpI']),_0x5b0a06[_0x4f38(0x2b)]('✅\x20[MIGRATION]\x20User\x20can\x20proceed\x20with\x20training\x20normally'),!![]);console[_0x4f38(0x2b)](_0x498ecd[_0x4f38(0xf7)]);const _0x3c0c14=await _0x498ecd[_0x4f38(0xf8)](showYouTubeMigrationPrompt);if(!_0x3c0c14)return console[_0x4f38(0x2b)](_0x498ecd[_0x4f38(0xf9)]),![];const _0x3f460d=await _0x498ecd[_0x4f38(0xfa)](forceYouTubeReconnection,_0x321a45);return _0x3f460d?(_reactNative[_0x4f38(0x34)][_0x4f38(0x35)](_0x498ecd[_0x4f38(0xfb)],_0x498ecd['jiejB'],[{'text':_0x498ecd[_0x4f38(0xfc)],'style':_0x498ecd[_0x4f38(0xfd)]}]),!![]):(_reactNative['Alert'][_0x4f38(0x35)](_0x4f38(0x36),_0x498ecd[_0x4f38(0xfe)],[{'text':'OK','style':_0x498ecd['eundj']}]),![]);}catch(_0x2f835f){return console['error'](_0x498ecd['PifVe'],_0x2f835f),![];}};exports['checkAndFixYouTubeConnection']=checkAndFixYouTubeConnection;const reconnectYouTube=async _0x2503c4=>{return console[_0x4f38(0x2b)](_0x4f38(0xff),_0x2503c4),await forceYouTubeReconnection(_0x2503c4);};exports[_0x4f38(0x100)]=reconnectYouTube;
@@ -4,4 +4,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
4
4
  require("react-native")
5
5
  ];
6
6
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
7
- function _0xa3a7(){const _0x257d14=['defineProperty','default','TEXT_STYLES','FONTS','BORDER_RADIUS','COLORS','#D1D5DB','#9CA3AF','#86888E','#62646C','#374151','#1F242F','#29292B','#17181C','rgba(0,0,0,0.20)','rgba(0,0,0,0.06)','#FFFFFF','#0A090E','#17171B','#FFDF33','#121212','#B0B0B0','#808080','#FFD700','rgba(255,\x20255,\x20255,\x200.1)','#4BB543','#FF9500','#5AC8FA','ios','Platform','IBM\x20Plex\x20Sans','Inter-Regular','System','Roboto','Georgia','serif','400','600','SPACING','SHADOWS','primary','btnInnerShadow','#000000','families','ibmPlexSansBold','weights','bold','sizes','kicker','letterSpacing','welcomeTitle','grey800','inter','regular','body','lineHeights','center','semibold','buttonLabel','btnLabel'];_0xa3a7=function(){return _0x257d14;};return _0xa3a7();}Object[_0x536f(0x0)](exports,'__esModule',{'value':!![]}),exports[_0x536f(0x1)]=exports[_0x536f(0x2)]=exports['SPACING']=exports['SHADOWS']=exports[_0x536f(0x3)]=exports['COLORS']=exports[_0x536f(0x4)]=void 0x0;function _0x536f(_0xa3a7f,_0x536fa9){_0xa3a7f=_0xa3a7f-0x0;const _0x181d87=_0xa3a7();let _0x254cba=_0x181d87[_0xa3a7f];return _0x254cba;}var _reactNative=__ONAIROS_REQ_FUNC__(0x0);const COLORS=exports[_0x536f(0x5)]={'surface':'#FAFAFA','grey300':_0x536f(0x6),'grey400':_0x536f(0x7),'grey500':_0x536f(0x8),'grey600':_0x536f(0x9),'grey700':_0x536f(0xa),'grey800':_0x536f(0xb),'btnGradStart':_0x536f(0xc),'btnGradEnd':_0x536f(0xd),'btnBorder':_0x536f(0xe),'btnShadowOuter':'rgba(0,0,0,0.10)','btnInnerShadow':_0x536f(0xf),'btnLabel':_0x536f(0x10),'iconCircleGradientStart':_0x536f(0x11),'iconCircleGradientEnd':_0x536f(0x12),'primary':'#FFD700','primaryDark':'#E9B104','primaryLight':_0x536f(0x13),'background':{'dark':'#000000','medium':_0x536f(0x14),'light':'#1C2526'},'text':{'primary':_0x536f(0x10),'secondary':_0x536f(0x15),'tertiary':_0x536f(0x16),'gold':_0x536f(0x17)},'ui':{'cardBackground':_0x536f(0x18),'divider':_0x536f(0x18),'inputBackground':_0x536f(0x18),'buttonBackground':'rgba(255,\x20255,\x20255,\x200.1)'},'status':{'success':_0x536f(0x19),'error':'#FF3B30','warning':_0x536f(0x1a),'info':_0x536f(0x1b)},'transparent':'transparent','overlay':'rgba(0,\x200,\x200,\x200.7)'},FONTS=exports[_0x536f(0x3)]={'families':{'ibmPlexSans':_reactNative['Platform']['OS']===_0x536f(0x1c)?'IBM\x20Plex\x20Sans':'IBM\x20Plex\x20Sans','ibmPlexSansBold':_reactNative[_0x536f(0x1d)]['OS']===_0x536f(0x1c)?_0x536f(0x1e):_0x536f(0x1e),'inter':_reactNative[_0x536f(0x1d)]['OS']===_0x536f(0x1c)?'Inter':_0x536f(0x1f),'base':_reactNative[_0x536f(0x1d)]['OS']==='ios'?_0x536f(0x20):_0x536f(0x21),'serif':_reactNative[_0x536f(0x1d)]['OS']===_0x536f(0x1c)?_0x536f(0x22):_0x536f(0x23)},'weights':{'light':'300','regular':_0x536f(0x24),'medium':'500','semibold':_0x536f(0x25),'bold':'700'},'sizes':{'xs':0xc,'sm':0xe,'md':0x10,'lg':0x12,'xl':0x14,'xxl':0x18,'xxxl':0x1c,'title':0x20,'large':0x2a,'kicker':0x12,'welcomeTitle':0x30,'body':0x10,'buttonLabel':0x10},'lineHeights':{'kicker':0x14,'welcomeTitle':0x36,'body':0x18,'sm':0x10,'md':0x14,'lg':0x18,'xl':0x1c},'letterSpacing':{'kicker':-0.24,'tight':-0.5,'normal':0x0,'wide':0.5}},SPACING=exports[_0x536f(0x26)]={'xs':0x4,'sm':0x8,'md':0x10,'lg':0x18,'xl':0x20,'xxl':0x30,'xxxl':0x40,'modalTopPadding':0x76,'modalHorizontal':0x18},BORDER_RADIUS=exports['BORDER_RADIUS']={'xs':0x4,'sm':0x8,'md':0x10,'lg':0x18,'xl':0x20,'pill':0x64,'circle':0x3e7,'modalTop':0x18,'buttonPill':0x64},SHADOWS=exports[_0x536f(0x27)]={'small':{'shadowColor':COLORS[_0x536f(0x28)],'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.3,'shadowRadius':0x4,'elevation':0x3},'medium':{'shadowColor':COLORS[_0x536f(0x28)],'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.5,'shadowRadius':0x8,'elevation':0x5},'large':{'shadowColor':COLORS[_0x536f(0x28)],'shadowOffset':{'width':0x0,'height':0x6},'shadowOpacity':0.8,'shadowRadius':0x10,'elevation':0x8},'button':{'inner':{'shadowColor':COLORS[_0x536f(0x29)],'shadowOffset':{'width':0x0,'height':-0x24},'shadowOpacity':0x1,'shadowRadius':21.1},'outer':{'shadowColor':COLORS['btnShadowOuter'],'shadowOffset':{'width':0x14,'height':0x1e},'shadowOpacity':0x1,'shadowRadius':0x28,'elevation':0x8}},'brandMark':{'shadowColor':_0x536f(0x2a),'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x4}},TEXT_STYLES=exports[_0x536f(0x2)]={'kicker':{'fontFamily':FONTS[_0x536f(0x2b)][_0x536f(0x2c)],'fontWeight':FONTS[_0x536f(0x2d)][_0x536f(0x2e)],'fontSize':FONTS[_0x536f(0x2f)][_0x536f(0x30)],'lineHeight':FONTS['lineHeights']['kicker'],'letterSpacing':FONTS[_0x536f(0x31)][_0x536f(0x30)],'color':COLORS['grey500']},'welcomeTitle':{'fontFamily':FONTS[_0x536f(0x2b)][_0x536f(0x2c)],'fontWeight':FONTS[_0x536f(0x2d)][_0x536f(0x2e)],'fontSize':FONTS[_0x536f(0x2f)][_0x536f(0x32)],'lineHeight':FONTS['lineHeights'][_0x536f(0x32)],'color':COLORS[_0x536f(0x33)]},'body':{'fontFamily':FONTS[_0x536f(0x2b)][_0x536f(0x34)],'fontWeight':FONTS[_0x536f(0x2d)][_0x536f(0x35)],'fontSize':FONTS[_0x536f(0x2f)][_0x536f(0x36)],'lineHeight':FONTS[_0x536f(0x37)]['body'],'textAlign':_0x536f(0x38),'color':COLORS['grey600']},'buttonLabel':{'fontFamily':FONTS[_0x536f(0x2b)][_0x536f(0x34)],'fontWeight':FONTS[_0x536f(0x2d)][_0x536f(0x39)],'fontSize':FONTS[_0x536f(0x2f)][_0x536f(0x3a)],'color':COLORS[_0x536f(0x3b)]}};var _default=exports[_0x536f(0x1)]={'COLORS':COLORS,'FONTS':FONTS,'SPACING':SPACING,'BORDER_RADIUS':BORDER_RADIUS,'SHADOWS':SHADOWS,'TEXT_STYLES':TEXT_STYLES};
7
+ Object['defineProperty'](exports,'__esModule',{'value':!![]}),exports[_0x509f(0x0)]=exports[_0x509f(0x1)]=exports[_0x509f(0x2)]=exports[_0x509f(0x3)]=exports['FONTS']=exports[_0x509f(0x4)]=exports[_0x509f(0x5)]=void 0x0;var _reactNative=__ONAIROS_REQ_FUNC__(0x0);function _0x509f(_0x5d6be3,_0x509fbf){_0x5d6be3=_0x5d6be3-0x0;const _0x148a22=_0x5d6b();let _0x5d133d=_0x148a22[_0x5d6be3];return _0x5d133d;}const COLORS=exports[_0x509f(0x4)]={'surface':_0x509f(0x6),'grey300':_0x509f(0x7),'grey400':'#9CA3AF','grey500':'#86888E','grey600':'#62646C','grey700':_0x509f(0x8),'grey800':_0x509f(0x9),'btnGradStart':_0x509f(0xa),'btnGradEnd':_0x509f(0xb),'btnBorder':_0x509f(0xc),'btnShadowOuter':_0x509f(0xd),'btnInnerShadow':_0x509f(0xe),'btnLabel':'#FFFFFF','iconCircleGradientStart':_0x509f(0xf),'iconCircleGradientEnd':'#17171B','primary':_0x509f(0x10),'primaryDark':_0x509f(0x11),'primaryLight':_0x509f(0x12),'background':{'dark':_0x509f(0x13),'medium':_0x509f(0x14),'light':'#1C2526'},'text':{'primary':_0x509f(0x15),'secondary':_0x509f(0x16),'tertiary':_0x509f(0x17),'gold':_0x509f(0x10)},'ui':{'cardBackground':_0x509f(0x18),'divider':_0x509f(0x18),'inputBackground':_0x509f(0x18),'buttonBackground':_0x509f(0x18)},'status':{'success':_0x509f(0x19),'error':'#FF3B30','warning':'#FF9500','info':'#5AC8FA'},'transparent':_0x509f(0x1a),'overlay':_0x509f(0x1b)},FONTS=exports[_0x509f(0x1c)]={'families':{'ibmPlexSans':_reactNative[_0x509f(0x1d)]['OS']===_0x509f(0x1e)?_0x509f(0x1f):_0x509f(0x1f),'ibmPlexSansBold':_reactNative[_0x509f(0x1d)]['OS']==='ios'?'IBM\x20Plex\x20Sans':_0x509f(0x1f),'inter':_reactNative[_0x509f(0x1d)]['OS']===_0x509f(0x1e)?_0x509f(0x20):_0x509f(0x21),'base':_reactNative[_0x509f(0x1d)]['OS']===_0x509f(0x1e)?_0x509f(0x22):_0x509f(0x23),'serif':_reactNative[_0x509f(0x1d)]['OS']===_0x509f(0x1e)?_0x509f(0x24):_0x509f(0x25)},'weights':{'light':_0x509f(0x26),'regular':'400','medium':'500','semibold':_0x509f(0x27),'bold':_0x509f(0x28)},'sizes':{'xs':0xc,'sm':0xe,'md':0x10,'lg':0x12,'xl':0x14,'xxl':0x18,'xxxl':0x1c,'title':0x20,'large':0x2a,'kicker':0x12,'welcomeTitle':0x30,'body':0x10,'buttonLabel':0x10},'lineHeights':{'kicker':0x14,'welcomeTitle':0x36,'body':0x18,'sm':0x10,'md':0x14,'lg':0x18,'xl':0x1c},'letterSpacing':{'kicker':-0.24,'tight':-0.5,'normal':0x0,'wide':0.5}},SPACING=exports[_0x509f(0x2)]={'xs':0x4,'sm':0x8,'md':0x10,'lg':0x18,'xl':0x20,'xxl':0x30,'xxxl':0x40,'modalTopPadding':0x76,'modalHorizontal':0x18},BORDER_RADIUS=exports['BORDER_RADIUS']={'xs':0x4,'sm':0x8,'md':0x10,'lg':0x18,'xl':0x20,'pill':0x64,'circle':0x3e7,'modalTop':0x18,'buttonPill':0x64},SHADOWS=exports[_0x509f(0x3)]={'small':{'shadowColor':COLORS[_0x509f(0x29)],'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.3,'shadowRadius':0x4,'elevation':0x3},'medium':{'shadowColor':COLORS['primary'],'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.5,'shadowRadius':0x8,'elevation':0x5},'large':{'shadowColor':COLORS[_0x509f(0x29)],'shadowOffset':{'width':0x0,'height':0x6},'shadowOpacity':0.8,'shadowRadius':0x10,'elevation':0x8},'button':{'inner':{'shadowColor':COLORS[_0x509f(0x2a)],'shadowOffset':{'width':0x0,'height':-0x24},'shadowOpacity':0x1,'shadowRadius':21.1},'outer':{'shadowColor':COLORS[_0x509f(0x2b)],'shadowOffset':{'width':0x14,'height':0x1e},'shadowOpacity':0x1,'shadowRadius':0x28,'elevation':0x8}},'brandMark':{'shadowColor':_0x509f(0x13),'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x4}},TEXT_STYLES=exports[_0x509f(0x1)]={'kicker':{'fontFamily':FONTS['families']['ibmPlexSansBold'],'fontWeight':FONTS[_0x509f(0x2c)]['bold'],'fontSize':FONTS[_0x509f(0x2d)][_0x509f(0x2e)],'lineHeight':FONTS[_0x509f(0x2f)][_0x509f(0x2e)],'letterSpacing':FONTS[_0x509f(0x30)][_0x509f(0x2e)],'color':COLORS[_0x509f(0x31)]},'welcomeTitle':{'fontFamily':FONTS[_0x509f(0x32)]['ibmPlexSansBold'],'fontWeight':FONTS[_0x509f(0x2c)][_0x509f(0x33)],'fontSize':FONTS['sizes'][_0x509f(0x34)],'lineHeight':FONTS['lineHeights']['welcomeTitle'],'color':COLORS[_0x509f(0x35)]},'body':{'fontFamily':FONTS[_0x509f(0x32)][_0x509f(0x36)],'fontWeight':FONTS[_0x509f(0x2c)][_0x509f(0x37)],'fontSize':FONTS[_0x509f(0x2d)][_0x509f(0x38)],'lineHeight':FONTS['lineHeights'][_0x509f(0x38)],'textAlign':_0x509f(0x39),'color':COLORS[_0x509f(0x3a)]},'buttonLabel':{'fontFamily':FONTS[_0x509f(0x32)][_0x509f(0x36)],'fontWeight':FONTS[_0x509f(0x2c)]['semibold'],'fontSize':FONTS[_0x509f(0x2d)][_0x509f(0x3b)],'color':COLORS[_0x509f(0x3c)]}};function _0x5d6b(){const _0x2dc728=['default','TEXT_STYLES','SPACING','SHADOWS','COLORS','BORDER_RADIUS','#FAFAFA','#D1D5DB','#374151','#1F242F','#29292B','#17181C','rgba(0,0,0,0.20)','rgba(0,0,0,0.10)','rgba(0,0,0,0.06)','#0A090E','#FFD700','#E9B104','#FFDF33','#000000','#121212','#FFFFFF','#B0B0B0','#808080','rgba(255,\x20255,\x20255,\x200.1)','#4BB543','transparent','rgba(0,\x200,\x200,\x200.7)','FONTS','Platform','ios','IBM\x20Plex\x20Sans','Inter','Inter-Regular','System','Roboto','Georgia','serif','300','600','700','primary','btnInnerShadow','btnShadowOuter','weights','sizes','kicker','lineHeights','letterSpacing','grey500','families','bold','welcomeTitle','grey800','inter','regular','body','center','grey600','buttonLabel','btnLabel'];_0x5d6b=function(){return _0x2dc728;};return _0x5d6b();}var _default=exports[_0x509f(0x0)]={'COLORS':COLORS,'FONTS':FONTS,'SPACING':SPACING,'BORDER_RADIUS':BORDER_RADIUS,'SHADOWS':SHADOWS,'TEXT_STYLES':TEXT_STYLES};
@@ -1 +1 @@
1
- 'use strict';Object['defineProperty'](exports,_0x9fdb(0x0),{'value':!![]});function _0x9fdb(_0x38007b,_0x9fdb29){_0x38007b=_0x38007b-0x0;var _0x3d0315=_0x3800();var _0x220a7a=_0x3d0315[_0x38007b];return _0x220a7a;}function _0x3800(){var _0x26c7a3=['__esModule'];_0x3800=function(){return _0x26c7a3;};return _0x3800();}
1
+ 'use strict';function _0x54a8(_0x177c53,_0x54a82a){_0x177c53=_0x177c53-0x0;var _0x1a640f=_0x177c();var _0x14f4e9=_0x1a640f[_0x177c53];return _0x14f4e9;}function _0x177c(){var _0x89a2d7=['defineProperty','__esModule'];_0x177c=function(){return _0x89a2d7;};return _0x177c();}Object[_0x54a8(0x0)](exports,_0x54a8(0x1),{'value':!![]});
@@ -1 +1 @@
1
- 'use strict';function _0x6f32(){const _0xa8bac7=['defineProperty','ApiKeyType','ADMIN','INVALID','invalid','developer','cKQMr','wVrIV','NTZci'];_0x6f32=function(){return _0xa8bac7;};return _0x6f32();}function _0xab1b(_0x6f326c,_0xab1ba1){_0x6f326c=_0x6f326c-0x0;const _0x48d221=_0x6f32();let _0x432aea=_0x48d221[_0x6f326c];return _0x432aea;}Object[_0xab1b(0x0)](exports,'__esModule',{'value':!![]}),exports[_0xab1b(0x1)]=void 0x0;let ApiKeyType=exports[_0xab1b(0x1)]=function(_0x45ab24){const _0x2ac7b6={'cKQMr':_0xab1b(0x2),'wVrIV':'admin','WzHLQ':_0xab1b(0x3),'NTZci':_0xab1b(0x4)};return _0x45ab24['DEVELOPER']=_0xab1b(0x5),_0x45ab24[_0x2ac7b6[_0xab1b(0x6)]]=_0x2ac7b6[_0xab1b(0x7)],_0x45ab24[_0x2ac7b6['WzHLQ']]=_0x2ac7b6[_0xab1b(0x8)],_0x45ab24;}({});
1
+ 'use strict';Object['defineProperty'](exports,_0x5c23(0x0),{'value':!![]}),exports[_0x5c23(0x1)]=void 0x0;function _0x5c23(_0xe05faa,_0x5c232e){_0xe05faa=_0xe05faa-0x0;const _0x22baea=_0xe05f();let _0x179581=_0x22baea[_0xe05faa];return _0x179581;}let ApiKeyType=exports[_0x5c23(0x1)]=function(_0x534607){const _0x168331={'nwaJX':_0x5c23(0x2),'yGQSN':'developer','YIOBe':'admin','PjaED':_0x5c23(0x3)};return _0x534607[_0x168331[_0x5c23(0x4)]]=_0x168331[_0x5c23(0x5)],_0x534607[_0x5c23(0x6)]=_0x168331[_0x5c23(0x7)],_0x534607[_0x168331[_0x5c23(0x8)]]=_0x5c23(0x9),_0x534607;}({});function _0xe05f(){const _0x198429=['__esModule','ApiKeyType','DEVELOPER','INVALID','nwaJX','yGQSN','ADMIN','YIOBe','PjaED','invalid'];_0xe05f=function(){return _0x198429;};return _0xe05f();}
@@ -5,4 +5,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
5
5
  require("react-native")
6
6
  ];
7
7
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
8
- Object[_0x5376(0x0)](exports,_0x5376(0x1),{'value':!![]}),exports[_0x5376(0x2)]=exports[_0x5376(0x3)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1);function _interopRequireWildcard(_0x1c29a2,_0x1fa076){const _0x29cebb={'JvUoU':function(_0x58f28c,_0x4ada25,_0x20f884){return _0x58f28c(_0x4ada25,_0x20f884);},'ZbOdY':function(_0x30750d,_0x1fa82b){return _0x30750d(_0x1fa82b);},'SjLAz':function(_0x4e7bb2,_0x484951){return _0x4e7bb2===_0x484951;},'pGsvY':'CiKfK','QmrsD':_0x5376(0x4),'KJCwH':function(_0xe5337f,_0xaa5af5){return _0xe5337f&&_0xaa5af5;},'rkrHV':function(_0xdd0c33,_0x102f1d){return _0xdd0c33===_0x102f1d;},'qZBmf':_0x5376(0x5),'lArYp':function(_0xb94e46,_0x8efc34){return _0xb94e46!=_0x8efc34;},'bSmxv':_0x5376(0x6),'pCYkq':function(_0x47b697,_0x42cf50){return _0x47b697!==_0x42cf50;},'inhvt':'BrmxO','fWdaj':'default','YQpvR':function(_0xf71994,_0x98b8b7){return _0xf71994==_0x98b8b7;}};if(_0x29cebb[_0x5376(0x7)](_0x29cebb[_0x5376(0x8)],typeof WeakMap))var _0x2f1ab5=new WeakMap(),_0x1bb7bc=new WeakMap();return(_interopRequireWildcard=function(_0xd59328,_0x56466a){const _0x219ccf={'geZJT':function(_0x49acf8,_0x27d398,_0x2b2e0b){return _0x29cebb[_0x5376(0x9)](_0x49acf8,_0x27d398,_0x2b2e0b);},'rEFVA':function(_0x4273ca,_0xe15787){return _0x29cebb[_0x5376(0xa)](_0x4273ca,_0xe15787);}};if(_0x29cebb[_0x5376(0xb)](_0x29cebb[_0x5376(0xc)],_0x29cebb[_0x5376(0xd)]))_0x219ccf[_0x5376(0xe)](_0x3ce324,_0x1ce5b9,_0x2146c2);else{if(_0x29cebb[_0x5376(0xf)](!_0x56466a,_0xd59328)&&_0xd59328[_0x5376(0x1)])return _0xd59328;var _0xe632b2,_0x2afebd,_0x1d1c36={'__proto__':null,'default':_0xd59328};if(_0x29cebb[_0x5376(0x10)](null,_0xd59328)||_0x29cebb[_0x5376(0x11)]!=typeof _0xd59328&&_0x29cebb[_0x5376(0x12)](_0x29cebb[_0x5376(0x8)],typeof _0xd59328))return _0x1d1c36;if(_0xe632b2=_0x56466a?_0x1bb7bc:_0x2f1ab5){if(_0x29cebb[_0x5376(0x13)](_0x5376(0x14),_0x29cebb[_0x5376(0x15)]))_0x219ccf[_0x5376(0x16)](_0x304782,_0x430adb=>{const _0x118a76={..._0x430adb};return delete _0x118a76[_0x4b968f],_0x118a76;});else{if(_0xe632b2[_0x5376(0x17)](_0xd59328))return _0xe632b2[_0x5376(0x18)](_0xd59328);_0xe632b2['set'](_0xd59328,_0x1d1c36);}}for(const _0x2eee53 in _0xd59328)_0x29cebb[_0x5376(0x13)](_0x29cebb['fWdaj'],_0x2eee53)&&{}[_0x5376(0x19)][_0x5376(0x1a)](_0xd59328,_0x2eee53)&&((_0x2afebd=(_0xe632b2=Object[_0x5376(0x0)])&&Object['getOwnPropertyDescriptor'](_0xd59328,_0x2eee53))&&(_0x2afebd['get']||_0x2afebd[_0x5376(0x1b)])?_0xe632b2(_0x1d1c36,_0x2eee53,_0x2afebd):_0x1d1c36[_0x2eee53]=_0xd59328[_0x2eee53]);return _0x1d1c36;}})(_0x1c29a2,_0x1fa076);}const portalRefs={};let portalId=0x0;const PortalContext=_react[_0x5376(0x1c)]['createContext']({'mount':()=>0x0,'update':()=>{},'unmount':()=>{}}),PortalHost=({children:_0x28d9e0})=>{const _0x3e79fb={'klxnl':function(_0x111e6a,_0x5db16e){return _0x111e6a!==_0x5db16e;},'rLYKb':'jToqT','uxScH':_0x5376(0x1d),'iPIjs':function(_0x6d5de,_0x1a4092){return _0x6d5de(_0x1a4092);},'DWRxb':_0x5376(0x1e)},[_0x4e82b5,_0x2f6752]=(0x0,_react['useState'])({}),_0x3367d=_0x2b6a59=>{if(_0x3e79fb[_0x5376(0x1f)](_0x3e79fb[_0x5376(0x20)],_0x3e79fb['rLYKb'])){const _0x32bbfe={..._0x1a1417};return delete _0x32bbfe[_0x119a31],_0x32bbfe;}else{const _0x329943=++portalId;return _0x2f6752(_0x496504=>({..._0x496504,[_0x329943]:_0x2b6a59})),_0x329943;}},_0x3b832e=(_0x16f7f0,_0x26340c)=>{if(_0x3e79fb[_0x5376(0x1f)]('JvkOM',_0x3e79fb[_0x5376(0x21)]))_0x3e79fb[_0x5376(0x22)](_0x2f6752,_0x12cab2=>({..._0x12cab2,[_0x16f7f0]:_0x26340c}));else{if(_0x5733c9[_0x5376(0x17)](_0x472005))return _0x12becd[_0x5376(0x18)](_0x24c22f);_0x3ad2d6[_0x5376(0x1b)](_0x2e1305,_0x42256c);}},_0x298b93=_0x388ec6=>{_0x3e79fb[_0x5376(0x22)](_0x2f6752,_0x1c8f2c=>{const _0xa239f6={'lCWDz':function(_0xa0ea3c,_0x308e87){return _0xa0ea3c(_0x308e87);},'HVFdU':function(_0x4cedac,_0x1c37e7){return _0x3e79fb['iPIjs'](_0x4cedac,_0x1c37e7);}};if(_0x3e79fb[_0x5376(0x23)]!==_0x3e79fb[_0x5376(0x23)]){const _0x4d977f=_0xa239f6['HVFdU'](_0x9fb188,_0x101d5a);return _0xa239f6[_0x5376(0x24)](_0x4bc2f0,_0x4d977f),()=>{if(_0x1c0c05)_0xa239f6[_0x5376(0x25)](_0x4d7572,_0x1352a3);};}else{const _0x26103b={..._0x1c8f2c};return delete _0x26103b[_0x388ec6],_0x26103b;}});};return _react[_0x5376(0x1c)][_0x5376(0x26)](PortalContext[_0x5376(0x27)],{'value':{'mount':_0x3367d,'update':_0x3b832e,'unmount':_0x298b93}},_0x28d9e0,Object[_0x5376(0x28)](_0x4e82b5)[_0x5376(0x29)](_0x290feb=>_react[_0x5376(0x1c)][_0x5376(0x26)](_reactNative[_0x5376(0x2a)],{'key':_0x290feb,'style':{'position':_0x5376(0x2b),'top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'zIndex':0x270f}},_0x4e82b5[Number(_0x290feb)])));};function _0x5376(_0x4f887f,_0x537632){_0x4f887f=_0x4f887f-0x0;const _0x5ab29f=_0x4f88();let _0xdfa2d7=_0x5ab29f[_0x4f887f];return _0xdfa2d7;}exports[_0x5376(0x2)]=PortalHost;const Portal=({children:_0x8b9c40})=>{const _0x3e96fb={'vdrbs':function(_0x355455,_0xed72df){return _0x355455&&_0xed72df;},'Arubg':function(_0x275c75,_0x53ac79){return _0x275c75!=_0x53ac79;},'GVMof':_0x5376(0x5),'dHzij':_0x5376(0x1c),'kUffF':_0x5376(0x2c),'SvMGx':function(_0x89c225,_0x78fd3f){return _0x89c225(_0x78fd3f);},'qRQuJ':function(_0x5ea9cc,_0x865d18){return _0x5ea9cc!==_0x865d18;},'XKCLo':function(_0x2c018f,_0x1699be,_0xde8f31){return _0x2c018f(_0x1699be,_0xde8f31);}},{mount:_0xb2987d,update:_0x94f43d,unmount:_0xdd7921}=_react[_0x5376(0x1c)]['useContext'](PortalContext),[_0x1aad1e,_0x44d9a7]=(0x0,_react[_0x5376(0x2d)])(null);return(0x0,_react[_0x5376(0x2e)])(()=>{const _0x5e3256={'ZaGrZ':function(_0x1b6291,_0xac9bfd){return _0x3e96fb[_0x5376(0x2f)](_0x1b6291,_0xac9bfd);},'sUxDW':function(_0x3280e3,_0x1b4bc8){return _0x3e96fb[_0x5376(0x30)](_0x3280e3,_0x1b4bc8);},'bJNKv':_0x3e96fb[_0x5376(0x31)],'cLcks':function(_0x557e3b,_0x275e06){return _0x557e3b!==_0x275e06;},'qoeNl':_0x3e96fb[_0x5376(0x32)],'sTNEv':function(_0x5ae920,_0x49ed15,_0xb7112a,_0x1e5fa7){return _0x5ae920(_0x49ed15,_0xb7112a,_0x1e5fa7);}};if(_0x3e96fb[_0x5376(0x33)]===_0x5376(0x34)){if(_0x5e3256[_0x5376(0x35)](!_0x20a5ea,_0x5e6c76)&&_0x269646[_0x5376(0x1)])return _0x494f9d;var _0x3ada84,_0xe7fc95,_0x4f48b2={'__proto__':null,'default':_0x4361d6};if(null===_0xd8485f||_0x5e3256[_0x5376(0x36)](_0x5e3256['bJNKv'],typeof _0x2ed422)&&_0x5e3256[_0x5376(0x36)]('function',typeof _0x2b849e))return _0x4f48b2;if(_0x3ada84=_0x49baf9?_0x2dca6b:_0x92dfc0){if(_0x3ada84[_0x5376(0x17)](_0x42c5ce))return _0x3ada84['get'](_0x3e4f29);_0x3ada84['set'](_0x24518f,_0x4f48b2);}for(const _0x1bb6dd in _0x56711e)_0x5e3256['cLcks'](_0x5e3256[_0x5376(0x37)],_0x1bb6dd)&&{}[_0x5376(0x19)][_0x5376(0x1a)](_0x5bba0d,_0x1bb6dd)&&((_0xe7fc95=(_0x3ada84=_0x2a90f3['defineProperty'])&&_0x2160b0[_0x5376(0x38)](_0x167d76,_0x1bb6dd))&&(_0xe7fc95[_0x5376(0x18)]||_0xe7fc95[_0x5376(0x1b)])?_0x5e3256[_0x5376(0x39)](_0x3ada84,_0x4f48b2,_0x1bb6dd,_0xe7fc95):_0x4f48b2[_0x1bb6dd]=_0x277bb2[_0x1bb6dd]);return _0x4f48b2;}else{const _0x4c801a=_0xb2987d(_0x8b9c40);return _0x3e96fb['SvMGx'](_0x44d9a7,_0x4c801a),()=>{if(_0x1aad1e)_0xdd7921(_0x1aad1e);};}},[]),(0x0,_react[_0x5376(0x2e)])(()=>{_0x3e96fb[_0x5376(0x3a)](_0x1aad1e,null)&&_0x3e96fb[_0x5376(0x3b)](_0x94f43d,_0x1aad1e,_0x8b9c40);},[_0x8b9c40,_0x1aad1e]),null;};exports['Portal']=Portal;function _0x4f88(){const _0x493f14=['defineProperty','__esModule','PortalHost','Portal','JMebd','object','function','YQpvR','bSmxv','JvUoU','ZbOdY','SjLAz','pGsvY','QmrsD','geZJT','KJCwH','rkrHV','qZBmf','lArYp','pCYkq','BrmxO','inhvt','rEFVA','has','get','hasOwnProperty','call','set','default','oXGFH','BJcSQ','klxnl','rLYKb','uxScH','iPIjs','DWRxb','HVFdU','lCWDz','createElement','Provider','keys','map','View','absolute','jAUEg','useState','useEffect','vdrbs','Arubg','GVMof','dHzij','kUffF','PDutK','ZaGrZ','sUxDW','qoeNl','getOwnPropertyDescriptor','sTNEv','qRQuJ','XKCLo'];_0x4f88=function(){return _0x493f14;};return _0x4f88();}
8
+ Object[_0x18aa(0x0)](exports,_0x18aa(0x1),{'value':!![]}),exports[_0x18aa(0x2)]=exports['Portal']=void 0x0;function _0x3b8a(){const _0x400c7a=['defineProperty','__esModule','PortalHost','default','BaDgL','MfOaX','uNZcd','SXECZ','niegv','has','get','set','hasOwnProperty','call','getOwnPropertyDescriptor','CSKNU','createContext','OLYtC','useState','PhcjP','JJrGX','cbgCK','yxshU','kuqEQ','createElement','Provider','keys','map','View','absolute','vOrqC','oyHRk','useContext','useEffect','ppbik','dxWXr','uqSoO','sJpsm','Qjscm','lQTiF','VfLQG','mppBp','Portal'];_0x3b8a=function(){return _0x400c7a;};return _0x3b8a();}var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1);function _interopRequireWildcard(_0x2ab988,_0x2faa92){const _0x159a2d={'BaDgL':function(_0x1de6cc,_0x245cf7){return _0x1de6cc&&_0x245cf7;},'MfOaX':function(_0x512a08,_0x1f073f){return _0x512a08===_0x1f073f;},'uNZcd':function(_0x1a7be4,_0x4f936b){return _0x1a7be4!=_0x4f936b;},'SXECZ':function(_0x1ec152,_0xb6c912){return _0x1ec152!=_0xb6c912;},'niegv':'function','uHZqS':function(_0x3e40fd,_0x2aabb9){return _0x3e40fd!==_0x2aabb9;},'JTKyS':_0x18aa(0x3),'CSKNU':function(_0x2bef41,_0x346a38,_0xa94640,_0x3055e2){return _0x2bef41(_0x346a38,_0xa94640,_0x3055e2);}};if(_0x159a2d['niegv']==typeof WeakMap)var _0x14fa81=new WeakMap(),_0x369dba=new WeakMap();return(_interopRequireWildcard=function(_0x4a2bbc,_0x3c8b8a){if(_0x159a2d[_0x18aa(0x4)](!_0x3c8b8a,_0x4a2bbc)&&_0x4a2bbc['__esModule'])return _0x4a2bbc;var _0x3e169b,_0x24e469,_0x406b39={'__proto__':null,'default':_0x4a2bbc};if(_0x159a2d[_0x18aa(0x5)](null,_0x4a2bbc)||_0x159a2d[_0x18aa(0x6)]('object',typeof _0x4a2bbc)&&_0x159a2d[_0x18aa(0x7)](_0x159a2d[_0x18aa(0x8)],typeof _0x4a2bbc))return _0x406b39;if(_0x3e169b=_0x3c8b8a?_0x369dba:_0x14fa81){if(_0x3e169b[_0x18aa(0x9)](_0x4a2bbc))return _0x3e169b[_0x18aa(0xa)](_0x4a2bbc);_0x3e169b[_0x18aa(0xb)](_0x4a2bbc,_0x406b39);}for(const _0x179d37 in _0x4a2bbc)_0x159a2d['uHZqS'](_0x159a2d['JTKyS'],_0x179d37)&&{}[_0x18aa(0xc)][_0x18aa(0xd)](_0x4a2bbc,_0x179d37)&&((_0x24e469=(_0x3e169b=Object[_0x18aa(0x0)])&&Object[_0x18aa(0xe)](_0x4a2bbc,_0x179d37))&&(_0x24e469['get']||_0x24e469['set'])?_0x159a2d[_0x18aa(0xf)](_0x3e169b,_0x406b39,_0x179d37,_0x24e469):_0x406b39[_0x179d37]=_0x4a2bbc[_0x179d37]);return _0x406b39;})(_0x2ab988,_0x2faa92);}const portalRefs={};let portalId=0x0;const PortalContext=_react[_0x18aa(0x3)][_0x18aa(0x10)]({'mount':()=>0x0,'update':()=>{},'unmount':()=>{}}),PortalHost=({children:_0x3538ed})=>{const _0x477a3d={'ZUgzJ':function(_0x28dfab,_0x25a075,_0x515a29){return _0x28dfab(_0x25a075,_0x515a29);},'PhcjP':function(_0x4b3e1d,_0x5c8498){return _0x4b3e1d===_0x5c8498;},'cbgCK':_0x18aa(0x11),'yxshU':function(_0x584665,_0x45a8c2){return _0x584665(_0x45a8c2);},'kuqEQ':function(_0x2fe991,_0x331ba7){return _0x2fe991(_0x331ba7);}},[_0x249544,_0x266390]=(0x0,_react[_0x18aa(0x12)])({}),_0x16e423=_0x547829=>{const _0x744df6={'tYdee':function(_0x38a5b7,_0xe41760,_0x2dcdde){return _0x477a3d['ZUgzJ'](_0x38a5b7,_0xe41760,_0x2dcdde);}};if(_0x477a3d[_0x18aa(0x13)](_0x18aa(0x14),_0x477a3d[_0x18aa(0x15)]))_0x744df6['tYdee'](_0x5e2964,_0x38cfd0,_0x68ebb0);else{const _0x528649=++portalId;return _0x477a3d[_0x18aa(0x16)](_0x266390,_0x1bcdb3=>({..._0x1bcdb3,[_0x528649]:_0x547829})),_0x528649;}},_0x524835=(_0x49b0fc,_0x39cd4a)=>{_0x477a3d[_0x18aa(0x17)](_0x266390,_0x4c618a=>({..._0x4c618a,[_0x49b0fc]:_0x39cd4a}));},_0x5b2e76=_0x397559=>{_0x477a3d['kuqEQ'](_0x266390,_0x5afc48=>{const _0x74fa55={..._0x5afc48};return delete _0x74fa55[_0x397559],_0x74fa55;});};return _react[_0x18aa(0x3)][_0x18aa(0x18)](PortalContext[_0x18aa(0x19)],{'value':{'mount':_0x16e423,'update':_0x524835,'unmount':_0x5b2e76}},_0x3538ed,Object[_0x18aa(0x1a)](_0x249544)[_0x18aa(0x1b)](_0x5cba46=>_react[_0x18aa(0x3)][_0x18aa(0x18)](_reactNative[_0x18aa(0x1c)],{'key':_0x5cba46,'style':{'position':_0x18aa(0x1d),'top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'zIndex':0x270f}},_0x249544[Number(_0x5cba46)])));};exports[_0x18aa(0x2)]=PortalHost;const Portal=({children:_0x1ca07b})=>{const _0x309166={'ppbik':function(_0x551b4f,_0x3b7fbb){return _0x551b4f(_0x3b7fbb);},'dxWXr':function(_0x535e22,_0x477332){return _0x535e22(_0x477332);},'wslWo':function(_0x2ab342,_0x4c2507){return _0x2ab342!==_0x4c2507;},'nIBti':function(_0x482277,_0x123dcc,_0x42027f){return _0x482277(_0x123dcc,_0x42027f);},'sJpsm':function(_0x2e429b,_0x2bd866){return _0x2e429b===_0x2bd866;},'Qjscm':_0x18aa(0x1e),'lQTiF':_0x18aa(0x1f),'VfLQG':'JUlnp','mppBp':function(_0x309040,_0x3ff4e8,_0x44af4c){return _0x309040(_0x3ff4e8,_0x44af4c);}},{mount:_0x4c77a0,update:_0x164d41,unmount:_0x58e860}=_react[_0x18aa(0x3)][_0x18aa(0x20)](PortalContext),[_0x40093c,_0x23549a]=(0x0,_react['useState'])(null);return(0x0,_react[_0x18aa(0x21)])(()=>{const _0x5948e9={'uqSoO':function(_0x1ba14c,_0x573409){return _0x309166[_0x18aa(0x22)](_0x1ba14c,_0x573409);}},_0x2d1973=_0x309166[_0x18aa(0x23)](_0x4c77a0,_0x1ca07b);return _0x23549a(_0x2d1973),()=>{if(_0x40093c)_0x5948e9[_0x18aa(0x24)](_0x58e860,_0x40093c);};},[]),(0x0,_react['useEffect'])(()=>{if(_0x309166[_0x18aa(0x25)](_0x309166[_0x18aa(0x26)],_0x309166['Qjscm']))_0x40093c!==null&&(_0x309166[_0x18aa(0x27)]===_0x309166[_0x18aa(0x28)]?_0x309166['wslWo'](_0x48e136,null)&&_0x309166['nIBti'](_0x4d3283,_0x2d0a6f,_0xf14488):_0x309166[_0x18aa(0x29)](_0x164d41,_0x40093c,_0x1ca07b));else{if(_0x2b5192[_0x18aa(0x9)](_0xacc608))return _0x4fd530[_0x18aa(0xa)](_0x214d5e);_0xa57ff4[_0x18aa(0xb)](_0xd39a1,_0x3293f5);}},[_0x1ca07b,_0x40093c]),null;};function _0x18aa(_0x3b8a71,_0x18aafb){_0x3b8a71=_0x3b8a71-0x0;const _0x2a675c=_0x3b8a();let _0x1fe88e=_0x2a675c[_0x3b8a71];return _0x1fe88e;}exports[_0x18aa(0x2a)]=Portal;
@@ -6,4 +6,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
6
6
  require("../config/api")
7
7
  ];
8
8
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
9
- Object[_0x1a3b(0x0)](exports,'__esModule',{'value':!![]}),exports[_0x1a3b(0x1)]=exports['getApiUrl']=exports[_0x1a3b(0x2)]=exports[_0x1a3b(0x3)]=exports[_0x1a3b(0x4)]=void 0x0;var _axios=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x0)),_asyncStorage=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x1)),_api=__ONAIROS_REQ_FUNC__(0x2);function _interopRequireDefault(_0x1dbd83){return _0x1dbd83&&_0x1dbd83[_0x1a3b(0x5)]?_0x1dbd83:{'default':_0x1dbd83};}const API_URL=_api[_0x1a3b(0x6)][_0x1a3b(0x7)],createApiInstance=async()=>{const _0x335105={'fiCzX':_0x1a3b(0x8)},_0x1d513d=await _asyncStorage['default'][_0x1a3b(0x9)](_0x335105[_0x1a3b(0xa)]);return _axios[_0x1a3b(0xb)][_0x1a3b(0xc)]({'baseURL':API_URL,'headers':{'Content-Type':'application/json',..._0x1d513d?{'Authorization':_0x1a3b(0xd)+_0x1d513d}:{}}});};exports[_0x1a3b(0x3)]=createApiInstance;const validateDomain=async()=>{const _0x3a2e5e={'rrtzo':function(_0x2e8cca){return _0x2e8cca();},'Npbol':_0x1a3b(0xe),'OoJLj':_0x1a3b(0xf)};try{const _0x28d061=await _0x3a2e5e[_0x1a3b(0x10)](createApiInstance),_0x47ea6e=await _0x28d061[_0x1a3b(0x11)](_0x3a2e5e['Npbol']);return _0x47ea6e[_0x1a3b(0x12)];}catch(_0x69cc0c){return console[_0x1a3b(0x13)](_0x3a2e5e[_0x1a3b(0x14)],_0x69cc0c),{'status':![]};}};function _0x2f31(){const _0x944de3=['defineProperty','validateDomain','fetchAccountInfo','createApiInstance','createAccount','__esModule','API_CONFIG','BASE_URL','onairosToken','getItem','fiCzX','default','create','Bearer\x20','/valid/validate-domain','Error\x20validating\x20domain:','rrtzo','post','data','error','OoJLj','/getAccountInfo','IwkfV','/getAccountInfo/email','Error\x20fetching\x20account\x20info:','Error\x20getting\x20API\x20URL:','vtxWA','othent','GgUwL','SdTYI','SpoNX','rEVMl','BadVl','fWrnQ','vhIpf','gZuur','ULiyb','MpHXz','getApiUrl','/createAccount','Error\x20creating\x20account:','aVOAn','VaJTI'];_0x2f31=function(){return _0x944de3;};return _0x2f31();}exports[_0x1a3b(0x1)]=validateDomain;const fetchAccountInfo=async(_0x56cea7,_0x33e84b=![])=>{const _0x1c404d={'IwkfV':function(_0xe02ae1){return _0xe02ae1();},'dbDlM':_0x1a3b(0x15)};try{const _0x2a6e1a=await _0x1c404d[_0x1a3b(0x16)](createApiInstance),_0x1404aa=_0x33e84b?{'Info':{'identifier':_0x56cea7}}:{'Info':{'userName':_0x56cea7}},_0x29ebfe=_0x33e84b?_0x1a3b(0x17):_0x1c404d['dbDlM'],_0x153b8f=await _0x2a6e1a[_0x1a3b(0x11)](_0x29ebfe,_0x1404aa);return _0x153b8f[_0x1a3b(0x12)];}catch(_0x2bc5d4){console[_0x1a3b(0x13)](_0x1a3b(0x18),_0x2bc5d4);throw _0x2bc5d4;}};exports[_0x1a3b(0x2)]=fetchAccountInfo;const getApiUrl=async(_0x4b338d,_0x1e7288,_0x63ef3d)=>{const _0x5d73ef={'rEVMl':'Error\x20validating\x20domain:','MpHXz':_0x1a3b(0x19),'GgUwL':function(_0x2d8903,_0x2c5da6){return _0x2d8903===_0x2c5da6;},'SpoNX':_0x1a3b(0x1a),'BadVl':function(_0x5bd88c){return _0x5bd88c();},'fWrnQ':_0x1a3b(0x1b),'vhIpf':'/getAPIurl','gZuur':'sQZmY'};try{if(_0x5d73ef[_0x1a3b(0x1c)](_0x1a3b(0x1d),_0x5d73ef[_0x1a3b(0x1e)]))return _0x1012d0[_0x1a3b(0x13)](_0x5d73ef[_0x1a3b(0x1f)],_0x30e2fe),{'status':![]};else{const _0x512f50=await _0x5d73ef[_0x1a3b(0x20)](createApiInstance),_0x4c68d3={'Info':{'EncryptedUserPin':_0x1e7288,'confirmations':_0x4b338d,'web3Type':_0x5d73ef[_0x1a3b(0x21)],'Domain':Platform['OS'],'proofMode':![],'OthentSub':_0x63ef3d}},_0x18d96f=await _0x512f50['post'](_0x5d73ef[_0x1a3b(0x22)],_0x4c68d3);return _0x18d96f[_0x1a3b(0x12)];}}catch(_0x37bee6){if(_0x5d73ef[_0x1a3b(0x23)]!==_0x1a3b(0x24)){console['error'](_0x5d73ef[_0x1a3b(0x25)],_0x37bee6);throw _0x37bee6;}else{_0x195c3c[_0x1a3b(0x13)](_0x5d73ef[_0x1a3b(0x25)],_0x309112);throw _0x3e417f;}}};exports[_0x1a3b(0x26)]=getApiUrl;function _0x1a3b(_0x2f3189,_0x1a3bf8){_0x2f3189=_0x2f3189-0x0;const _0x16e829=_0x2f31();let _0x529b1f=_0x16e829[_0x2f3189];return _0x529b1f;}const createAccount=async(_0x31003e,_0x37a0f7,_0x2cad6b,_0x18e007)=>{const _0x498533={'aVOAn':function(_0x14ba97){return _0x14ba97();},'VaJTI':_0x1a3b(0x27),'nwnPv':_0x1a3b(0x28)};try{const _0x20b897=await _0x498533[_0x1a3b(0x29)](createApiInstance),_0x10ce7e=await _0x20b897['post'](_0x498533[_0x1a3b(0x2a)],{'othentSub':_0x31003e,'pin':_0x37a0f7,'socialAccounts':_0x2cad6b,'email':_0x18e007});return _0x10ce7e[_0x1a3b(0x12)];}catch(_0x6236e9){console[_0x1a3b(0x13)](_0x498533['nwnPv'],_0x6236e9);throw _0x6236e9;}};exports[_0x1a3b(0x4)]=createAccount;
9
+ Object[_0x3019(0x0)](exports,_0x3019(0x1),{'value':!![]}),exports[_0x3019(0x2)]=exports['getApiUrl']=exports[_0x3019(0x3)]=exports[_0x3019(0x4)]=exports[_0x3019(0x5)]=void 0x0;var _axios=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x0)),_asyncStorage=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x1)),_api=__ONAIROS_REQ_FUNC__(0x2);function _interopRequireDefault(_0x324cf9){return _0x324cf9&&_0x324cf9[_0x3019(0x1)]?_0x324cf9:{'default':_0x324cf9};}const API_URL=_api[_0x3019(0x6)][_0x3019(0x7)],createApiInstance=async()=>{const _0xb70974={'UVeIc':_0x3019(0x8)},_0x1fa6a9=await _asyncStorage[_0x3019(0x9)][_0x3019(0xa)](_0xb70974[_0x3019(0xb)]);return _axios[_0x3019(0x9)][_0x3019(0xc)]({'baseURL':API_URL,'headers':{'Content-Type':'application/json',..._0x1fa6a9?{'Authorization':_0x3019(0xd)+_0x1fa6a9}:{}}});};exports[_0x3019(0x4)]=createApiInstance;const validateDomain=async()=>{const _0x47ff74={'uloHm':_0x3019(0xe),'IHAiS':function(_0x4fd6f6){return _0x4fd6f6();},'vMODr':_0x3019(0xf),'TXjtu':function(_0x2003d1,_0x39a17b){return _0x2003d1===_0x39a17b;},'FWQAn':_0x3019(0x10),'blenF':'nqbln','pAYPd':_0x3019(0x11)};try{const _0x3bf11f=await _0x47ff74[_0x3019(0x12)](createApiInstance),_0x5d3043=await _0x3bf11f['post'](_0x47ff74[_0x3019(0x13)]);return _0x5d3043[_0x3019(0x14)];}catch(_0x7e0823){if(_0x47ff74[_0x3019(0x15)](_0x47ff74[_0x3019(0x16)],_0x47ff74[_0x3019(0x17)])){_0x2a5449[_0x3019(0x18)](_0x47ff74[_0x3019(0x19)],_0x53dab6);throw _0x530228;}else return console[_0x3019(0x18)](_0x47ff74[_0x3019(0x1a)],_0x7e0823),{'status':![]};}};exports[_0x3019(0x2)]=validateDomain;const fetchAccountInfo=async(_0x32364c,_0x3ecf11=![])=>{const _0x1ec0ff={'CGAGq':_0x3019(0x11),'rQXfl':'Error\x20creating\x20account:','pXfOK':function(_0x303541,_0x3d1f93){return _0x303541===_0x3d1f93;},'NlaAH':_0x3019(0x1b),'obKXj':function(_0xa1ee11){return _0xa1ee11();},'xcctS':_0x3019(0x1c),'XsunG':_0x3019(0x1d),'oPJKy':function(_0xab2d63,_0xb5e7b3){return _0xab2d63!==_0xb5e7b3;},'tTrmq':'hHmPM','MGULz':_0x3019(0xe)};try{if(_0x1ec0ff[_0x3019(0x1e)](_0x1ec0ff[_0x3019(0x1f)],_0x1ec0ff['NlaAH'])){const _0x4d2768=await _0x1ec0ff[_0x3019(0x20)](createApiInstance),_0x117803=_0x3ecf11?{'Info':{'identifier':_0x32364c}}:{'Info':{'userName':_0x32364c}},_0x6a7e51=_0x3ecf11?_0x1ec0ff[_0x3019(0x21)]:_0x1ec0ff[_0x3019(0x22)],_0x5cf61a=await _0x4d2768[_0x3019(0x23)](_0x6a7e51,_0x117803);return _0x5cf61a[_0x3019(0x14)];}else return _0x568ef7['error'](_0x1ec0ff[_0x3019(0x24)],_0x2f7319),{'status':![]};}catch(_0x481368){if(_0x1ec0ff['oPJKy'](_0x1ec0ff[_0x3019(0x25)],_0x3019(0x26))){console[_0x3019(0x18)](_0x1ec0ff[_0x3019(0x27)],_0x481368);throw _0x481368;}else{_0x159fd3['error'](_0x1ec0ff['rQXfl'],_0x3f2837);throw _0x5336f5;}}};function _0x1266(){const _0x283b61=['defineProperty','__esModule','validateDomain','fetchAccountInfo','createApiInstance','createAccount','API_CONFIG','BASE_URL','onairosToken','default','getItem','UVeIc','create','Bearer\x20','Error\x20fetching\x20account\x20info:','/valid/validate-domain','QlEtb','Error\x20validating\x20domain:','IHAiS','vMODr','data','TXjtu','FWQAn','blenF','error','uloHm','pAYPd','bmJoM','/getAccountInfo/email','/getAccountInfo','pXfOK','NlaAH','obKXj','xcctS','XsunG','post','CGAGq','tTrmq','epXZe','MGULz','ImzuY','VhNpM','othent','fEMSY','cjlPR','EZsmp','HOqjT','fsydC','getApiUrl','FSJzA','/createAccount','Error\x20creating\x20account:'];_0x1266=function(){return _0x283b61;};return _0x1266();}exports[_0x3019(0x3)]=fetchAccountInfo;const getApiUrl=async(_0x69cc4,_0x3ea656,_0x16d164)=>{const _0x1ffb3a={'fEMSY':function(_0x415181,_0x50946a){return _0x415181!==_0x50946a;},'cjlPR':_0x3019(0x28),'EZsmp':_0x3019(0x29),'HOqjT':function(_0x409c2b){return _0x409c2b();},'Gwsoy':_0x3019(0x2a),'fsydC':'/getAPIurl'};try{if(_0x1ffb3a[_0x3019(0x2b)](_0x1ffb3a[_0x3019(0x2c)],_0x1ffb3a[_0x3019(0x2d)])){const _0xccb24a=await _0x1ffb3a[_0x3019(0x2e)](createApiInstance),_0x4c2d0a={'Info':{'EncryptedUserPin':_0x3ea656,'confirmations':_0x69cc4,'web3Type':_0x1ffb3a['Gwsoy'],'Domain':Platform['OS'],'proofMode':![],'OthentSub':_0x16d164}},_0x4f54d3=await _0xccb24a[_0x3019(0x23)](_0x1ffb3a[_0x3019(0x2f)],_0x4c2d0a);return _0x4f54d3[_0x3019(0x14)];}else return _0x375d7e&&_0x354566[_0x3019(0x1)]?_0xe39ab7:{'default':_0x42db99};}catch(_0x161254){console['error']('Error\x20getting\x20API\x20URL:',_0x161254);throw _0x161254;}};exports[_0x3019(0x30)]=getApiUrl;const createAccount=async(_0x59d278,_0x48c10a,_0x48f529,_0x9c4ea3)=>{const _0x3ab20e={'FSJzA':function(_0x836d96){return _0x836d96();}};try{const _0x42138d=await _0x3ab20e[_0x3019(0x31)](createApiInstance),_0x25e2a4=await _0x42138d[_0x3019(0x23)](_0x3019(0x32),{'othentSub':_0x59d278,'pin':_0x48c10a,'socialAccounts':_0x48f529,'email':_0x9c4ea3});return _0x25e2a4[_0x3019(0x14)];}catch(_0x234ff4){console[_0x3019(0x18)](_0x3019(0x33),_0x234ff4);throw _0x234ff4;}};function _0x3019(_0x12668b,_0x30190c){_0x12668b=_0x12668b-0x0;const _0x53744f=_0x1266();let _0x3de776=_0x53744f[_0x12668b];return _0x3de776;}exports[_0x3019(0x5)]=createAccount;
@@ -30,4 +30,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
30
30
  require('../assets/animations/persona-animation.json')
31
31
  ];
32
32
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
33
- function _0x4e9f(){const _0x5594dd=['defineProperty','__esModule','getUniversalOnboardingIcon','getPlatformIconFromRegistry','getPersonaImage','PLATFORM_ICONS','PERSONA_IMAGES','OVERLAY_PLATFORMS','BRAND_IMAGES','ANIMATIONS','facebook','twitter','grok','google_ai','toLowerCase','youtube','reddit','linkedin','instagram','QKnHi','pinterest','gmail','email','sapKY','farcaster','chatgpt','openai','claude','ncqZY','gemini','default','level1','Instagram','YouTube','youtube2','Reddit','Pinterest','Email','WcOuO'];_0x4e9f=function(){return _0x5594dd;};return _0x4e9f();}Object[_0x38e2(0x0)](exports,_0x38e2(0x1),{'value':!![]}),exports[_0x38e2(0x2)]=exports[_0x38e2(0x3)]=exports[_0x38e2(0x4)]=exports[_0x38e2(0x5)]=exports[_0x38e2(0x6)]=exports[_0x38e2(0x7)]=exports[_0x38e2(0x8)]=exports[_0x38e2(0x9)]=void 0x0;const PLATFORM_ICONS=exports['PLATFORM_ICONS']={'youtube':__ONAIROS_REQ_FUNC__(0x0),'youtube2':__ONAIROS_REQ_FUNC__(0x1),'reddit':__ONAIROS_REQ_FUNC__(0x2),'linkedin':__ONAIROS_REQ_FUNC__(0x3),'instagram':__ONAIROS_REQ_FUNC__(0x4),'facebook':__ONAIROS_REQ_FUNC__(0x5),'pinterest':__ONAIROS_REQ_FUNC__(0x6),'gmail':__ONAIROS_REQ_FUNC__(0x7),'twitter':__ONAIROS_REQ_FUNC__(0x8),'farcaster':__ONAIROS_REQ_FUNC__(0x9),'chatgpt':__ONAIROS_REQ_FUNC__(0xa),'claude':__ONAIROS_REQ_FUNC__(0xb),'grok':__ONAIROS_REQ_FUNC__(0xc),'gemini':__ONAIROS_REQ_FUNC__(0xd),'default':__ONAIROS_REQ_FUNC__(0xe)},getPlatformIconFromRegistry=_0x241ff2=>{const _0x4c8036={'QKnHi':_0x38e2(0xa),'sapKY':_0x38e2(0xb),'ncqZY':_0x38e2(0xc),'DXkPF':_0x38e2(0xd)},_0x5dcfbf=_0x241ff2[_0x38e2(0xe)]();switch(_0x5dcfbf){case _0x38e2(0xf):return PLATFORM_ICONS['youtube'];case _0x38e2(0x10):return PLATFORM_ICONS[_0x38e2(0x10)];case _0x38e2(0x11):return PLATFORM_ICONS[_0x38e2(0x11)];case'instagram':return PLATFORM_ICONS[_0x38e2(0x12)];case _0x4c8036[_0x38e2(0x13)]:return PLATFORM_ICONS[_0x38e2(0xa)];case _0x38e2(0x14):return PLATFORM_ICONS[_0x38e2(0x14)];case _0x38e2(0x15):case _0x38e2(0x16):return PLATFORM_ICONS[_0x38e2(0x15)];case _0x4c8036[_0x38e2(0x17)]:case'x':return PLATFORM_ICONS[_0x38e2(0xb)];case _0x38e2(0x18):return PLATFORM_ICONS[_0x38e2(0x18)];case _0x38e2(0x19):case _0x38e2(0x1a):return PLATFORM_ICONS[_0x38e2(0x19)];case _0x38e2(0x1b):case'anthropic':return PLATFORM_ICONS['claude'];case _0x4c8036[_0x38e2(0x1c)]:return PLATFORM_ICONS[_0x38e2(0xc)];case _0x38e2(0x1d):case _0x4c8036['DXkPF']:return PLATFORM_ICONS['gemini'];default:return PLATFORM_ICONS[_0x38e2(0x1e)];}};exports[_0x38e2(0x3)]=getPlatformIconFromRegistry;function _0x38e2(_0x4e9fca,_0x38e2df){_0x4e9fca=_0x4e9fca-0x0;const _0x3ffac8=_0x4e9f();let _0x82ba85=_0x3ffac8[_0x4e9fca];return _0x82ba85;}const PERSONA_IMAGES=exports[_0x38e2(0x6)]={'level1':__ONAIROS_REQ_FUNC__(0xf),'level2':__ONAIROS_REQ_FUNC__(0x10),'level3':__ONAIROS_REQ_FUNC__(0x11),'level4':__ONAIROS_REQ_FUNC__(0x12),'level5':__ONAIROS_REQ_FUNC__(0x13)},getPersonaImage=_0x4d7548=>{const _0x2087e6='level'+_0x4d7548;return PERSONA_IMAGES[_0x2087e6]||PERSONA_IMAGES[_0x38e2(0x1f)];};exports[_0x38e2(0x4)]=getPersonaImage;const BRAND_IMAGES=exports[_0x38e2(0x8)]={'onairosLogo':__ONAIROS_REQ_FUNC__(0x14),'onairosLogoAlt':__ONAIROS_REQ_FUNC__(0x15),'googleLogo':__ONAIROS_REQ_FUNC__(0x16),'faceIdLogo':__ONAIROS_REQ_FUNC__(0x17),'enochIcon':__ONAIROS_REQ_FUNC__(0x18)},ANIMATIONS=exports['ANIMATIONS']={'loader':__ONAIROS_REQ_FUNC__(0x19),'persona':__ONAIROS_REQ_FUNC__(0x1a)},OVERLAY_PLATFORMS=exports[_0x38e2(0x7)]=[{'id':_0x38e2(0x12),'name':_0x38e2(0x20),'icon':PLATFORM_ICONS[_0x38e2(0x12)]},{'id':'youtube','name':_0x38e2(0x21),'icon':PLATFORM_ICONS[_0x38e2(0x22)]},{'id':_0x38e2(0x10),'name':_0x38e2(0x23),'icon':PLATFORM_ICONS[_0x38e2(0x10)]},{'id':_0x38e2(0x14),'name':_0x38e2(0x24),'icon':PLATFORM_ICONS[_0x38e2(0x14)]},{'id':'email','name':_0x38e2(0x25),'icon':PLATFORM_ICONS['gmail']}],getUniversalOnboardingIcon=_0x6ae11d=>{const _0x5699fe={'mlsET':_0x38e2(0x12),'WcOuO':_0x38e2(0xf),'ZEyjL':_0x38e2(0x10),'HYCGX':_0x38e2(0x16)},_0x2e664a=_0x6ae11d[_0x38e2(0xe)]();switch(_0x2e664a){case _0x5699fe['mlsET']:return PLATFORM_ICONS[_0x38e2(0x12)];case _0x5699fe[_0x38e2(0x26)]:return PLATFORM_ICONS[_0x38e2(0x22)];case _0x5699fe['ZEyjL']:return PLATFORM_ICONS[_0x38e2(0x10)];case _0x38e2(0x14):return PLATFORM_ICONS['pinterest'];case _0x38e2(0xa):return PLATFORM_ICONS[_0x38e2(0xa)];case _0x38e2(0x11):return PLATFORM_ICONS['linkedin'];case'gmail':case _0x5699fe['HYCGX']:return PLATFORM_ICONS['gmail'];default:return PLATFORM_ICONS[_0x38e2(0x1e)];}};exports[_0x38e2(0x2)]=getUniversalOnboardingIcon;
33
+ Object['defineProperty'](exports,_0x5c9d(0x0),{'value':!![]}),exports['getUniversalOnboardingIcon']=exports[_0x5c9d(0x1)]=exports[_0x5c9d(0x2)]=exports[_0x5c9d(0x3)]=exports['PERSONA_IMAGES']=exports[_0x5c9d(0x4)]=exports[_0x5c9d(0x5)]=exports[_0x5c9d(0x6)]=void 0x0;const PLATFORM_ICONS=exports[_0x5c9d(0x3)]={'youtube':__ONAIROS_REQ_FUNC__(0x0),'youtube2':__ONAIROS_REQ_FUNC__(0x1),'reddit':__ONAIROS_REQ_FUNC__(0x2),'linkedin':__ONAIROS_REQ_FUNC__(0x3),'instagram':__ONAIROS_REQ_FUNC__(0x4),'facebook':__ONAIROS_REQ_FUNC__(0x5),'pinterest':__ONAIROS_REQ_FUNC__(0x6),'gmail':__ONAIROS_REQ_FUNC__(0x7),'twitter':__ONAIROS_REQ_FUNC__(0x8),'farcaster':__ONAIROS_REQ_FUNC__(0x9),'chatgpt':__ONAIROS_REQ_FUNC__(0xa),'claude':__ONAIROS_REQ_FUNC__(0xb),'grok':__ONAIROS_REQ_FUNC__(0xc),'gemini':__ONAIROS_REQ_FUNC__(0xd),'default':__ONAIROS_REQ_FUNC__(0xe)},getPlatformIconFromRegistry=_0x1e985e=>{const _0x3689bf={'hOeiy':_0x5c9d(0x7),'VmxBT':_0x5c9d(0x8),'bOBOa':_0x5c9d(0x9),'fpxcD':_0x5c9d(0xa),'fGzOe':'anthropic'},_0x91b4f5=_0x1e985e['toLowerCase']();switch(_0x91b4f5){case _0x5c9d(0xb):return PLATFORM_ICONS[_0x5c9d(0xb)];case _0x5c9d(0xc):return PLATFORM_ICONS[_0x5c9d(0xc)];case _0x5c9d(0xd):return PLATFORM_ICONS[_0x5c9d(0xd)];case'instagram':return PLATFORM_ICONS['instagram'];case _0x5c9d(0xe):return PLATFORM_ICONS[_0x5c9d(0xe)];case _0x3689bf[_0x5c9d(0xf)]:return PLATFORM_ICONS[_0x5c9d(0x7)];case _0x5c9d(0x10):case _0x3689bf[_0x5c9d(0x11)]:return PLATFORM_ICONS[_0x5c9d(0x10)];case _0x5c9d(0x12):case'x':return PLATFORM_ICONS['twitter'];case _0x5c9d(0x13):return PLATFORM_ICONS[_0x5c9d(0x13)];case _0x3689bf['bOBOa']:case _0x5c9d(0x14):return PLATFORM_ICONS[_0x5c9d(0x9)];case _0x3689bf[_0x5c9d(0x15)]:case _0x3689bf[_0x5c9d(0x16)]:return PLATFORM_ICONS[_0x5c9d(0xa)];case'grok':return PLATFORM_ICONS[_0x5c9d(0x17)];case _0x5c9d(0x18):case _0x5c9d(0x19):return PLATFORM_ICONS[_0x5c9d(0x18)];default:return PLATFORM_ICONS[_0x5c9d(0x1a)];}};function _0x5c9d(_0x43eac0,_0x5c9dd6){_0x43eac0=_0x43eac0-0x0;const _0x574af3=_0x43ea();let _0x2fd6fa=_0x574af3[_0x43eac0];return _0x2fd6fa;}exports[_0x5c9d(0x1)]=getPlatformIconFromRegistry;const PERSONA_IMAGES=exports[_0x5c9d(0x1b)]={'level1':__ONAIROS_REQ_FUNC__(0xf),'level2':__ONAIROS_REQ_FUNC__(0x10),'level3':__ONAIROS_REQ_FUNC__(0x11),'level4':__ONAIROS_REQ_FUNC__(0x12),'level5':__ONAIROS_REQ_FUNC__(0x13)},getPersonaImage=_0x474f36=>{const _0x14427e=_0x5c9d(0x1c)+_0x474f36;return PERSONA_IMAGES[_0x14427e]||PERSONA_IMAGES[_0x5c9d(0x1d)];};function _0x43ea(){const _0x53dad2=['__esModule','getPlatformIconFromRegistry','getPersonaImage','PLATFORM_ICONS','OVERLAY_PLATFORMS','BRAND_IMAGES','ANIMATIONS','pinterest','email','chatgpt','claude','youtube','reddit','linkedin','facebook','hOeiy','gmail','VmxBT','twitter','farcaster','openai','fpxcD','fGzOe','grok','gemini','google_ai','default','PERSONA_IMAGES','level','level1','instagram','YouTube','youtube2','Reddit','Email','toLowerCase','getUniversalOnboardingIcon'];_0x43ea=function(){return _0x53dad2;};return _0x43ea();}exports[_0x5c9d(0x2)]=getPersonaImage;const BRAND_IMAGES=exports[_0x5c9d(0x5)]={'onairosLogo':__ONAIROS_REQ_FUNC__(0x14),'onairosLogoAlt':__ONAIROS_REQ_FUNC__(0x15),'googleLogo':__ONAIROS_REQ_FUNC__(0x16),'faceIdLogo':__ONAIROS_REQ_FUNC__(0x17),'enochIcon':__ONAIROS_REQ_FUNC__(0x18)},ANIMATIONS=exports['ANIMATIONS']={'loader':__ONAIROS_REQ_FUNC__(0x19),'persona':__ONAIROS_REQ_FUNC__(0x1a)},OVERLAY_PLATFORMS=exports[_0x5c9d(0x4)]=[{'id':_0x5c9d(0x1e),'name':'Instagram','icon':PLATFORM_ICONS[_0x5c9d(0x1e)]},{'id':_0x5c9d(0xb),'name':_0x5c9d(0x1f),'icon':PLATFORM_ICONS[_0x5c9d(0x20)]},{'id':_0x5c9d(0xc),'name':_0x5c9d(0x21),'icon':PLATFORM_ICONS[_0x5c9d(0xc)]},{'id':_0x5c9d(0x7),'name':'Pinterest','icon':PLATFORM_ICONS['pinterest']},{'id':'email','name':_0x5c9d(0x22),'icon':PLATFORM_ICONS[_0x5c9d(0x10)]}],getUniversalOnboardingIcon=_0x5088e3=>{const _0x4f78c8={'pGwXJ':'linkedin'},_0x15e425=_0x5088e3[_0x5c9d(0x23)]();switch(_0x15e425){case'instagram':return PLATFORM_ICONS[_0x5c9d(0x1e)];case _0x5c9d(0xb):return PLATFORM_ICONS['youtube2'];case'reddit':return PLATFORM_ICONS['reddit'];case _0x5c9d(0x7):return PLATFORM_ICONS[_0x5c9d(0x7)];case _0x5c9d(0xe):return PLATFORM_ICONS['facebook'];case _0x4f78c8['pGwXJ']:return PLATFORM_ICONS[_0x5c9d(0xd)];case _0x5c9d(0x10):case _0x5c9d(0x8):return PLATFORM_ICONS[_0x5c9d(0x10)];default:return PLATFORM_ICONS[_0x5c9d(0x1a)];}};exports[_0x5c9d(0x24)]=getUniversalOnboardingIcon;
@@ -6,4 +6,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
6
6
  require("../config/api")
7
7
  ];
8
8
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
9
- Object['defineProperty'](exports,_0x2163(0x0),{'value':!![]}),exports['verifyToken']=exports[_0x2163(0x1)]=exports[_0x2163(0x2)]=exports[_0x2163(0x3)]=exports[_0x2163(0x4)]=void 0x0;var _axios=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x0)),_asyncStorage=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x1)),_api=__ONAIROS_REQ_FUNC__(0x2);function _interopRequireDefault(_0x4f5c6a){return _0x4f5c6a&&_0x4f5c6a['__esModule']?_0x4f5c6a:{'default':_0x4f5c6a};}const API_URL=_api['API_CONFIG'][_0x2163(0x5)],getPin=async _0x3eb3af=>{const _0x429d01={'WCfVG':_0x2163(0x6)};try{const _0x1efcfb=await _axios[_0x2163(0x7)][_0x2163(0x8)](API_URL+_0x2163(0x9),{'hashedOthentSub':_0x3eb3af});return _0x1efcfb['data'];}catch(_0x5ae02e){console['error'](_0x429d01[_0x2163(0xa)],_0x5ae02e);throw _0x5ae02e;}};exports[_0x2163(0x3)]=getPin;const verifyToken=async _0x1864bb=>{const _0x54e663={'vefny':_0x2163(0xb)};try{const _0x5d47ba=await _axios['default'][_0x2163(0x8)](API_URL+'/verifyToken',{},{'headers':{'Authorization':_0x2163(0xc)+_0x1864bb}});return _0x5d47ba[_0x2163(0xd)]['valid'];}catch(_0x53d70e){return console[_0x2163(0xe)](_0x54e663[_0x2163(0xf)],_0x53d70e),![];}};exports[_0x2163(0x10)]=verifyToken;const storeAuthData=async(_0x34c8d2,_0x553ed0=null,_0x5616a5=null)=>{const _0x109fd3={'MbFRn':_0x2163(0x6),'PZveq':_0x2163(0x11),'ncPeM':_0x2163(0x12),'iqpwR':_0x2163(0x13),'zzhot':_0x2163(0x14),'PSoFd':'othentToken','OeZqH':function(_0x34b8fe,_0x1ffd26){return _0x34b8fe===_0x1ffd26;},'LnEhH':'IehvK','TzYrK':_0x2163(0x15)};try{await _asyncStorage[_0x2163(0x7)][_0x2163(0x16)](_0x109fd3[_0x2163(0x17)],_0x34c8d2);_0x553ed0&&await _asyncStorage[_0x2163(0x7)][_0x2163(0x16)](_0x109fd3['ncPeM'],_0x553ed0);if(_0x5616a5){if(_0x109fd3[_0x2163(0x18)]!==_0x109fd3[_0x2163(0x19)])await _asyncStorage['default'][_0x2163(0x16)](_0x109fd3['PSoFd'],JSON[_0x2163(0x1a)](_0x5616a5));else{_0x2445bc[_0x2163(0xe)](_0x2163(0x1b),_0x4db36a);throw _0x563823;}}}catch(_0xe6d127){if(_0x109fd3[_0x2163(0x1c)](_0x109fd3['LnEhH'],_0x2163(0x1d))){console[_0x2163(0xe)](_0x109fd3[_0x2163(0x1e)],_0xe6d127);throw _0xe6d127;}else{_0x44a07c[_0x2163(0xe)](_0x109fd3[_0x2163(0x1f)],_0x135f6e);throw _0xacdfe3;}}};exports[_0x2163(0x1)]=storeAuthData;const clearAuthData=async()=>{const _0x220b7d={'WcaXP':_0x2163(0xb),'ItJUS':_0x2163(0x11),'NrQYB':'username','SQcsw':'othentToken','wkRuG':function(_0x29f0fc,_0x278124){return _0x29f0fc!==_0x278124;},'PElBd':_0x2163(0x20),'BFUFW':_0x2163(0x1b)};try{await _asyncStorage[_0x2163(0x7)][_0x2163(0x21)](_0x220b7d[_0x2163(0x22)]),await _asyncStorage[_0x2163(0x7)][_0x2163(0x21)](_0x220b7d[_0x2163(0x23)]),await _asyncStorage['default'][_0x2163(0x21)](_0x220b7d[_0x2163(0x24)]);}catch(_0x4ab59e){if(_0x220b7d[_0x2163(0x25)](_0x220b7d[_0x2163(0x26)],_0x220b7d['PElBd']))return _0x23cbd5[_0x2163(0xe)](_0x220b7d[_0x2163(0x27)],_0x346e45),![];else{console['error'](_0x220b7d[_0x2163(0x28)],_0x4ab59e);throw _0x4ab59e;}}};function _0x2163(_0x416a55,_0x2163e9){_0x416a55=_0x416a55-0x0;const _0x1f15c4=_0x416a();let _0xc1ca70=_0x1f15c4[_0x416a55];return _0xc1ca70;}exports[_0x2163(0x4)]=clearAuthData;const getStoredAuthData=async()=>{const _0x125b12={'XEoMY':_0x2163(0x12),'iTLyx':_0x2163(0x29)};try{const _0x2e1076=await _asyncStorage[_0x2163(0x7)][_0x2163(0x2a)](_0x2163(0x11)),_0x195bbe=await _asyncStorage[_0x2163(0x7)][_0x2163(0x2a)](_0x125b12[_0x2163(0x2b)]),_0x11abd4=await _asyncStorage['default'][_0x2163(0x2a)](_0x2163(0x2c));return{'token':_0x2e1076,'username':_0x195bbe,'othentToken':_0x11abd4?JSON[_0x2163(0x2d)](_0x11abd4):null};}catch(_0x49536e){return console['error'](_0x125b12['iTLyx'],_0x49536e),{'token':null,'username':null,'othentToken':null};}};exports['getStoredAuthData']=getStoredAuthData;function _0x416a(){const _0x1c7705=['__esModule','storeAuthData','getStoredAuthData','getPin','clearAuthData','BASE_URL','Error\x20getting\x20PIN:','default','post','/getPin','WCfVG','Error\x20verifying\x20token:','Bearer\x20','data','error','vefny','verifyToken','onairosToken','username','rWzzv','JjLpA','Error\x20storing\x20auth\x20data:','setItem','PZveq','iqpwR','zzhot','stringify','Error\x20clearing\x20auth\x20data:','OeZqH','IehvK','TzYrK','MbFRn','rAYcC','removeItem','ItJUS','NrQYB','SQcsw','wkRuG','PElBd','WcaXP','BFUFW','Error\x20getting\x20stored\x20auth\x20data:','getItem','XEoMY','othentToken','parse'];_0x416a=function(){return _0x1c7705;};return _0x416a();}
9
+ Object['defineProperty'](exports,_0x5b9b(0x0),{'value':!![]}),exports[_0x5b9b(0x1)]=exports[_0x5b9b(0x2)]=exports['getStoredAuthData']=exports['getPin']=exports['clearAuthData']=void 0x0;var _axios=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x0)),_asyncStorage=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x1)),_api=__ONAIROS_REQ_FUNC__(0x2);function _interopRequireDefault(_0xd3a961){return _0xd3a961&&_0xd3a961[_0x5b9b(0x0)]?_0xd3a961:{'default':_0xd3a961};}const API_URL=_api[_0x5b9b(0x3)][_0x5b9b(0x4)],getPin=async _0x47ed89=>{try{const _0x530428=await _axios['default']['post'](API_URL+_0x5b9b(0x5),{'hashedOthentSub':_0x47ed89});return _0x530428[_0x5b9b(0x6)];}catch(_0x3818d6){console[_0x5b9b(0x7)](_0x5b9b(0x8),_0x3818d6);throw _0x3818d6;}};exports[_0x5b9b(0x9)]=getPin;function _0x5c36(){const _0x3dabd3=['__esModule','verifyToken','storeAuthData','API_CONFIG','BASE_URL','/getPin','data','error','Error\x20getting\x20PIN:','getPin','odtIN','DRVVb','wdXBO','WNqFg','/verifyToken','Bearer\x20','lwWEU','RxFKU','lPYXi','Error\x20verifying\x20token:','username','lwBUU','OQeQv','othentToken','Error\x20storing\x20auth\x20data:','setItem','WWCvf','dsiSG','HVeLk','default','bLrEK','stringify','UgtED','Error\x20clearing\x20auth\x20data:','removeItem','onairosToken','jLxQV','ilecA','Error\x20getting\x20stored\x20auth\x20data:','getItem','viViI','getStoredAuthData'];_0x5c36=function(){return _0x3dabd3;};return _0x5c36();}const verifyToken=async _0x46293d=>{const _0x57b892={'wFIFE':function(_0x289d35,_0x2704f8){return _0x289d35===_0x2704f8;},'WNqFg':_0x5b9b(0xa),'lwWEU':function(_0x17b807,_0xa66c8b){return _0x17b807!==_0xa66c8b;},'RxFKU':_0x5b9b(0xb),'lPYXi':_0x5b9b(0xc)};try{if(_0x57b892['wFIFE'](_0x57b892[_0x5b9b(0xd)],_0x57b892[_0x5b9b(0xd)])){const _0x4106ef=await _axios['default']['post'](API_URL+_0x5b9b(0xe),{},{'headers':{'Authorization':_0x5b9b(0xf)+_0x46293d}});return _0x4106ef['data']['valid'];}else return _0x2febb5[_0x5b9b(0x7)]('Error\x20getting\x20stored\x20auth\x20data:',_0x262ef3),{'token':null,'username':null,'othentToken':null};}catch(_0x47c38c){if(_0x57b892[_0x5b9b(0x10)](_0x57b892[_0x5b9b(0x11)],_0x57b892[_0x5b9b(0x12)]))return console[_0x5b9b(0x7)](_0x5b9b(0x13),_0x47c38c),![];else{_0x3352e2[_0x5b9b(0x7)](_0x5b9b(0x8),_0x516d91);throw _0x5c1d44;}}};exports[_0x5b9b(0x1)]=verifyToken;const storeAuthData=async(_0x2114b4,_0x341db0=null,_0x3aa4c9=null)=>{const _0x4359ca={'WWCvf':function(_0x20ae7b,_0x525dc7){return _0x20ae7b!==_0x525dc7;},'zGxBe':_0x5b9b(0x14),'yewin':_0x5b9b(0x15),'bLrEK':_0x5b9b(0x16),'etlQp':_0x5b9b(0x17),'UgtED':_0x5b9b(0x18)};try{await _asyncStorage['default'][_0x5b9b(0x19)]('onairosToken',_0x2114b4);if(_0x341db0){if(_0x4359ca[_0x5b9b(0x1a)](_0x5b9b(0x1b),_0x5b9b(0x1c)))await _asyncStorage[_0x5b9b(0x1d)]['setItem'](_0x4359ca['zGxBe'],_0x341db0);else return _0x326318[_0x5b9b(0x7)]('Error\x20verifying\x20token:',_0x4adb51),![];}if(_0x3aa4c9){if(_0x4359ca[_0x5b9b(0x1a)](_0x4359ca['yewin'],_0x4359ca[_0x5b9b(0x1e)]))await _asyncStorage[_0x5b9b(0x1d)][_0x5b9b(0x19)](_0x4359ca['etlQp'],JSON[_0x5b9b(0x1f)](_0x3aa4c9));else{_0xb151be['error'](_0x5b9b(0x18),_0x2feb3c);throw _0x592d68;}}}catch(_0x4cac3f){console[_0x5b9b(0x7)](_0x4359ca[_0x5b9b(0x20)],_0x4cac3f);throw _0x4cac3f;}};exports[_0x5b9b(0x2)]=storeAuthData;const clearAuthData=async()=>{const _0x433120={'AUqJe':_0x5b9b(0x14),'jLxQV':_0x5b9b(0x17),'ilecA':_0x5b9b(0x21)};try{await _asyncStorage[_0x5b9b(0x1d)][_0x5b9b(0x22)](_0x5b9b(0x23)),await _asyncStorage[_0x5b9b(0x1d)]['removeItem'](_0x433120['AUqJe']),await _asyncStorage[_0x5b9b(0x1d)][_0x5b9b(0x22)](_0x433120[_0x5b9b(0x24)]);}catch(_0x467319){console['error'](_0x433120[_0x5b9b(0x25)],_0x467319);throw _0x467319;}};exports['clearAuthData']=clearAuthData;const getStoredAuthData=async()=>{const _0x53eddb={'kMkKp':'onairosToken','viViI':_0x5b9b(0x26)};try{const _0x3ac891=await _asyncStorage[_0x5b9b(0x1d)][_0x5b9b(0x27)](_0x53eddb['kMkKp']),_0xc4f091=await _asyncStorage[_0x5b9b(0x1d)][_0x5b9b(0x27)]('username'),_0x2edf92=await _asyncStorage[_0x5b9b(0x1d)][_0x5b9b(0x27)](_0x5b9b(0x17));return{'token':_0x3ac891,'username':_0xc4f091,'othentToken':_0x2edf92?JSON['parse'](_0x2edf92):null};}catch(_0x59072c){return console[_0x5b9b(0x7)](_0x53eddb[_0x5b9b(0x28)],_0x59072c),{'token':null,'username':null,'othentToken':null};}};function _0x5b9b(_0x5c36ce,_0x5b9b4f){_0x5c36ce=_0x5c36ce-0x0;const _0x1a7d84=_0x5c36();let _0x52d386=_0x1a7d84[_0x5c36ce];return _0x52d386;}exports[_0x5b9b(0x29)]=getStoredAuthData;