@onairos/react-native 3.6.5 → 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("../config/api")
8
8
  ];
9
9
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
10
- Object[_0x26a3(0x0)](exports,_0x26a3(0x1),{'value':!![]}),exports[_0x26a3(0x2)]=exports['reconnectYouTube']=exports['getYouTubeConnectionStatus']=exports[_0x26a3(0x3)]=exports[_0x26a3(0x4)]=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(_0x7375a3){return _0x7375a3&&_0x7375a3[_0x26a3(0x1)]?_0x7375a3:{'default':_0x7375a3};}function _0x5b33(){const _0x310257=['defineProperty','__esModule','shouldShowYouTubeMigrationWarning','checkYouTubeMigrationNeeded','checkAndFixYouTubeConnection','1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','https://www.googleapis.com/auth/youtube.readonly','openid','email','GoogleSignin','configure','kYnzj','dsuYg','profile','Fouke','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?','cancel','🚫\x20[MIGRATION\x20WARNING]\x20NO\x20WARNING\x20-\x20user\x20is\x20in\x20temporary\x20mode\x20(working\x20correctly)','✅\x20[MIGRATION\x20WARNING]\x20NO\x20WARNING\x20-\x20connection\x20is\x20working\x20properly','none','vVrVU','kVfGh','temporary\x20access\x20token\x20mode','🔄\x20User\x20using\x20temporary\x20mode\x20-\x20connection\x20working\x20correctly','✅\x20YouTube\x20connection\x20fully\x20working\x20with\x20refresh\x20tokens','xOduE','❌\x20Error\x20checking\x20YouTube\x20migration\x20status:','ybZEg','Yqnir','API_CONFIG','json','success','validation','MUadQ','VlbsJ','rkpZO','Alert','alert','YouTube\x20Connection\x20Upgrade','QHNDn','Skip\x20for\x20Now','bUBrh','Upgrade\x20Now','WSvlt','isTemporaryMode','idaMW','temporaryMode','pwgfl','dRhse','message','includes','needsReconnection','hasRefreshToken','log','arHor','enabled','iOdcP','vSYOL','KDgYK','CwHdu','lipZz','MysMH','hasAccessToken','TqEqk','📊\x20[MIGRATION\x20WARNING]\x20Status\x20check:','connectedAt','KlhHy','cjeLE','❓\x20YouTube\x20connection\x20status\x20unclear','ZBeBR','QlaMU','LfRWG','error','✅\x20YouTube\x20connected\x20with\x20refresh\x20tokens','❌\x20Error\x20getting\x20YouTube\x20connection\x20status:','okyLf','🔄\x20YouTube\x20connected\x20in\x20temporary\x20mode','temporary','kaTnj','full','OVVSi','shKZv','⚠️\x20YouTube\x20connected\x20but\x20needs\x20migration','FzaBO','sAPbS','zGvgN','tDJJX','HEvul','qeQBI','CxhJc','BASE_URL','/youtube/validate-connection/','izEYA','OAZNs','RSFqI','CFquO','JOwvo','DSkQu','wpLtu','RENSI','limited','ToJDc','RMSbj','TqJyU','EKBJq','aRHWa','BnIwS','❌\x20No\x20YouTube\x20connection\x20found','getYouTubeConnectionStatus','QbTxs','Your\x20YouTube\x20connection\x20has\x20been\x20upgraded\x20successfully.\x20Training\x20will\x20now\x20work\x20seamlessly\x20without\x20interruptions.','Great!','❌\x20Failed\x20to\x20track\x20migration\x20attempt:','🔄\x20Starting\x20YouTube\x20migration\x20for\x20user:','✅\x20Signed\x20out\x20-\x20consent\x20cache\x20cleared','jAnRB','🔐\x20Initiating\x20sign-in\x20-\x20consent\x20screen\x20should\x20appear...','DdgAP','🔍\x20Token\x20Analysis:','Available','3|4|2|0|1|5','\x20\x20\x203.\x20User\x20did\x20not\x20grant\x20offline\x20access\x20permission','\x20\x20\x201.\x20offlineAccess:\x20true\x20is\x20missing\x20from\x20configuration','💡\x20This\x20usually\x20means:','✅\x20Got\x20refresh\x20token\x20after\x20consent:','🔑\x20Refresh\x20token\x20source:','onairos_jwt_token','auth_token','⚠️\x20No\x20authentication\x20token\x20found\x20for\x20YouTube\x20migration','migration_token_placeholder','youtube','YouTube\x20Channel','your-api-key','✅\x20YouTube\x20migration\x20successful','❌\x20YouTube\x20migration\x20failed:','oVpck','HLUzK','signOut','FexFn','qpGkP','YouTube\x20Upgraded!\x20✅','TsgCH','bBMDS','mNyJL','accessToken','✅\x20Token\x20cache\x20cleared','sbvrx','vgFrv','ℹ️\x20No\x20token\x20cache\x20to\x20clear','signIn','getTokens','getCurrentUser','PfPTw','serverAuthCode','Server\x20auth\x20code\x20from\x20sign-in','qmLLP','okRRl','lmBuv','awzZX','idToken','MKQoi','mzETy','YGNjh','user','czeuL','KTKEx','dnFTI','piOxL','kHuqF','substring','ltEtN','eTssM','getItem','fneTX','default','ymChO','warn','wpMVF','WtzzD','name','📤\x20Sending\x20migration\x20payload\x20to\x20backend...','/youtube/native-auth','EytEh','xhHdY','Bearer\x20','stringify','svWwc','Unknown\x20error','Viczl','iqcnm','oFsSN','/youtube/migration-status','mSxbS','toISOString','ddvyv','uCkId','⚠️\x20No\x20refresh\x20capability\x20but\x20training\x20can\x20proceed','lSRTJ','🔍\x20[MIGRATION\x20WARNING]\x20Checking\x20if\x20user\x20should\x20see\x20migration\x20warning:','VjDqc','⚠️\x20[MIGRATION\x20WARNING]\x20SHOW\x20WARNING\x20-\x20genuinely\x20old\x20connection\x20needs\x20update','❌\x20[MIGRATION\x20WARNING]\x20Error\x20checking\x20migration\x20warning\x20status:','vqDhw','cpING','KfydV','aHafY','YvOdm','RjrvD','ZyiAr','KRAtT','GKvuP','zmjqS','kHeoQ','djwNu','PEWHK','YEOpb','VNPqa','GPQgI','nhlNg','xXSeP','🔄\x20Checking\x20YouTube\x20connection\x20for\x20user:','🚫\x20[MIGRATION]\x20NO\x20MIGRATION\x20NEEDED\x20-\x20user\x20connection\x20is\x20working\x20correctly','wujtm','🔧\x20[MIGRATION]\x20User\x20needs\x20YouTube\x20migration\x20for\x20refresh\x20token\x20(genuinely\x20old\x20connection)','YouTube\x20connection\x20upgrade\x20failed.\x20Please\x20try\x20again\x20later\x20or\x20contact\x20support\x20if\x20the\x20problem\x20persists.','❌\x20Error\x20in\x20YouTube\x20connection\x20check:','ZJxjc','NoWfZ','✅\x20[MIGRATION]\x20User\x20can\x20proceed\x20with\x20training\x20normally','uMvVT','GaNWl','vqxhl','✅\x20[MIGRATION]\x20YouTube\x20connection\x20working\x20properly\x20-\x20no\x20migration\x20needed','VJbxe','wfUuN','ℹ️\x20User\x20declined\x20YouTube\x20migration','HUMWK','SFtBV','JQpGR','FwSKR','Upgrade\x20Failed\x20❌','XlLZr','LpQtB','AiMRF','GawSQ','JgyUt','reconnectYouTube'];_0x5b33=function(){return _0x310257;};return _0x5b33();}const WEB_CLIENT_ID='1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com',IOS_CLIENT_ID=_0x26a3(0x5),configureGoogleSignInForRefreshTokens=()=>{const _0x24176a={'kYnzj':_0x26a3(0x6),'dsuYg':_0x26a3(0x7),'Fouke':_0x26a3(0x8)};_googleSignin[_0x26a3(0x9)][_0x26a3(0xa)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x24176a[_0x26a3(0xb)],_0x24176a[_0x26a3(0xc)],_0x26a3(0xd),_0x24176a[_0x26a3(0xe)]],'hostedDomain':'','accountName':''});},checkYouTubeMigrationNeeded=async _0x3b14dd=>{const _0x14f680={'VlbsJ':_0x26a3(0xf),'rkpZO':_0x26a3(0x10),'dRhse':function(_0x5e0ac2,_0x53ab2b){return _0x5e0ac2===_0x53ab2b;},'CwHdu':function(_0x3940ca,_0xecaeee){return _0x3940ca===_0xecaeee;},'vSYOL':function(_0x57e193,_0x3fbe12){return _0x57e193===_0x3fbe12;},'lipZz':function(_0x4f3a87,_0x5d1a79){return _0x4f3a87===_0x5d1a79;},'MysMH':function(_0x5ba751,_0x3e97f1){return _0x5ba751===_0x3e97f1;},'TqEqk':function(_0x3c2e59,_0x437e09){return _0x3c2e59===_0x437e09;},'KlhHy':_0x26a3(0x11),'xcCjt':_0x26a3(0x12),'ZBeBR':_0x26a3(0x13),'Yqnir':function(_0x43e305,_0x31ffb7){return _0x43e305(_0x31ffb7);},'qZaEt':_0x26a3(0x14),'MUadQ':_0x26a3(0x15),'xDmVl':function(_0x1d4097,_0x3a51b5){return _0x1d4097===_0x3a51b5;},'idaMW':function(_0x24f920,_0x35e32a){return _0x24f920===_0x35e32a;},'pwgfl':function(_0x23573f,_0x2038e3){return _0x23573f===_0x2038e3;},'uLNuv':_0x26a3(0x16),'arHor':'🔍\x20YouTube\x20migration\x20check:','OAxdk':function(_0x6518ff,_0x3e565c){return _0x6518ff===_0x3e565c;},'iOdcP':_0x26a3(0x17),'slSLB':'⚠️\x20No\x20refresh\x20capability\x20but\x20training\x20can\x20proceed','KDgYK':'keimA','zYcJW':'🔧\x20User\x20needs\x20YouTube\x20migration\x20for\x20refresh\x20token','cjeLE':_0x26a3(0x18),'QlaMU':'bHfCO','LfRWG':_0x26a3(0x19),'aaUrj':_0x26a3(0x1a)};try{if(_0x14f680['dRhse'](_0x26a3(0x1b),_0x26a3(0x1b))){const _0x4a1235=await _0x14f680[_0x26a3(0x1c)](fetch,_api[_0x26a3(0x1d)]['BASE_URL']+'/youtube/validate-connection/'+_0x3b14dd),_0x52d4d1=await _0x4a1235[_0x26a3(0x1e)]();if(_0x52d4d1[_0x26a3(0x1f)]&&_0x52d4d1[_0x26a3(0x20)]){if(_0x14f680['qZaEt']===_0x14f680[_0x26a3(0x21)]){const _0x37b632={'QHNDn':_0x14f680[_0x26a3(0x22)],'bUBrh':_0x14f680[_0x26a3(0x23)],'WSvlt':'default'};return new _0x4fafe3(_0x1d5a17=>{_0x1bf2dd[_0x26a3(0x24)][_0x26a3(0x25)](_0x26a3(0x26),_0x37b632[_0x26a3(0x27)],[{'text':_0x26a3(0x28),'style':_0x37b632[_0x26a3(0x29)],'onPress':()=>_0x1d5a17(![])},{'text':_0x26a3(0x2a),'style':_0x37b632[_0x26a3(0x2b)],'onPress':()=>_0x1d5a17(!![])}]);});}else{var _0x46f200,_0x2696a0,_0x50cea3;const _0x3f74c0=_0x14f680['xDmVl'](_0x14f680['idaMW'](_0x46f200=_0x52d4d1[_0x26a3(0x20)],null)||_0x46f200===void 0x0?void 0x0:_0x46f200[_0x26a3(0x2c)],!![])||_0x14f680[_0x26a3(0x2d)](_0x14f680['dRhse'](_0x2696a0=_0x52d4d1[_0x26a3(0x2e)],null)||_0x14f680[_0x26a3(0x2f)](_0x2696a0,void 0x0)?void 0x0:_0x2696a0['enabled'],!![])||_0x14f680[_0x26a3(0x30)](_0x52d4d1['isTemporaryMode'],!![])||_0x52d4d1[_0x26a3(0x31)]&&_0x52d4d1[_0x26a3(0x31)][_0x26a3(0x32)](_0x14f680['uLNuv']),_0x38dc29=_0x52d4d1[_0x26a3(0x20)][_0x26a3(0x33)],_0x15abec=_0x52d4d1[_0x26a3(0x20)][_0x26a3(0x34)];console[_0x26a3(0x35)](_0x14f680[_0x26a3(0x36)],{'username':_0x3b14dd,'needsReconnection':_0x38dc29,'hasRefreshToken':_0x15abec,'isTemporaryMode':_0x3f74c0,'temporaryModeEnabled':_0x14f680['OAxdk'](_0x50cea3=_0x52d4d1[_0x26a3(0x2e)],null)||_0x14f680['dRhse'](_0x50cea3,void 0x0)?void 0x0:_0x50cea3[_0x26a3(0x37)],'message':_0x52d4d1['message']});if(_0x3f74c0)return console[_0x26a3(0x35)](_0x14f680[_0x26a3(0x38)]),console[_0x26a3(0x35)](_0x14f680['slSLB']),![];else{if(_0x38dc29){if(_0x14f680[_0x26a3(0x39)](_0x14f680[_0x26a3(0x3a)],_0x14f680[_0x26a3(0x3a)]))return console[_0x26a3(0x35)](_0x14f680['zYcJW']),!![];else{var _0xcda2b5,_0x246c56;const _0xa893bc=_0x14f680[_0x26a3(0x30)]((_0xcda2b5=_0x2d4608['validation'])===null||_0x14f680[_0x26a3(0x30)](_0xcda2b5,void 0x0)?void 0x0:_0xcda2b5[_0x26a3(0x2c)],!![])||(_0x14f680[_0x26a3(0x3b)](_0x246c56=_0x5dc18a['temporaryMode'],null)||_0x14f680[_0x26a3(0x39)](_0x246c56,void 0x0)?void 0x0:_0x246c56[_0x26a3(0x37)])===!![]||_0x14f680[_0x26a3(0x3c)](_0x4dab5f[_0x26a3(0x2c)],!![]),_0x2a2002=_0x14f680[_0x26a3(0x3d)](_0x4a6dd8[_0x26a3(0x20)][_0x26a3(0x3e)],!![]),_0x564693=_0x116621[_0x26a3(0x20)]['hasRefreshToken']===!![],_0x1ce1f0=_0x14f680[_0x26a3(0x3f)](_0x8ec843['validation'][_0x26a3(0x33)],!![]);_0x564f44[_0x26a3(0x35)](_0x26a3(0x40),{'username':_0x10991f,'hasAccessToken':_0x2a2002,'hasRefreshToken':_0x564693,'needsReconnection':_0x1ce1f0,'isTemporaryMode':_0xa893bc,'connectedAt':_0x2930b3[_0x26a3(0x20)][_0x26a3(0x41)]});if(_0xa893bc)return _0x16be95['log'](_0x14f680[_0x26a3(0x42)]),![];else return _0x2a2002&&!_0x564693&&_0x1ce1f0?(_0x49342c[_0x26a3(0x35)]('⚠️\x20[MIGRATION\x20WARNING]\x20SHOW\x20WARNING\x20-\x20genuinely\x20old\x20connection\x20needs\x20update'),!![]):(_0x41a4f5['log'](_0x14f680['xcCjt']),![]);}}else return console['log'](_0x14f680[_0x26a3(0x43)]),![];}}}return![];}else return _0x47ce53[_0x26a3(0x35)](_0x26a3(0x44)),{'isReady':![],'mode':_0x14f680[_0x26a3(0x45)],'needsMigration':![],'trainingReady':![],'details':_0x4fc379};}catch(_0x1a08a8){return _0x14f680[_0x26a3(0x3b)](_0x14f680[_0x26a3(0x46)],_0x14f680[_0x26a3(0x47)])?(_0x5f3276['error']('❌\x20[MIGRATION\x20WARNING]\x20Error\x20checking\x20migration\x20warning\x20status:',_0x137780),![]):(console[_0x26a3(0x48)](_0x14f680['aaUrj'],_0x1a08a8),![]);}};exports['checkYouTubeMigrationNeeded']=checkYouTubeMigrationNeeded;const getYouTubeConnectionStatus=async _0x4f8a86=>{const _0x24ea44={'tDJJX':_0x26a3(0x6),'HEvul':_0x26a3(0x7),'qeQBI':_0x26a3(0xd),'CxhJc':_0x26a3(0x8),'DSkQu':_0x26a3(0x49),'ToJDc':_0x26a3(0x4a),'aRHWa':_0x26a3(0x13),'RMSbj':function(_0x1ecefa,_0x25d7f5){return _0x1ecefa instanceof _0x25d7f5;},'TqJyU':function(_0x28c1cd,_0x44f54c){return _0x28c1cd(_0x44f54c);},'BnIwS':'ℹ️\x20No\x20token\x20cache\x20to\x20clear','QqsNg':function(_0x4d8dc2,_0x2660b9){return _0x4d8dc2===_0x2660b9;},'EPfFL':_0x26a3(0x4b),'zGvgN':'KYtJe','izEYA':function(_0x30b81c,_0x4af55d){return _0x30b81c===_0x4af55d;},'OAZNs':function(_0x55ed49,_0x1d02ac){return _0x55ed49===_0x1d02ac;},'LCeGQ':function(_0x1210fc,_0x943d27){return _0x1210fc===_0x943d27;},'RSFqI':function(_0x35a61d,_0x35577c){return _0x35a61d===_0x35577c;},'CFquO':_0x26a3(0x4c),'OfTFm':_0x26a3(0x4d),'JOwvo':_0x26a3(0x4e),'cyetm':_0x26a3(0x4f),'wpLtu':_0x26a3(0x50),'RENSI':_0x26a3(0x51),'SbArU':_0x26a3(0x52),'rAgFF':_0x26a3(0x53),'EKBJq':_0x26a3(0x54),'RwWyz':function(_0x2db3f6,_0x50daf1){return _0x2db3f6(_0x50daf1);}};try{if(_0x24ea44['QqsNg'](_0x24ea44['EPfFL'],_0x24ea44[_0x26a3(0x55)]))_0x5a234d['GoogleSignin'][_0x26a3(0xa)]({'webClientId':_0x3ae059,'iosClientId':_0xedd5ab,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x24ea44[_0x26a3(0x56)],_0x24ea44[_0x26a3(0x57)],_0x24ea44[_0x26a3(0x58)],_0x24ea44[_0x26a3(0x59)]],'hostedDomain':'','accountName':''});else{const _0x95f2b5=await _0x24ea44['TqJyU'](fetch,_api['API_CONFIG'][_0x26a3(0x5a)]+_0x26a3(0x5b)+_0x4f8a86),_0x128ef3=await _0x95f2b5[_0x26a3(0x1e)]();console[_0x26a3(0x35)]('📋\x20Complete\x20YouTube\x20status\x20response:',_0x128ef3);if(_0x128ef3[_0x26a3(0x1f)]&&_0x128ef3[_0x26a3(0x20)]){var _0x5aa2e2,_0x355e9b;const _0x41cdb9=(_0x24ea44['izEYA'](_0x5aa2e2=_0x128ef3[_0x26a3(0x20)],null)||_0x5aa2e2===void 0x0?void 0x0:_0x5aa2e2['isTemporaryMode'])===!![]||_0x24ea44[_0x26a3(0x5c)](_0x24ea44[_0x26a3(0x5d)](_0x355e9b=_0x128ef3[_0x26a3(0x2e)],null)||_0x355e9b===void 0x0?void 0x0:_0x355e9b[_0x26a3(0x37)],!![])||_0x24ea44['LCeGQ'](_0x128ef3[_0x26a3(0x2c)],!![])||_0x128ef3[_0x26a3(0x31)]&&_0x128ef3[_0x26a3(0x31)][_0x26a3(0x32)](_0x26a3(0x16)),_0x5b73ea=_0x24ea44[_0x26a3(0x5e)](_0x128ef3['validation'][_0x26a3(0x34)],!![]),_0x3da26b=_0x24ea44['LCeGQ'](_0x128ef3[_0x26a3(0x20)][_0x26a3(0x33)],!![]);if(_0x41cdb9)return console['log'](_0x24ea44[_0x26a3(0x5f)]),console[_0x26a3(0x35)]('✅\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour'),{'isReady':!![],'mode':_0x24ea44['OfTFm'],'needsMigration':![],'trainingReady':!![],'details':_0x128ef3};else{if(_0x5b73ea)return _0x24ea44[_0x26a3(0x5d)](_0x24ea44[_0x26a3(0x60)],_0x24ea44[_0x26a3(0x60)])?(console[_0x26a3(0x35)](_0x26a3(0x49)),{'isReady':!![],'mode':_0x24ea44['cyetm'],'needsMigration':![],'trainingReady':!![],'details':_0x128ef3}):(_0x152316['log'](_0x24ea44[_0x26a3(0x61)]),{'isReady':!![],'mode':_0x26a3(0x4f),'needsMigration':![],'trainingReady':!![],'details':_0x546ffd});else{if(_0x3da26b)return _0x24ea44[_0x26a3(0x62)]!==_0x24ea44[_0x26a3(0x63)]?(console[_0x26a3(0x35)](_0x24ea44['SbArU']),{'isReady':![],'mode':_0x26a3(0x64),'needsMigration':!![],'trainingReady':![],'details':_0x128ef3}):(_0x57afe9[_0x26a3(0x48)](_0x24ea44[_0x26a3(0x65)],_0x53a5eb),{'isReady':![],'mode':_0x24ea44['aRHWa'],'needsMigration':![],'trainingReady':![],'details':{'error':_0x24ea44[_0x26a3(0x66)](_0x5d4d05,_0x5b87b1)?_0x30ca64['message']:_0x24ea44[_0x26a3(0x67)](_0x20af75,_0x3f078c)}});else{if(_0x24ea44['rAgFF']!==_0x24ea44[_0x26a3(0x68)])return console[_0x26a3(0x35)](_0x26a3(0x44)),{'isReady':![],'mode':_0x24ea44[_0x26a3(0x69)],'needsMigration':![],'trainingReady':![],'details':_0x128ef3};else _0x53d31c['log'](_0x24ea44[_0x26a3(0x6a)]);}}}}return console['log'](_0x26a3(0x6b)),{'isReady':![],'mode':_0x24ea44[_0x26a3(0x69)],'needsMigration':![],'trainingReady':![],'details':_0x128ef3};}}catch(_0x1dd9f5){return console[_0x26a3(0x48)](_0x26a3(0x4a),_0x1dd9f5),{'isReady':![],'mode':_0x26a3(0x13),'needsMigration':![],'trainingReady':![],'details':{'error':_0x24ea44['RMSbj'](_0x1dd9f5,Error)?_0x1dd9f5[_0x26a3(0x31)]:_0x24ea44['RwWyz'](String,_0x1dd9f5)}};}};exports[_0x26a3(0x6c)]=getYouTubeConnectionStatus;const showYouTubeMigrationPrompt=async()=>{const _0x169832={'Odkqz':'YouTube\x20Connection\x20Upgrade','lrJeo':'cancel','QbTxs':'Upgrade\x20Now','ZHXjo':'default'};return new Promise(_0x139f08=>{_reactNative[_0x26a3(0x24)]['alert'](_0x169832['Odkqz'],_0x26a3(0xf),[{'text':'Skip\x20for\x20Now','style':_0x169832['lrJeo'],'onPress':()=>_0x139f08(![])},{'text':_0x169832[_0x26a3(0x6d)],'style':_0x169832['ZHXjo'],'onPress':()=>_0x139f08(!![])}]);});},forceYouTubeReconnection=async _0x15a886=>{const _0x64c354={'TsgCH':_0x26a3(0x6e),'bBMDS':_0x26a3(0x6f),'mNyJL':'default','awzZX':_0x26a3(0x70),'oVpck':_0x26a3(0x71),'HLUzK':function(_0x4f8872){return _0x4f8872();},'FexFn':_0x26a3(0x72),'qpGkP':'wAutA','sbvrx':function(_0x329220,_0x39e59e){return _0x329220===_0x39e59e;},'vgFrv':_0x26a3(0x73),'RUzES':_0x26a3(0x74),'PfPTw':'None','qmLLP':function(_0x553aa5,_0x40c392){return _0x553aa5!==_0x40c392;},'okRRl':_0x26a3(0x75),'lmBuv':'Current\x20user\x20server\x20auth\x20code','irvhw':_0x26a3(0x76),'MKQoi':_0x26a3(0x77),'mzETy':'MISSING!','YGNjh':function(_0x39b61f,_0x160ca0){return _0x39b61f===_0x160ca0;},'czeuL':_0x26a3(0x78),'KTKEx':_0x26a3(0x79),'dnFTI':_0x26a3(0x7a),'SIVFQ':'❌\x20No\x20refresh\x20token\x20received\x20-\x20Google\x20Console\x20configuration\x20may\x20be\x20incorrect','piOxL':_0x26a3(0x7b),'kHuqF':_0x26a3(0x7c),'UhLfc':function(_0x4835a6,_0x34c9c3){return _0x4835a6+_0x34c9c3;},'ltEtN':'...','eTssM':_0x26a3(0x7d),'fneTX':_0x26a3(0x7e),'wlABb':'enoch_token','ymChO':_0x26a3(0x7f),'wpMVF':_0x26a3(0x80),'xhHdY':_0x26a3(0x81),'WtzzD':_0x26a3(0x82),'PeIfG':_0x26a3(0x83),'Trysi':function(_0x3acfb7,_0x4ae65e,_0x599e30){return _0x3acfb7(_0x4ae65e,_0x599e30);},'EytEh':_0x26a3(0x84),'mHzLn':_0x26a3(0x85),'dNkfm':'❌\x20Backend\x20rejected\x20YouTube\x20migration:','svWwc':_0x26a3(0x86),'bpADg':function(_0x45896d,_0x43576c,_0x21463f,_0x3b726a){return _0x45896d(_0x43576c,_0x21463f,_0x3b726a);}};try{var _0x1248ef,_0x14cd88,_0x26453f,_0x5f0df1;console[_0x26a3(0x35)](_0x64c354[_0x26a3(0x87)],_0x15a886),_0x64c354[_0x26a3(0x88)](configureGoogleSignInForRefreshTokens),await _googleSignin['GoogleSignin'][_0x26a3(0x89)](),console['log'](_0x64c354[_0x26a3(0x8a)]);try{const _0x14f726=await _googleSignin[_0x26a3(0x9)]['getTokens']();if(_0x14f726['accessToken']){if(_0x64c354['qpGkP']!==_0x64c354[_0x26a3(0x8b)])return _0x5f261f['Alert'][_0x26a3(0x25)](_0x26a3(0x8c),_0x64c354[_0x26a3(0x8d)],[{'text':_0x64c354[_0x26a3(0x8e)],'style':_0x64c354[_0x26a3(0x8f)]}]),!![];else await _googleSignin['GoogleSignin']['clearCachedAccessToken'](_0x14f726[_0x26a3(0x90)]),console[_0x26a3(0x35)](_0x26a3(0x91));}}catch(_0x15b0de){if(_0x64c354[_0x26a3(0x92)](_0x26a3(0x73),_0x64c354[_0x26a3(0x93)]))console[_0x26a3(0x35)](_0x26a3(0x94));else return _0x13e5a3[_0x26a3(0x48)]('❌\x20Error\x20checking\x20YouTube\x20migration\x20status:',_0x39f2e7),![];}await _googleSignin['GoogleSignin']['hasPlayServices'](),console[_0x26a3(0x35)](_0x64c354['RUzES']);const _0x3353d2=await _googleSignin['GoogleSignin'][_0x26a3(0x95)](),_0x241af6=await _googleSignin[_0x26a3(0x9)][_0x26a3(0x96)](),_0x44e47d=await _googleSignin['GoogleSignin'][_0x26a3(0x97)]();let _0x196bab=null,_0x1c1166=_0x64c354[_0x26a3(0x98)];if(_0x3353d2[_0x26a3(0x99)])_0x196bab=_0x3353d2['serverAuthCode'],_0x1c1166=_0x26a3(0x9a);else _0x64c354['qmLLP'](_0x44e47d,null)&&_0x64c354[_0x26a3(0x9b)](_0x44e47d,void 0x0)&&_0x44e47d[_0x26a3(0x99)]&&(_0x64c354[_0x26a3(0x92)](_0x64c354[_0x26a3(0x9c)],_0x64c354[_0x26a3(0x9c)])?(_0x196bab=_0x44e47d[_0x26a3(0x99)],_0x1c1166=_0x64c354[_0x26a3(0x9d)]):_0x1241e2['error'](_0x64c354[_0x26a3(0x9e)],_0x1057b9));console[_0x26a3(0x35)](_0x64c354['irvhw'],{'hasAccessToken':!!_0x241af6['accessToken'],'hasIdToken':!!_0x241af6[_0x26a3(0x9f)],'hasServerAuthCode':!!_0x3353d2['serverAuthCode'],'hasCurrentUserAuthCode':!!(_0x64c354['qmLLP'](_0x44e47d,null)&&_0x64c354[_0x26a3(0x9b)](_0x44e47d,void 0x0)&&_0x44e47d[_0x26a3(0x99)]),'refreshTokenSource':_0x1c1166,'finalRefreshToken':_0x196bab?_0x64c354[_0x26a3(0xa0)]:_0x64c354[_0x26a3(0xa1)],'userEmail':_0x64c354[_0x26a3(0xa2)](_0x1248ef=_0x3353d2[_0x26a3(0xa3)],null)||_0x64c354[_0x26a3(0x92)](_0x1248ef,void 0x0)?void 0x0:_0x1248ef['email']});if(!_0x196bab){const _0x18f493=_0x64c354[_0x26a3(0xa4)]['split']('|');let _0x2f0128=0x0;while(!![]){switch(_0x18f493[_0x2f0128++]){case'0':console[_0x26a3(0x48)]('\x20\x20\x202.\x20forceCodeForRefreshToken:\x20true\x20is\x20missing');continue;case'1':console[_0x26a3(0x48)](_0x64c354[_0x26a3(0xa5)]);continue;case'2':console[_0x26a3(0x48)](_0x64c354[_0x26a3(0xa6)]);continue;case'3':console['error'](_0x64c354['SIVFQ']);continue;case'4':console['error'](_0x64c354[_0x26a3(0xa7)]);continue;case'5':return![];}break;}}console[_0x26a3(0x35)](_0x64c354[_0x26a3(0xa8)],_0x64c354['UhLfc'](_0x196bab[_0x26a3(0xa9)](0x0,0x14),_0x64c354[_0x26a3(0xaa)])),console[_0x26a3(0x35)](_0x64c354[_0x26a3(0xab)],_0x1c1166);let _0x295faa=await _asyncStorage['default'][_0x26a3(0xac)](_0x64c354[_0x26a3(0xad)])||await _asyncStorage['default'][_0x26a3(0xac)](_0x64c354['wlABb'])||await _asyncStorage[_0x26a3(0xae)][_0x26a3(0xac)](_0x64c354[_0x26a3(0xaf)]);!_0x295faa&&(console[_0x26a3(0xb0)](_0x64c354[_0x26a3(0xb1)]),_0x295faa=_0x64c354['xhHdY']);const _0xd42581={'session':{'username':_0x15a886,'platform':_0x64c354[_0x26a3(0xb2)],'channelName':((_0x14cd88=_0x3353d2['user'])===null||_0x64c354[_0x26a3(0x92)](_0x14cd88,void 0x0)?void 0x0:_0x14cd88[_0x26a3(0xb3)])||_0x64c354['PeIfG'],'channelId':null},'googleUser':_0x3353d2['user'],'accessToken':_0x241af6['accessToken'],'idToken':_0x241af6[_0x26a3(0x9f)],'refreshToken':_0x196bab,'serverAuthCode':_0x3353d2[_0x26a3(0x99)],'userAccountInfo':{'username':_0x15a886,'email':(_0x26453f=_0x3353d2[_0x26a3(0xa3)])===null||_0x64c354[_0x26a3(0xa2)](_0x26453f,void 0x0)?void 0x0:_0x26453f[_0x26a3(0x8)],'authToken':_0x295faa,'channelName':((_0x5f0df1=_0x3353d2['user'])===null||_0x64c354[_0x26a3(0x92)](_0x5f0df1,void 0x0)?void 0x0:_0x5f0df1[_0x26a3(0xb3)])||_0x26a3(0x83),'channelId':null}};console['log'](_0x26a3(0xb4));const _0xee95b4=await _0x64c354['Trysi'](fetch,_api[_0x26a3(0x1d)][_0x26a3(0x5a)]+_0x26a3(0xb5),{'method':'POST','headers':{'Content-Type':'application/json','x-api-key':_0x64c354[_0x26a3(0xb6)],..._0x64c354[_0x26a3(0x9b)](_0x295faa,_0x64c354[_0x26a3(0xb7)])&&{'Authorization':_0x26a3(0xb8)+_0x295faa}},'body':JSON[_0x26a3(0xb9)](_0xd42581)}),_0x3719a4=await _0xee95b4[_0x26a3(0x1e)]();return _0x3719a4[_0x26a3(0x1f)]?(console[_0x26a3(0x35)](_0x64c354['mHzLn']),await trackMigrationAttempt(_0x15a886,!![]),!![]):(console[_0x26a3(0x48)](_0x64c354['dNkfm'],_0x3719a4['error']),await trackMigrationAttempt(_0x15a886,![],_0x3719a4[_0x26a3(0x48)]),![]);}catch(_0x5a502c){return console[_0x26a3(0x48)](_0x64c354[_0x26a3(0xba)],_0x5a502c),await _0x64c354['bpADg'](trackMigrationAttempt,_0x15a886,![],_0x5a502c instanceof Error?_0x5a502c[_0x26a3(0x31)]:_0x26a3(0xbb)),![];}},trackMigrationAttempt=async(_0x568027,_0x33a9f5,_0x1c634d)=>{const _0x41e6df={'oFsSN':function(_0x1079f1,_0x3da301,_0x51bcf2){return _0x1079f1(_0x3da301,_0x51bcf2);},'mSxbS':function(_0x3606e9,_0xaf1c){return _0x3606e9||_0xaf1c;},'ddvyv':function(_0x4e9502,_0x3ba03d){return _0x4e9502===_0x3ba03d;},'CjNYa':_0x26a3(0xbc),'uCkId':_0x26a3(0xbd)};try{await _0x41e6df[_0x26a3(0xbe)](fetch,_api[_0x26a3(0x1d)]['BASE_URL']+_0x26a3(0xbf),{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON['stringify']({'username':_0x568027,'success':_0x33a9f5,'error':_0x41e6df[_0x26a3(0xc0)](_0x1c634d,null),'timestamp':new Date()[_0x26a3(0xc1)]()})});}catch(_0x3bc301){if(_0x41e6df[_0x26a3(0xc2)](_0x41e6df['CjNYa'],_0x41e6df[_0x26a3(0xc3)]))return _0x544a51&&_0x38d0f9['__esModule']?_0x53c585:{'default':_0x570a9e};else console[_0x26a3(0x48)](_0x26a3(0x70),_0x3bc301);}},shouldShowYouTubeMigrationWarning=async _0x543412=>{const _0x397baf={'YEOpb':_0x26a3(0xc4),'lLBAM':'YouTube\x20Connection\x20Upgrade','GPQgI':_0x26a3(0xf),'ZCUrp':_0x26a3(0x2a),'nhlNg':_0x26a3(0xae),'RjrvD':function(_0x191636,_0xce8b3){return _0x191636===_0xce8b3;},'vqDhw':_0x26a3(0xc5),'cpING':_0x26a3(0xc6),'XDzJd':function(_0x191c1f,_0x2ff69d){return _0x191c1f(_0x2ff69d);},'KfydV':function(_0x46429f,_0x5a0d7a){return _0x46429f===_0x5a0d7a;},'aHafY':function(_0x5651ae,_0x26e24b){return _0x5651ae===_0x26e24b;},'YvOdm':function(_0x2dc61c,_0x3ed1e7){return _0x2dc61c===_0x3ed1e7;},'ZyiAr':function(_0x5cff67,_0x17a02f){return _0x5cff67===_0x17a02f;},'KRAtT':_0x26a3(0x40),'GKvuP':'🚫\x20[MIGRATION\x20WARNING]\x20NO\x20WARNING\x20-\x20user\x20is\x20in\x20temporary\x20mode\x20(working\x20correctly)','CKTGo':function(_0x1612e8,_0x3b2282){return _0x1612e8&&_0x3b2282;},'zmjqS':function(_0x433a33,_0x305db3){return _0x433a33!==_0x305db3;},'kHeoQ':_0x26a3(0xc7),'djwNu':'NlVpR','PEWHK':_0x26a3(0xc8),'VNPqa':'ℹ️\x20[MIGRATION\x20WARNING]\x20NO\x20WARNING\x20-\x20no\x20YouTube\x20connection\x20found','xXSeP':_0x26a3(0xc9)};try{if(_0x397baf['RjrvD'](_0x397baf[_0x26a3(0xca)],_0x26a3(0xc5))){console['log'](_0x397baf[_0x26a3(0xcb)],_0x543412);const _0x5b042d=await _0x397baf['XDzJd'](fetch,_api[_0x26a3(0x1d)]['BASE_URL']+_0x26a3(0x5b)+_0x543412),_0x36898f=await _0x5b042d[_0x26a3(0x1e)]();if(_0x36898f[_0x26a3(0x1f)]&&_0x36898f['validation']){var _0x32caf5,_0x586347;const _0x435623=(_0x397baf[_0x26a3(0xcc)](_0x32caf5=_0x36898f['validation'],null)||_0x397baf[_0x26a3(0xcc)](_0x32caf5,void 0x0)?void 0x0:_0x32caf5['isTemporaryMode'])===!![]||_0x397baf[_0x26a3(0xcd)](_0x397baf[_0x26a3(0xce)](_0x586347=_0x36898f[_0x26a3(0x2e)],null)||_0x397baf[_0x26a3(0xcf)](_0x586347,void 0x0)?void 0x0:_0x586347[_0x26a3(0x37)],!![])||_0x397baf[_0x26a3(0xcf)](_0x36898f[_0x26a3(0x2c)],!![]),_0xfebc2b=_0x397baf[_0x26a3(0xd0)](_0x36898f['validation'][_0x26a3(0x3e)],!![]),_0x1bb85c=_0x397baf['ZyiAr'](_0x36898f[_0x26a3(0x20)][_0x26a3(0x34)],!![]),_0x4dd33a=_0x397baf[_0x26a3(0xd0)](_0x36898f[_0x26a3(0x20)][_0x26a3(0x33)],!![]);console[_0x26a3(0x35)](_0x397baf[_0x26a3(0xd1)],{'username':_0x543412,'hasAccessToken':_0xfebc2b,'hasRefreshToken':_0x1bb85c,'needsReconnection':_0x4dd33a,'isTemporaryMode':_0x435623,'connectedAt':_0x36898f['validation']['connectedAt']});if(_0x435623)return console['log'](_0x397baf[_0x26a3(0xd2)]),![];else return _0x397baf['CKTGo'](_0xfebc2b,!_0x1bb85c)&&_0x4dd33a?_0x397baf[_0x26a3(0xd3)](_0x397baf[_0x26a3(0xd4)],_0x397baf[_0x26a3(0xd5)])?(console[_0x26a3(0x35)](_0x397baf[_0x26a3(0xd6)]),!![]):(_0x871879[_0x26a3(0x35)](_0x26a3(0x17)),_0xafee40['log'](_0x397baf[_0x26a3(0xd7)]),![]):(console['log']('✅\x20[MIGRATION\x20WARNING]\x20NO\x20WARNING\x20-\x20connection\x20is\x20working\x20properly'),![]);}return console['log'](_0x397baf[_0x26a3(0xd8)]),![];}else _0x14fbc1['Alert'][_0x26a3(0x25)](_0x397baf['lLBAM'],_0x397baf[_0x26a3(0xd9)],[{'text':_0x26a3(0x28),'style':'cancel','onPress':()=>_0x27bb1f(![])},{'text':_0x397baf['ZCUrp'],'style':_0x397baf[_0x26a3(0xda)],'onPress':()=>_0x501b9c(!![])}]);}catch(_0x4189c9){return console['error'](_0x397baf[_0x26a3(0xdb)],_0x4189c9),![];}};exports[_0x26a3(0x2)]=shouldShowYouTubeMigrationWarning;const checkAndFixYouTubeConnection=async _0x583615=>{const _0x241247={'TmGfq':_0x26a3(0x12),'vqxhl':_0x26a3(0x11),'JQpGR':'⚠️\x20No\x20authentication\x20token\x20found\x20for\x20YouTube\x20migration','FwSKR':_0x26a3(0x81),'lzgKa':_0x26a3(0xdc),'scdgX':function(_0x107ec6,_0x3cc8c8){return _0x107ec6(_0x3cc8c8);},'kgnkA':function(_0x22caf1,_0x4a4ee3){return _0x22caf1!==_0x4a4ee3;},'ZJxjc':'WpxEd','NoWfZ':_0x26a3(0xdd),'uMvVT':function(_0x3d549b,_0x4769da){return _0x3d549b!==_0x4769da;},'GaNWl':_0x26a3(0xde),'VJbxe':_0x26a3(0xdf),'wfUuN':function(_0x5619bd){return _0x5619bd();},'ijNwW':function(_0x9b7b11,_0xc8d872){return _0x9b7b11(_0xc8d872);},'HUMWK':_0x26a3(0x8c),'SFtBV':'yvHtG','XlLZr':_0x26a3(0xe0),'LpQtB':'default','AiMRF':_0x26a3(0xe1)};try{console['log'](_0x241247['lzgKa'],_0x583615);const _0x33511e=await _0x241247['scdgX'](shouldShowYouTubeMigrationWarning,_0x583615);if(!_0x33511e)return _0x241247['kgnkA'](_0x241247[_0x26a3(0xe2)],_0x241247[_0x26a3(0xe2)])?(_0x4b6ad1['log'](_0x241247['TmGfq']),![]):(console['log'](_0x241247[_0x26a3(0xe3)]),console[_0x26a3(0x35)](_0x26a3(0xe4)),!![]);const _0x41c62e=await _0x241247['scdgX'](checkYouTubeMigrationNeeded,_0x583615);if(!_0x41c62e)return _0x241247[_0x26a3(0xe5)](_0x241247[_0x26a3(0xe6)],_0x241247[_0x26a3(0xe6)])?(_0x189e79[_0x26a3(0x35)](_0x241247[_0x26a3(0xe7)]),![]):(console[_0x26a3(0x35)](_0x26a3(0xe8)),!![]);console[_0x26a3(0x35)](_0x241247[_0x26a3(0xe9)]);const _0x2df0ae=await _0x241247[_0x26a3(0xea)](showYouTubeMigrationPrompt);if(!_0x2df0ae)return console['log'](_0x26a3(0xeb)),![];const _0x5264cc=await _0x241247['ijNwW'](forceYouTubeReconnection,_0x583615);if(_0x5264cc)return _reactNative[_0x26a3(0x24)][_0x26a3(0x25)](_0x241247[_0x26a3(0xec)],_0x26a3(0x6e),[{'text':'Great!','style':'default'}]),!![];else{if(_0x241247['kgnkA'](_0x241247['SFtBV'],_0x241247[_0x26a3(0xed)]))_0xa85a56[_0x26a3(0xb0)](_0x241247[_0x26a3(0xee)]),_0x1583e5=_0x241247[_0x26a3(0xef)];else return _reactNative[_0x26a3(0x24)][_0x26a3(0x25)](_0x26a3(0xf0),_0x241247[_0x26a3(0xf1)],[{'text':'OK','style':_0x241247[_0x26a3(0xf2)]}]),![];}}catch(_0x26985c){return console[_0x26a3(0x48)](_0x241247[_0x26a3(0xf3)],_0x26985c),![];}};exports[_0x26a3(0x4)]=checkAndFixYouTubeConnection;const reconnectYouTube=async _0x1d9954=>{const _0x303f12={'GawSQ':'🔄\x20Manual\x20YouTube\x20reconnection\x20requested\x20for:','JgyUt':function(_0x468aa8,_0x5a7652){return _0x468aa8(_0x5a7652);}};return console[_0x26a3(0x35)](_0x303f12[_0x26a3(0xf4)],_0x1d9954),await _0x303f12[_0x26a3(0xf5)](forceYouTubeReconnection,_0x1d9954);};function _0x26a3(_0x5b33c4,_0x26a342){_0x5b33c4=_0x5b33c4-0x0;const _0x132695=_0x5b33();let _0x2dac94=_0x132695[_0x5b33c4];return _0x2dac94;}exports[_0x26a3(0xf6)]=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
- Object[_0x44ac(0x0)](exports,'__esModule',{'value':!![]}),exports[_0x44ac(0x1)]=exports[_0x44ac(0x2)]=exports[_0x44ac(0x3)]=exports[_0x44ac(0x4)]=exports[_0x44ac(0x5)]=exports[_0x44ac(0x6)]=exports[_0x44ac(0x7)]=void 0x0;function _0x4285(){const _0xd38999=['defineProperty','default','TEXT_STYLES','SPACING','SHADOWS','FONTS','COLORS','BORDER_RADIUS','#D1D5DB','#9CA3AF','#62646C','#374151','#17181C','rgba(0,0,0,0.20)','rgba(0,0,0,0.10)','rgba(0,0,0,0.06)','#0A090E','#17171B','#FFD700','#E9B104','#FFDF33','#000000','#121212','#1C2526','#FFFFFF','#B0B0B0','#808080','rgba(255,\x20255,\x20255,\x200.1)','#4BB543','#5AC8FA','ios','IBM\x20Plex\x20Sans','Platform','Inter','System','Roboto','Georgia','serif','300','primary','btnInnerShadow','btnShadowOuter','families','ibmPlexSansBold','weights','bold','sizes','kicker','lineHeights','letterSpacing','grey500','welcomeTitle','grey800','inter','body','center','grey600','semibold','buttonLabel','btnLabel'];_0x4285=function(){return _0xd38999;};return _0x4285();}function _0x44ac(_0x42857e,_0x44acfd){_0x42857e=_0x42857e-0x0;const _0x26eddc=_0x4285();let _0x53129d=_0x26eddc[_0x42857e];return _0x53129d;}var _reactNative=__ONAIROS_REQ_FUNC__(0x0);const COLORS=exports[_0x44ac(0x6)]={'surface':'#FAFAFA','grey300':_0x44ac(0x8),'grey400':_0x44ac(0x9),'grey500':'#86888E','grey600':_0x44ac(0xa),'grey700':_0x44ac(0xb),'grey800':'#1F242F','btnGradStart':'#29292B','btnGradEnd':_0x44ac(0xc),'btnBorder':_0x44ac(0xd),'btnShadowOuter':_0x44ac(0xe),'btnInnerShadow':_0x44ac(0xf),'btnLabel':'#FFFFFF','iconCircleGradientStart':_0x44ac(0x10),'iconCircleGradientEnd':_0x44ac(0x11),'primary':_0x44ac(0x12),'primaryDark':_0x44ac(0x13),'primaryLight':_0x44ac(0x14),'background':{'dark':_0x44ac(0x15),'medium':_0x44ac(0x16),'light':_0x44ac(0x17)},'text':{'primary':_0x44ac(0x18),'secondary':_0x44ac(0x19),'tertiary':_0x44ac(0x1a),'gold':'#FFD700'},'ui':{'cardBackground':_0x44ac(0x1b),'divider':_0x44ac(0x1b),'inputBackground':_0x44ac(0x1b),'buttonBackground':_0x44ac(0x1b)},'status':{'success':_0x44ac(0x1c),'error':'#FF3B30','warning':'#FF9500','info':_0x44ac(0x1d)},'transparent':'transparent','overlay':'rgba(0,\x200,\x200,\x200.7)'},FONTS=exports[_0x44ac(0x5)]={'families':{'ibmPlexSans':_reactNative['Platform']['OS']===_0x44ac(0x1e)?_0x44ac(0x1f):'IBM\x20Plex\x20Sans','ibmPlexSansBold':_reactNative[_0x44ac(0x20)]['OS']===_0x44ac(0x1e)?_0x44ac(0x1f):_0x44ac(0x1f),'inter':_reactNative['Platform']['OS']===_0x44ac(0x1e)?_0x44ac(0x21):'Inter-Regular','base':_reactNative[_0x44ac(0x20)]['OS']===_0x44ac(0x1e)?_0x44ac(0x22):_0x44ac(0x23),'serif':_reactNative[_0x44ac(0x20)]['OS']===_0x44ac(0x1e)?_0x44ac(0x24):_0x44ac(0x25)},'weights':{'light':_0x44ac(0x26),'regular':'400','medium':'500','semibold':'600','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[_0x44ac(0x3)]={'xs':0x4,'sm':0x8,'md':0x10,'lg':0x18,'xl':0x20,'xxl':0x30,'xxxl':0x40,'modalTopPadding':0x76,'modalHorizontal':0x18},BORDER_RADIUS=exports[_0x44ac(0x7)]={'xs':0x4,'sm':0x8,'md':0x10,'lg':0x18,'xl':0x20,'pill':0x64,'circle':0x3e7,'modalTop':0x18,'buttonPill':0x64},SHADOWS=exports[_0x44ac(0x4)]={'small':{'shadowColor':COLORS['primary'],'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.3,'shadowRadius':0x4,'elevation':0x3},'medium':{'shadowColor':COLORS[_0x44ac(0x27)],'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.5,'shadowRadius':0x8,'elevation':0x5},'large':{'shadowColor':COLORS[_0x44ac(0x27)],'shadowOffset':{'width':0x0,'height':0x6},'shadowOpacity':0.8,'shadowRadius':0x10,'elevation':0x8},'button':{'inner':{'shadowColor':COLORS[_0x44ac(0x28)],'shadowOffset':{'width':0x0,'height':-0x24},'shadowOpacity':0x1,'shadowRadius':21.1},'outer':{'shadowColor':COLORS[_0x44ac(0x29)],'shadowOffset':{'width':0x14,'height':0x1e},'shadowOpacity':0x1,'shadowRadius':0x28,'elevation':0x8}},'brandMark':{'shadowColor':_0x44ac(0x15),'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x4}},TEXT_STYLES=exports[_0x44ac(0x2)]={'kicker':{'fontFamily':FONTS[_0x44ac(0x2a)][_0x44ac(0x2b)],'fontWeight':FONTS[_0x44ac(0x2c)][_0x44ac(0x2d)],'fontSize':FONTS[_0x44ac(0x2e)][_0x44ac(0x2f)],'lineHeight':FONTS[_0x44ac(0x30)][_0x44ac(0x2f)],'letterSpacing':FONTS[_0x44ac(0x31)]['kicker'],'color':COLORS[_0x44ac(0x32)]},'welcomeTitle':{'fontFamily':FONTS['families'][_0x44ac(0x2b)],'fontWeight':FONTS[_0x44ac(0x2c)][_0x44ac(0x2d)],'fontSize':FONTS[_0x44ac(0x2e)][_0x44ac(0x33)],'lineHeight':FONTS['lineHeights'][_0x44ac(0x33)],'color':COLORS[_0x44ac(0x34)]},'body':{'fontFamily':FONTS['families'][_0x44ac(0x35)],'fontWeight':FONTS['weights']['regular'],'fontSize':FONTS[_0x44ac(0x2e)][_0x44ac(0x36)],'lineHeight':FONTS[_0x44ac(0x30)][_0x44ac(0x36)],'textAlign':_0x44ac(0x37),'color':COLORS[_0x44ac(0x38)]},'buttonLabel':{'fontFamily':FONTS[_0x44ac(0x2a)][_0x44ac(0x35)],'fontWeight':FONTS[_0x44ac(0x2c)][_0x44ac(0x39)],'fontSize':FONTS[_0x44ac(0x2e)][_0x44ac(0x3a)],'color':COLORS[_0x44ac(0x3b)]}};var _default=exports['default']={'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';function _0x36cf(){var _0x53d84c=['__esModule'];_0x36cf=function(){return _0x53d84c;};return _0x36cf();}function _0x25b9(_0x36cfe9,_0x25b940){_0x36cfe9=_0x36cfe9-0x0;var _0x44e3cb=_0x36cf();var _0xb6f5ee=_0x44e3cb[_0x36cfe9];return _0xb6f5ee;}Object['defineProperty'](exports,_0x25b9(0x0),{'value':!![]});
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';Object[_0x1dda(0x0)](exports,_0x1dda(0x1),{'value':!![]}),exports['ApiKeyType']=void 0x0;function _0x1dda(_0x441bc1,_0x1ddaea){_0x441bc1=_0x441bc1-0x0;const _0xa15ca3=_0x441b();let _0x38f466=_0xa15ca3[_0x441bc1];return _0x38f466;}let ApiKeyType=exports[_0x1dda(0x2)]=function(_0x23c610){const _0x10624d={'PmZbd':_0x1dda(0x3),'vkLVc':'ADMIN','hRQsP':_0x1dda(0x4)};return _0x23c610[_0x10624d['PmZbd']]=_0x1dda(0x5),_0x23c610[_0x10624d[_0x1dda(0x6)]]='admin',_0x23c610[_0x10624d[_0x1dda(0x7)]]=_0x1dda(0x8),_0x23c610;}({});function _0x441b(){const _0x16f699=['defineProperty','__esModule','ApiKeyType','DEVELOPER','INVALID','developer','vkLVc','hRQsP','invalid'];_0x441b=function(){return _0x16f699;};return _0x441b();}
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['defineProperty'](exports,_0x48a6(0x0),{'value':!![]}),exports['PortalHost']=exports[_0x48a6(0x1)]=void 0x0;function _0x48bd(){const _0x5ee6f1=['__esModule','Portal','tVBrd','object','function','cbYdm','azkHQ','zCMCp','sgaNj','PMfbf','ylHqF','tWlQK','tjOfv','QPFcS','xvILt','PmZXz','uwgip','has','get','set','dCKgu','YUVJV','UPgZt','default','call','defineProperty','getOwnPropertyDescriptor','createContext','nSFEq','useState','XmNJz','lxlEA','JnYyv','uGZld','AnynG','uJqwF','createElement','Provider','keys','absolute','PortalHost','useContext','useEffect','RFTFN','Patih'];_0x48bd=function(){return _0x5ee6f1;};return _0x48bd();}var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1);function _0x48a6(_0x48bd9c,_0x48a621){_0x48bd9c=_0x48bd9c-0x0;const _0x3feada=_0x48bd();let _0x1e1e84=_0x3feada[_0x48bd9c];return _0x1e1e84;}function _interopRequireWildcard(_0x56f227,_0x100a82){const _0x17bb4a={'ylHqF':function(_0x20b43e,_0x41b5db,_0x2f772b){return _0x20b43e(_0x41b5db,_0x2f772b);},'dCKgu':function(_0x46acaa,_0x267455){return _0x46acaa(_0x267455);},'YUVJV':function(_0x2ce839,_0x498c1b){return _0x2ce839(_0x498c1b);},'zCMCp':function(_0x33f001,_0xa0cb6f){return _0x33f001(_0xa0cb6f);},'sgaNj':_0x48a6(0x2),'PMfbf':'lkpVG','tWlQK':function(_0x4de0a8,_0x33e7dd){return _0x4de0a8&&_0x33e7dd;},'qKOJb':function(_0x5a7f64,_0x2c1ead){return _0x5a7f64===_0x2c1ead;},'tjOfv':function(_0x515d38,_0x37d1e2){return _0x515d38!=_0x37d1e2;},'QPFcS':_0x48a6(0x3),'azkHQ':_0x48a6(0x4),'xvILt':function(_0x52522a,_0x506d3b){return _0x52522a!==_0x506d3b;},'PmZXz':_0x48a6(0x5),'FXlFZ':function(_0x57a246,_0x199619){return _0x57a246==_0x199619;}};if(_0x17bb4a['FXlFZ'](_0x17bb4a[_0x48a6(0x6)],typeof WeakMap))var _0x285335=new WeakMap(),_0x100216=new WeakMap();return(_interopRequireWildcard=function(_0x29f74f,_0x137996){const _0x684d49={'UPgZt':function(_0x26642b,_0x205f83){return _0x17bb4a[_0x48a6(0x7)](_0x26642b,_0x205f83);}};if(_0x17bb4a[_0x48a6(0x8)]===_0x17bb4a[_0x48a6(0x9)])_0x17bb4a[_0x48a6(0xa)](_0x3028d4,_0x51f647,_0x2183a4);else{if(_0x17bb4a[_0x48a6(0xb)](!_0x137996,_0x29f74f)&&_0x29f74f[_0x48a6(0x0)])return _0x29f74f;var _0x1585e2,_0x255e60,_0x11ad32={'__proto__':null,'default':_0x29f74f};if(_0x17bb4a['qKOJb'](null,_0x29f74f)||_0x17bb4a[_0x48a6(0xc)](_0x17bb4a[_0x48a6(0xd)],typeof _0x29f74f)&&_0x17bb4a['tjOfv'](_0x17bb4a[_0x48a6(0x6)],typeof _0x29f74f))return _0x11ad32;if(_0x1585e2=_0x137996?_0x100216:_0x285335){if(_0x17bb4a[_0x48a6(0xe)](_0x17bb4a[_0x48a6(0xf)],_0x48a6(0x10))){if(_0x1585e2[_0x48a6(0x11)](_0x29f74f))return _0x1585e2[_0x48a6(0x12)](_0x29f74f);_0x1585e2[_0x48a6(0x13)](_0x29f74f,_0x11ad32);}else{const _0x2db311=_0x17bb4a[_0x48a6(0x14)](_0x4946e0,_0x4fc83);return _0x17bb4a[_0x48a6(0x15)](_0x183673,_0x2db311),()=>{if(_0x14979b)_0x684d49[_0x48a6(0x16)](_0x37f019,_0x109225);};}}for(const _0x133f39 in _0x29f74f)_0x48a6(0x17)!==_0x133f39&&{}['hasOwnProperty'][_0x48a6(0x18)](_0x29f74f,_0x133f39)&&((_0x255e60=(_0x1585e2=Object[_0x48a6(0x19)])&&Object[_0x48a6(0x1a)](_0x29f74f,_0x133f39))&&(_0x255e60['get']||_0x255e60['set'])?_0x1585e2(_0x11ad32,_0x133f39,_0x255e60):_0x11ad32[_0x133f39]=_0x29f74f[_0x133f39]);return _0x11ad32;}})(_0x56f227,_0x100a82);}const portalRefs={};let portalId=0x0;const PortalContext=_react['default'][_0x48a6(0x1b)]({'mount':()=>0x0,'update':()=>{},'unmount':()=>{}}),PortalHost=({children:_0x4eb713})=>{const _0x2d15e8={'XmNJz':function(_0x18a9cc,_0x312efc){return _0x18a9cc(_0x312efc);},'AnynG':function(_0x3add97,_0x345984){return _0x3add97(_0x345984);},'lxlEA':function(_0x21fa97,_0x637fb8){return _0x21fa97!==_0x637fb8;},'JnYyv':_0x48a6(0x1c),'uGZld':'SloXf'},[_0x1a3a42,_0x5ac8f1]=(0x0,_react[_0x48a6(0x1d)])({}),_0x48f341=_0x530c76=>{const _0x4afd09=++portalId;return _0x5ac8f1(_0x468c4d=>({..._0x468c4d,[_0x4afd09]:_0x530c76})),_0x4afd09;},_0x154470=(_0x523057,_0x302771)=>{_0x2d15e8[_0x48a6(0x1e)](_0x5ac8f1,_0x30190f=>({..._0x30190f,[_0x523057]:_0x302771}));},_0x3ccf81=_0x1fccd8=>{const _0x4655ef={'uJqwF':function(_0x56e005,_0xc25db3){return _0x2d15e8['AnynG'](_0x56e005,_0xc25db3);}};_0x2d15e8[_0x48a6(0x1f)](_0x2d15e8[_0x48a6(0x20)],_0x2d15e8[_0x48a6(0x21)])?_0x2d15e8[_0x48a6(0x22)](_0x5ac8f1,_0x532359=>{const _0x182182={..._0x532359};return delete _0x182182[_0x1fccd8],_0x182182;}):_0x4655ef[_0x48a6(0x23)](_0x2403e0,_0xf189ef=>{const _0x1a1b2a={..._0xf189ef};return delete _0x1a1b2a[_0x57344d],_0x1a1b2a;});};return _react[_0x48a6(0x17)][_0x48a6(0x24)](PortalContext[_0x48a6(0x25)],{'value':{'mount':_0x48f341,'update':_0x154470,'unmount':_0x3ccf81}},_0x4eb713,Object[_0x48a6(0x26)](_0x1a3a42)['map'](_0xbcda2e=>_react[_0x48a6(0x17)][_0x48a6(0x24)](_reactNative['View'],{'key':_0xbcda2e,'style':{'position':_0x48a6(0x27),'top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'zIndex':0x270f}},_0x1a3a42[Number(_0xbcda2e)])));};exports[_0x48a6(0x28)]=PortalHost;const Portal=({children:_0x3ee99a})=>{const _0x33dedc={'RFTFN':function(_0x3f9341,_0x2023e2){return _0x3f9341(_0x2023e2);},'GlARz':function(_0xab4112,_0x2b34a2){return _0xab4112!==_0x2b34a2;},'Patih':function(_0x43948c,_0x4243a0,_0x4a3a15){return _0x43948c(_0x4243a0,_0x4a3a15);}},{mount:_0x349538,update:_0x21592b,unmount:_0x80a8e3}=_react[_0x48a6(0x17)][_0x48a6(0x29)](PortalContext),[_0x244ac3,_0x5a4ed9]=(0x0,_react[_0x48a6(0x1d)])(null);return(0x0,_react[_0x48a6(0x2a)])(()=>{const _0x41395c={'JohqV':function(_0x577b4c,_0x224bcf){return _0x33dedc[_0x48a6(0x2b)](_0x577b4c,_0x224bcf);}},_0x44034d=_0x33dedc['RFTFN'](_0x349538,_0x3ee99a);return _0x33dedc[_0x48a6(0x2b)](_0x5a4ed9,_0x44034d),()=>{if(_0x244ac3)_0x41395c['JohqV'](_0x80a8e3,_0x244ac3);};},[]),(0x0,_react['useEffect'])(()=>{_0x33dedc['GlARz'](_0x244ac3,null)&&_0x33dedc[_0x48a6(0x2c)](_0x21592b,_0x244ac3,_0x3ee99a);},[_0x3ee99a,_0x244ac3]),null;};exports[_0x48a6(0x1)]=Portal;
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[_0x1860(0x0)](exports,'__esModule',{'value':!![]}),exports[_0x1860(0x1)]=exports[_0x1860(0x2)]=exports[_0x1860(0x3)]=exports['createApiInstance']=exports['createAccount']=void 0x0;var _axios=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x0)),_asyncStorage=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x1)),_api=__ONAIROS_REQ_FUNC__(0x2);function _interopRequireDefault(_0x1a35a2){return _0x1a35a2&&_0x1a35a2['__esModule']?_0x1a35a2:{'default':_0x1a35a2};}const API_URL=_api['API_CONFIG'][_0x1860(0x4)],createApiInstance=async()=>{const _0x58a998={'eiuqH':_0x1860(0x5)},_0x3b0a5f=await _asyncStorage[_0x1860(0x6)][_0x1860(0x7)](_0x58a998['eiuqH']);return _axios[_0x1860(0x6)][_0x1860(0x8)]({'baseURL':API_URL,'headers':{'Content-Type':'application/json',..._0x3b0a5f?{'Authorization':_0x1860(0x9)+_0x3b0a5f}:{}}});};exports[_0x1860(0xa)]=createApiInstance;const validateDomain=async()=>{const _0x14ea4d={'oHYBO':_0x1860(0xb),'qhFoM':function(_0x5cc469,_0x2038b5){return _0x5cc469===_0x2038b5;},'xvkKK':_0x1860(0xc),'sPEPw':'/valid/validate-domain','GXvSZ':function(_0x50df0e,_0x1f6052){return _0x50df0e!==_0x1f6052;},'AqQGD':_0x1860(0xd)};try{if(_0x14ea4d[_0x1860(0xe)](_0x14ea4d[_0x1860(0xf)],_0x1860(0xc))){const _0xc53513=await createApiInstance(),_0x2b4cb6=await _0xc53513[_0x1860(0x10)](_0x14ea4d['sPEPw']);return _0x2b4cb6[_0x1860(0x11)];}else return _0xcf2d1&&_0x43bf80[_0x1860(0x12)]?_0x6238e1:{'default':_0x76cbd6};}catch(_0xad9a4c){return _0x14ea4d['GXvSZ'](_0x14ea4d['AqQGD'],_0x1860(0xd))?(_0x551c3d[_0x1860(0x13)](_0x14ea4d[_0x1860(0x14)],_0x5bcb35),{'status':![]}):(console[_0x1860(0x13)](_0x14ea4d[_0x1860(0x14)],_0xad9a4c),{'status':![]});}};exports[_0x1860(0x1)]=validateDomain;function _0x1860(_0x11a350,_0x186031){_0x11a350=_0x11a350-0x0;const _0x53652f=_0x11a3();let _0x43963f=_0x53652f[_0x11a350];return _0x43963f;}const fetchAccountInfo=async(_0x1622ee,_0x4320be=![])=>{const _0x53c8b3={'xVIUb':function(_0x1f25b7,_0x2d714f){return _0x1f25b7!==_0x2d714f;},'WzFEN':_0x1860(0x15),'rRzFu':function(_0x4d637a){return _0x4d637a();},'zAHeA':'/getAccountInfo/email','EXfKv':'/getAccountInfo'};try{if(_0x53c8b3['xVIUb'](_0x53c8b3['WzFEN'],_0x1860(0x16))){const _0x533d29=await _0x53c8b3[_0x1860(0x17)](createApiInstance),_0xd1966=_0x4320be?{'Info':{'identifier':_0x1622ee}}:{'Info':{'userName':_0x1622ee}},_0x2bd206=_0x4320be?_0x53c8b3[_0x1860(0x18)]:_0x53c8b3[_0x1860(0x19)],_0xea7816=await _0x533d29[_0x1860(0x10)](_0x2bd206,_0xd1966);return _0xea7816[_0x1860(0x11)];}else{_0x1b31f5['error']('Error\x20creating\x20account:',_0x12a3a1);throw _0x3ea966;}}catch(_0x1f145e){console['error'](_0x1860(0x1a),_0x1f145e);throw _0x1f145e;}};function _0x11a3(){const _0x4290f4=['defineProperty','validateDomain','getApiUrl','fetchAccountInfo','BASE_URL','onairosToken','default','getItem','create','Bearer\x20','createApiInstance','Error\x20validating\x20domain:','nxYEQ','ialYV','qhFoM','xvkKK','post','data','__esModule','error','oHYBO','jGooU','Adchw','rRzFu','zAHeA','EXfKv','Error\x20fetching\x20account\x20info:','Error\x20getting\x20API\x20URL:','GPvmK','obzUa','gAeLW','htqSU','AkxSV','DUQoY','VVLUd','JiryT','UUgAi','XjLco','hOBwu','HROcN','/createAccount','FiHiG'];_0x11a3=function(){return _0x4290f4;};return _0x11a3();}exports['fetchAccountInfo']=fetchAccountInfo;const getApiUrl=async(_0x2b5ee8,_0x4ba8f8,_0x16dd8d)=>{const _0x37cfa2={'UUgAi':_0x1860(0x1a),'HROcN':_0x1860(0x1b),'htqSU':function(_0x393d06,_0x21d643){return _0x393d06!==_0x21d643;},'SxeIJ':_0x1860(0x1c),'AkxSV':'rTYVw','DUQoY':function(_0x209895){return _0x209895();},'VVLUd':'othent','JiryT':'/getAPIurl','XjLco':_0x1860(0x1d),'hOBwu':_0x1860(0x1e)};try{if(_0x37cfa2[_0x1860(0x1f)](_0x37cfa2['SxeIJ'],_0x37cfa2[_0x1860(0x20)])){const _0x3dc519=await _0x37cfa2[_0x1860(0x21)](createApiInstance),_0x4a2a89={'Info':{'EncryptedUserPin':_0x4ba8f8,'confirmations':_0x2b5ee8,'web3Type':_0x37cfa2[_0x1860(0x22)],'Domain':Platform['OS'],'proofMode':![],'OthentSub':_0x16dd8d}},_0x467f7f=await _0x3dc519[_0x1860(0x10)](_0x37cfa2[_0x1860(0x23)],_0x4a2a89);return _0x467f7f[_0x1860(0x11)];}else{_0x31bba4['error'](_0x37cfa2[_0x1860(0x24)],_0x13ea3c);throw _0x2b87cc;}}catch(_0x522374){if(_0x37cfa2[_0x1860(0x1f)](_0x37cfa2[_0x1860(0x25)],_0x37cfa2[_0x1860(0x26)])){console[_0x1860(0x13)](_0x37cfa2[_0x1860(0x27)],_0x522374);throw _0x522374;}else{_0x5ad13f[_0x1860(0x13)](_0x37cfa2[_0x1860(0x27)],_0x42ede6);throw _0x50df52;}}};exports['getApiUrl']=getApiUrl;const createAccount=async(_0x1103ba,_0x24b6f8,_0x258ee5,_0x5a6078)=>{const _0x40b9f4={'FiHiG':_0x1860(0x28)};try{const _0x4ae59b=await createApiInstance(),_0x3353be=await _0x4ae59b[_0x1860(0x10)](_0x40b9f4[_0x1860(0x29)],{'othentSub':_0x1103ba,'pin':_0x24b6f8,'socialAccounts':_0x258ee5,'email':_0x5a6078});return _0x3353be[_0x1860(0x11)];}catch(_0x45f979){console[_0x1860(0x13)]('Error\x20creating\x20account:',_0x45f979);throw _0x45f979;}};exports['createAccount']=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
- Object[_0x389e(0x0)](exports,_0x389e(0x1),{'value':!![]}),exports['getUniversalOnboardingIcon']=exports[_0x389e(0x2)]=exports[_0x389e(0x3)]=exports[_0x389e(0x4)]=exports[_0x389e(0x5)]=exports[_0x389e(0x6)]=exports[_0x389e(0x7)]=exports['ANIMATIONS']=void 0x0;const PLATFORM_ICONS=exports[_0x389e(0x4)]={'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=_0x5cabf9=>{const _0x21f739={'PIgkZ':_0x389e(0x8),'ugnef':_0x389e(0x9),'LRVdi':_0x389e(0xa),'lJQuY':_0x389e(0xb),'azkNB':'gemini'},_0x4b689c=_0x5cabf9['toLowerCase']();switch(_0x4b689c){case _0x21f739[_0x389e(0xc)]:return PLATFORM_ICONS[_0x389e(0x8)];case _0x389e(0xd):return PLATFORM_ICONS[_0x389e(0xd)];case _0x389e(0xe):return PLATFORM_ICONS[_0x389e(0xe)];case _0x389e(0xf):return PLATFORM_ICONS[_0x389e(0xf)];case _0x389e(0x10):return PLATFORM_ICONS[_0x389e(0x10)];case _0x21f739[_0x389e(0x11)]:return PLATFORM_ICONS['pinterest'];case _0x389e(0x12):case _0x21f739[_0x389e(0x13)]:return PLATFORM_ICONS['gmail'];case _0x389e(0x14):case'x':return PLATFORM_ICONS[_0x389e(0x14)];case _0x389e(0x15):return PLATFORM_ICONS['farcaster'];case _0x389e(0x16):case _0x389e(0x17):return PLATFORM_ICONS[_0x389e(0x16)];case _0x389e(0x18):case _0x21f739['lJQuY']:return PLATFORM_ICONS[_0x389e(0x18)];case _0x389e(0x19):return PLATFORM_ICONS[_0x389e(0x19)];case _0x21f739[_0x389e(0x1a)]:case _0x389e(0x1b):return PLATFORM_ICONS[_0x389e(0x1c)];default:return PLATFORM_ICONS[_0x389e(0x1d)];}};exports[_0x389e(0x2)]=getPlatformIconFromRegistry;const PERSONA_IMAGES=exports[_0x389e(0x5)]={'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=_0x22cecf=>{const _0x141bb1=_0x389e(0x1e)+_0x22cecf;return PERSONA_IMAGES[_0x141bb1]||PERSONA_IMAGES[_0x389e(0x1f)];};exports['getPersonaImage']=getPersonaImage;function _0x389e(_0x24d730,_0x389e41){_0x24d730=_0x24d730-0x0;const _0x1df877=_0x24d7();let _0x541336=_0x1df877[_0x24d730];return _0x541336;}function _0x24d7(){const _0x22d879=['defineProperty','__esModule','getPlatformIconFromRegistry','getPersonaImage','PLATFORM_ICONS','PERSONA_IMAGES','OVERLAY_PLATFORMS','BRAND_IMAGES','youtube','pinterest','email','anthropic','PIgkZ','reddit','linkedin','instagram','facebook','ugnef','gmail','LRVdi','twitter','farcaster','chatgpt','openai','claude','grok','azkNB','google_ai','gemini','default','level','level1','ANIMATIONS','Instagram','YouTube','Pinterest','Email','toLowerCase','youtube2','getUniversalOnboardingIcon'];_0x24d7=function(){return _0x22d879;};return _0x24d7();}const BRAND_IMAGES=exports['BRAND_IMAGES']={'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[_0x389e(0x20)]={'loader':__ONAIROS_REQ_FUNC__(0x19),'persona':__ONAIROS_REQ_FUNC__(0x1a)},OVERLAY_PLATFORMS=exports[_0x389e(0x6)]=[{'id':_0x389e(0xf),'name':_0x389e(0x21),'icon':PLATFORM_ICONS[_0x389e(0xf)]},{'id':_0x389e(0x8),'name':_0x389e(0x22),'icon':PLATFORM_ICONS['youtube2']},{'id':'reddit','name':'Reddit','icon':PLATFORM_ICONS['reddit']},{'id':_0x389e(0x9),'name':_0x389e(0x23),'icon':PLATFORM_ICONS[_0x389e(0x9)]},{'id':_0x389e(0xa),'name':_0x389e(0x24),'icon':PLATFORM_ICONS[_0x389e(0x12)]}],getUniversalOnboardingIcon=_0x429757=>{const _0x428da7={'iIvYl':_0x389e(0x9)},_0xc86e22=_0x429757[_0x389e(0x25)]();switch(_0xc86e22){case _0x389e(0xf):return PLATFORM_ICONS['instagram'];case _0x389e(0x8):return PLATFORM_ICONS[_0x389e(0x26)];case _0x389e(0xd):return PLATFORM_ICONS['reddit'];case _0x428da7['iIvYl']:return PLATFORM_ICONS[_0x389e(0x9)];case'facebook':return PLATFORM_ICONS['facebook'];case _0x389e(0xe):return PLATFORM_ICONS['linkedin'];case _0x389e(0x12):case _0x389e(0xa):return PLATFORM_ICONS['gmail'];default:return PLATFORM_ICONS[_0x389e(0x1d)];}};exports[_0x389e(0x27)]=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[_0x348f(0x0)](exports,_0x348f(0x1),{'value':!![]}),exports[_0x348f(0x2)]=exports['storeAuthData']=exports[_0x348f(0x3)]=exports[_0x348f(0x4)]=exports[_0x348f(0x5)]=void 0x0;var _axios=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x0)),_asyncStorage=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x1)),_api=__ONAIROS_REQ_FUNC__(0x2);function _interopRequireDefault(_0x31e699){return _0x31e699&&_0x31e699['__esModule']?_0x31e699:{'default':_0x31e699};}const API_URL=_api['API_CONFIG'][_0x348f(0x6)],getPin=async _0x1af5df=>{try{const _0x3822d3=await _axios[_0x348f(0x7)][_0x348f(0x8)](API_URL+_0x348f(0x9),{'hashedOthentSub':_0x1af5df});return _0x3822d3[_0x348f(0xa)];}catch(_0x56f96e){console[_0x348f(0xb)](_0x348f(0xc),_0x56f96e);throw _0x56f96e;}};exports[_0x348f(0x4)]=getPin;function _0x348f(_0x1a18f2,_0x348f13){_0x1a18f2=_0x1a18f2-0x0;const _0x1676d=_0x1a18();let _0x6bd183=_0x1676d[_0x1a18f2];return _0x6bd183;}const verifyToken=async _0x1de147=>{const _0x536782={'CBfBV':_0x348f(0xd),'dODWI':function(_0xaea9ac,_0x1dda84){return _0xaea9ac===_0x1dda84;},'aHdzM':_0x348f(0xe),'CGxwP':'fncSr'};try{const _0x4ffb91=await _axios[_0x348f(0x7)][_0x348f(0x8)](API_URL+_0x348f(0xf),{},{'headers':{'Authorization':_0x348f(0x10)+_0x1de147}});return _0x4ffb91[_0x348f(0xa)][_0x348f(0x11)];}catch(_0x239043){if(_0x536782[_0x348f(0x12)](_0x536782['aHdzM'],_0x536782['CGxwP'])){_0xa4d28d[_0x348f(0xb)](_0x536782[_0x348f(0x13)],_0x50e35d);throw _0x151396;}else return console[_0x348f(0xb)](_0x348f(0x14),_0x239043),![];}};exports[_0x348f(0x2)]=verifyToken;function _0x1a18(){const _0x4b72a8=['defineProperty','__esModule','verifyToken','getStoredAuthData','getPin','clearAuthData','BASE_URL','default','post','/getPin','data','error','Error\x20getting\x20PIN:','Error\x20storing\x20auth\x20data:','uBGBr','/verifyToken','Bearer\x20','valid','dODWI','CBfBV','Error\x20verifying\x20token:','Error\x20getting\x20stored\x20auth\x20data:','Error\x20clearing\x20auth\x20data:','username','othentToken','lCDJX','jcIIo','onairosToken','zaCZl','setItem','lGzqW','noQwQ','stringify','voLgc','zAPyb','AGTEq','nnwki','storeAuthData','tTCdN','cykgv','removeItem','ehUvA','ZXSAN','getItem','PnpYv','KwZKY'];_0x1a18=function(){return _0x4b72a8;};return _0x1a18();}const storeAuthData=async(_0x4ffcba,_0x4368f2=null,_0x4c23bc=null)=>{const _0x1fe94f={'DcwGl':_0x348f(0x15),'AGTEq':_0x348f(0x16),'ShWzy':function(_0x43c8b8,_0xeaae07){return _0x43c8b8===_0xeaae07;},'zaCZl':'EXQiv','lGzqW':_0x348f(0x17),'noQwQ':_0x348f(0x18),'voLgc':function(_0x109d99,_0xcd8b62){return _0x109d99===_0xcd8b62;},'zAPyb':_0x348f(0x19),'qdhZD':_0x348f(0x1a),'nnwki':_0x348f(0xd)};try{await _asyncStorage['default']['setItem'](_0x348f(0x1b),_0x4ffcba);if(_0x4368f2){if(_0x1fe94f['ShWzy'](_0x1fe94f[_0x348f(0x1c)],_0x1fe94f[_0x348f(0x1c)]))await _asyncStorage[_0x348f(0x7)][_0x348f(0x1d)](_0x1fe94f[_0x348f(0x1e)],_0x4368f2);else return _0x13331d[_0x348f(0xb)](_0x1fe94f['DcwGl'],_0x20221d),{'token':null,'username':null,'othentToken':null};}_0x4c23bc&&await _asyncStorage[_0x348f(0x7)]['setItem'](_0x1fe94f[_0x348f(0x1f)],JSON[_0x348f(0x20)](_0x4c23bc));}catch(_0x1ea77f){if(_0x1fe94f[_0x348f(0x21)](_0x1fe94f[_0x348f(0x22)],_0x1fe94f['qdhZD'])){_0x3ab5a9[_0x348f(0xb)](_0x1fe94f[_0x348f(0x23)],_0x130d2c);throw _0x474ab2;}else{console[_0x348f(0xb)](_0x1fe94f[_0x348f(0x24)],_0x1ea77f);throw _0x1ea77f;}}};exports[_0x348f(0x25)]=storeAuthData;const clearAuthData=async()=>{const _0xbeb886={'tTCdN':'UBbze','cykgv':'JKfih','ehUvA':_0x348f(0x17),'ZXSAN':_0x348f(0x18),'dmVOh':_0x348f(0x16)};try{if(_0xbeb886[_0x348f(0x26)]===_0xbeb886[_0x348f(0x27)]){_0x29072d['error']('Error\x20getting\x20PIN:',_0x232d40);throw _0x2a4a82;}else await _asyncStorage[_0x348f(0x7)]['removeItem'](_0x348f(0x1b)),await _asyncStorage[_0x348f(0x7)][_0x348f(0x28)](_0xbeb886[_0x348f(0x29)]),await _asyncStorage[_0x348f(0x7)][_0x348f(0x28)](_0xbeb886[_0x348f(0x2a)]);}catch(_0x315824){console[_0x348f(0xb)](_0xbeb886['dmVOh'],_0x315824);throw _0x315824;}};exports['clearAuthData']=clearAuthData;const getStoredAuthData=async()=>{const _0x3c3ebd={'PnpYv':_0x348f(0x17),'KwZKY':_0x348f(0x18)};try{const _0x490227=await _asyncStorage[_0x348f(0x7)][_0x348f(0x2b)](_0x348f(0x1b)),_0x1ccc37=await _asyncStorage[_0x348f(0x7)][_0x348f(0x2b)](_0x3c3ebd[_0x348f(0x2c)]),_0x3a3372=await _asyncStorage[_0x348f(0x7)][_0x348f(0x2b)](_0x3c3ebd[_0x348f(0x2d)]);return{'token':_0x490227,'username':_0x1ccc37,'othentToken':_0x3a3372?JSON['parse'](_0x3a3372):null};}catch(_0x1b9aae){return console[_0x348f(0xb)](_0x348f(0x15),_0x1b9aae),{'token':null,'username':null,'othentToken':null};}};exports[_0x348f(0x3)]=getStoredAuthData;
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;