@onairos/react-native 3.6.6 โ†’ 3.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/lib/commonjs/api/index.js +1 -1
  2. package/lib/commonjs/components/BodyText.js +1 -1
  3. package/lib/commonjs/components/BrandMark.js +1 -1
  4. package/lib/commonjs/components/CodeInput.js +1 -1
  5. package/lib/commonjs/components/EmailInput.js +1 -1
  6. package/lib/commonjs/components/GoogleButton.js +1 -1
  7. package/lib/commonjs/components/HeadingGroup.js +1 -1
  8. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  9. package/lib/commonjs/components/ModalHeader.js +1 -1
  10. package/lib/commonjs/components/ModalSheet.js +1 -1
  11. package/lib/commonjs/components/Onairos.js +1 -1
  12. package/lib/commonjs/components/OnairosButton.js +1 -1
  13. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  14. package/lib/commonjs/components/Overlay.js +1 -1
  15. package/lib/commonjs/components/PersonaImage.js +1 -1
  16. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  17. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  18. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  19. package/lib/commonjs/components/PinInput.js +1 -1
  20. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  21. package/lib/commonjs/components/PlatformList.js +1 -1
  22. package/lib/commonjs/components/PlatformToggle.js +1 -1
  23. package/lib/commonjs/components/PrimaryButton.js +1 -1
  24. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  25. package/lib/commonjs/components/SignInStep.js +1 -1
  26. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  27. package/lib/commonjs/components/VerificationStep.js +1 -1
  28. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  29. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  30. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  31. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  32. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  33. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  34. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  35. package/lib/commonjs/components/icons/EnochE.js +1 -1
  36. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  37. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  38. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  39. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  40. package/lib/commonjs/components/icons/index.js +1 -1
  41. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  42. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  43. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  44. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  45. package/lib/commonjs/config/api.js +1 -1
  46. package/lib/commonjs/constants/index.js +1 -1
  47. package/lib/commonjs/context/AuthContext.js +1 -1
  48. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  49. package/lib/commonjs/hooks/useConnections.js +1 -1
  50. package/lib/commonjs/hooks/useCredentials.js +1 -1
  51. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  52. package/lib/commonjs/index.js +1 -1
  53. package/lib/commonjs/services/apiClient.js +1 -1
  54. package/lib/commonjs/services/biometricPinService.js +1 -1
  55. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  56. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  57. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  58. package/lib/commonjs/services/claudeConversationService.js +1 -1
  59. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  60. package/lib/commonjs/services/googleAuthService.js +1 -1
  61. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  62. package/lib/commonjs/services/hingeDataService.js +1 -1
  63. package/lib/commonjs/services/imageCompressionService.js +1 -1
  64. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  65. package/lib/commonjs/services/instagramDataService.js +1 -1
  66. package/lib/commonjs/services/jwtStorageService.js +1 -1
  67. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  68. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  69. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  70. package/lib/commonjs/services/llmDataStorage.js +1 -1
  71. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  72. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  73. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  74. package/lib/commonjs/services/platformAuthService.js +1 -1
  75. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  76. package/lib/commonjs/services/sephoraDataService.js +1 -1
  77. package/lib/commonjs/services/storageService.js +1 -1
  78. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  79. package/lib/commonjs/services/telegramDataService.js +1 -1
  80. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  81. package/lib/commonjs/services/userConnectionsService.js +1 -1
  82. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  83. package/lib/commonjs/theme/index.js +1 -1
  84. package/lib/commonjs/types/index.js +1 -1
  85. package/lib/commonjs/types.js +1 -1
  86. package/lib/commonjs/utils/Portal.js +1 -1
  87. package/lib/commonjs/utils/api.js +1 -1
  88. package/lib/commonjs/utils/assetRegistry.js +1 -1
  89. package/lib/commonjs/utils/auth.js +1 -1
  90. package/lib/commonjs/utils/connectorTests.js +1 -1
  91. package/lib/commonjs/utils/crypto.js +1 -1
  92. package/lib/commonjs/utils/debugHelper.js +1 -1
  93. package/lib/commonjs/utils/encryption.js +1 -1
  94. package/lib/commonjs/utils/eventUtils.js +1 -1
  95. package/lib/commonjs/utils/haptics.js +1 -1
  96. package/lib/commonjs/utils/imagePreloader.js +1 -1
  97. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  98. package/lib/commonjs/utils/onairosApi.js +1 -1
  99. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  100. package/lib/commonjs/utils/retryHelper.js +1 -1
  101. package/lib/commonjs/utils/secureStorage.js +1 -1
  102. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  103. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  104. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  105. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  106. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  107. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  108. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  109. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  110. package/lib/module/api/index.js +1 -1
  111. package/lib/module/components/BodyText.js +1 -1
  112. package/lib/module/components/BrandMark.js +1 -1
  113. package/lib/module/components/CodeInput.js +1 -1
  114. package/lib/module/components/EmailInput.js +1 -1
  115. package/lib/module/components/GoogleButton.js +1 -1
  116. package/lib/module/components/HeadingGroup.js +1 -1
  117. package/lib/module/components/LLMDataInputModal.js +1 -1
  118. package/lib/module/components/ModalHeader.js +1 -1
  119. package/lib/module/components/ModalSheet.js +1 -1
  120. package/lib/module/components/Onairos.js +1 -1
  121. package/lib/module/components/OnairosButton.js +1 -1
  122. package/lib/module/components/OnairosSignInButton.js +1 -1
  123. package/lib/module/components/Overlay.js +1 -1
  124. package/lib/module/components/PersonaImage.js +1 -1
  125. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  126. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  127. package/lib/module/components/PinCreationScreen.js +1 -1
  128. package/lib/module/components/PinInput.js +1 -1
  129. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  130. package/lib/module/components/PlatformList.js +1 -1
  131. package/lib/module/components/PlatformToggle.js +1 -1
  132. package/lib/module/components/PrimaryButton.js +1 -1
  133. package/lib/module/components/SignInMatchAnimation.js +1 -1
  134. package/lib/module/components/SignInStep.js +1 -1
  135. package/lib/module/components/UniversalOnboarding.js +1 -1
  136. package/lib/module/components/VerificationStep.js +1 -1
  137. package/lib/module/components/WelcomeScreen.js +1 -1
  138. package/lib/module/components/icons/Basicproficon.js +1 -1
  139. package/lib/module/components/icons/Basicprofile.js +1 -1
  140. package/lib/module/components/icons/Checkbox.js +1 -1
  141. package/lib/module/components/icons/Checkmark.js +1 -1
  142. package/lib/module/components/icons/Contentanalysis.js +1 -1
  143. package/lib/module/components/icons/Contenticon.js +1 -1
  144. package/lib/module/components/icons/EnochE.js +1 -1
  145. package/lib/module/components/icons/Personalityicon.js +1 -1
  146. package/lib/module/components/icons/Personalityprofile.js +1 -1
  147. package/lib/module/components/icons/Personalitytraits.js +1 -1
  148. package/lib/module/components/icons/Userpreferences.js +1 -1
  149. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  150. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  151. package/lib/module/components/onboarding/PinInput.js +1 -1
  152. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  153. package/lib/module/config/api.js +1 -1
  154. package/lib/module/constants/index.js +1 -1
  155. package/lib/module/context/AuthContext.js +1 -1
  156. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  157. package/lib/module/hooks/useConnections.js +1 -1
  158. package/lib/module/hooks/useCredentials.js +1 -1
  159. package/lib/module/hooks/useUserConnections.js +1 -1
  160. package/lib/module/index.js +1 -1
  161. package/lib/module/services/apiClient.js +1 -1
  162. package/lib/module/services/biometricPinService.js +1 -1
  163. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  164. package/lib/module/services/chatGPTConversationService.js +1 -1
  165. package/lib/module/services/claudeConversationExtractor.js +1 -1
  166. package/lib/module/services/claudeConversationService.js +1 -1
  167. package/lib/module/services/connectedAccountsService.js +1 -1
  168. package/lib/module/services/googleAuthService.js +1 -1
  169. package/lib/module/services/hingeDataExtractor.js +1 -1
  170. package/lib/module/services/hingeDataService.js +1 -1
  171. package/lib/module/services/imageCompressionService.js +1 -1
  172. package/lib/module/services/instagramDataExtractor.js +1 -1
  173. package/lib/module/services/instagramDataService.js +1 -1
  174. package/lib/module/services/jwtStorageService.js +1 -1
  175. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  176. package/lib/module/services/linkedinProfileService.js +1 -1
  177. package/lib/module/services/linkedinScrapingService.js +1 -1
  178. package/lib/module/services/llmDataStorage.js +1 -1
  179. package/lib/module/services/mobileTrainingService.js +1 -1
  180. package/lib/module/services/pinEncryptionService.js +1 -1
  181. package/lib/module/services/pinStorageUtils.js +1 -1
  182. package/lib/module/services/platformAuthService.js +1 -1
  183. package/lib/module/services/sephoraDataExtractor.js +1 -1
  184. package/lib/module/services/sephoraDataService.js +1 -1
  185. package/lib/module/services/storageService.js +1 -1
  186. package/lib/module/services/telegramDataExtractor.js +1 -1
  187. package/lib/module/services/telegramDataService.js +1 -1
  188. package/lib/module/services/trainingApiHelpers.js +1 -1
  189. package/lib/module/services/userConnectionsService.js +1 -1
  190. package/lib/module/services/youtubeMigrationService.js +1 -1
  191. package/lib/module/theme/index.js +1 -1
  192. package/lib/module/types.js +1 -1
  193. package/lib/module/utils/Portal.js +1 -1
  194. package/lib/module/utils/api.js +1 -1
  195. package/lib/module/utils/assetRegistry.js +1 -1
  196. package/lib/module/utils/auth.js +1 -1
  197. package/lib/module/utils/connectorTests.js +1 -1
  198. package/lib/module/utils/crypto.js +1 -1
  199. package/lib/module/utils/debugHelper.js +1 -1
  200. package/lib/module/utils/encryption.js +1 -1
  201. package/lib/module/utils/eventUtils.js +1 -1
  202. package/lib/module/utils/haptics.js +1 -1
  203. package/lib/module/utils/networkDiagnostics.js +1 -1
  204. package/lib/module/utils/onairosApi.js +1 -1
  205. package/lib/module/utils/programmaticFlow.js +1 -1
  206. package/lib/module/utils/retryHelper.js +1 -1
  207. package/lib/module/utils/secureStorage.js +1 -1
  208. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  209. package/lib/module/utils/webviewScripts/claude.js +1 -1
  210. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  211. package/lib/module/utils/webviewScripts/index.js +1 -1
  212. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  213. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  214. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  215. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  216. package/package.json +1 -1
@@ -1 +1 @@
1
- import{GoogleSignin}from'@react-native-google-signin/google-signin';import{Alert}from'react-native';import AsyncStorage from'@react-native-async-storage/async-storage';import{API_CONFIG}from'../config/api';const WEB_CLIENT_ID=_0x5593(0x0),IOS_CLIENT_ID='1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com',configureGoogleSignInForRefreshTokens=()=>{const _0x2e56a9={'EbtYr':_0x5593(0x1),'FkSEt':_0x5593(0x2)};GoogleSignin[_0x5593(0x3)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x5593(0x4),_0x2e56a9[_0x5593(0x5)],_0x2e56a9[_0x5593(0x6)],_0x5593(0x7)],'hostedDomain':'','accountName':''});};export const checkYouTubeMigrationNeeded=async _0x5c32ec=>{const _0x309634={'eUBiA':_0x5593(0x8),'YyKkv':'limited','JUOqo':function(_0x191fcc,_0x409b35){return _0x191fcc(_0x409b35);},'cLNyo':function(_0x177184,_0x173ba6){return _0x177184===_0x173ba6;},'ffcCB':_0x5593(0x9),'KSAhx':_0x5593(0xa),'Lphqe':function(_0x327fdd,_0x2e924f){return _0x327fdd===_0x2e924f;},'kXRsM':function(_0x504d13,_0x5c121d){return _0x504d13===_0x5c121d;},'ObJqe':function(_0x54596e,_0x550543){return _0x54596e===_0x550543;},'COyjJ':_0x5593(0xb),'rheRi':'๐Ÿ”\x20YouTube\x20migration\x20check:','rCqBn':function(_0x4d806b,_0x19cb58){return _0x4d806b===_0x19cb58;},'mtaHc':function(_0x4e6bb4,_0x23922d){return _0x4e6bb4!==_0x23922d;},'JnJLh':'xSrMx','AivEN':'NQxOf','nKLEC':'โš ๏ธ\x20No\x20refresh\x20capability\x20but\x20training\x20can\x20proceed','BYHGf':_0x5593(0xc),'ZTCPz':function(_0x5af6b4,_0x2f9e86){return _0x5af6b4===_0x2f9e86;},'wfSSp':_0x5593(0xd),'xoUEH':_0x5593(0xe)};try{const _0x10080f=await _0x309634[_0x5593(0xf)](fetch,API_CONFIG[_0x5593(0x10)]+'/youtube/validate-connection/'+_0x5c32ec),_0x2fe110=await _0x10080f[_0x5593(0x11)]();if(_0x2fe110[_0x5593(0x12)]&&_0x2fe110[_0x5593(0x13)]){if(_0x309634[_0x5593(0x14)](_0x309634['ffcCB'],_0x309634[_0x5593(0x15)]))_0x57939c=_0x3974e6[_0x5593(0x16)],_0x120f30=_0x5593(0x17);else{var _0x1cd1d0,_0x4205f3,_0x112840;const _0x54defe=_0x309634['Lphqe'](_0x309634[_0x5593(0x18)](_0x1cd1d0=_0x2fe110[_0x5593(0x13)],null)||_0x309634[_0x5593(0x19)](_0x1cd1d0,void 0x0)?void 0x0:_0x1cd1d0[_0x5593(0x1a)],!![])||_0x309634[_0x5593(0x18)](_0x309634['ObJqe'](_0x4205f3=_0x2fe110[_0x5593(0x1b)],null)||_0x309634[_0x5593(0x19)](_0x4205f3,void 0x0)?void 0x0:_0x4205f3[_0x5593(0x1c)],!![])||_0x2fe110[_0x5593(0x1a)]===!![]||_0x2fe110['message']&&_0x2fe110['message'][_0x5593(0x1d)](_0x309634[_0x5593(0x1e)]),_0x5871f0=_0x2fe110[_0x5593(0x13)][_0x5593(0x1f)],_0x1835c2=_0x2fe110[_0x5593(0x13)]['hasRefreshToken'];console[_0x5593(0x20)](_0x309634['rheRi'],{'username':_0x5c32ec,'needsReconnection':_0x5871f0,'hasRefreshToken':_0x1835c2,'isTemporaryMode':_0x54defe,'temporaryModeEnabled':_0x309634['cLNyo'](_0x112840=_0x2fe110[_0x5593(0x1b)],null)||_0x309634[_0x5593(0x21)](_0x112840,void 0x0)?void 0x0:_0x112840[_0x5593(0x1c)],'message':_0x2fe110[_0x5593(0x22)]});if(_0x54defe)return _0x309634[_0x5593(0x23)](_0x309634[_0x5593(0x24)],_0x309634[_0x5593(0x25)])?(console[_0x5593(0x20)]('๐Ÿ”„\x20User\x20using\x20temporary\x20mode\x20-\x20connection\x20working\x20correctly'),console['log'](_0x309634[_0x5593(0x26)]),![]):(_0x42edb7[_0x5593(0x20)](_0x309634[_0x5593(0x27)]),{'isReady':![],'mode':_0x309634[_0x5593(0x28)],'needsMigration':!![],'trainingReady':![],'details':_0x54df42});else return _0x5871f0?(console[_0x5593(0x20)](_0x309634[_0x5593(0x29)]),!![]):_0x309634[_0x5593(0x2a)](_0x309634['wfSSp'],_0x309634['xoUEH'])?(_0x53646f[_0x5593(0x20)](_0x5593(0xc)),!![]):(console[_0x5593(0x20)]('โœ…\x20YouTube\x20connection\x20fully\x20working\x20with\x20refresh\x20tokens'),![]);}}return![];}catch(_0x71a893){return console['error']('โŒ\x20Error\x20checking\x20YouTube\x20migration\x20status:',_0x71a893),![];}};export const getYouTubeConnectionStatus=async _0x3035c8=>{const _0x3de1a1={'cQspn':function(_0x1bf73d,_0x203329){return _0x1bf73d===_0x203329;},'lXfaE':'๐Ÿ”\x20YouTube\x20migration\x20check:','YsoQE':function(_0x10f811,_0x44df6f){return _0x10f811===_0x44df6f;},'OOlQw':_0x5593(0x2b),'OEuhb':_0x5593(0xc),'dofUx':_0x5593(0x2c),'XxisL':_0x5593(0x2d),'vbasA':_0x5593(0x2e),'VCmse':_0x5593(0x2f),'XSjIZ':function(_0x5c1ab4,_0x3b96e4){return _0x5c1ab4(_0x3b96e4);},'GjbdI':function(_0x20993c,_0x357178){return _0x20993c===_0x357178;},'eoiDc':function(_0x24afc8,_0x3bcb74){return _0x24afc8===_0x3bcb74;},'dvxYo':function(_0x4de946,_0x161bca){return _0x4de946===_0x161bca;},'AlyAh':_0x5593(0xb),'ukZby':function(_0x497f91,_0x574f06){return _0x497f91===_0x574f06;},'rxToN':function(_0x234b84,_0x25a42a){return _0x234b84===_0x25a42a;},'TzUJV':_0x5593(0x30),'rRufF':_0x5593(0x31),'bHAFJ':_0x5593(0x32),'EeqTD':_0x5593(0x8),'RiCyp':'โ“\x20YouTube\x20connection\x20status\x20unclear','AiJGy':_0x5593(0x33),'GBkLN':_0x5593(0x34),'GvLYI':function(_0x141690,_0x4dee06){return _0x141690===_0x4dee06;},'sUept':_0x5593(0x35),'krOTG':_0x5593(0x36),'ROzeo':function(_0x46ea8c,_0xdbf271){return _0x46ea8c instanceof _0xdbf271;},'lOytZ':function(_0x141535,_0x3fc571){return _0x141535(_0x3fc571);}};try{if(_0x3de1a1[_0x5593(0x37)]!==_0x3de1a1[_0x5593(0x38)]){const _0x185ab8=await _0x3de1a1[_0x5593(0x39)](fetch,API_CONFIG['BASE_URL']+_0x5593(0x3a)+_0x3035c8),_0x1080f7=await _0x185ab8[_0x5593(0x11)]();console[_0x5593(0x20)]('๐Ÿ“‹\x20Complete\x20YouTube\x20status\x20response:',_0x1080f7);if(_0x1080f7['success']&&_0x1080f7[_0x5593(0x13)]){var _0x101024,_0x25cbd5;const _0x57d1e0=_0x3de1a1[_0x5593(0x3b)](_0x3de1a1['cQspn'](_0x101024=_0x1080f7['validation'],null)||_0x3de1a1[_0x5593(0x3c)](_0x101024,void 0x0)?void 0x0:_0x101024[_0x5593(0x1a)],!![])||_0x3de1a1[_0x5593(0x3c)](_0x3de1a1['eoiDc'](_0x25cbd5=_0x1080f7[_0x5593(0x1b)],null)||_0x3de1a1['YsoQE'](_0x25cbd5,void 0x0)?void 0x0:_0x25cbd5['enabled'],!![])||_0x3de1a1[_0x5593(0x3d)](_0x1080f7['isTemporaryMode'],!![])||_0x1080f7[_0x5593(0x22)]&&_0x1080f7[_0x5593(0x22)][_0x5593(0x1d)](_0x3de1a1['AlyAh']),_0x2f661e=_0x3de1a1[_0x5593(0x3e)](_0x1080f7[_0x5593(0x13)][_0x5593(0x3f)],!![]),_0x61512e=_0x3de1a1[_0x5593(0x40)](_0x1080f7[_0x5593(0x13)][_0x5593(0x1f)],!![]);if(_0x57d1e0){if(_0x3de1a1[_0x5593(0x41)](_0x5593(0x42),_0x5593(0x42)))return console[_0x5593(0x20)](_0x3de1a1[_0x5593(0x43)]),console[_0x5593(0x20)](_0x3de1a1[_0x5593(0x44)]),{'isReady':!![],'mode':_0x3de1a1[_0x5593(0x45)],'needsMigration':![],'trainingReady':!![],'details':_0x1080f7};else{var _0x1a5f4b,_0x3effd6,_0x4340ea;const _0x4942c=(_0x3de1a1['cQspn'](_0x1a5f4b=_0x594346['validation'],null)||_0x3de1a1[_0x5593(0x41)](_0x1a5f4b,void 0x0)?void 0x0:_0x1a5f4b['isTemporaryMode'])===!![]||_0x3de1a1[_0x5593(0x41)](_0x3de1a1[_0x5593(0x41)](_0x3effd6=_0x1fd035['temporaryMode'],null)||_0x3effd6===void 0x0?void 0x0:_0x3effd6['enabled'],!![])||_0x3de1a1[_0x5593(0x41)](_0x4a30c7[_0x5593(0x1a)],!![])||_0x30dd00[_0x5593(0x22)]&&_0x54f512[_0x5593(0x22)]['includes'](_0x5593(0xb)),_0x10c693=_0x2f073e[_0x5593(0x13)][_0x5593(0x1f)],_0x51b4bb=_0x392c91['validation'][_0x5593(0x3f)];_0x4397d7['log'](_0x3de1a1['lXfaE'],{'username':_0x121d3c,'needsReconnection':_0x10c693,'hasRefreshToken':_0x51b4bb,'isTemporaryMode':_0x4942c,'temporaryModeEnabled':_0x3de1a1[_0x5593(0x41)](_0x4340ea=_0x4c2f1a['temporaryMode'],null)||_0x3de1a1[_0x5593(0x3b)](_0x4340ea,void 0x0)?void 0x0:_0x4340ea[_0x5593(0x1c)],'message':_0x41185e[_0x5593(0x22)]});if(_0x4942c)return _0x1353c8[_0x5593(0x20)](_0x3de1a1[_0x5593(0x46)]),_0x4486d6['log'](_0x5593(0x47)),![];else return _0x10c693?(_0x2504b5[_0x5593(0x20)](_0x3de1a1[_0x5593(0x48)]),!![]):(_0x3842fb[_0x5593(0x20)](_0x3de1a1[_0x5593(0x49)]),![]);}}else{if(_0x2f661e)return console[_0x5593(0x20)](_0x5593(0x4a)),{'isReady':!![],'mode':_0x5593(0x4b),'needsMigration':![],'trainingReady':!![],'details':_0x1080f7};else return _0x61512e?(console[_0x5593(0x20)](_0x3de1a1[_0x5593(0x4c)]),{'isReady':![],'mode':_0x5593(0x4d),'needsMigration':!![],'trainingReady':![],'details':_0x1080f7}):(console[_0x5593(0x20)](_0x3de1a1[_0x5593(0x4e)]),{'isReady':![],'mode':_0x3de1a1['AiJGy'],'needsMigration':![],'trainingReady':![],'details':_0x1080f7});}}return console[_0x5593(0x20)](_0x3de1a1[_0x5593(0x4f)]),{'isReady':![],'mode':_0x3de1a1[_0x5593(0x50)],'needsMigration':![],'trainingReady':![],'details':_0x1080f7};}else _0x5982f3[_0x5593(0x51)](_0x3de1a1[_0x5593(0x52)],_0x1d4e41);}catch(_0x194cf1){return _0x3de1a1[_0x5593(0x53)](_0x3de1a1['sUept'],_0x3de1a1[_0x5593(0x54)])?(console[_0x5593(0x51)](_0x3de1a1[_0x5593(0x55)],_0x194cf1),{'isReady':![],'mode':_0x3de1a1['AiJGy'],'needsMigration':![],'trainingReady':![],'details':{'error':_0x3de1a1['ROzeo'](_0x194cf1,Error)?_0x194cf1['message']:_0x3de1a1[_0x5593(0x56)](String,_0x194cf1)}}):(_0x475f31[_0x5593(0x20)](_0x5593(0x57)),![]);}};const showYouTubeMigrationPrompt=async()=>{const _0x491b2a={'iURgj':'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?','pSSRC':_0x5593(0x58),'ycJbp':'cancel','HwbOx':_0x5593(0x59),'pIbeQ':'default'};return new Promise(_0x46be1c=>{Alert[_0x5593(0x5a)](_0x5593(0x5b),_0x491b2a[_0x5593(0x5c)],[{'text':_0x491b2a[_0x5593(0x5d)],'style':_0x491b2a[_0x5593(0x5e)],'onPress':()=>_0x46be1c(![])},{'text':_0x491b2a['HwbOx'],'style':_0x491b2a[_0x5593(0x5f)],'onPress':()=>_0x46be1c(!![])}]);});},forceYouTubeReconnection=async _0x381bd6=>{const _0x2cc8f8={'RZGva':_0x5593(0x36),'UdNFA':_0x5593(0x33),'jBOsB':function(_0x4bf80c,_0xea79e0){return _0x4bf80c instanceof _0xea79e0;},'dGbEy':function(_0x810c4b,_0x7f9929){return _0x810c4b(_0x7f9929);},'CyGgq':'๐Ÿšซ\x20[MIGRATION\x20WARNING]\x20NO\x20WARNING\x20-\x20user\x20is\x20in\x20temporary\x20mode\x20(working\x20correctly)','fjOmL':_0x5593(0x2b),'cfOnw':_0x5593(0x47),'vBOCt':function(_0x1f77e3,_0xcd3eb1){return _0x1f77e3===_0xcd3eb1;},'YOjQU':_0x5593(0x60),'SnaLN':_0x5593(0x61),'zIRhG':function(_0x353b44){return _0x353b44();},'GShAP':'โœ…\x20Signed\x20out\x20-\x20consent\x20cache\x20cleared','WtFNV':'โœ…\x20Token\x20cache\x20cleared','nvKOs':_0x5593(0x62),'mcSoH':_0x5593(0x63),'tVqAo':_0x5593(0x17),'RGJfF':function(_0xeb7e45,_0x2ef236){return _0xeb7e45!==_0x2ef236;},'piTry':function(_0x473f38,_0x2da05d){return _0x473f38!==_0x2da05d;},'rDBjy':_0x5593(0x64),'hHGTO':function(_0x26d4ad,_0x1004f9){return _0x26d4ad===_0x1004f9;},'Rofyf':'3|5|4|2|0|1','gNxvd':_0x5593(0x65),'CpDIg':'\x20\x20\x202.\x20forceCodeForRefreshToken:\x20true\x20is\x20missing','cFxHn':_0x5593(0x66),'ciIlH':_0x5593(0x67),'GWevs':'๐Ÿ’ก\x20This\x20usually\x20means:','KgcyF':_0x5593(0x68),'kONra':function(_0x358b4d,_0x3591a8){return _0x358b4d+_0x3591a8;},'fJeRF':_0x5593(0x69),'stufk':_0x5593(0x6a),'sdnwd':'auth_token','xeuxw':_0x5593(0x6b),'nebTd':'โš ๏ธ\x20No\x20authentication\x20token\x20found\x20for\x20YouTube\x20migration','oNLFA':_0x5593(0x6c),'hmEIy':'youtube','bqxjk':_0x5593(0x6d),'yxSwN':function(_0x1c3a05,_0x3a1196){return _0x1c3a05===_0x3a1196;},'VVtZc':'๐Ÿ“ค\x20Sending\x20migration\x20payload\x20to\x20backend...','IztHV':function(_0x332629,_0x4efe19,_0x593469){return _0x332629(_0x4efe19,_0x593469);},'ArCXg':_0x5593(0x6e),'oGJLe':function(_0x349975,_0x27fc3e){return _0x349975!==_0x27fc3e;},'YGPxw':'gPQSX','apnIW':_0x5593(0x6f),'pJrnu':'โŒ\x20Backend\x20rejected\x20YouTube\x20migration:','ENaTz':function(_0x39d05f,_0x58242e,_0x883d2,_0x4bf856){return _0x39d05f(_0x58242e,_0x883d2,_0x4bf856);},'LkNTW':function(_0x3b305f,_0x4ee103,_0x4a3395,_0x38ac2d){return _0x3b305f(_0x4ee103,_0x4a3395,_0x38ac2d);},'PokyU':'Unknown\x20error'};try{if(_0x2cc8f8['vBOCt'](_0x5593(0x60),_0x2cc8f8[_0x5593(0x70)])){var _0x535d9e,_0x5f4972,_0x5b37c4,_0x4188e9;console[_0x5593(0x20)](_0x2cc8f8[_0x5593(0x71)],_0x381bd6),_0x2cc8f8[_0x5593(0x72)](configureGoogleSignInForRefreshTokens),await GoogleSignin[_0x5593(0x73)](),console[_0x5593(0x20)](_0x2cc8f8['GShAP']);try{const _0x123357=await GoogleSignin[_0x5593(0x74)]();_0x123357[_0x5593(0x75)]&&(await GoogleSignin[_0x5593(0x76)](_0x123357[_0x5593(0x75)]),console[_0x5593(0x20)](_0x2cc8f8[_0x5593(0x77)]));}catch(_0x1e6509){console[_0x5593(0x20)](_0x5593(0x78));}await GoogleSignin[_0x5593(0x79)](),console[_0x5593(0x20)](_0x2cc8f8[_0x5593(0x7a)]);const _0x1c1fe2=await GoogleSignin[_0x5593(0x7b)](),_0x3824eb=await GoogleSignin[_0x5593(0x74)](),_0x1af8be=await GoogleSignin[_0x5593(0x7c)]();let _0x29205f=null,_0x485d83=_0x5593(0x7d);if(_0x1c1fe2[_0x5593(0x16)]){if(_0x2cc8f8[_0x5593(0x7e)](_0x2cc8f8[_0x5593(0x7f)],_0x5593(0x63)))_0x29205f=_0x1c1fe2[_0x5593(0x16)],_0x485d83=_0x2cc8f8['tVqAo'];else return _0x2a2ab4[_0x5593(0x51)](_0x2cc8f8['RZGva'],_0x56646b),{'isReady':![],'mode':_0x2cc8f8[_0x5593(0x80)],'needsMigration':![],'trainingReady':![],'details':{'error':_0x2cc8f8[_0x5593(0x81)](_0x3323da,_0x2ce292)?_0x57ccbb[_0x5593(0x22)]:_0x2cc8f8['dGbEy'](_0xb19d6d,_0x3c59a9)}};}else _0x2cc8f8[_0x5593(0x82)](_0x1af8be,null)&&_0x1af8be!==void 0x0&&_0x1af8be['serverAuthCode']&&(_0x29205f=_0x1af8be[_0x5593(0x16)],_0x485d83='Current\x20user\x20server\x20auth\x20code');console[_0x5593(0x20)](_0x5593(0x83),{'hasAccessToken':!!_0x3824eb[_0x5593(0x75)],'hasIdToken':!!_0x3824eb[_0x5593(0x84)],'hasServerAuthCode':!!_0x1c1fe2[_0x5593(0x16)],'hasCurrentUserAuthCode':!!(_0x2cc8f8[_0x5593(0x85)](_0x1af8be,null)&&_0x2cc8f8['RGJfF'](_0x1af8be,void 0x0)&&_0x1af8be[_0x5593(0x16)]),'refreshTokenSource':_0x485d83,'finalRefreshToken':_0x29205f?'Available':_0x2cc8f8[_0x5593(0x86)],'userEmail':_0x2cc8f8['vBOCt'](_0x535d9e=_0x1c1fe2[_0x5593(0x87)],null)||_0x2cc8f8['hHGTO'](_0x535d9e,void 0x0)?void 0x0:_0x535d9e['email']});if(!_0x29205f){const _0x4c5c33=_0x2cc8f8[_0x5593(0x88)][_0x5593(0x89)]('|');let _0x4a233d=0x0;while(!![]){switch(_0x4c5c33[_0x4a233d++]){case'0':console['error'](_0x2cc8f8[_0x5593(0x8a)]);continue;case'1':return![];case'2':console[_0x5593(0x51)](_0x2cc8f8[_0x5593(0x8b)]);continue;case'3':console[_0x5593(0x51)](_0x2cc8f8[_0x5593(0x8c)]);continue;case'4':console['error'](_0x2cc8f8[_0x5593(0x8d)]);continue;case'5':console[_0x5593(0x51)](_0x2cc8f8['GWevs']);continue;}break;}}console[_0x5593(0x20)](_0x2cc8f8[_0x5593(0x8e)],_0x2cc8f8[_0x5593(0x8f)](_0x29205f['substring'](0x0,0x14),_0x5593(0x90))),console[_0x5593(0x20)](_0x5593(0x91),_0x485d83);let _0x54136f=await AsyncStorage['getItem'](_0x2cc8f8['fJeRF'])||await AsyncStorage[_0x5593(0x92)](_0x2cc8f8[_0x5593(0x93)])||await AsyncStorage[_0x5593(0x92)](_0x2cc8f8[_0x5593(0x94)]);if(!_0x54136f){if(_0x2cc8f8[_0x5593(0x85)](_0x2cc8f8[_0x5593(0x95)],_0x2cc8f8[_0x5593(0x95)]))return _0x29b15a[_0x5593(0x51)](_0x5593(0x96),_0x2b15c1),![];else console[_0x5593(0x97)](_0x2cc8f8[_0x5593(0x98)]),_0x54136f=_0x2cc8f8[_0x5593(0x99)];}const _0x3cb667={'session':{'username':_0x381bd6,'platform':_0x2cc8f8[_0x5593(0x9a)],'channelName':(_0x2cc8f8[_0x5593(0x7e)](_0x5f4972=_0x1c1fe2[_0x5593(0x87)],null)||_0x5f4972===void 0x0?void 0x0:_0x5f4972[_0x5593(0x9b)])||_0x2cc8f8[_0x5593(0x9c)],'channelId':null},'googleUser':_0x1c1fe2[_0x5593(0x87)],'accessToken':_0x3824eb[_0x5593(0x75)],'idToken':_0x3824eb[_0x5593(0x84)],'refreshToken':_0x29205f,'serverAuthCode':_0x1c1fe2[_0x5593(0x16)],'userAccountInfo':{'username':_0x381bd6,'email':_0x2cc8f8[_0x5593(0x9d)](_0x5b37c4=_0x1c1fe2[_0x5593(0x87)],null)||_0x5b37c4===void 0x0?void 0x0:_0x5b37c4['email'],'authToken':_0x54136f,'channelName':(_0x2cc8f8[_0x5593(0x7e)](_0x4188e9=_0x1c1fe2['user'],null)||_0x4188e9===void 0x0?void 0x0:_0x4188e9['name'])||_0x5593(0x6d),'channelId':null}};console[_0x5593(0x20)](_0x2cc8f8[_0x5593(0x9e)]);const _0x586f5d=await _0x2cc8f8[_0x5593(0x9f)](fetch,API_CONFIG[_0x5593(0x10)]+_0x5593(0xa0),{'method':'POST','headers':{'Content-Type':'application/json','x-api-key':_0x2cc8f8[_0x5593(0xa1)],..._0x54136f!==_0x2cc8f8[_0x5593(0x99)]&&{'Authorization':_0x5593(0xa2)+_0x54136f}},'body':JSON[_0x5593(0xa3)](_0x3cb667)}),_0x82cde4=await _0x586f5d[_0x5593(0x11)]();return _0x82cde4[_0x5593(0x12)]?_0x2cc8f8[_0x5593(0xa4)](_0x2cc8f8[_0x5593(0xa5)],_0x2cc8f8['apnIW'])?(console[_0x5593(0x20)]('โœ…\x20YouTube\x20migration\x20successful'),await trackMigrationAttempt(_0x381bd6,!![]),!![]):(_0x4701df[_0x5593(0x20)](_0x2cc8f8['CyGgq']),![]):(console[_0x5593(0x51)](_0x2cc8f8[_0x5593(0xa6)],_0x82cde4[_0x5593(0x51)]),await _0x2cc8f8[_0x5593(0xa7)](trackMigrationAttempt,_0x381bd6,![],_0x82cde4[_0x5593(0x51)]),![]);}else return _0x18f6da[_0x5593(0x20)](_0x2cc8f8['fjOmL']),_0xb87bd7[_0x5593(0x20)](_0x2cc8f8['cfOnw']),![];}catch(_0x4002a5){return console[_0x5593(0x51)]('โŒ\x20YouTube\x20migration\x20failed:',_0x4002a5),await _0x2cc8f8[_0x5593(0xa8)](trackMigrationAttempt,_0x381bd6,![],_0x2cc8f8[_0x5593(0x81)](_0x4002a5,Error)?_0x4002a5[_0x5593(0x22)]:_0x2cc8f8['PokyU']),![];}},trackMigrationAttempt=async(_0x568177,_0x5499e7,_0x10b625)=>{const _0x2215a2={'aejzG':_0x5593(0xa9),'PIzJo':_0x5593(0x33),'GzQaM':function(_0x1f78a8,_0x1dc680){return _0x1f78a8!==_0x1dc680;},'eZMDH':_0x5593(0xaa),'kXFna':_0x5593(0xab),'tKIKN':function(_0x1bb3c3,_0x1c2326){return _0x1bb3c3||_0x1c2326;},'ggNqg':'ohHPs','rOqsC':_0x5593(0x2d)};try{if(_0x2215a2[_0x5593(0xac)](_0x2215a2[_0x5593(0xad)],_0x2215a2[_0x5593(0xae)]))await fetch(API_CONFIG[_0x5593(0x10)]+'/youtube/migration-status',{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON[_0x5593(0xa3)]({'username':_0x568177,'success':_0x5499e7,'error':_0x2215a2['tKIKN'](_0x10b625,null),'timestamp':new Date()[_0x5593(0xaf)]()})});else return _0x2a09ce['error'](_0x2215a2['aejzG'],_0x79fcee),![];}catch(_0x5b3d6c){if(_0x2215a2[_0x5593(0xac)](_0x5593(0xb0),_0x2215a2['ggNqg']))console[_0x5593(0x51)](_0x2215a2[_0x5593(0xb1)],_0x5b3d6c);else return _0x324e9f['log'](_0x5593(0xb2)),{'isReady':![],'mode':_0x2215a2['PIzJo'],'needsMigration':![],'trainingReady':![],'details':_0x4fbc07};}};function _0x104c(){const _0x1627a1=['1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','openid','profile','configure','https://www.googleapis.com/auth/youtube.readonly','EbtYr','FkSEt','email','โš ๏ธ\x20YouTube\x20connected\x20but\x20needs\x20migration','PqHTC','pJZAQ','temporary\x20access\x20token\x20mode','๐Ÿ”ง\x20User\x20needs\x20YouTube\x20migration\x20for\x20refresh\x20token','jkOIM','dfkFR','JUOqo','BASE_URL','json','success','validation','cLNyo','KSAhx','serverAuthCode','Server\x20auth\x20code\x20from\x20sign-in','Lphqe','kXRsM','isTemporaryMode','temporaryMode','enabled','includes','COyjJ','needsReconnection','log','rCqBn','message','mtaHc','JnJLh','AivEN','nKLEC','eUBiA','YyKkv','BYHGf','ZTCPz','๐Ÿ”„\x20User\x20using\x20temporary\x20mode\x20-\x20connection\x20working\x20correctly','โœ…\x20YouTube\x20connection\x20fully\x20working\x20with\x20refresh\x20tokens','โŒ\x20Failed\x20to\x20track\x20migration\x20attempt:','tnIve','koomj','๐Ÿ”„\x20YouTube\x20connected\x20in\x20temporary\x20mode','โœ…\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','temporary','none','โŒ\x20No\x20YouTube\x20connection\x20found','aiZie','โŒ\x20Error\x20getting\x20YouTube\x20connection\x20status:','vbasA','VCmse','XSjIZ','/youtube/validate-connection/','YsoQE','GjbdI','dvxYo','ukZby','hasRefreshToken','rxToN','cQspn','AtHPD','TzUJV','rRufF','bHAFJ','OOlQw','โš ๏ธ\x20No\x20refresh\x20capability\x20but\x20training\x20can\x20proceed','OEuhb','dofUx','โœ…\x20YouTube\x20connected\x20with\x20refresh\x20tokens','full','EeqTD','limited','RiCyp','GBkLN','AiJGy','error','XxisL','GvLYI','sUept','krOTG','lOytZ','โ„น๏ธ\x20User\x20declined\x20YouTube\x20migration','Skip\x20for\x20Now','Upgrade\x20Now','alert','YouTube\x20Connection\x20Upgrade','iURgj','pSSRC','ycJbp','pIbeQ','KjPWl','๐Ÿ”„\x20Starting\x20YouTube\x20migration\x20for\x20user:','๐Ÿ”\x20Initiating\x20sign-in\x20-\x20consent\x20screen\x20should\x20appear...','YPlCf','MISSING!','\x20\x20\x203.\x20User\x20did\x20not\x20grant\x20offline\x20access\x20permission','โŒ\x20No\x20refresh\x20token\x20received\x20-\x20Google\x20Console\x20configuration\x20may\x20be\x20incorrect','\x20\x20\x201.\x20offlineAccess:\x20true\x20is\x20missing\x20from\x20configuration','โœ…\x20Got\x20refresh\x20token\x20after\x20consent:','onairos_jwt_token','enoch_token','CCSNz','migration_token_placeholder','YouTube\x20Channel','your-api-key','ELbNt','YOjQU','SnaLN','zIRhG','signOut','getTokens','accessToken','clearCachedAccessToken','WtFNV','โ„น๏ธ\x20No\x20token\x20cache\x20to\x20clear','hasPlayServices','nvKOs','signIn','getCurrentUser','None','vBOCt','mcSoH','UdNFA','jBOsB','RGJfF','๐Ÿ”\x20Token\x20Analysis:','idToken','piTry','rDBjy','user','Rofyf','split','gNxvd','CpDIg','cFxHn','ciIlH','KgcyF','kONra','...','๐Ÿ”‘\x20Refresh\x20token\x20source:','getItem','stufk','sdnwd','xeuxw','โŒ\x20Error\x20checking\x20YouTube\x20migration\x20status:','warn','nebTd','oNLFA','hmEIy','name','bqxjk','yxSwN','VVtZc','IztHV','/youtube/native-auth','ArCXg','Bearer\x20','stringify','oGJLe','YGPxw','pJrnu','ENaTz','LkNTW','โŒ\x20Error\x20in\x20YouTube\x20connection\x20check:','aZSpZ','Kmndx','GzQaM','eZMDH','kXFna','toISOString','jfGQG','rOqsC','โ“\x20YouTube\x20connection\x20status\x20unclear','Upgrade\x20Failed\x20โŒ','default','๐Ÿšซ\x20[MIGRATION]\x20NO\x20MIGRATION\x20NEEDED\x20-\x20user\x20connection\x20is\x20working\x20correctly','โœ…\x20[MIGRATION]\x20User\x20can\x20proceed\x20with\x20training\x20normally','zDFZI','๐Ÿ“Š\x20[MIGRATION\x20WARNING]\x20Status\x20check:','Mdlpm','iGTSd','๐Ÿšซ\x20[MIGRATION\x20WARNING]\x20NO\x20WARNING\x20-\x20user\x20is\x20in\x20temporary\x20mode\x20(working\x20correctly)','โœ…\x20[MIGRATION\x20WARNING]\x20NO\x20WARNING\x20-\x20connection\x20is\x20working\x20properly','kMByI','๐Ÿ”\x20[MIGRATION\x20WARNING]\x20Checking\x20if\x20user\x20should\x20see\x20migration\x20warning:','dlTwL','Qhirz','IDwZN','hasAccessToken','zByiu','lqopi','lAAwX','connectedAt','ZsBRo','EIyfs','wFosY','jaKZs','fmRRj','EWgIw','YmxuB','oLuDC','WRVGk','aellA','uYJPX','FqFPy','โ„น๏ธ\x20[MIGRATION\x20WARNING]\x20NO\x20WARNING\x20-\x20no\x20YouTube\x20connection\x20found','rruzn','Current\x20user\x20server\x20auth\x20code','ziXYD','๐Ÿ”„\x20Checking\x20YouTube\x20connection\x20for\x20user:','oHfUS','YouTube\x20Upgraded!\x20โœ…','Your\x20YouTube\x20connection\x20has\x20been\x20upgraded\x20successfully.\x20Training\x20will\x20now\x20work\x20seamlessly\x20without\x20interruptions.','Great!','YouTube\x20connection\x20upgrade\x20failed.\x20Please\x20try\x20again\x20later\x20or\x20contact\x20support\x20if\x20the\x20problem\x20persists.','CecnH','JmCIG','SCUmw','gkTsJ','LItrL','aZJJi','WTZzx','hNPVq','XVzRl','aQaYI','hbWez','chSMQ','UjadM','KomEv','AyjfN','sJmWs','๐Ÿ”„\x20Manual\x20YouTube\x20reconnection\x20requested\x20for:','GWKTd'];_0x104c=function(){return _0x1627a1;};return _0x104c();}export const shouldShowYouTubeMigrationWarning=async _0x47fc4e=>{const _0x223544={'wFosY':'โŒ\x20[MIGRATION\x20WARNING]\x20Error\x20checking\x20migration\x20warning\x20status:','oLuDC':_0x5593(0xb3),'WRVGk':'YouTube\x20connection\x20upgrade\x20failed.\x20Please\x20try\x20again\x20later\x20or\x20contact\x20support\x20if\x20the\x20problem\x20persists.','aellA':_0x5593(0xb4),'FqFPy':_0x5593(0x2c),'fZmjk':_0x5593(0xb5),'rruzn':_0x5593(0xb6),'dlTwL':function(_0x405796,_0x3f94a5){return _0x405796===_0x3f94a5;},'kMByI':'zVZQB','RpsSZ':function(_0x506dee,_0x90e246){return _0x506dee(_0x90e246);},'Qhirz':_0x5593(0xb7),'IDwZN':function(_0x1ed131,_0x3cab93){return _0x1ed131===_0x3cab93;},'zByiu':function(_0x2a1e76,_0x3125b8){return _0x2a1e76===_0x3125b8;},'lqopi':function(_0x4bcc52,_0x1a7d14){return _0x4bcc52===_0x1a7d14;},'lAAwX':_0x5593(0xb8),'ZsBRo':_0x5593(0xb9),'EIyfs':_0x5593(0xba),'jaKZs':_0x5593(0xbb),'JqfaI':function(_0x49202b,_0x53cd98){return _0x49202b&&_0x53cd98;},'fmRRj':function(_0x90ba9a,_0x25cb8e){return _0x90ba9a!==_0x25cb8e;},'EWgIw':'YmxuB','uYJPX':_0x5593(0xbc)};try{if(_0x223544['dlTwL']('zVZQB',_0x223544[_0x5593(0xbd)])){console[_0x5593(0x20)](_0x5593(0xbe),_0x47fc4e);const _0xa0a18a=await _0x223544['RpsSZ'](fetch,API_CONFIG[_0x5593(0x10)]+_0x5593(0x3a)+_0x47fc4e),_0x47fd93=await _0xa0a18a['json']();if(_0x47fd93[_0x5593(0x12)]&&_0x47fd93[_0x5593(0x13)]){if(_0x223544[_0x5593(0xbf)](_0x223544[_0x5593(0xc0)],'zDFZI')){var _0x30bfe7,_0x327558;const _0xb93a7d=_0x223544[_0x5593(0xbf)](_0x223544[_0x5593(0xbf)](_0x30bfe7=_0x47fd93['validation'],null)||_0x223544[_0x5593(0xbf)](_0x30bfe7,void 0x0)?void 0x0:_0x30bfe7[_0x5593(0x1a)],!![])||_0x223544[_0x5593(0xc1)]((_0x327558=_0x47fd93[_0x5593(0x1b)])===null||_0x223544[_0x5593(0xbf)](_0x327558,void 0x0)?void 0x0:_0x327558['enabled'],!![])||_0x223544[_0x5593(0xc1)](_0x47fd93[_0x5593(0x1a)],!![]),_0x1247e6=_0x47fd93[_0x5593(0x13)][_0x5593(0xc2)]===!![],_0xb1f573=_0x223544[_0x5593(0xc3)](_0x47fd93[_0x5593(0x13)][_0x5593(0x3f)],!![]),_0x53b393=_0x223544[_0x5593(0xc4)](_0x47fd93[_0x5593(0x13)]['needsReconnection'],!![]);console[_0x5593(0x20)](_0x223544[_0x5593(0xc5)],{'username':_0x47fc4e,'hasAccessToken':_0x1247e6,'hasRefreshToken':_0xb1f573,'needsReconnection':_0x53b393,'isTemporaryMode':_0xb93a7d,'connectedAt':_0x47fd93['validation'][_0x5593(0xc6)]});if(_0xb93a7d)return _0x223544[_0x5593(0xc1)](_0x223544[_0x5593(0xc7)],_0x223544[_0x5593(0xc8)])?(_0x464c8e[_0x5593(0x51)](_0x223544[_0x5593(0xc9)],_0x3481b7),![]):(console[_0x5593(0x20)](_0x223544[_0x5593(0xca)]),![]);else return _0x223544['JqfaI'](_0x1247e6,!_0xb1f573)&&_0x53b393?(console['log']('โš ๏ธ\x20[MIGRATION\x20WARNING]\x20SHOW\x20WARNING\x20-\x20genuinely\x20old\x20connection\x20needs\x20update'),!![]):_0x223544[_0x5593(0xcb)](_0x223544[_0x5593(0xcc)],_0x5593(0xcd))?(Alert[_0x5593(0x5a)](_0x223544[_0x5593(0xce)],_0x223544[_0x5593(0xcf)],[{'text':'OK','style':_0x223544[_0x5593(0xd0)]}]),![]):(console['log'](_0x223544[_0x5593(0xd1)]),![]);}else return _0x421ef0[_0x5593(0x20)](_0x223544[_0x5593(0xd2)]),![];}return console[_0x5593(0x20)](_0x5593(0xd3)),![];}else return _0x573f18[_0x5593(0x20)](_0x223544['fZmjk']),_0x563749['log'](_0x223544[_0x5593(0xd4)]),!![];}catch(_0x3b4047){return console['error'](_0x223544[_0x5593(0xc9)],_0x3b4047),![];}};export const checkAndFixYouTubeConnection=async _0xa3a69c=>{const _0x56546b={'JmCIG':_0x5593(0xd5),'KomEv':_0x5593(0x78),'CecnH':_0x5593(0xd6),'SCUmw':_0x5593(0xd7),'hNPVq':function(_0x1a0ac9,_0x2233e6){return _0x1a0ac9(_0x2233e6);},'wxmwf':_0x5593(0xb5),'gkTsJ':_0x5593(0xb6),'LItrL':'๐Ÿ”ง\x20[MIGRATION]\x20User\x20needs\x20YouTube\x20migration\x20for\x20refresh\x20token\x20(genuinely\x20old\x20connection)','aZJJi':function(_0x4dc301){return _0x4dc301();},'WTZzx':_0x5593(0x57),'XVzRl':function(_0x48d264,_0x16c459){return _0x48d264===_0x16c459;},'aQaYI':_0x5593(0xd8),'hbWez':_0x5593(0xd9),'UVtmX':_0x5593(0xda),'chSMQ':_0x5593(0xdb),'UjadM':_0x5593(0xb4),'AyjfN':_0x5593(0xdc),'sJmWs':_0x5593(0xa9)};try{if(_0x56546b[_0x5593(0xdd)]!==_0x56546b[_0x5593(0xdd)])_0x2afdfc=_0x3e7dfa[_0x5593(0x16)],_0x2b3f9d=_0x56546b[_0x5593(0xde)];else{console[_0x5593(0x20)](_0x56546b[_0x5593(0xdf)],_0xa3a69c);const _0x4e625d=await _0x56546b['hNPVq'](shouldShowYouTubeMigrationWarning,_0xa3a69c);if(!_0x4e625d)return console['log'](_0x56546b['wxmwf']),console[_0x5593(0x20)](_0x56546b[_0x5593(0xe0)]),!![];const _0x23bdfd=await _0x56546b['hNPVq'](checkYouTubeMigrationNeeded,_0xa3a69c);if(!_0x23bdfd)return console[_0x5593(0x20)]('โœ…\x20[MIGRATION]\x20YouTube\x20connection\x20working\x20properly\x20-\x20no\x20migration\x20needed'),!![];console[_0x5593(0x20)](_0x56546b[_0x5593(0xe1)]);const _0x5849d1=await _0x56546b[_0x5593(0xe2)](showYouTubeMigrationPrompt);if(!_0x5849d1)return console['log'](_0x56546b[_0x5593(0xe3)]),![];const _0x26466c=await _0x56546b[_0x5593(0xe4)](forceYouTubeReconnection,_0xa3a69c);if(_0x26466c){if(_0x56546b[_0x5593(0xe5)](_0x56546b[_0x5593(0xe6)],_0x56546b['aQaYI']))return Alert[_0x5593(0x5a)](_0x56546b[_0x5593(0xe7)],_0x56546b['UVtmX'],[{'text':_0x56546b[_0x5593(0xe8)],'style':_0x56546b[_0x5593(0xe9)]}]),!![];else _0x484802[_0x5593(0x20)](_0x56546b[_0x5593(0xea)]);}else return Alert[_0x5593(0x5a)](_0x5593(0xb3),_0x56546b[_0x5593(0xeb)],[{'text':'OK','style':_0x56546b[_0x5593(0xe9)]}]),![];}}catch(_0xe59428){return console[_0x5593(0x51)](_0x56546b[_0x5593(0xec)],_0xe59428),![];}};function _0x5593(_0x104cb,_0x5593f8){_0x104cb=_0x104cb-0x0;const _0x5ef682=_0x104c();let _0x1ed169=_0x5ef682[_0x104cb];return _0x1ed169;}export const reconnectYouTube=async _0xa78935=>{const _0x2d93df={'GWKTd':function(_0x52c9a5,_0x57ac1e){return _0x52c9a5(_0x57ac1e);}};return console[_0x5593(0x20)](_0x5593(0xed),_0xa78935),await _0x2d93df[_0x5593(0xee)](forceYouTubeReconnection,_0xa78935);};
1
+ function _0x4b22(){const _0x4f3ca0=['1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','https://www.googleapis.com/auth/youtube.readonly','openid','profile','email','configure','Kuxvu','efsqf','๐Ÿšซ\x20[MIGRATION]\x20NO\x20MIGRATION\x20NEEDED\x20-\x20user\x20connection\x20is\x20working\x20correctly','โœ…\x20[MIGRATION]\x20User\x20can\x20proceed\x20with\x20training\x20normally','temporary\x20access\x20token\x20mode','๐Ÿ”\x20YouTube\x20migration\x20check:','โš ๏ธ\x20No\x20refresh\x20capability\x20but\x20training\x20can\x20proceed','mRJtF','โœ…\x20YouTube\x20connection\x20fully\x20working\x20with\x20refresh\x20tokens','โŒ\x20Error\x20checking\x20YouTube\x20migration\x20status:','BASE_URL','/youtube/validate-connection/','json','success','gFVTE','validation','foPJa','isTemporaryMode','temporaryMode','mptFX','enabled','oIlwB','message','includes','needsReconnection','hasRefreshToken','YXKzP','qBVGG','QDDTq','AwQxf','log','๐Ÿ”„\x20User\x20using\x20temporary\x20mode\x20-\x20connection\x20working\x20correctly','EZKzZ','fyMXZ','eDnyk','xmBCS','sysPz','NMekL','xzSiU','error','โš ๏ธ\x20[MIGRATION\x20WARNING]\x20SHOW\x20WARNING\x20-\x20genuinely\x20old\x20connection\x20needs\x20update','temporary','ZYvPm','โœ…\x20YouTube\x20connected\x20with\x20refresh\x20tokens','full','โš ๏ธ\x20YouTube\x20connected\x20but\x20needs\x20migration','โ“\x20YouTube\x20connection\x20status\x20unclear','โŒ\x20No\x20YouTube\x20connection\x20found','โŒ\x20Error\x20getting\x20YouTube\x20connection\x20status:','xXfit','EgKxr','pwtuN','nqtBw','Dwupz','vVVGC','KoOQb','limited','hiCtG','wuWlH','GmLak','To\x20improve\x20your\x20training\x20experience,\x20we\x20need\x20to\x20upgrade\x20your\x20YouTube\x20connection.\x20This\x20prevents\x20interruptions\x20during\x20data\x20collection.\x0a\x0aโœ…\x20One-time\x20upgrade\x0aโœ…\x20Takes\x2030\x20seconds\x0aโœ…\x20No\x20data\x20loss\x0a\x0aUpgrade\x20now?','Skip\x20for\x20Now','default','alert','DyksW','RcsXV','Esoio','Upgrade\x20Now','IQTLO','cancel','Upgrade\x20Failed\x20โŒ','YouTube\x20connection\x20upgrade\x20failed.\x20Please\x20try\x20again\x20later\x20or\x20contact\x20support\x20if\x20the\x20problem\x20persists.','๐Ÿ”„\x20Starting\x20YouTube\x20migration\x20for\x20user:','โœ…\x20Signed\x20out\x20-\x20consent\x20cache\x20cleared','โœ…\x20Token\x20cache\x20cleared','None','Server\x20auth\x20code\x20from\x20sign-in','MISSING!','\x20\x20\x202.\x20forceCodeForRefreshToken:\x20true\x20is\x20missing','\x20\x20\x203.\x20User\x20did\x20not\x20grant\x20offline\x20access\x20permission','๐Ÿ’ก\x20This\x20usually\x20means:','โœ…\x20Got\x20refresh\x20token\x20after\x20consent:','...','๐Ÿ”‘\x20Refresh\x20token\x20source:','onairos_jwt_token','kmZPS','โš ๏ธ\x20No\x20authentication\x20token\x20found\x20for\x20YouTube\x20migration','youtube','YouTube\x20Channel','๐Ÿ“ค\x20Sending\x20migration\x20payload\x20to\x20backend...','your-api-key','Qcvig','โœ…\x20YouTube\x20migration\x20successful','InMEF','Unknown\x20error','uJlac','BOeac','signOut','TaLuK','bBDcq','YouTube\x20Connection\x20Upgrade','kUcZg','QfASX','jmnIJ','clearCachedAccessToken','accessToken','โ„น๏ธ\x20No\x20token\x20cache\x20to\x20clear','hasPlayServices','๐Ÿ”\x20Initiating\x20sign-in\x20-\x20consent\x20screen\x20should\x20appear...','signIn','getCurrentUser','GnPoy','jIkfy','txXfg','TSvlM','JRKpV','serverAuthCode','pimJV','HkFGx','TQYMc','cTGRK','hcAVc','MBfYi','lfOwS','jkjSI','OhObU','hQiaH','UPQiB','NMfPb','idToken','Available','KLmSV','user','Mprhp','split','\x20\x20\x201.\x20offlineAccess:\x20true\x20is\x20missing\x20from\x20configuration','AVLRN','AnCPd','ZRQyE','gjWrT','substring','GROPW','VAXqo','Vefts','getItem','rmtpv','tHCiw','OeuEX','VmmwR','warn','DbDup','dENmx','HPQWz','TBEoU','name','NGaaX','RWWub','cLvRg','Bearer\x20','stringify','GnrPX','dgGPB','๐Ÿ”„\x20YouTube\x20connected\x20in\x20temporary\x20mode','jxXgV','ozSCI','QojUX','TPXGB','ypkzm','zXfMN','xACSA','rMMrz','xvKWl','nzJBw','ObcjJ','RExem','qJTqW','/youtube/migration-status','toISOString','cXoMc','iqXTX','โŒ\x20Failed\x20to\x20track\x20migration\x20attempt:','Qhngk','๐Ÿšซ\x20[MIGRATION\x20WARNING]\x20NO\x20WARNING\x20-\x20user\x20is\x20in\x20temporary\x20mode\x20(working\x20correctly)','๐Ÿ“Š\x20[MIGRATION\x20WARNING]\x20Status\x20check:','uZUrf','GzZvW','โœ…\x20[MIGRATION\x20WARNING]\x20NO\x20WARNING\x20-\x20connection\x20is\x20working\x20properly','โ„น๏ธ\x20[MIGRATION\x20WARNING]\x20NO\x20WARNING\x20-\x20no\x20YouTube\x20connection\x20found','nFamn','EOnmF','zJkov','DzMEO','BWnuv','tVIAe','connectedAt','IeATB','DmUbM','Qwztm','sgTAi','Vbcml','IoPUs','hasAccessToken','NSELk','czcGy','sABYj','jViit','โœ…\x20[MIGRATION]\x20YouTube\x20connection\x20working\x20properly\x20-\x20no\x20migration\x20needed','UBpMp','riYBn','dvLNi','ECnwH','CfwPZ','๐Ÿ”ง\x20[MIGRATION]\x20User\x20needs\x20YouTube\x20migration\x20for\x20refresh\x20token\x20(genuinely\x20old\x20connection)','โ„น๏ธ\x20User\x20declined\x20YouTube\x20migration','๐Ÿ”„\x20Checking\x20YouTube\x20connection\x20for\x20user:','bAhgQ','xwtdW','INQwa','XQsgn','IKhxm','ujmTy','FTuHg','nBwXg','Your\x20YouTube\x20connection\x20has\x20been\x20upgraded\x20successfully.\x20Training\x20will\x20now\x20work\x20seamlessly\x20without\x20interruptions.','mpVeV','RxeEB','ulhoL'];_0x4b22=function(){return _0x4f3ca0;};return _0x4b22();}function _0x464a(_0x4b22fc,_0x464a4c){_0x4b22fc=_0x4b22fc-0x0;const _0x2a58ac=_0x4b22();let _0x182b4b=_0x2a58ac[_0x4b22fc];return _0x182b4b;}import{GoogleSignin}from'@react-native-google-signin/google-signin';import{Alert}from'react-native';import AsyncStorage from'@react-native-async-storage/async-storage';import{API_CONFIG}from'../config/api';const WEB_CLIENT_ID=_0x464a(0x0),IOS_CLIENT_ID=_0x464a(0x0),configureGoogleSignInForRefreshTokens=()=>{const _0x4fe4c3={'ZJCmi':_0x464a(0x1),'wtbjs':_0x464a(0x2),'Kuxvu':_0x464a(0x3),'efsqf':_0x464a(0x4)};GoogleSignin[_0x464a(0x5)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x4fe4c3['ZJCmi'],_0x4fe4c3['wtbjs'],_0x4fe4c3[_0x464a(0x6)],_0x4fe4c3[_0x464a(0x7)]],'hostedDomain':'','accountName':''});};export const checkYouTubeMigrationNeeded=async _0x32e798=>{const _0x32c450={'fyMXZ':'โ„น๏ธ\x20User\x20declined\x20YouTube\x20migration','sysPz':_0x464a(0x8),'NMekL':_0x464a(0x9),'GOqMb':function(_0x5a6f52,_0x3b7a7e){return _0x5a6f52(_0x3b7a7e);},'gFVTE':function(_0x2da8f2,_0x15b482){return _0x2da8f2===_0x15b482;},'foPJa':function(_0x482fb4,_0xc58636){return _0x482fb4===_0xc58636;},'mptFX':function(_0x439d28,_0xdce465){return _0x439d28===_0xdce465;},'oIlwB':function(_0x3b3619,_0x8f892d){return _0x3b3619===_0x8f892d;},'fLaPf':_0x464a(0xa),'YXKzP':_0x464a(0xb),'qBVGG':function(_0x3a2759,_0x207d7a){return _0x3a2759===_0x207d7a;},'QDDTq':'AwQxf','EZKzZ':_0x464a(0xc),'eDnyk':_0x464a(0xd),'xmBCS':'๐Ÿ”ง\x20User\x20needs\x20YouTube\x20migration\x20for\x20refresh\x20token','xzSiU':_0x464a(0xe),'aEJIX':_0x464a(0xf)};try{const _0x2fec13=await _0x32c450['GOqMb'](fetch,API_CONFIG[_0x464a(0x10)]+_0x464a(0x11)+_0x32e798),_0x567799=await _0x2fec13[_0x464a(0x12)]();if(_0x567799[_0x464a(0x13)]&&_0x567799['validation']){var _0x41cf8c,_0x154bc5,_0xbd8b12;const _0xf68685=_0x32c450[_0x464a(0x14)]((_0x41cf8c=_0x567799[_0x464a(0x15)])===null||_0x32c450[_0x464a(0x16)](_0x41cf8c,void 0x0)?void 0x0:_0x41cf8c[_0x464a(0x17)],!![])||_0x32c450[_0x464a(0x14)](_0x32c450[_0x464a(0x16)](_0x154bc5=_0x567799[_0x464a(0x18)],null)||_0x32c450[_0x464a(0x19)](_0x154bc5,void 0x0)?void 0x0:_0x154bc5[_0x464a(0x1a)],!![])||_0x32c450[_0x464a(0x1b)](_0x567799['isTemporaryMode'],!![])||_0x567799[_0x464a(0x1c)]&&_0x567799[_0x464a(0x1c)][_0x464a(0x1d)](_0x32c450['fLaPf']),_0x551563=_0x567799['validation'][_0x464a(0x1e)],_0x29de19=_0x567799[_0x464a(0x15)][_0x464a(0x1f)];console['log'](_0x32c450[_0x464a(0x20)],{'username':_0x32e798,'needsReconnection':_0x551563,'hasRefreshToken':_0x29de19,'isTemporaryMode':_0xf68685,'temporaryModeEnabled':_0x32c450[_0x464a(0x1b)](_0xbd8b12=_0x567799[_0x464a(0x18)],null)||_0x32c450[_0x464a(0x19)](_0xbd8b12,void 0x0)?void 0x0:_0xbd8b12[_0x464a(0x1a)],'message':_0x567799[_0x464a(0x1c)]});if(_0xf68685)return _0x32c450[_0x464a(0x21)](_0x32c450[_0x464a(0x22)],_0x464a(0x23))?(console[_0x464a(0x24)](_0x464a(0x25)),console[_0x464a(0x24)](_0x32c450[_0x464a(0x26)]),![]):(_0x183205[_0x464a(0x24)](_0x32c450[_0x464a(0x27)]),![]);else return _0x551563?_0x32c450[_0x464a(0x16)](_0x464a(0xd),_0x32c450[_0x464a(0x28)])?(console[_0x464a(0x24)](_0x32c450[_0x464a(0x29)]),!![]):(_0x468c9b[_0x464a(0x24)](_0x32c450[_0x464a(0x2a)]),_0x3e0f23[_0x464a(0x24)](_0x32c450[_0x464a(0x2b)]),!![]):(console['log'](_0x32c450[_0x464a(0x2c)]),![]);}return![];}catch(_0x21797e){return console[_0x464a(0x2d)](_0x32c450['aEJIX'],_0x21797e),![];}};export const getYouTubeConnectionStatus=async _0x2692ca=>{const _0x2f2c29={'DoeXV':_0x464a(0x2e),'xXfit':function(_0x365330,_0xc9857e){return _0x365330(_0xc9857e);},'EgKxr':function(_0xc7abd0,_0x54ec25){return _0xc7abd0===_0x54ec25;},'pwtuN':function(_0x1a139a,_0x361a19){return _0x1a139a===_0x361a19;},'nqtBw':_0x464a(0xa),'cGcit':function(_0x55ac72,_0x2d31ab){return _0x55ac72===_0x2d31ab;},'mVBxp':_0x464a(0x2f),'Dwupz':_0x464a(0x30),'OzvbO':'nhdVY','vVVGC':_0x464a(0x31),'tBens':_0x464a(0x32),'KoOQb':_0x464a(0x33),'ezhLn':_0x464a(0x34),'hiCtG':'none','wuWlH':_0x464a(0x35),'GmLak':_0x464a(0x36)};try{const _0x2cf2bd=await _0x2f2c29[_0x464a(0x37)](fetch,API_CONFIG[_0x464a(0x10)]+_0x464a(0x11)+_0x2692ca),_0x1d9687=await _0x2cf2bd['json']();console['log']('๐Ÿ“‹\x20Complete\x20YouTube\x20status\x20response:',_0x1d9687);if(_0x1d9687[_0x464a(0x13)]&&_0x1d9687['validation']){var _0x374644,_0x55969e;const _0x9df3dd=_0x2f2c29[_0x464a(0x38)](_0x2f2c29[_0x464a(0x38)](_0x374644=_0x1d9687[_0x464a(0x15)],null)||_0x374644===void 0x0?void 0x0:_0x374644[_0x464a(0x17)],!![])||_0x2f2c29['EgKxr'](_0x2f2c29[_0x464a(0x38)](_0x55969e=_0x1d9687[_0x464a(0x18)],null)||_0x2f2c29[_0x464a(0x39)](_0x55969e,void 0x0)?void 0x0:_0x55969e[_0x464a(0x1a)],!![])||_0x1d9687[_0x464a(0x17)]===!![]||_0x1d9687[_0x464a(0x1c)]&&_0x1d9687['message'][_0x464a(0x1d)](_0x2f2c29[_0x464a(0x3a)]),_0x141cfc=_0x2f2c29['cGcit'](_0x1d9687['validation'][_0x464a(0x1f)],!![]),_0x3b6977=_0x2f2c29['pwtuN'](_0x1d9687[_0x464a(0x15)][_0x464a(0x1e)],!![]);if(_0x9df3dd)return console[_0x464a(0x24)]('๐Ÿ”„\x20YouTube\x20connected\x20in\x20temporary\x20mode'),console[_0x464a(0x24)]('โœ…\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour'),{'isReady':!![],'mode':_0x2f2c29['mVBxp'],'needsMigration':![],'trainingReady':!![],'details':_0x1d9687};else{if(_0x141cfc)return _0x2f2c29[_0x464a(0x3b)]!==_0x2f2c29['OzvbO']?(console[_0x464a(0x24)](_0x2f2c29[_0x464a(0x3c)]),{'isReady':!![],'mode':_0x2f2c29['tBens'],'needsMigration':![],'trainingReady':!![],'details':_0x1d9687}):(_0x207c10['log'](_0x2f2c29['DoeXV']),!![]);else return _0x3b6977?(console[_0x464a(0x24)](_0x2f2c29[_0x464a(0x3d)]),{'isReady':![],'mode':_0x464a(0x3e),'needsMigration':!![],'trainingReady':![],'details':_0x1d9687}):(console[_0x464a(0x24)](_0x2f2c29['ezhLn']),{'isReady':![],'mode':_0x2f2c29[_0x464a(0x3f)],'needsMigration':![],'trainingReady':![],'details':_0x1d9687});}}return console['log'](_0x2f2c29[_0x464a(0x40)]),{'isReady':![],'mode':_0x2f2c29[_0x464a(0x3f)],'needsMigration':![],'trainingReady':![],'details':_0x1d9687};}catch(_0x42695a){return console[_0x464a(0x2d)](_0x2f2c29[_0x464a(0x41)],_0x42695a),{'isReady':![],'mode':_0x2f2c29[_0x464a(0x3f)],'needsMigration':![],'trainingReady':![],'details':{'error':_0x42695a instanceof Error?_0x42695a['message']:_0x2f2c29[_0x464a(0x37)](String,_0x42695a)}};}};const showYouTubeMigrationPrompt=async()=>{const _0x5ef972={'DyksW':'YouTube\x20Connection\x20Upgrade','RcsXV':_0x464a(0x42),'Esoio':_0x464a(0x43),'ZnLyq':'cancel','IQTLO':_0x464a(0x44)};return new Promise(_0x1fd723=>{Alert[_0x464a(0x45)](_0x5ef972[_0x464a(0x46)],_0x5ef972[_0x464a(0x47)],[{'text':_0x5ef972[_0x464a(0x48)],'style':_0x5ef972['ZnLyq'],'onPress':()=>_0x1fd723(![])},{'text':_0x464a(0x49),'style':_0x5ef972[_0x464a(0x4a)],'onPress':()=>_0x1fd723(!![])}]);});},forceYouTubeReconnection=async _0x47306f=>{const _0x1f5ab2={'TPXGB':'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?','kUcZg':_0x464a(0x43),'QfASX':_0x464a(0x4b),'ypkzm':_0x464a(0x49),'jmnIJ':_0x464a(0x44),'JRKpV':_0x464a(0x4c),'pbEvz':_0x464a(0x4d),'TaLuK':function(_0x535f0b,_0xf98c1e){return _0x535f0b===_0xf98c1e;},'jIkfy':function(_0x35b20c,_0x58d4c6){return _0x35b20c===_0x58d4c6;},'lfOwS':'๐Ÿ”\x20YouTube\x20migration\x20check:','jkjSI':function(_0x6666d1,_0x1fc545){return _0x6666d1===_0x1fc545;},'OhObU':'๐Ÿ”„\x20User\x20using\x20temporary\x20mode\x20-\x20connection\x20working\x20correctly','hQiaH':_0x464a(0xc),'UPQiB':'๐Ÿ”ง\x20User\x20needs\x20YouTube\x20migration\x20for\x20refresh\x20token','NMfPb':'โœ…\x20YouTube\x20connection\x20fully\x20working\x20with\x20refresh\x20tokens','oDyXA':_0x464a(0x33),'VmmwR':_0x464a(0x3e),'FrkLY':'โœ…\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','QojUX':'YouTube\x20Connection\x20Upgrade','ObcjJ':_0x464a(0xf),'uJlac':function(_0x3926c5,_0x1dfa3e){return _0x3926c5!==_0x1dfa3e;},'BOeac':_0x464a(0x4e),'dNiEU':_0x464a(0x4f),'GcfrU':'BnWjk','kZsVu':_0x464a(0x50),'GnPoy':_0x464a(0x51),'TSvlM':'FGSvq','pimJV':_0x464a(0x52),'HkFGx':function(_0x470fdf,_0x3d53ac){return _0x470fdf!==_0x3d53ac;},'TVEuK':function(_0xa4b5f9,_0x321a89){return _0xa4b5f9!==_0x321a89;},'TQYMc':function(_0x33391b,_0x234da1){return _0x33391b===_0x234da1;},'cTGRK':'hcAVc','MBfYi':'Current\x20user\x20server\x20auth\x20code','KLmSV':_0x464a(0x53),'Mprhp':function(_0x3dafd3,_0x399cfe){return _0x3dafd3===_0x399cfe;},'zuWgd':_0x464a(0x54),'AVLRN':_0x464a(0x55),'AnCPd':_0x464a(0x56),'ZRQyE':_0x464a(0x57),'gjWrT':function(_0x50f02e,_0x5e86a0){return _0x50f02e+_0x5e86a0;},'GROPW':_0x464a(0x58),'VAXqo':_0x464a(0x59),'Vefts':_0x464a(0x5a),'rmtpv':'enoch_token','tHCiw':'auth_token','OeuEX':_0x464a(0x5b),'DbDup':_0x464a(0x5c),'dENmx':'migration_token_placeholder','HPQWz':_0x464a(0x5d),'TBEoU':function(_0x2f0967,_0x44e989){return _0x2f0967===_0x44e989;},'NGaaX':_0x464a(0x5e),'mxysl':function(_0x33d284,_0x38c742){return _0x33d284===_0x38c742;},'RWWub':_0x464a(0x5f),'BEtxH':function(_0x4c163a,_0x20a649,_0x418c01){return _0x4c163a(_0x20a649,_0x418c01);},'cLvRg':_0x464a(0x60),'GnrPX':_0x464a(0x61),'dgGPB':'gVRxz','jxXgV':_0x464a(0x62),'ozSCI':function(_0x479d5f,_0x42f18f,_0x5b29aa){return _0x479d5f(_0x42f18f,_0x5b29aa);},'YTWRR':function(_0xb0d513,_0x1b9b87,_0x55b20e,_0x22b1af){return _0xb0d513(_0x1b9b87,_0x55b20e,_0x22b1af);},'zXfMN':function(_0x253c14,_0x1f64d6){return _0x253c14===_0x1f64d6;},'xACSA':_0x464a(0x63),'rMMrz':'โŒ\x20YouTube\x20migration\x20failed:','JOdNa':function(_0x295572,_0x1f7a40,_0x5737a5,_0x3e8b5b){return _0x295572(_0x1f7a40,_0x5737a5,_0x3e8b5b);},'xvKWl':function(_0x18b325,_0x235216){return _0x18b325 instanceof _0x235216;},'nzJBw':_0x464a(0x64)};try{if(_0x1f5ab2[_0x464a(0x65)]('xgNmQ','QRwnp')){var _0x35e93c,_0x2133b6,_0x4128fb,_0x6034b6;console[_0x464a(0x24)](_0x1f5ab2[_0x464a(0x66)],_0x47306f),configureGoogleSignInForRefreshTokens(),await GoogleSignin[_0x464a(0x67)](),console['log'](_0x1f5ab2['dNiEU']);try{if(_0x1f5ab2[_0x464a(0x68)](_0x464a(0x69),_0x1f5ab2['GcfrU']))return new _0x1ad467(_0x2a2043=>{Alert['alert'](_0x464a(0x6a),_0x1f5ab2['TPXGB'],[{'text':_0x1f5ab2[_0x464a(0x6b)],'style':_0x1f5ab2[_0x464a(0x6c)],'onPress':()=>_0x2a2043(![])},{'text':_0x1f5ab2['ypkzm'],'style':_0x1f5ab2[_0x464a(0x6d)],'onPress':()=>_0x2a2043(!![])}]);});else{const _0x43b336=await GoogleSignin['getTokens']();_0x43b336['accessToken']&&(await GoogleSignin[_0x464a(0x6e)](_0x43b336[_0x464a(0x6f)]),console[_0x464a(0x24)](_0x1f5ab2['kZsVu']));}}catch(_0x296380){console['log'](_0x464a(0x70));}await GoogleSignin[_0x464a(0x71)](),console[_0x464a(0x24)](_0x464a(0x72));const _0x429e90=await GoogleSignin[_0x464a(0x73)](),_0x265b26=await GoogleSignin['getTokens'](),_0xe49d97=await GoogleSignin[_0x464a(0x74)]();let _0x5381ea=null,_0x36484f=_0x1f5ab2[_0x464a(0x75)];if(_0x429e90['serverAuthCode']){if(_0x1f5ab2[_0x464a(0x76)](_0x464a(0x77),_0x1f5ab2[_0x464a(0x78)]))return Alert[_0x464a(0x45)](_0x1f5ab2[_0x464a(0x79)],_0x1f5ab2['pbEvz'],[{'text':'OK','style':_0x1f5ab2[_0x464a(0x6d)]}]),![];else _0x5381ea=_0x429e90[_0x464a(0x7a)],_0x36484f=_0x1f5ab2[_0x464a(0x7b)];}else{if(_0x1f5ab2[_0x464a(0x7c)](_0xe49d97,null)&&_0x1f5ab2['TVEuK'](_0xe49d97,void 0x0)&&_0xe49d97[_0x464a(0x7a)]){if(_0x1f5ab2[_0x464a(0x7d)](_0x1f5ab2[_0x464a(0x7e)],_0x464a(0x7f)))_0x5381ea=_0xe49d97['serverAuthCode'],_0x36484f=_0x1f5ab2[_0x464a(0x80)];else{var _0x53c7cb,_0x193a49,_0x4d1b38;const _0x562d39=((_0x53c7cb=_0x2d7340['validation'])===null||_0x1f5ab2[_0x464a(0x68)](_0x53c7cb,void 0x0)?void 0x0:_0x53c7cb[_0x464a(0x17)])===!![]||_0x1f5ab2[_0x464a(0x68)](_0x1f5ab2[_0x464a(0x76)](_0x193a49=_0x5c5901[_0x464a(0x18)],null)||_0x193a49===void 0x0?void 0x0:_0x193a49[_0x464a(0x1a)],!![])||_0x1f5ab2[_0x464a(0x76)](_0x5a23dd[_0x464a(0x17)],!![])||_0x51c34f[_0x464a(0x1c)]&&_0x5419b4[_0x464a(0x1c)][_0x464a(0x1d)](_0x464a(0xa)),_0x1cb6b4=_0x172023[_0x464a(0x15)]['needsReconnection'],_0x2f9e3e=_0x2ed936['validation'][_0x464a(0x1f)];_0x5eec61[_0x464a(0x24)](_0x1f5ab2[_0x464a(0x81)],{'username':_0x48320d,'needsReconnection':_0x1cb6b4,'hasRefreshToken':_0x2f9e3e,'isTemporaryMode':_0x562d39,'temporaryModeEnabled':_0x1f5ab2[_0x464a(0x68)](_0x4d1b38=_0x521f8a[_0x464a(0x18)],null)||_0x1f5ab2[_0x464a(0x82)](_0x4d1b38,void 0x0)?void 0x0:_0x4d1b38[_0x464a(0x1a)],'message':_0x2d99df[_0x464a(0x1c)]});if(_0x562d39)return _0x3ff76c[_0x464a(0x24)](_0x1f5ab2[_0x464a(0x83)]),_0x393003[_0x464a(0x24)](_0x1f5ab2[_0x464a(0x84)]),![];else return _0x1cb6b4?(_0x587cf3[_0x464a(0x24)](_0x1f5ab2[_0x464a(0x85)]),!![]):(_0x1c6901[_0x464a(0x24)](_0x1f5ab2[_0x464a(0x86)]),![]);}}}console[_0x464a(0x24)]('๐Ÿ”\x20Token\x20Analysis:',{'hasAccessToken':!!_0x265b26[_0x464a(0x6f)],'hasIdToken':!!_0x265b26[_0x464a(0x87)],'hasServerAuthCode':!!_0x429e90[_0x464a(0x7a)],'hasCurrentUserAuthCode':!!(_0xe49d97!==null&&_0xe49d97!==void 0x0&&_0xe49d97[_0x464a(0x7a)]),'refreshTokenSource':_0x36484f,'finalRefreshToken':_0x5381ea?_0x464a(0x88):_0x1f5ab2[_0x464a(0x89)],'userEmail':(_0x35e93c=_0x429e90[_0x464a(0x8a)])===null||_0x1f5ab2[_0x464a(0x8b)](_0x35e93c,void 0x0)?void 0x0:_0x35e93c['email']});if(!_0x5381ea){const _0x237f67='5|3|0|1|2|4'[_0x464a(0x8c)]('|');let _0x1a51c3=0x0;while(!![]){switch(_0x237f67[_0x1a51c3++]){case'0':console['error'](_0x464a(0x8d));continue;case'1':console[_0x464a(0x2d)](_0x1f5ab2['zuWgd']);continue;case'2':console['error'](_0x1f5ab2[_0x464a(0x8e)]);continue;case'3':console['error'](_0x1f5ab2[_0x464a(0x8f)]);continue;case'4':return![];case'5':console['error']('โŒ\x20No\x20refresh\x20token\x20received\x20-\x20Google\x20Console\x20configuration\x20may\x20be\x20incorrect');continue;}break;}}console[_0x464a(0x24)](_0x1f5ab2[_0x464a(0x90)],_0x1f5ab2[_0x464a(0x91)](_0x5381ea[_0x464a(0x92)](0x0,0x14),_0x1f5ab2[_0x464a(0x93)])),console[_0x464a(0x24)](_0x1f5ab2[_0x464a(0x94)],_0x36484f);let _0x48f0d1=await AsyncStorage['getItem'](_0x1f5ab2[_0x464a(0x95)])||await AsyncStorage[_0x464a(0x96)](_0x1f5ab2[_0x464a(0x97)])||await AsyncStorage['getItem'](_0x1f5ab2[_0x464a(0x98)]);if(!_0x48f0d1){if(_0x1f5ab2['OeuEX']!==_0x1f5ab2[_0x464a(0x99)])return _0x429598[_0x464a(0x24)](_0x1f5ab2['oDyXA']),{'isReady':![],'mode':_0x1f5ab2[_0x464a(0x9a)],'needsMigration':!![],'trainingReady':![],'details':_0xab2f5};else console[_0x464a(0x9b)](_0x1f5ab2[_0x464a(0x9c)]),_0x48f0d1=_0x1f5ab2[_0x464a(0x9d)];}const _0x2563b6={'session':{'username':_0x47306f,'platform':_0x1f5ab2[_0x464a(0x9e)],'channelName':(_0x1f5ab2[_0x464a(0x9f)](_0x2133b6=_0x429e90[_0x464a(0x8a)],null)||_0x1f5ab2[_0x464a(0x68)](_0x2133b6,void 0x0)?void 0x0:_0x2133b6[_0x464a(0xa0)])||_0x1f5ab2[_0x464a(0xa1)],'channelId':null},'googleUser':_0x429e90[_0x464a(0x8a)],'accessToken':_0x265b26['accessToken'],'idToken':_0x265b26['idToken'],'refreshToken':_0x5381ea,'serverAuthCode':_0x429e90[_0x464a(0x7a)],'userAccountInfo':{'username':_0x47306f,'email':_0x1f5ab2['mxysl'](_0x4128fb=_0x429e90[_0x464a(0x8a)],null)||_0x1f5ab2['TBEoU'](_0x4128fb,void 0x0)?void 0x0:_0x4128fb[_0x464a(0x4)],'authToken':_0x48f0d1,'channelName':(_0x1f5ab2[_0x464a(0x68)](_0x6034b6=_0x429e90[_0x464a(0x8a)],null)||_0x1f5ab2[_0x464a(0x7d)](_0x6034b6,void 0x0)?void 0x0:_0x6034b6[_0x464a(0xa0)])||_0x1f5ab2['NGaaX'],'channelId':null}};console[_0x464a(0x24)](_0x1f5ab2[_0x464a(0xa2)]);const _0x3e09e1=await _0x1f5ab2['BEtxH'](fetch,API_CONFIG[_0x464a(0x10)]+'/youtube/native-auth',{'method':'POST','headers':{'Content-Type':'application/json','x-api-key':_0x1f5ab2[_0x464a(0xa3)],..._0x48f0d1!==_0x1f5ab2[_0x464a(0x9d)]&&{'Authorization':_0x464a(0xa4)+_0x48f0d1}},'body':JSON[_0x464a(0xa5)](_0x2563b6)}),_0x516c8d=await _0x3e09e1[_0x464a(0x12)]();return _0x516c8d[_0x464a(0x13)]?_0x1f5ab2[_0x464a(0xa6)]===_0x1f5ab2[_0x464a(0xa7)]?(_0x3e4e59[_0x464a(0x24)](_0x464a(0xa8)),_0x40d159[_0x464a(0x24)](_0x1f5ab2['FrkLY']),{'isReady':!![],'mode':'temporary','needsMigration':![],'trainingReady':!![],'details':_0x218850}):(console['log'](_0x1f5ab2[_0x464a(0xa9)]),await _0x1f5ab2[_0x464a(0xaa)](trackMigrationAttempt,_0x47306f,!![]),!![]):(console[_0x464a(0x2d)]('โŒ\x20Backend\x20rejected\x20YouTube\x20migration:',_0x516c8d[_0x464a(0x2d)]),await _0x1f5ab2['YTWRR'](trackMigrationAttempt,_0x47306f,![],_0x516c8d[_0x464a(0x2d)]),![]);}else Alert['alert'](_0x1f5ab2[_0x464a(0xab)],_0x1f5ab2[_0x464a(0xac)],[{'text':_0x464a(0x43),'style':_0x1f5ab2[_0x464a(0x6c)],'onPress':()=>_0x4336ea(![])},{'text':_0x1f5ab2[_0x464a(0xad)],'style':_0x1f5ab2[_0x464a(0x6d)],'onPress':()=>_0xfc85a4(!![])}]);}catch(_0x18c049){return _0x1f5ab2[_0x464a(0xae)](_0x1f5ab2[_0x464a(0xaf)],_0x1f5ab2[_0x464a(0xaf)])?(console[_0x464a(0x2d)](_0x1f5ab2[_0x464a(0xb0)],_0x18c049),await _0x1f5ab2['JOdNa'](trackMigrationAttempt,_0x47306f,![],_0x1f5ab2[_0x464a(0xb1)](_0x18c049,Error)?_0x18c049[_0x464a(0x1c)]:_0x1f5ab2[_0x464a(0xb2)]),![]):(_0xed7e16['error'](_0x1f5ab2[_0x464a(0xb3)],_0x5d0d29),![]);}},trackMigrationAttempt=async(_0x2097dd,_0x2e2392,_0x28a16a)=>{const _0xd824ea={'Qhngk':_0x464a(0xe),'qJTqW':function(_0x290820,_0xe281ef,_0x2ba6c2){return _0x290820(_0xe281ef,_0x2ba6c2);},'cXoMc':function(_0x30940d,_0x419e35){return _0x30940d!==_0x419e35;},'iqXTX':_0x464a(0xb4)};try{await _0xd824ea[_0x464a(0xb5)](fetch,API_CONFIG[_0x464a(0x10)]+_0x464a(0xb6),{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON[_0x464a(0xa5)]({'username':_0x2097dd,'success':_0x2e2392,'error':_0x28a16a||null,'timestamp':new Date()[_0x464a(0xb7)]()})});}catch(_0x5f4004){if(_0xd824ea[_0x464a(0xb8)]('dqHbE',_0xd824ea[_0x464a(0xb9)]))console['error'](_0x464a(0xba),_0x5f4004);else return _0x1f15d2[_0x464a(0x24)](_0xd824ea[_0x464a(0xbb)]),![];}};export const shouldShowYouTubeMigrationWarning=async _0x164d65=>{const _0x2df9c6={'DmUbM':function(_0x429522,_0xb9b122){return _0x429522===_0xb9b122;},'BWnuv':function(_0x2d4307,_0x59baca){return _0x2d4307===_0x59baca;},'Qwztm':function(_0x3fd454,_0x8ddf6f){return _0x3fd454===_0x8ddf6f;},'sgTAi':function(_0x4c796c,_0x1b2ce2){return _0x4c796c===_0x1b2ce2;},'Vbcml':function(_0x354459,_0x3693e4){return _0x354459===_0x3693e4;},'IoPUs':function(_0x19de11,_0x28a0f3){return _0x19de11===_0x28a0f3;},'eblmv':function(_0x5425d0,_0x2a14bf){return _0x5425d0===_0x2a14bf;},'sHzNe':_0x464a(0xbc),'NSELk':function(_0x39ce4c,_0x3c6dd9){return _0x39ce4c&&_0x3c6dd9;},'czcGy':_0x464a(0x2e),'EOnmF':function(_0x4dc972,_0x16da15){return _0x4dc972(_0x16da15);},'zJkov':function(_0x8fd004,_0x42ca71){return _0x8fd004===_0x42ca71;},'DzMEO':function(_0x23127d,_0x4bd4c5){return _0x23127d===_0x4bd4c5;},'tVIAe':function(_0x3015e2,_0x5817a3){return _0x3015e2===_0x5817a3;},'wqJxv':function(_0x438a7c,_0x43471a){return _0x438a7c===_0x43471a;},'wyMjl':_0x464a(0xbd),'XoIlw':function(_0xbbf339,_0x516c5c){return _0xbbf339!==_0x516c5c;},'IeATB':_0x464a(0xbe),'sABYj':_0x464a(0xbf),'jViit':'wKaPj','UBpMp':_0x464a(0xc0),'riYBn':_0x464a(0xc1),'dvLNi':function(_0x56ee2a,_0xa63a1a){return _0x56ee2a!==_0xa63a1a;},'ECnwH':_0x464a(0xc2),'CfwPZ':'โŒ\x20[MIGRATION\x20WARNING]\x20Error\x20checking\x20migration\x20warning\x20status:'};try{console['log']('๐Ÿ”\x20[MIGRATION\x20WARNING]\x20Checking\x20if\x20user\x20should\x20see\x20migration\x20warning:',_0x164d65);const _0x10b501=await _0x2df9c6[_0x464a(0xc3)](fetch,API_CONFIG[_0x464a(0x10)]+_0x464a(0x11)+_0x164d65),_0x53e74b=await _0x10b501[_0x464a(0x12)]();if(_0x53e74b['success']&&_0x53e74b[_0x464a(0x15)]){var _0x3ab32c,_0xbdc0aa;const _0x346ad3=(_0x2df9c6[_0x464a(0xc4)](_0x3ab32c=_0x53e74b['validation'],null)||_0x2df9c6[_0x464a(0xc5)](_0x3ab32c,void 0x0)?void 0x0:_0x3ab32c[_0x464a(0x17)])===!![]||_0x2df9c6['tVIAe'](_0x2df9c6[_0x464a(0xc6)](_0xbdc0aa=_0x53e74b['temporaryMode'],null)||_0xbdc0aa===void 0x0?void 0x0:_0xbdc0aa[_0x464a(0x1a)],!![])||_0x2df9c6['DzMEO'](_0x53e74b[_0x464a(0x17)],!![]),_0x1ec49d=_0x2df9c6['wqJxv'](_0x53e74b[_0x464a(0x15)]['hasAccessToken'],!![]),_0x3c6174=_0x53e74b[_0x464a(0x15)][_0x464a(0x1f)]===!![],_0x1a02d8=_0x2df9c6[_0x464a(0xc7)](_0x53e74b[_0x464a(0x15)][_0x464a(0x1e)],!![]);console[_0x464a(0x24)](_0x2df9c6['wyMjl'],{'username':_0x164d65,'hasAccessToken':_0x1ec49d,'hasRefreshToken':_0x3c6174,'needsReconnection':_0x1a02d8,'isTemporaryMode':_0x346ad3,'connectedAt':_0x53e74b['validation'][_0x464a(0xc8)]});if(_0x346ad3){if(_0x2df9c6['XoIlw'](_0x2df9c6[_0x464a(0xc9)],_0x2df9c6[_0x464a(0xc9)])){var _0x245522,_0x539cf1;const _0x58b3b3=_0x2df9c6[_0x464a(0xca)](_0x2df9c6[_0x464a(0xc6)](_0x245522=_0x2f01cb[_0x464a(0x15)],null)||_0x2df9c6[_0x464a(0xcb)](_0x245522,void 0x0)?void 0x0:_0x245522[_0x464a(0x17)],!![])||_0x2df9c6[_0x464a(0xcc)]((_0x539cf1=_0xc2b417[_0x464a(0x18)])===null||_0x2df9c6[_0x464a(0xcd)](_0x539cf1,void 0x0)?void 0x0:_0x539cf1[_0x464a(0x1a)],!![])||_0x2df9c6[_0x464a(0xce)](_0xc41a30['isTemporaryMode'],!![]),_0x14707c=_0x2df9c6[_0x464a(0xcb)](_0x587017[_0x464a(0x15)][_0x464a(0xcf)],!![]),_0x5305f2=_0x2df9c6['eblmv'](_0x41f78c[_0x464a(0x15)]['hasRefreshToken'],!![]),_0x59898c=_0x57c196['validation'][_0x464a(0x1e)]===!![];_0x32b80d[_0x464a(0x24)]('๐Ÿ“Š\x20[MIGRATION\x20WARNING]\x20Status\x20check:',{'username':_0x32b32e,'hasAccessToken':_0x14707c,'hasRefreshToken':_0x5305f2,'needsReconnection':_0x59898c,'isTemporaryMode':_0x58b3b3,'connectedAt':_0x5dbfcd[_0x464a(0x15)]['connectedAt']});if(_0x58b3b3)return _0x47fd72[_0x464a(0x24)](_0x2df9c6['sHzNe']),![];else return _0x2df9c6[_0x464a(0xd0)](_0x14707c,!_0x5305f2)&&_0x59898c?(_0x3c9d5a['log'](_0x2df9c6[_0x464a(0xd1)]),!![]):(_0x2a141a[_0x464a(0x24)](_0x464a(0xc0)),![]);}else return console[_0x464a(0x24)](_0x464a(0xbc)),![];}else return _0x1ec49d&&!_0x3c6174&&_0x1a02d8?(console['log'](_0x464a(0x2e)),!![]):_0x2df9c6['eblmv'](_0x2df9c6[_0x464a(0xd2)],_0x2df9c6[_0x464a(0xd3)])?(_0x33c0c5[_0x464a(0x24)](_0x464a(0xd4)),!![]):(console['log'](_0x2df9c6[_0x464a(0xd5)]),![]);}return console[_0x464a(0x24)](_0x2df9c6[_0x464a(0xd6)]),![];}catch(_0x42a9c2){if(_0x2df9c6[_0x464a(0xd7)](_0x2df9c6[_0x464a(0xd8)],'nFamn'))_0x3825d2[_0x464a(0x24)](_0x464a(0x70));else return console[_0x464a(0x2d)](_0x2df9c6[_0x464a(0xd9)],_0x42a9c2),![];}};export const checkAndFixYouTubeConnection=async _0x27d806=>{const _0x32d253={'IKhxm':_0x464a(0x31),'ujmTy':_0x464a(0x32),'bAhgQ':function(_0x98eedb,_0x479fd1){return _0x98eedb(_0x479fd1);},'xwtdW':_0x464a(0x8),'INQwa':'cFeKz','XQsgn':_0x464a(0xd4),'FTuHg':_0x464a(0xda),'nBwXg':_0x464a(0xdb),'mpVeV':'Great!','RxeEB':'default','ulhoL':_0x464a(0x4c)};try{console[_0x464a(0x24)](_0x464a(0xdc),_0x27d806);const _0x134743=await _0x32d253[_0x464a(0xdd)](shouldShowYouTubeMigrationWarning,_0x27d806);if(!_0x134743)return console[_0x464a(0x24)](_0x32d253[_0x464a(0xde)]),console['log'](_0x464a(0x9)),!![];const _0x4a50d9=await checkYouTubeMigrationNeeded(_0x27d806);if(!_0x4a50d9)return _0x32d253[_0x464a(0xdf)]===_0x32d253[_0x464a(0xdf)]?(console[_0x464a(0x24)](_0x32d253[_0x464a(0xe0)]),!![]):(_0x5915ca[_0x464a(0x24)](_0x32d253[_0x464a(0xe1)]),{'isReady':!![],'mode':_0x32d253[_0x464a(0xe2)],'needsMigration':![],'trainingReady':!![],'details':_0x35402c});console[_0x464a(0x24)](_0x32d253[_0x464a(0xe3)]);const _0x17379b=await showYouTubeMigrationPrompt();if(!_0x17379b)return console[_0x464a(0x24)](_0x32d253[_0x464a(0xe4)]),![];const _0x6201cb=await _0x32d253[_0x464a(0xdd)](forceYouTubeReconnection,_0x27d806);return _0x6201cb?(Alert['alert']('YouTube\x20Upgraded!\x20โœ…',_0x464a(0xe5),[{'text':_0x32d253[_0x464a(0xe6)],'style':_0x32d253[_0x464a(0xe7)]}]),!![]):(Alert['alert'](_0x32d253[_0x464a(0xe8)],'YouTube\x20connection\x20upgrade\x20failed.\x20Please\x20try\x20again\x20later\x20or\x20contact\x20support\x20if\x20the\x20problem\x20persists.',[{'text':'OK','style':_0x32d253[_0x464a(0xe7)]}]),![]);}catch(_0x3cd5fa){return console['error']('โŒ\x20Error\x20in\x20YouTube\x20connection\x20check:',_0x3cd5fa),![];}};export const reconnectYouTube=async _0x2e94b1=>{return console[_0x464a(0x24)]('๐Ÿ”„\x20Manual\x20YouTube\x20reconnection\x20requested\x20for:',_0x2e94b1),await forceYouTubeReconnection(_0x2e94b1);};
@@ -1 +1 @@
1
- function _0x9674(_0x44a999,_0x967431){_0x44a999=_0x44a999-0x0;const _0x4e5d17=_0x44a9();let _0x572df0=_0x4e5d17[_0x44a999];return _0x572df0;}function _0x44a9(){const _0x36704a=['#FAFAFA','#D1D5DB','#86888E','#62646C','#29292B','#17181C','rgba(0,0,0,0.20)','rgba(0,0,0,0.10)','rgba(0,0,0,0.06)','#FFD700','#E9B104','#000000','#121212','#1C2526','#FFFFFF','#B0B0B0','rgba(255,\x20255,\x20255,\x200.1)','#4BB543','#5AC8FA','transparent','rgba(0,\x200,\x200,\x200.7)','ios','IBM\x20Plex\x20Sans','Inter-Regular','Roboto','Georgia','300','500','700','primary','btnInnerShadow','ibmPlexSansBold','weights','bold','sizes','lineHeights','kicker','letterSpacing','grey500','grey800','families','inter','regular','body','center','grey600','buttonLabel','btnLabel'];_0x44a9=function(){return _0x36704a;};return _0x44a9();}import{Platform}from'react-native';export const COLORS={'surface':_0x9674(0x0),'grey300':_0x9674(0x1),'grey400':'#9CA3AF','grey500':_0x9674(0x2),'grey600':_0x9674(0x3),'grey700':'#374151','grey800':'#1F242F','btnGradStart':_0x9674(0x4),'btnGradEnd':_0x9674(0x5),'btnBorder':_0x9674(0x6),'btnShadowOuter':_0x9674(0x7),'btnInnerShadow':_0x9674(0x8),'btnLabel':'#FFFFFF','iconCircleGradientStart':'#0A090E','iconCircleGradientEnd':'#17171B','primary':_0x9674(0x9),'primaryDark':_0x9674(0xa),'primaryLight':'#FFDF33','background':{'dark':_0x9674(0xb),'medium':_0x9674(0xc),'light':_0x9674(0xd)},'text':{'primary':_0x9674(0xe),'secondary':_0x9674(0xf),'tertiary':'#808080','gold':_0x9674(0x9)},'ui':{'cardBackground':_0x9674(0x10),'divider':_0x9674(0x10),'inputBackground':'rgba(255,\x20255,\x20255,\x200.1)','buttonBackground':_0x9674(0x10)},'status':{'success':_0x9674(0x11),'error':'#FF3B30','warning':'#FF9500','info':_0x9674(0x12)},'transparent':_0x9674(0x13),'overlay':_0x9674(0x14)};export const FONTS={'families':{'ibmPlexSans':Platform['OS']===_0x9674(0x15)?_0x9674(0x16):_0x9674(0x16),'ibmPlexSansBold':Platform['OS']===_0x9674(0x15)?_0x9674(0x16):'IBM\x20Plex\x20Sans','inter':Platform['OS']===_0x9674(0x15)?'Inter':_0x9674(0x17),'base':Platform['OS']===_0x9674(0x15)?'System':_0x9674(0x18),'serif':Platform['OS']===_0x9674(0x15)?_0x9674(0x19):'serif'},'weights':{'light':_0x9674(0x1a),'regular':'400','medium':_0x9674(0x1b),'semibold':'600','bold':_0x9674(0x1c)},'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}};export const SPACING={'xs':0x4,'sm':0x8,'md':0x10,'lg':0x18,'xl':0x20,'xxl':0x30,'xxxl':0x40,'modalTopPadding':0x76,'modalHorizontal':0x18};export const BORDER_RADIUS={'xs':0x4,'sm':0x8,'md':0x10,'lg':0x18,'xl':0x20,'pill':0x64,'circle':0x3e7,'modalTop':0x18,'buttonPill':0x64};export const SHADOWS={'small':{'shadowColor':COLORS['primary'],'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[_0x9674(0x1d)],'shadowOffset':{'width':0x0,'height':0x6},'shadowOpacity':0.8,'shadowRadius':0x10,'elevation':0x8},'button':{'inner':{'shadowColor':COLORS[_0x9674(0x1e)],'shadowOffset':{'width':0x0,'height':-0x24},'shadowOpacity':0x1,'shadowRadius':21.1},'outer':{'shadowColor':COLORS['btnShadowOuter'],'shadowOffset':{'width':0x14,'height':0x1e},'shadowOpacity':0x1,'shadowRadius':0x28,'elevation':0x8}},'brandMark':{'shadowColor':_0x9674(0xb),'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x4}};export const TEXT_STYLES={'kicker':{'fontFamily':FONTS['families'][_0x9674(0x1f)],'fontWeight':FONTS[_0x9674(0x20)][_0x9674(0x21)],'fontSize':FONTS[_0x9674(0x22)]['kicker'],'lineHeight':FONTS[_0x9674(0x23)][_0x9674(0x24)],'letterSpacing':FONTS[_0x9674(0x25)]['kicker'],'color':COLORS[_0x9674(0x26)]},'welcomeTitle':{'fontFamily':FONTS['families'][_0x9674(0x1f)],'fontWeight':FONTS['weights'][_0x9674(0x21)],'fontSize':FONTS[_0x9674(0x22)]['welcomeTitle'],'lineHeight':FONTS[_0x9674(0x23)]['welcomeTitle'],'color':COLORS[_0x9674(0x27)]},'body':{'fontFamily':FONTS[_0x9674(0x28)][_0x9674(0x29)],'fontWeight':FONTS[_0x9674(0x20)][_0x9674(0x2a)],'fontSize':FONTS[_0x9674(0x22)][_0x9674(0x2b)],'lineHeight':FONTS[_0x9674(0x23)]['body'],'textAlign':_0x9674(0x2c),'color':COLORS[_0x9674(0x2d)]},'buttonLabel':{'fontFamily':FONTS[_0x9674(0x28)][_0x9674(0x29)],'fontWeight':FONTS['weights']['semibold'],'fontSize':FONTS['sizes'][_0x9674(0x2e)],'color':COLORS[_0x9674(0x2f)]}};export default{'COLORS':COLORS,'FONTS':FONTS,'SPACING':SPACING,'BORDER_RADIUS':BORDER_RADIUS,'SHADOWS':SHADOWS,'TEXT_STYLES':TEXT_STYLES};
1
+ import{Platform}from'react-native';function _0x55ab(_0x367608,_0x55abb7){_0x367608=_0x367608-0x0;const _0x5e758d=_0x3676();let _0x3f5a80=_0x5e758d[_0x367608];return _0x3f5a80;}export const COLORS={'surface':_0x55ab(0x0),'grey300':'#D1D5DB','grey400':'#9CA3AF','grey500':_0x55ab(0x1),'grey600':_0x55ab(0x2),'grey700':'#374151','grey800':'#1F242F','btnGradStart':'#29292B','btnGradEnd':_0x55ab(0x3),'btnBorder':_0x55ab(0x4),'btnShadowOuter':_0x55ab(0x5),'btnInnerShadow':_0x55ab(0x6),'btnLabel':'#FFFFFF','iconCircleGradientStart':'#0A090E','iconCircleGradientEnd':'#17171B','primary':'#FFD700','primaryDark':'#E9B104','primaryLight':_0x55ab(0x7),'background':{'dark':_0x55ab(0x8),'medium':_0x55ab(0x9),'light':'#1C2526'},'text':{'primary':_0x55ab(0xa),'secondary':'#B0B0B0','tertiary':_0x55ab(0xb),'gold':_0x55ab(0xc)},'ui':{'cardBackground':_0x55ab(0xd),'divider':_0x55ab(0xd),'inputBackground':_0x55ab(0xd),'buttonBackground':_0x55ab(0xd)},'status':{'success':_0x55ab(0xe),'error':_0x55ab(0xf),'warning':_0x55ab(0x10),'info':_0x55ab(0x11)},'transparent':_0x55ab(0x12),'overlay':_0x55ab(0x13)};export const FONTS={'families':{'ibmPlexSans':Platform['OS']===_0x55ab(0x14)?_0x55ab(0x15):'IBM\x20Plex\x20Sans','ibmPlexSansBold':Platform['OS']==='ios'?_0x55ab(0x15):_0x55ab(0x15),'inter':Platform['OS']===_0x55ab(0x14)?'Inter':_0x55ab(0x16),'base':Platform['OS']===_0x55ab(0x14)?_0x55ab(0x17):_0x55ab(0x18),'serif':Platform['OS']===_0x55ab(0x14)?_0x55ab(0x19):_0x55ab(0x1a)},'weights':{'light':_0x55ab(0x1b),'regular':'400','medium':_0x55ab(0x1c),'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}};function _0x3676(){const _0x291093=['#FAFAFA','#86888E','#62646C','#17181C','rgba(0,0,0,0.20)','rgba(0,0,0,0.10)','rgba(0,0,0,0.06)','#FFDF33','#000000','#121212','#FFFFFF','#808080','#FFD700','rgba(255,\x20255,\x20255,\x200.1)','#4BB543','#FF3B30','#FF9500','#5AC8FA','transparent','rgba(0,\x200,\x200,\x200.7)','ios','IBM\x20Plex\x20Sans','Inter-Regular','System','Roboto','Georgia','serif','300','500','primary','btnInnerShadow','btnShadowOuter','bold','sizes','kicker','letterSpacing','grey500','ibmPlexSansBold','weights','welcomeTitle','lineHeights','grey800','families','regular','body','grey600','inter','semibold','buttonLabel'];_0x3676=function(){return _0x291093;};return _0x3676();}export const SPACING={'xs':0x4,'sm':0x8,'md':0x10,'lg':0x18,'xl':0x20,'xxl':0x30,'xxxl':0x40,'modalTopPadding':0x76,'modalHorizontal':0x18};export const BORDER_RADIUS={'xs':0x4,'sm':0x8,'md':0x10,'lg':0x18,'xl':0x20,'pill':0x64,'circle':0x3e7,'modalTop':0x18,'buttonPill':0x64};export const SHADOWS={'small':{'shadowColor':COLORS[_0x55ab(0x1d)],'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.3,'shadowRadius':0x4,'elevation':0x3},'medium':{'shadowColor':COLORS[_0x55ab(0x1d)],'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.5,'shadowRadius':0x8,'elevation':0x5},'large':{'shadowColor':COLORS[_0x55ab(0x1d)],'shadowOffset':{'width':0x0,'height':0x6},'shadowOpacity':0.8,'shadowRadius':0x10,'elevation':0x8},'button':{'inner':{'shadowColor':COLORS[_0x55ab(0x1e)],'shadowOffset':{'width':0x0,'height':-0x24},'shadowOpacity':0x1,'shadowRadius':21.1},'outer':{'shadowColor':COLORS[_0x55ab(0x1f)],'shadowOffset':{'width':0x14,'height':0x1e},'shadowOpacity':0x1,'shadowRadius':0x28,'elevation':0x8}},'brandMark':{'shadowColor':_0x55ab(0x8),'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x4}};export const TEXT_STYLES={'kicker':{'fontFamily':FONTS['families']['ibmPlexSansBold'],'fontWeight':FONTS['weights'][_0x55ab(0x20)],'fontSize':FONTS[_0x55ab(0x21)][_0x55ab(0x22)],'lineHeight':FONTS['lineHeights']['kicker'],'letterSpacing':FONTS[_0x55ab(0x23)][_0x55ab(0x22)],'color':COLORS[_0x55ab(0x24)]},'welcomeTitle':{'fontFamily':FONTS['families'][_0x55ab(0x25)],'fontWeight':FONTS[_0x55ab(0x26)][_0x55ab(0x20)],'fontSize':FONTS[_0x55ab(0x21)][_0x55ab(0x27)],'lineHeight':FONTS[_0x55ab(0x28)][_0x55ab(0x27)],'color':COLORS[_0x55ab(0x29)]},'body':{'fontFamily':FONTS[_0x55ab(0x2a)]['inter'],'fontWeight':FONTS[_0x55ab(0x26)][_0x55ab(0x2b)],'fontSize':FONTS[_0x55ab(0x21)][_0x55ab(0x2c)],'lineHeight':FONTS[_0x55ab(0x28)][_0x55ab(0x2c)],'textAlign':'center','color':COLORS[_0x55ab(0x2d)]},'buttonLabel':{'fontFamily':FONTS[_0x55ab(0x2a)][_0x55ab(0x2e)],'fontWeight':FONTS[_0x55ab(0x26)][_0x55ab(0x2f)],'fontSize':FONTS[_0x55ab(0x21)][_0x55ab(0x30)],'color':COLORS['btnLabel']}};export default{'COLORS':COLORS,'FONTS':FONTS,'SPACING':SPACING,'BORDER_RADIUS':BORDER_RADIUS,'SHADOWS':SHADOWS,'TEXT_STYLES':TEXT_STYLES};
@@ -1 +1 @@
1
- function _0x2306(_0x324d1d,_0x23068f){_0x324d1d=_0x324d1d-0x0;const _0x2a1d2f=_0x324d();let _0x1db2f6=_0x2a1d2f[_0x324d1d];return _0x1db2f6;}export let ApiKeyType=function(_0x5a1dc0){const _0x135a00={'orSsC':_0x2306(0x0),'obVrr':_0x2306(0x1),'TgegT':'admin','ycXRM':_0x2306(0x2)};return _0x5a1dc0[_0x2306(0x3)]=_0x135a00[_0x2306(0x4)],_0x5a1dc0[_0x135a00[_0x2306(0x5)]]=_0x135a00[_0x2306(0x6)],_0x5a1dc0['INVALID']=_0x135a00[_0x2306(0x7)],_0x5a1dc0;}({});function _0x324d(){const _0x41ce4b=['developer','ADMIN','invalid','DEVELOPER','orSsC','obVrr','TgegT','ycXRM'];_0x324d=function(){return _0x41ce4b;};return _0x324d();}
1
+ function _0x2175(_0x258d66,_0x21751f){_0x258d66=_0x258d66-0x0;const _0xcaee8d=_0x258d();let _0x4684a6=_0xcaee8d[_0x258d66];return _0x4684a6;}function _0x258d(){const _0x1905da=['developer','ADMIN','INVALID','DEVELOPER','kesIU','KjqKs','UQCvL'];_0x258d=function(){return _0x1905da;};return _0x258d();}export let ApiKeyType=function(_0x5cd826){const _0x2cac10={'kesIU':_0x2175(0x0),'qJWTr':_0x2175(0x1),'KjqKs':'admin','UQCvL':_0x2175(0x2)};return _0x5cd826[_0x2175(0x3)]=_0x2cac10[_0x2175(0x4)],_0x5cd826[_0x2cac10['qJWTr']]=_0x2cac10[_0x2175(0x5)],_0x5cd826[_0x2cac10[_0x2175(0x6)]]='invalid',_0x5cd826;}({});
@@ -1 +1 @@
1
- import React,{useEffect,useState}from'react';import{View}from'react-native';function _0x6b1d(_0x5dbfb7,_0x6b1dfa){_0x5dbfb7=_0x5dbfb7-0x0;const _0x3355f8=_0x5dbf();let _0x3e1335=_0x3355f8[_0x5dbfb7];return _0x3e1335;}const portalRefs={};function _0x5dbf(){const _0x261867=['createContext','gWioM','RRaAH','jTPtn','wImUP','IETOD','createElement','Provider','keys','map','absolute','AZjuN','xtGBp','gVAPs','useContext','nVipX','SYiUs','CiCQD','YUdfF','KHaUX','uwPMx','NLxjP','Keqzj','pRmUO','mAXaD'];_0x5dbf=function(){return _0x261867;};return _0x5dbf();}let portalId=0x0;const PortalContext=React[_0x6b1d(0x0)]({'mount':()=>0x0,'update':()=>{},'unmount':()=>{}});export const PortalHost=({children:_0x43098d})=>{const _0x432a9d={'IETOD':function(_0x313cb3,_0x1f47ea,_0x3fd8da){return _0x313cb3(_0x1f47ea,_0x3fd8da);},'jTPtn':function(_0x2318c3,_0x250a47){return _0x2318c3===_0x250a47;},'wImUP':_0x6b1d(0x1),'RRaAH':function(_0xbc082a,_0x182b9e){return _0xbc082a(_0x182b9e);}},[_0x1d4ed9,_0x180a6d]=_0x432a9d[_0x6b1d(0x2)](useState,{}),_0x2672b9=_0x31f9e0=>{if(_0x432a9d[_0x6b1d(0x3)](_0x432a9d[_0x6b1d(0x4)],'gWioM')){const _0x10344a=++portalId;return _0x432a9d['RRaAH'](_0x180a6d,_0x2b990d=>({..._0x2b990d,[_0x10344a]:_0x31f9e0})),_0x10344a;}else _0x432a9d[_0x6b1d(0x5)](_0x283f9c,_0x4b4fda,_0x56be51);},_0x319982=(_0x1d0cdf,_0x1695f8)=>{_0x432a9d['RRaAH'](_0x180a6d,_0x5527ac=>({..._0x5527ac,[_0x1d0cdf]:_0x1695f8}));},_0x5ea61b=_0x4099ac=>{_0x432a9d['RRaAH'](_0x180a6d,_0x428ae6=>{const _0x5c477a={..._0x428ae6};return delete _0x5c477a[_0x4099ac],_0x5c477a;});};return React[_0x6b1d(0x6)](PortalContext[_0x6b1d(0x7)],{'value':{'mount':_0x2672b9,'update':_0x319982,'unmount':_0x5ea61b}},_0x43098d,Object[_0x6b1d(0x8)](_0x1d4ed9)[_0x6b1d(0x9)](_0x3d153c=>React[_0x6b1d(0x6)](View,{'key':_0x3d153c,'style':{'position':_0x6b1d(0xa),'top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'zIndex':0x270f}},_0x1d4ed9[Number(_0x3d153c)])));};export const Portal=({children:_0x436ec3})=>{const _0x218dff={'mAXaD':function(_0x30428b,_0x4bfae3){return _0x30428b(_0x4bfae3);},'SYiUs':function(_0x168139,_0x5f0d6e){return _0x168139===_0x5f0d6e;},'MyOLL':_0x6b1d(0xb),'CiCQD':function(_0x4ae4f8,_0x378038){return _0x4ae4f8!==_0x378038;},'YUdfF':_0x6b1d(0xc),'KHaUX':function(_0x4d9f72,_0x387101){return _0x4d9f72(_0x387101);},'pRmUO':_0x6b1d(0xd),'nVipX':function(_0xd3e56f,_0x11db58,_0x3e9e6c){return _0xd3e56f(_0x11db58,_0x3e9e6c);}},{mount:_0x1117e9,update:_0xee6ddb,unmount:_0x5895d3}=React[_0x6b1d(0xe)](PortalContext),[_0x4840f9,_0x3a29d3]=useState(null);return _0x218dff[_0x6b1d(0xf)](useEffect,()=>{const _0x1856f3={'HfdUR':function(_0x3f7b03,_0x52c0c9){return _0x218dff['mAXaD'](_0x3f7b03,_0x52c0c9);},'Keqzj':function(_0x438119,_0x55b3ba){return _0x438119!==_0x55b3ba;},'Bxjqb':function(_0x3e8dfe,_0x569a6f){return _0x218dff[_0x6b1d(0x10)](_0x3e8dfe,_0x569a6f);},'uwPMx':_0x218dff['MyOLL'],'NLxjP':'cYGeI'};if(_0x218dff[_0x6b1d(0x11)](_0x218dff[_0x6b1d(0x12)],_0x218dff['YUdfF']))_0x1856f3['HfdUR'](_0x557eb1,_0x26aaf2=>{const _0x813bdd={..._0x26aaf2};return delete _0x813bdd[_0x275c79],_0x813bdd;});else{const _0x4c9f25=_0x1117e9(_0x436ec3);return _0x218dff[_0x6b1d(0x13)](_0x3a29d3,_0x4c9f25),()=>{if(_0x1856f3['Bxjqb'](_0x1856f3[_0x6b1d(0x14)],_0x1856f3[_0x6b1d(0x15)]))_0x1856f3[_0x6b1d(0x16)](_0x5ac5c3,null)&&_0x258fef(_0x913eed,_0x2477bd);else{if(_0x4840f9)_0x5895d3(_0x4840f9);}};}},[]),useEffect(()=>{if(_0x218dff[_0x6b1d(0x11)](_0x218dff[_0x6b1d(0x17)],_0x218dff[_0x6b1d(0x17)])){if(_0x4298a7)_0x218dff[_0x6b1d(0x18)](_0x15e1fe,_0x35db29);}else _0x4840f9!==null&&_0x218dff[_0x6b1d(0xf)](_0xee6ddb,_0x4840f9,_0x436ec3);},[_0x436ec3,_0x4840f9]),null;};
1
+ import React,{useEffect,useState}from'react';import{View}from'react-native';function _0x4c84(_0x40e7ac,_0x4c841b){_0x40e7ac=_0x40e7ac-0x0;const _0x42028c=_0x40e7();let _0x5475d2=_0x42028c[_0x40e7ac];return _0x5475d2;}const portalRefs={};function _0x40e7(){const _0x188bfa=['createContext','kBXFW','GDbbg','SsWcU','ShxFY','yeWdL','ekjVF','HzgME','DSVvd','Provider','keys','map','createElement','absolute','dtHta','qkxcv','MKjrX','gknXo','kZKfi','bYKiq','VvASo','XNnOG','YuOGw','AiCqk','sWukr','BsjfH','uJUeg','PYQeu','mnkNk','PrMdP','jKJsw','vLJhf','xBmMB'];_0x40e7=function(){return _0x188bfa;};return _0x40e7();}let portalId=0x0;const PortalContext=React[_0x4c84(0x0)]({'mount':()=>0x0,'update':()=>{},'unmount':()=>{}});export const PortalHost=({children:_0x2bcbe8})=>{const _0x41c676={'ekjVF':function(_0x32cbf1,_0x52427d){return _0x32cbf1(_0x52427d);},'HzgME':function(_0x58f69e,_0xa30d04){return _0x58f69e(_0xa30d04);},'ShxFY':function(_0x55a9e3,_0x11eae8){return _0x55a9e3!==_0x11eae8;},'yeWdL':_0x4c84(0x1),'DSVvd':_0x4c84(0x2),'SsWcU':function(_0x338a5f,_0x4bdd6f){return _0x338a5f(_0x4bdd6f);}},[_0x73db79,_0x3a399b]=_0x41c676[_0x4c84(0x3)](useState,{}),_0x258475=_0x11bc24=>{const _0x4567b2=++portalId;return _0x41c676['ekjVF'](_0x3a399b,_0x324c57=>({..._0x324c57,[_0x4567b2]:_0x11bc24})),_0x4567b2;},_0x4e8d03=(_0x32fa29,_0x3ac776)=>{if(_0x41c676[_0x4c84(0x4)](_0x41c676[_0x4c84(0x5)],'qeDDH'))_0x41c676[_0x4c84(0x6)](_0x3a399b,_0x260eff=>({..._0x260eff,[_0x32fa29]:_0x3ac776}));else{if(_0x127f6f)_0x41c676[_0x4c84(0x7)](_0x17c64d,_0x54e9ee);}},_0x16fdf3=_0x9b2164=>{_0x41c676['ShxFY'](_0x4c84(0x2),_0x41c676[_0x4c84(0x8)])?_0x41c676[_0x4c84(0x6)](_0x484466,_0x4c7f16=>({..._0x4c7f16,[_0x4ab432]:_0x176977})):_0x3a399b(_0x286117=>{const _0x1a7691={..._0x286117};return delete _0x1a7691[_0x9b2164],_0x1a7691;});};return React['createElement'](PortalContext[_0x4c84(0x9)],{'value':{'mount':_0x258475,'update':_0x4e8d03,'unmount':_0x16fdf3}},_0x2bcbe8,Object[_0x4c84(0xa)](_0x73db79)[_0x4c84(0xb)](_0x4cc439=>React[_0x4c84(0xc)](View,{'key':_0x4cc439,'style':{'position':_0x4c84(0xd),'top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'zIndex':0x270f}},_0x73db79[Number(_0x4cc439)])));};export const Portal=({children:_0x47b06c})=>{const _0x19f26d={'XNnOG':function(_0x447c59,_0x4d7922){return _0x447c59!==_0x4d7922;},'YuOGw':_0x4c84(0xe),'bGHVs':_0x4c84(0xf),'VOUrA':function(_0x4fe8eb,_0x2c4030,_0x4fec7a){return _0x4fe8eb(_0x2c4030,_0x4fec7a);},'VvASo':function(_0x15083e,_0x27ca97){return _0x15083e(_0x27ca97);},'uJUeg':function(_0x2ed838,_0x50e3d5,_0x4197a1){return _0x2ed838(_0x50e3d5,_0x4197a1);},'PYQeu':function(_0x19af2e,_0x4229a5){return _0x19af2e!==_0x4229a5;},'qrjaS':_0x4c84(0x10),'mnkNk':_0x4c84(0x11),'jKJsw':_0x4c84(0x12),'vLJhf':function(_0xc0dce1,_0x31f07c,_0x3531be){return _0xc0dce1(_0x31f07c,_0x3531be);},'bYKiq':function(_0x39c3c2,_0x212688){return _0x39c3c2(_0x212688);},'BsjfH':function(_0x2fb253,_0x109191,_0x542eaa){return _0x2fb253(_0x109191,_0x542eaa);}},{mount:_0x40adcd,update:_0x69e6d7,unmount:_0x465840}=React['useContext'](PortalContext),[_0x3e7fee,_0x5dc5d8]=_0x19f26d[_0x4c84(0x13)](useState,null);return useEffect(()=>{const _0x4c5e14={'AiCqk':function(_0x3bd107,_0x178a36){return _0x19f26d['XNnOG'](_0x3bd107,_0x178a36);},'sWukr':function(_0x399993,_0x5d4233,_0x320a4c){return _0x19f26d['VOUrA'](_0x399993,_0x5d4233,_0x320a4c);}},_0x4b5720=_0x40adcd(_0x47b06c);return _0x19f26d[_0x4c84(0x14)](_0x5dc5d8,_0x4b5720),()=>{if(_0x19f26d[_0x4c84(0x15)](_0x19f26d[_0x4c84(0x16)],_0x19f26d['bGHVs'])){if(_0x3e7fee)_0x465840(_0x3e7fee);}else _0x4c5e14[_0x4c84(0x17)](_0x142ec8,null)&&_0x4c5e14[_0x4c84(0x18)](_0x423d28,_0x1032b2,_0x31ed08);};},[]),_0x19f26d[_0x4c84(0x19)](useEffect,()=>{const _0x3d1bce={'xBmMB':function(_0x3fd1c4,_0x5ea07a,_0xf43a17){return _0x19f26d[_0x4c84(0x1a)](_0x3fd1c4,_0x5ea07a,_0xf43a17);}};if(_0x19f26d[_0x4c84(0x1b)](_0x19f26d['qrjaS'],_0x19f26d[_0x4c84(0x1c)])){if(_0x19f26d[_0x4c84(0x1b)](_0x3e7fee,null)){if(_0x19f26d[_0x4c84(0x15)](_0x4c84(0x1d),_0x19f26d[_0x4c84(0x1e)]))_0x19f26d[_0x4c84(0x1f)](_0x69e6d7,_0x3e7fee,_0x47b06c);else{const _0x260805={..._0x349ab9};return delete _0x260805[_0xa01a38],_0x260805;}}}else _0x3d1bce[_0x4c84(0x20)](_0x3c77f4,_0x3e238e,_0x4cfb54);},[_0x47b06c,_0x3e7fee]),null;};
@@ -1 +1 @@
1
- function _0x426d(_0x1659d3,_0x426d53){_0x1659d3=_0x1659d3-0x0;const _0x2045d4=_0x1659();let _0x43cb7f=_0x2045d4[_0x1659d3];return _0x43cb7f;}import axios from'axios';function _0x1659(){const _0x313d7d=['onairosToken','getItem','Tzhyk','create','Bearer\x20','/valid/validate-domain','Error\x20validating\x20domain:','post','pFGOx','data','error','/getAccountInfo/email','/getAccountInfo','zccez','riHMn','Error\x20fetching\x20account\x20info:','hzuFw','othent','oyibg','LTHOZ','Error\x20creating\x20account:','dzZzw','vlMUP','goxGO'];_0x1659=function(){return _0x313d7d;};return _0x1659();}import AsyncStorage from'@react-native-async-storage/async-storage';import{API_CONFIG}from'../config/api';const API_URL=API_CONFIG['BASE_URL'];export const createApiInstance=async()=>{const _0x2a6f58={'Tzhyk':_0x426d(0x0)},_0x396258=await AsyncStorage[_0x426d(0x1)](_0x2a6f58[_0x426d(0x2)]);return axios[_0x426d(0x3)]({'baseURL':API_URL,'headers':{'Content-Type':'application/json',..._0x396258?{'Authorization':_0x426d(0x4)+_0x396258}:{}}});};export const validateDomain=async()=>{const _0xffb9a6={'pFGOx':_0x426d(0x5),'fnvhj':_0x426d(0x6)};try{const _0x43ead8=await createApiInstance(),_0x3fdab0=await _0x43ead8[_0x426d(0x7)](_0xffb9a6[_0x426d(0x8)]);return _0x3fdab0[_0x426d(0x9)];}catch(_0x58de5b){return console[_0x426d(0xa)](_0xffb9a6['fnvhj'],_0x58de5b),{'status':![]};}};export const fetchAccountInfo=async(_0x4e08a3,_0x5030b7=![])=>{const _0x5db889={'zccez':_0x426d(0xb),'riHMn':_0x426d(0xc)};try{const _0x4b1d10=await createApiInstance(),_0x74f30b=_0x5030b7?{'Info':{'identifier':_0x4e08a3}}:{'Info':{'userName':_0x4e08a3}},_0x12b5bd=_0x5030b7?_0x5db889[_0x426d(0xd)]:_0x5db889[_0x426d(0xe)],_0x2327a2=await _0x4b1d10[_0x426d(0x7)](_0x12b5bd,_0x74f30b);return _0x2327a2[_0x426d(0x9)];}catch(_0x3826c4){console[_0x426d(0xa)](_0x426d(0xf),_0x3826c4);throw _0x3826c4;}};export const getApiUrl=async(_0x18176e,_0x47ddfb,_0x12ab1b)=>{const _0x2868c3={'hzuFw':function(_0x404568){return _0x404568();},'oyibg':'/getAPIurl','LTHOZ':'Error\x20getting\x20API\x20URL:'};try{const _0x20e485=await _0x2868c3[_0x426d(0x10)](createApiInstance),_0x43160d={'Info':{'EncryptedUserPin':_0x47ddfb,'confirmations':_0x18176e,'web3Type':_0x426d(0x11),'Domain':Platform['OS'],'proofMode':![],'OthentSub':_0x12ab1b}},_0x14dbc7=await _0x20e485[_0x426d(0x7)](_0x2868c3[_0x426d(0x12)],_0x43160d);return _0x14dbc7[_0x426d(0x9)];}catch(_0x5c5a19){console[_0x426d(0xa)](_0x2868c3[_0x426d(0x13)],_0x5c5a19);throw _0x5c5a19;}};export const createAccount=async(_0x3f53d2,_0x36abe5,_0x3cb457,_0x4b2ef3)=>{const _0x3ef376={'dzZzw':function(_0x27b7d5){return _0x27b7d5();},'vlMUP':'/createAccount','goxGO':_0x426d(0x14)};try{const _0x521e61=await _0x3ef376[_0x426d(0x15)](createApiInstance),_0x29a641=await _0x521e61[_0x426d(0x7)](_0x3ef376[_0x426d(0x16)],{'othentSub':_0x3f53d2,'pin':_0x36abe5,'socialAccounts':_0x3cb457,'email':_0x4b2ef3});return _0x29a641[_0x426d(0x9)];}catch(_0x21657c){console[_0x426d(0xa)](_0x3ef376[_0x426d(0x17)],_0x21657c);throw _0x21657c;}};
1
+ import axios from'axios';import AsyncStorage from'@react-native-async-storage/async-storage';import{API_CONFIG}from'../config/api';const API_URL=API_CONFIG['BASE_URL'];function _0x1864(_0x3d2360,_0x1864f8){_0x3d2360=_0x3d2360-0x0;const _0x4ea6d4=_0x3d23();let _0x50ff02=_0x4ea6d4[_0x3d2360];return _0x50ff02;}export const createApiInstance=async()=>{const _0x3d6c26={'lbsIO':'onairosToken'},_0x2ac983=await AsyncStorage[_0x1864(0x0)](_0x3d6c26[_0x1864(0x1)]);return axios[_0x1864(0x2)]({'baseURL':API_URL,'headers':{'Content-Type':'application/json',..._0x2ac983?{'Authorization':_0x1864(0x3)+_0x2ac983}:{}}});};export const validateDomain=async()=>{const _0x38f203={'qaOAF':function(_0x213d92){return _0x213d92();},'TMZnQ':_0x1864(0x4),'LfmTF':_0x1864(0x5)};try{const _0x3b4679=await _0x38f203['qaOAF'](createApiInstance),_0xe4c399=await _0x3b4679[_0x1864(0x6)](_0x38f203[_0x1864(0x7)]);return _0xe4c399[_0x1864(0x8)];}catch(_0xfe0ce4){return console[_0x1864(0x9)](_0x38f203[_0x1864(0xa)],_0xfe0ce4),{'status':![]};}};export const fetchAccountInfo=async(_0x5a60ac,_0x1dc27e=![])=>{const _0x49a9fa={'ITKZi':function(_0x1af046){return _0x1af046();},'vpwZj':_0x1864(0xb),'UTMJh':_0x1864(0xc),'TdRze':_0x1864(0xd)};try{const _0x5c9c2a=await _0x49a9fa[_0x1864(0xe)](createApiInstance),_0x17ddb2=_0x1dc27e?{'Info':{'identifier':_0x5a60ac}}:{'Info':{'userName':_0x5a60ac}},_0x73a8f3=_0x1dc27e?_0x49a9fa[_0x1864(0xf)]:_0x49a9fa[_0x1864(0x10)],_0x5c6d7e=await _0x5c9c2a[_0x1864(0x6)](_0x73a8f3,_0x17ddb2);return _0x5c6d7e['data'];}catch(_0x27299f){console[_0x1864(0x9)](_0x49a9fa[_0x1864(0x11)],_0x27299f);throw _0x27299f;}};export const getApiUrl=async(_0x5ccd1,_0x15e57d,_0x1f295c)=>{const _0x13bbc6={'EOFIr':_0x1864(0x12),'YWYRl':_0x1864(0x13)};try{const _0x44f4e7=await createApiInstance(),_0x471aed={'Info':{'EncryptedUserPin':_0x15e57d,'confirmations':_0x5ccd1,'web3Type':_0x13bbc6[_0x1864(0x14)],'Domain':Platform['OS'],'proofMode':![],'OthentSub':_0x1f295c}},_0x2dd39a=await _0x44f4e7[_0x1864(0x6)](_0x1864(0x15),_0x471aed);return _0x2dd39a[_0x1864(0x8)];}catch(_0x560e0b){console['error'](_0x13bbc6[_0x1864(0x16)],_0x560e0b);throw _0x560e0b;}};export const createAccount=async(_0x5ebff0,_0x7f0029,_0x57b14a,_0x99f66c)=>{const _0x119fe8={'uLcsA':function(_0x3708d4){return _0x3708d4();},'kqhAB':_0x1864(0x17)};try{const _0x27ae32=await _0x119fe8[_0x1864(0x18)](createApiInstance),_0x3e88a4=await _0x27ae32[_0x1864(0x6)](_0x119fe8['kqhAB'],{'othentSub':_0x5ebff0,'pin':_0x7f0029,'socialAccounts':_0x57b14a,'email':_0x99f66c});return _0x3e88a4[_0x1864(0x8)];}catch(_0x14e22c){console[_0x1864(0x9)](_0x1864(0x19),_0x14e22c);throw _0x14e22c;}};function _0x3d23(){const _0x3f5e10=['getItem','lbsIO','create','Bearer\x20','/valid/validate-domain','Error\x20validating\x20domain:','post','TMZnQ','data','error','LfmTF','/getAccountInfo/email','/getAccountInfo','Error\x20fetching\x20account\x20info:','ITKZi','vpwZj','UTMJh','TdRze','othent','Error\x20getting\x20API\x20URL:','EOFIr','/getAPIurl','YWYRl','/createAccount','uLcsA','Error\x20creating\x20account:'];_0x3d23=function(){return _0x3f5e10;};return _0x3d23();}
@@ -30,4 +30,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
30
30
  require('../assets/animations/persona-animation.json')
31
31
  ];
32
32
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
33
- function _0x1224(){const _0x3f41e0=['linkedin','facebook','grok','google_ai','toLowerCase','youtube','reddit','nzDDP','instagram','CAGMF','pinterest','gmail','email','twitter','farcaster','chatgpt','openai','anthropic','claude','NkJcA','zzdce','gemini','default','level','level1','YouTube','youtube2','Reddit','Pinterest','Email','IGJRd'];_0x1224=function(){return _0x3f41e0;};return _0x1224();}export const PLATFORM_ICONS={'youtube':__ONAIROS_REQ_FUNC__(0x0),'youtube2':__ONAIROS_REQ_FUNC__(0x1),'reddit':__ONAIROS_REQ_FUNC__(0x2),'linkedin':__ONAIROS_REQ_FUNC__(0x3),'instagram':__ONAIROS_REQ_FUNC__(0x4),'facebook':__ONAIROS_REQ_FUNC__(0x5),'pinterest':__ONAIROS_REQ_FUNC__(0x6),'gmail':__ONAIROS_REQ_FUNC__(0x7),'twitter':__ONAIROS_REQ_FUNC__(0x8),'farcaster':__ONAIROS_REQ_FUNC__(0x9),'chatgpt':__ONAIROS_REQ_FUNC__(0xa),'claude':__ONAIROS_REQ_FUNC__(0xb),'grok':__ONAIROS_REQ_FUNC__(0xc),'gemini':__ONAIROS_REQ_FUNC__(0xd),'default':__ONAIROS_REQ_FUNC__(0xe)};function _0x3deb(_0x1224c5,_0x3debf6){_0x1224c5=_0x1224c5-0x0;const _0x2bd73d=_0x1224();let _0x26ce75=_0x2bd73d[_0x1224c5];return _0x26ce75;}export const getPlatformIconFromRegistry=_0x49fae5=>{const _0x345e71={'nzDDP':_0x3deb(0x0),'CAGMF':_0x3deb(0x1),'NkJcA':_0x3deb(0x2),'zzdce':_0x3deb(0x3)},_0x5419bc=_0x49fae5[_0x3deb(0x4)]();switch(_0x5419bc){case _0x3deb(0x5):return PLATFORM_ICONS['youtube'];case _0x3deb(0x6):return PLATFORM_ICONS[_0x3deb(0x6)];case _0x345e71[_0x3deb(0x7)]:return PLATFORM_ICONS[_0x3deb(0x0)];case _0x3deb(0x8):return PLATFORM_ICONS['instagram'];case _0x345e71[_0x3deb(0x9)]:return PLATFORM_ICONS[_0x3deb(0x1)];case _0x3deb(0xa):return PLATFORM_ICONS[_0x3deb(0xa)];case _0x3deb(0xb):case _0x3deb(0xc):return PLATFORM_ICONS['gmail'];case _0x3deb(0xd):case'x':return PLATFORM_ICONS['twitter'];case _0x3deb(0xe):return PLATFORM_ICONS['farcaster'];case _0x3deb(0xf):case _0x3deb(0x10):return PLATFORM_ICONS[_0x3deb(0xf)];case'claude':case _0x3deb(0x11):return PLATFORM_ICONS[_0x3deb(0x12)];case _0x345e71[_0x3deb(0x13)]:return PLATFORM_ICONS[_0x3deb(0x2)];case'gemini':case _0x345e71[_0x3deb(0x14)]:return PLATFORM_ICONS[_0x3deb(0x15)];default:return PLATFORM_ICONS[_0x3deb(0x16)];}};export const PERSONA_IMAGES={'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)};export const getPersonaImage=_0x2121b5=>{const _0x150207=_0x3deb(0x17)+_0x2121b5;return PERSONA_IMAGES[_0x150207]||PERSONA_IMAGES[_0x3deb(0x18)];};export const 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)};export const ANIMATIONS={'loader':__ONAIROS_REQ_FUNC__(0x19),'persona':__ONAIROS_REQ_FUNC__(0x1a)};export const OVERLAY_PLATFORMS=[{'id':_0x3deb(0x8),'name':'Instagram','icon':PLATFORM_ICONS['instagram']},{'id':_0x3deb(0x5),'name':_0x3deb(0x19),'icon':PLATFORM_ICONS[_0x3deb(0x1a)]},{'id':_0x3deb(0x6),'name':_0x3deb(0x1b),'icon':PLATFORM_ICONS['reddit']},{'id':_0x3deb(0xa),'name':_0x3deb(0x1c),'icon':PLATFORM_ICONS[_0x3deb(0xa)]},{'id':_0x3deb(0xc),'name':_0x3deb(0x1d),'icon':PLATFORM_ICONS[_0x3deb(0xb)]}];export const getUniversalOnboardingIcon=_0x5168c0=>{const _0x17b979={'IGJRd':'gmail'},_0x33295b=_0x5168c0[_0x3deb(0x4)]();switch(_0x33295b){case _0x3deb(0x8):return PLATFORM_ICONS[_0x3deb(0x8)];case _0x3deb(0x5):return PLATFORM_ICONS[_0x3deb(0x1a)];case _0x3deb(0x6):return PLATFORM_ICONS[_0x3deb(0x6)];case'pinterest':return PLATFORM_ICONS[_0x3deb(0xa)];case'facebook':return PLATFORM_ICONS[_0x3deb(0x1)];case'linkedin':return PLATFORM_ICONS[_0x3deb(0x0)];case _0x17b979[_0x3deb(0x1e)]:case _0x3deb(0xc):return PLATFORM_ICONS[_0x3deb(0xb)];default:return PLATFORM_ICONS['default'];}};
33
+ export const PLATFORM_ICONS={'youtube':__ONAIROS_REQ_FUNC__(0x0),'youtube2':__ONAIROS_REQ_FUNC__(0x1),'reddit':__ONAIROS_REQ_FUNC__(0x2),'linkedin':__ONAIROS_REQ_FUNC__(0x3),'instagram':__ONAIROS_REQ_FUNC__(0x4),'facebook':__ONAIROS_REQ_FUNC__(0x5),'pinterest':__ONAIROS_REQ_FUNC__(0x6),'gmail':__ONAIROS_REQ_FUNC__(0x7),'twitter':__ONAIROS_REQ_FUNC__(0x8),'farcaster':__ONAIROS_REQ_FUNC__(0x9),'chatgpt':__ONAIROS_REQ_FUNC__(0xa),'claude':__ONAIROS_REQ_FUNC__(0xb),'grok':__ONAIROS_REQ_FUNC__(0xc),'gemini':__ONAIROS_REQ_FUNC__(0xd),'default':__ONAIROS_REQ_FUNC__(0xe)};export const getPlatformIconFromRegistry=_0x4a8a77=>{const _0x2f7f1d={'TJdmr':_0x42c3(0x0),'WZSzm':_0x42c3(0x1),'nAmBL':'farcaster','CNEUI':_0x42c3(0x2),'JWpjY':_0x42c3(0x3)},_0x2d2f88=_0x4a8a77[_0x42c3(0x4)]();switch(_0x2d2f88){case _0x42c3(0x5):return PLATFORM_ICONS[_0x42c3(0x5)];case _0x42c3(0x6):return PLATFORM_ICONS[_0x42c3(0x6)];case _0x2f7f1d[_0x42c3(0x7)]:return PLATFORM_ICONS[_0x42c3(0x0)];case _0x42c3(0x8):return PLATFORM_ICONS['instagram'];case _0x42c3(0x9):return PLATFORM_ICONS[_0x42c3(0x9)];case _0x2f7f1d['WZSzm']:return PLATFORM_ICONS[_0x42c3(0x1)];case _0x42c3(0xa):case _0x42c3(0xb):return PLATFORM_ICONS['gmail'];case _0x42c3(0xc):case'x':return PLATFORM_ICONS[_0x42c3(0xc)];case _0x2f7f1d[_0x42c3(0xd)]:return PLATFORM_ICONS[_0x42c3(0xe)];case _0x42c3(0xf):case'openai':return PLATFORM_ICONS['chatgpt'];case _0x2f7f1d[_0x42c3(0x10)]:case _0x42c3(0x11):return PLATFORM_ICONS[_0x42c3(0x2)];case _0x2f7f1d[_0x42c3(0x12)]:return PLATFORM_ICONS[_0x42c3(0x3)];case _0x42c3(0x13):case _0x42c3(0x14):return PLATFORM_ICONS[_0x42c3(0x13)];default:return PLATFORM_ICONS[_0x42c3(0x15)];}};export const PERSONA_IMAGES={'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)};function _0x42c3(_0x35fbb9,_0x42c3a3){_0x35fbb9=_0x35fbb9-0x0;const _0x3abad2=_0x35fb();let _0x50f6c7=_0x3abad2[_0x35fbb9];return _0x50f6c7;}export const getPersonaImage=_0x224f1f=>{const _0x5dfc13=_0x42c3(0x16)+_0x224f1f;return PERSONA_IMAGES[_0x5dfc13]||PERSONA_IMAGES[_0x42c3(0x17)];};export const 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)};function _0x35fb(){const _0x450099=['linkedin','pinterest','claude','grok','toLowerCase','youtube','reddit','TJdmr','instagram','facebook','gmail','email','twitter','nAmBL','farcaster','chatgpt','CNEUI','anthropic','JWpjY','gemini','google_ai','default','level','level1','Instagram','YouTube','youtube2','Reddit','rTBTt','zssWD'];_0x35fb=function(){return _0x450099;};return _0x35fb();}export const ANIMATIONS={'loader':__ONAIROS_REQ_FUNC__(0x19),'persona':__ONAIROS_REQ_FUNC__(0x1a)};export const OVERLAY_PLATFORMS=[{'id':'instagram','name':_0x42c3(0x18),'icon':PLATFORM_ICONS[_0x42c3(0x8)]},{'id':'youtube','name':_0x42c3(0x19),'icon':PLATFORM_ICONS[_0x42c3(0x1a)]},{'id':_0x42c3(0x6),'name':_0x42c3(0x1b),'icon':PLATFORM_ICONS[_0x42c3(0x6)]},{'id':_0x42c3(0x1),'name':'Pinterest','icon':PLATFORM_ICONS[_0x42c3(0x1)]},{'id':_0x42c3(0xb),'name':'Email','icon':PLATFORM_ICONS[_0x42c3(0xa)]}];export const getUniversalOnboardingIcon=_0x17f0a9=>{const _0x26cc5b={'rTBTt':_0x42c3(0x8),'zssWD':_0x42c3(0x6)},_0x3ba860=_0x17f0a9[_0x42c3(0x4)]();switch(_0x3ba860){case _0x26cc5b[_0x42c3(0x1c)]:return PLATFORM_ICONS['instagram'];case _0x42c3(0x5):return PLATFORM_ICONS[_0x42c3(0x1a)];case _0x26cc5b[_0x42c3(0x1d)]:return PLATFORM_ICONS[_0x42c3(0x6)];case _0x42c3(0x1):return PLATFORM_ICONS['pinterest'];case _0x42c3(0x9):return PLATFORM_ICONS[_0x42c3(0x9)];case _0x42c3(0x0):return PLATFORM_ICONS[_0x42c3(0x0)];case _0x42c3(0xa):case'email':return PLATFORM_ICONS[_0x42c3(0xa)];default:return PLATFORM_ICONS[_0x42c3(0x15)];}};
@@ -1 +1 @@
1
- import axios from'axios';function _0x12c6(){const _0x2b0e45=['BASE_URL','post','/getPin','data','YxBYC','fJKsC','error','pialu','Error\x20storing\x20auth\x20data:','HprPM','WvHNq','HABzU','bKvWl','Bearer\x20','valid','rvCgD','Error\x20verifying\x20token:','Error\x20clearing\x20auth\x20data:','Error\x20getting\x20stored\x20auth\x20data:','dPtUp','RQaIm','username','HzZYB','aGAdv','setItem','onairosToken','kXPBS','jvSHk','stringify','tJeWS','VgcUr','removeItem','tcOHA','LcGIh','othentToken','getItem','OloPx','ortOb','parse','qLliE'];_0x12c6=function(){return _0x2b0e45;};return _0x12c6();}import AsyncStorage from'@react-native-async-storage/async-storage';import{API_CONFIG}from'../config/api';function _0x1a8a(_0x12c65f,_0x1a8a12){_0x12c65f=_0x12c65f-0x0;const _0x1867ae=_0x12c6();let _0x21186a=_0x1867ae[_0x12c65f];return _0x21186a;}const API_URL=API_CONFIG[_0x1a8a(0x0)];export const getPin=async _0x1d49f3=>{const _0x2586a4={'pialu':'Error\x20getting\x20PIN:','YxBYC':function(_0x5189dd,_0x35d0e0){return _0x5189dd!==_0x35d0e0;}};try{const _0x9455a3=await axios[_0x1a8a(0x1)](API_URL+_0x1a8a(0x2),{'hashedOthentSub':_0x1d49f3});return _0x9455a3[_0x1a8a(0x3)];}catch(_0xbe327c){if(_0x2586a4[_0x1a8a(0x4)]('fJKsC',_0x1a8a(0x5))){_0x6b004a[_0x1a8a(0x6)](_0x2586a4[_0x1a8a(0x7)],_0x33ee2d);throw _0x83a4f0;}else{console[_0x1a8a(0x6)](_0x2586a4[_0x1a8a(0x7)],_0xbe327c);throw _0xbe327c;}}};export const verifyToken=async _0x5f547d=>{const _0x2962e0={'rvCgD':_0x1a8a(0x8),'yDaVI':function(_0x1d2b57,_0x3c1764){return _0x1d2b57!==_0x3c1764;},'HABzU':_0x1a8a(0x9),'bKvWl':_0x1a8a(0xa)};try{if(_0x2962e0['yDaVI'](_0x2962e0[_0x1a8a(0xb)],_0x2962e0[_0x1a8a(0xc)])){const _0x443fe6=await axios[_0x1a8a(0x1)](API_URL+'/verifyToken',{},{'headers':{'Authorization':_0x1a8a(0xd)+_0x5f547d}});return _0x443fe6[_0x1a8a(0x3)][_0x1a8a(0xe)];}else{_0x1dc950['error'](_0x2962e0[_0x1a8a(0xf)],_0xc14436);throw _0x4e5106;}}catch(_0xd0120){return console[_0x1a8a(0x6)](_0x1a8a(0x10),_0xd0120),![];}};export const storeAuthData=async(_0xb800be,_0x3e2996=null,_0x3a7bcd=null)=>{const _0x35db95={'NkmiO':_0x1a8a(0x11),'QJobx':_0x1a8a(0x12),'tJeWS':_0x1a8a(0x10),'FcIkx':function(_0x5c74e6,_0x187d71){return _0x5c74e6===_0x187d71;},'aGAdv':_0x1a8a(0x13),'yvaUm':_0x1a8a(0x14),'dIOrA':_0x1a8a(0x15),'kXPBS':_0x1a8a(0x16),'VgcUr':_0x1a8a(0x8)};try{if(_0x35db95['FcIkx'](_0x35db95[_0x1a8a(0x17)],_0x35db95[_0x1a8a(0x17)])){await AsyncStorage[_0x1a8a(0x18)](_0x1a8a(0x19),_0xb800be);if(_0x3e2996){if(_0x35db95['yvaUm']!==_0x35db95['yvaUm']){_0x306900[_0x1a8a(0x6)](_0x35db95['NkmiO'],_0x74a203);throw _0x443074;}else await AsyncStorage[_0x1a8a(0x18)](_0x35db95['dIOrA'],_0x3e2996);}if(_0x3a7bcd){if(_0x35db95['FcIkx'](_0x35db95[_0x1a8a(0x1a)],_0x1a8a(0x1b)))return _0xa1661c[_0x1a8a(0x6)](_0x35db95['QJobx'],_0x2df082),{'token':null,'username':null,'othentToken':null};else await AsyncStorage['setItem']('othentToken',JSON[_0x1a8a(0x1c)](_0x3a7bcd));}}else return _0x1b9808[_0x1a8a(0x6)](_0x35db95[_0x1a8a(0x1d)],_0x24b93f),![];}catch(_0x3f1c8b){console['error'](_0x35db95[_0x1a8a(0x1e)],_0x3f1c8b);throw _0x3f1c8b;}};export const clearAuthData=async()=>{const _0x502d17={'tcOHA':_0x1a8a(0x15),'LcGIh':'othentToken','ncZYS':'Error\x20clearing\x20auth\x20data:'};try{await AsyncStorage[_0x1a8a(0x1f)]('onairosToken'),await AsyncStorage[_0x1a8a(0x1f)](_0x502d17[_0x1a8a(0x20)]),await AsyncStorage['removeItem'](_0x502d17[_0x1a8a(0x21)]);}catch(_0x319fe2){console[_0x1a8a(0x6)](_0x502d17['ncZYS'],_0x319fe2);throw _0x319fe2;}};export const getStoredAuthData=async()=>{const _0x32212b={'OloPx':_0x1a8a(0x19),'ortOb':_0x1a8a(0x15),'MOxRa':_0x1a8a(0x22),'qLliE':_0x1a8a(0x12)};try{const _0x1453c5=await AsyncStorage[_0x1a8a(0x23)](_0x32212b[_0x1a8a(0x24)]),_0x1f5899=await AsyncStorage[_0x1a8a(0x23)](_0x32212b[_0x1a8a(0x25)]),_0x119bfa=await AsyncStorage[_0x1a8a(0x23)](_0x32212b['MOxRa']);return{'token':_0x1453c5,'username':_0x1f5899,'othentToken':_0x119bfa?JSON[_0x1a8a(0x26)](_0x119bfa):null};}catch(_0x295fff){return console['error'](_0x32212b[_0x1a8a(0x27)],_0x295fff),{'token':null,'username':null,'othentToken':null};}};
1
+ import axios from'axios';import AsyncStorage from'@react-native-async-storage/async-storage';import{API_CONFIG}from'../config/api';const API_URL=API_CONFIG['BASE_URL'];export const getPin=async _0x363e1c=>{try{const _0x193670=await axios[_0x586c(0x0)](API_URL+_0x586c(0x1),{'hashedOthentSub':_0x363e1c});return _0x193670[_0x586c(0x2)];}catch(_0x13ec26){console['error']('Error\x20getting\x20PIN:',_0x13ec26);throw _0x13ec26;}};function _0x586c(_0x23ea9e,_0x586c5b){_0x23ea9e=_0x23ea9e-0x0;const _0xb41778=_0x23ea();let _0x14f344=_0xb41778[_0x23ea9e];return _0x14f344;}export const verifyToken=async _0x317971=>{const _0x111d06={'MukuR':_0x586c(0x3)};try{const _0x16cc4b=await axios[_0x586c(0x0)](API_URL+_0x586c(0x4),{},{'headers':{'Authorization':_0x586c(0x5)+_0x317971}});return _0x16cc4b[_0x586c(0x2)][_0x586c(0x6)];}catch(_0x373192){return console[_0x586c(0x7)](_0x111d06[_0x586c(0x8)],_0x373192),![];}};export const storeAuthData=async(_0xf8b861,_0x5df9b7=null,_0x56272b=null)=>{const _0x2a3879={'HQJJG':_0x586c(0x9),'KXMBA':_0x586c(0xa),'CQqCq':function(_0x37145,_0x4af7a5){return _0x37145!==_0x4af7a5;},'NqXQE':_0x586c(0xb),'KgNtL':_0x586c(0xc),'NrAyh':_0x586c(0xd),'uLrbq':_0x586c(0xe),'mGQhh':_0x586c(0xf)};try{if(_0x2a3879[_0x586c(0x10)](_0x2a3879['NqXQE'],_0x586c(0x11))){await AsyncStorage[_0x586c(0x12)](_0x2a3879['KgNtL'],_0xf8b861);if(_0x5df9b7){if(_0x2a3879[_0x586c(0x13)]===_0x2a3879['NrAyh'])await AsyncStorage[_0x586c(0x12)](_0x2a3879[_0x586c(0x14)],_0x5df9b7);else{_0xbbcf4d[_0x586c(0x7)](_0x2a3879[_0x586c(0x15)],_0xc77748);throw _0x56fbfc;}}_0x56272b&&await AsyncStorage['setItem'](_0x2a3879[_0x586c(0x16)],JSON['stringify'](_0x56272b));}else{_0x307736['error'](_0x2a3879['KXMBA'],_0x6978a6);throw _0x879dbe;}}catch(_0x574d2d){console[_0x586c(0x7)]('Error\x20storing\x20auth\x20data:',_0x574d2d);throw _0x574d2d;}};export const clearAuthData=async()=>{const _0x23f2c2={'gNvCA':_0x586c(0xc),'anOju':_0x586c(0xf)};try{await AsyncStorage[_0x586c(0x17)](_0x23f2c2['gNvCA']),await AsyncStorage[_0x586c(0x17)](_0x586c(0xe)),await AsyncStorage['removeItem'](_0x23f2c2['anOju']);}catch(_0x25acff){console[_0x586c(0x7)](_0x586c(0x9),_0x25acff);throw _0x25acff;}};function _0x23ea(){const _0x6e2ece=['post','/getPin','data','Error\x20verifying\x20token:','/verifyToken','Bearer\x20','valid','error','MukuR','Error\x20clearing\x20auth\x20data:','Error\x20getting\x20PIN:','zAtLd','onairosToken','kCFUK','username','othentToken','CQqCq','lYhib','setItem','NrAyh','uLrbq','HQJJG','mGQhh','removeItem','Error\x20getting\x20stored\x20auth\x20data:','getItem','parse','ingDG'];_0x23ea=function(){return _0x6e2ece;};return _0x23ea();}export const getStoredAuthData=async()=>{const _0x238c96={'zrJEP':_0x586c(0xf),'ingDG':_0x586c(0x18)};try{const _0x2917fd=await AsyncStorage[_0x586c(0x19)](_0x586c(0xc)),_0x54bcf0=await AsyncStorage[_0x586c(0x19)](_0x586c(0xe)),_0x37bbfe=await AsyncStorage['getItem'](_0x238c96['zrJEP']);return{'token':_0x2917fd,'username':_0x54bcf0,'othentToken':_0x37bbfe?JSON[_0x586c(0x1a)](_0x37bbfe):null};}catch(_0x47dc65){return console[_0x586c(0x7)](_0x238c96[_0x586c(0x1b)],_0x47dc65),{'token':null,'username':null,'othentToken':null};}};
@@ -25,4 +25,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
25
25
  require(`../services/${platform}DataExtractor`)
26
26
  ];
27
27
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
28
- import{API_CONFIG}from'../config/api';export const testWebViewScriptExports=()=>{const _0x1f8239={'lcukE':_0x4442(0x0),'gkgwt':function(_0x3c7032,_0x1a4bfe){return _0x3c7032===_0x1a4bfe;},'LdlhL':_0x4442(0x1),'aeZXg':_0x4442(0x2),'GBYJS':'ChatGPT\x20service\x20function\x20available','FyQcj':function(_0x3d8752,_0x9238d0){return _0x3d8752(_0x9238d0);},'IaHIf':_0x4442(0x3),'lHfdV':'Claude\x20scripts\x20missing','bsZMS':_0x4442(0x4),'acWBY':_0x4442(0x5),'qEokT':_0x4442(0x6),'BqedV':'Instagram\x20scripts\x20missing','dWLle':_0x4442(0x7),'DMctx':_0x4442(0x8),'khcDa':_0x4442(0x9),'qYddy':_0x4442(0xa),'rkMfY':'Telegram\x20scripts\x20missing','PBPwi':function(_0x59379d,_0x226227){return _0x59379d(_0x226227);},'lSKmx':_0x4442(0xb),'vWCFX':_0x4442(0xc),'Hsxih':_0x4442(0xd),'ALryI':function(_0x50d3b8,_0x143ea6){return _0x50d3b8!==_0x143ea6;},'UUHcV':_0x4442(0xe),'qhzuY':_0x4442(0xf)},_0x4598ad=[];try{const {CHATGPT_CONSENT_POPUP_SCRIPT:_0x5eeb15,CHATGPT_EXPORT_SCRIPT:_0x48b46a}=_0x1f8239[_0x4442(0x10)](__ONAIROS_REQ_FUNC__,0x13);_0x4598ad[_0x4442(0x11)]({'platform':_0x1f8239[_0x4442(0x12)],'component':_0x1f8239[_0x4442(0x13)],'status':_0x48b46a?'pass':_0x1f8239[_0x4442(0x14)],'message':_0x48b46a?'ChatGPT\x20scripts\x20exported\x20correctly':_0x4442(0x15)});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x5ef5bf,CLAUDE_EXPORT_SCRIPT:_0x48184c}=_0x1f8239['FyQcj'](__ONAIROS_REQ_FUNC__,0x12);_0x4598ad['push']({'platform':'claude','component':_0x4442(0x3),'status':_0x48184c?_0x1f8239['LdlhL']:_0x1f8239[_0x4442(0x14)],'message':_0x48184c?'Claude\x20scripts\x20exported\x20correctly':_0x1f8239[_0x4442(0x16)]});const {HINGE_CONSENT_POPUP_SCRIPT:_0x4d0842,HINGE_EXPORT_SCRIPT:_0x2c5904}=__ONAIROS_REQ_FUNC__(0x11);_0x4598ad['push']({'platform':_0x4442(0x17),'component':_0x1f8239[_0x4442(0x13)],'status':_0x2c5904?_0x1f8239[_0x4442(0x18)]:_0x4442(0x2),'message':_0x2c5904?_0x1f8239[_0x4442(0x19)]:_0x1f8239[_0x4442(0x1a)]});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x27328a,INSTAGRAM_EXPORT_SCRIPT:_0xdbb293}=__ONAIROS_REQ_FUNC__(0x6);_0x4598ad[_0x4442(0x11)]({'platform':_0x1f8239['qEokT'],'component':_0x4442(0x3),'status':_0xdbb293?'pass':_0x1f8239[_0x4442(0x14)],'message':_0xdbb293?_0x4442(0x1b):_0x1f8239[_0x4442(0x1c)]});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0x19277d,SEPHORA_EXPORT_SCRIPT:_0x1ca590}=_0x1f8239['FyQcj'](__ONAIROS_REQ_FUNC__,0x5);_0x4598ad[_0x4442(0x11)]({'platform':_0x1f8239[_0x4442(0x1d)],'component':_0x1f8239[_0x4442(0x13)],'status':_0x1ca590?_0x1f8239[_0x4442(0x18)]:_0x1f8239[_0x4442(0x14)],'message':_0x1ca590?_0x1f8239[_0x4442(0x1e)]:_0x1f8239[_0x4442(0x1f)]});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x49f12e,TELEGRAM_EXPORT_SCRIPT:_0x36ea7c}=__ONAIROS_REQ_FUNC__(0x4);_0x4598ad[_0x4442(0x11)]({'platform':_0x1f8239['qYddy'],'component':_0x1f8239[_0x4442(0x13)],'status':_0x36ea7c?_0x4442(0x1):_0x1f8239['aeZXg'],'message':_0x36ea7c?'Telegram\x20scripts\x20exported\x20correctly':_0x1f8239[_0x4442(0x20)]});const {isWebViewExtractionPlatform:_0x4bed8a,isHingePlatform:_0x5f14ea,isInstagramPlatform:_0x5eb807,isSephoraPlatform:_0x2b8df8,isTelegramPlatform:_0x3b4e23}=_0x1f8239[_0x4442(0x21)](__ONAIROS_REQ_FUNC__,0x3);_0x4598ad['push']({'platform':_0x1f8239[_0x4442(0x22)],'component':_0x1f8239[_0x4442(0x23)],'status':_0x4bed8a&&_0x5f14ea&&_0x5eb807&&_0x2b8df8&&_0x3b4e23?_0x1f8239[_0x4442(0x18)]:_0x1f8239[_0x4442(0x14)],'message':_0x1f8239['Hsxih']});}catch(_0xe68e9){if(_0x1f8239['ALryI'](_0x1f8239[_0x4442(0x24)],_0x4442(0xe))){const {storeChatGPTConversations:_0x46279b}=_0x4d83c5(0x7);_0x4353ee[_0x4442(0x11)]({'platform':_0x1f8239[_0x4442(0x12)],'component':_0x4442(0x25),'status':_0x1f8239[_0x4442(0x26)](typeof _0x46279b,'function')?_0x1f8239[_0x4442(0x18)]:_0x1f8239[_0x4442(0x14)],'message':_0x1f8239[_0x4442(0x27)]});}else _0x4598ad[_0x4442(0x11)]({'platform':_0x1f8239[_0x4442(0x28)],'component':_0x1f8239[_0x4442(0x13)],'status':_0x4442(0x2),'message':_0x4442(0x29)+_0xe68e9['message']});}return _0x4598ad;};export const testServiceImports=()=>{const _0x120cdd={'YcWiF':'โŒ\x20Some\x20tests\x20failed!\x20Please\x20check\x20the\x20errors\x20above.','DbMGw':function(_0x43751b,_0x27397e){return _0x43751b(_0x27397e);},'LAPPb':_0x4442(0x0),'JClTy':_0x4442(0x3),'CIDBR':_0x4442(0x1),'nFjRq':'ChatGPT\x20scripts\x20exported\x20correctly','KEpGj':function(_0x1836c0,_0x2ec47b){return _0x1836c0(_0x2ec47b);},'ztTWv':_0x4442(0x2a),'lSJUg':_0x4442(0x2),'AAiwG':_0x4442(0x2b),'vHCPj':function(_0x766d25,_0xf14118){return _0x766d25(_0xf14118);},'nzPvg':'hinge','hJnMn':_0x4442(0x4),'tSvED':_0x4442(0x5),'YlgPh':function(_0x298cd9,_0x525729){return _0x298cd9(_0x525729);},'zIBJh':_0x4442(0x6),'oZGAu':_0x4442(0x1b),'yFPdM':_0x4442(0x2c),'TSKNL':_0x4442(0x7),'JMIYu':_0x4442(0x9),'KHVwR':'telegram','qKvXU':_0x4442(0x2d),'mPfwL':'Telegram\x20scripts\x20missing','beyWY':function(_0xf2d2d6,_0x47b3c1){return _0xf2d2d6(_0x47b3c1);},'atymU':'utilities','Jpzca':_0x4442(0xc),'YZkZO':function(_0x375e8d,_0x4aba74){return _0x375e8d&&_0x4aba74;},'UAbLJ':'all','yOGGF':function(_0xc144c1,_0x5cdc16){return _0xc144c1+_0x5cdc16;},'AkWOf':_0x4442(0x2e),'oskwi':function(_0x50cb01,_0x23e12e){return _0x50cb01===_0x23e12e;},'hoEPQ':_0x4442(0x2f),'ORTSG':function(_0x1d446f,_0x252349){return _0x1d446f(_0x252349);},'DdXfk':'service','DlIVl':_0x4442(0x30),'RuuJB':function(_0x5eba59,_0x49f72c){return _0x5eba59(_0x49f72c);},'eQaKq':function(_0x2e3ba3,_0x7b5755){return _0x2e3ba3===_0x7b5755;},'ZgaAa':_0x4442(0x31),'qKXfk':_0x4442(0x32),'tNjMH':_0x4442(0x33),'Visow':function(_0x4d075b,_0x634882){return _0x4d075b===_0x634882;},'NiTaG':function(_0x19c8ba,_0x16339b){return _0x19c8ba(_0x16339b);},'bcqsE':_0x4442(0x34),'RCUeC':function(_0x416438,_0x57d086){return _0x416438===_0x57d086;},'mMRzd':_0x4442(0x35),'NEBQl':function(_0x93abeb,_0x46334c){return _0x93abeb!==_0x46334c;},'hjljw':'SyBOU','rqHVV':function(_0x51085e,_0x5bb196){return _0x51085e(_0x5bb196);},'QpPKI':_0x4442(0x36),'qNMFE':_0x4442(0x37),'cGTiE':function(_0xb4e58,_0x4427d8){return _0xb4e58(_0x4427d8);},'mzGEA':_0x4442(0x38),'FaeQY':function(_0x5b61c1,_0x50a5cf){return _0x5b61c1===_0x50a5cf;},'vBiwt':_0x4442(0x39)},_0x2f50e2=[];try{if(_0x120cdd[_0x4442(0x3a)](_0x120cdd[_0x4442(0x3b)],'Wtkue')){const {storeChatGPTConversations:_0x1e5b54}=_0x120cdd[_0x4442(0x3c)](__ONAIROS_REQ_FUNC__,0x7);_0x2f50e2[_0x4442(0x11)]({'platform':_0x120cdd[_0x4442(0x3d)],'component':_0x120cdd['DdXfk'],'status':_0x120cdd[_0x4442(0x3e)](typeof _0x1e5b54,_0x120cdd[_0x4442(0x3f)])?_0x120cdd['CIDBR']:_0x120cdd[_0x4442(0x40)],'message':_0x120cdd[_0x4442(0x41)]});}else _0xc38924[_0x4442(0x42)](_0x120cdd[_0x4442(0x43)]);}catch(_0x51d723){_0x2f50e2[_0x4442(0x11)]({'platform':_0x120cdd[_0x4442(0x3d)],'component':_0x120cdd[_0x4442(0x44)],'status':_0x4442(0x2),'message':_0x4442(0x29)+_0x51d723[_0x4442(0x45)]});}try{const {storeClaudeConversations:_0x2ea232}=__ONAIROS_REQ_FUNC__(0x8);_0x2f50e2[_0x4442(0x11)]({'platform':_0x120cdd[_0x4442(0x46)],'component':_0x4442(0x25),'status':_0x120cdd[_0x4442(0x47)](typeof _0x2ea232,_0x4442(0x2f))?_0x120cdd[_0x4442(0x48)]:_0x120cdd[_0x4442(0x40)],'message':_0x120cdd['ZgaAa']});}catch(_0x5cb019){_0x2f50e2[_0x4442(0x11)]({'platform':_0x120cdd['ztTWv'],'component':_0x120cdd[_0x4442(0x44)],'status':_0x120cdd[_0x4442(0x40)],'message':'Import\x20error:\x20'+_0x5cb019[_0x4442(0x45)]});}try{const {storeHingeData:_0x2efab2}=_0x120cdd[_0x4442(0x49)](__ONAIROS_REQ_FUNC__,0x9);_0x2f50e2[_0x4442(0x11)]({'platform':_0x4442(0x17),'component':_0x120cdd[_0x4442(0x44)],'status':_0x120cdd[_0x4442(0x47)](typeof _0x2efab2,_0x120cdd['hoEPQ'])?_0x4442(0x1):_0x120cdd[_0x4442(0x40)],'message':_0x120cdd['bcqsE']});}catch(_0x56f12c){_0x2f50e2[_0x4442(0x11)]({'platform':_0x120cdd[_0x4442(0x4a)],'component':_0x120cdd[_0x4442(0x44)],'status':_0x120cdd[_0x4442(0x40)],'message':_0x4442(0x29)+_0x56f12c['message']});}try{const {storeInstagramData:_0x4571dc}=__ONAIROS_REQ_FUNC__(0xa);_0x2f50e2[_0x4442(0x11)]({'platform':_0x120cdd['zIBJh'],'component':_0x4442(0x25),'status':_0x120cdd[_0x4442(0x47)](typeof _0x4571dc,_0x120cdd['hoEPQ'])?_0x120cdd[_0x4442(0x48)]:_0x4442(0x2),'message':_0x4442(0x4b)});}catch(_0x52354c){if(_0x120cdd[_0x4442(0x4c)](_0x4442(0x4d),_0x120cdd[_0x4442(0x4e)])){const _0x3c0806=[];try{const {CHATGPT_CONSENT_POPUP_SCRIPT:_0x2efa01,CHATGPT_EXPORT_SCRIPT:_0x5d061e}=_0x120cdd[_0x4442(0x4f)](_0x1f9b26,0x13);_0x3c0806[_0x4442(0x11)]({'platform':_0x120cdd[_0x4442(0x3d)],'component':_0x120cdd['JClTy'],'status':_0x5d061e?_0x120cdd[_0x4442(0x48)]:_0x4442(0x2),'message':_0x5d061e?_0x120cdd[_0x4442(0x50)]:_0x4442(0x15)});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x5a4acb,CLAUDE_EXPORT_SCRIPT:_0xbacc03}=_0x120cdd[_0x4442(0x51)](_0x41ab38,0x12);_0x3c0806['push']({'platform':_0x120cdd[_0x4442(0x46)],'component':_0x120cdd[_0x4442(0x52)],'status':_0xbacc03?_0x120cdd['CIDBR']:_0x120cdd[_0x4442(0x40)],'message':_0xbacc03?_0x120cdd[_0x4442(0x53)]:_0x4442(0x54)});const {HINGE_CONSENT_POPUP_SCRIPT:_0x2cd7ac,HINGE_EXPORT_SCRIPT:_0x1d2ca2}=_0x120cdd[_0x4442(0x55)](_0x544e13,0x11);_0x3c0806['push']({'platform':_0x120cdd[_0x4442(0x4a)],'component':_0x120cdd[_0x4442(0x52)],'status':_0x1d2ca2?_0x4442(0x1):_0x120cdd[_0x4442(0x40)],'message':_0x1d2ca2?_0x120cdd['hJnMn']:_0x120cdd['tSvED']});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x36f1b6,INSTAGRAM_EXPORT_SCRIPT:_0x34ba22}=_0x120cdd[_0x4442(0x56)](_0x1d43c7,0x6);_0x3c0806[_0x4442(0x11)]({'platform':_0x120cdd[_0x4442(0x57)],'component':_0x120cdd[_0x4442(0x52)],'status':_0x34ba22?_0x120cdd[_0x4442(0x48)]:_0x4442(0x2),'message':_0x34ba22?_0x120cdd[_0x4442(0x58)]:_0x120cdd[_0x4442(0x59)]});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0x107269,SEPHORA_EXPORT_SCRIPT:_0x5cec29}=_0x120cdd[_0x4442(0x4f)](_0xf1e25c,0x5);_0x3c0806[_0x4442(0x11)]({'platform':_0x120cdd['TSKNL'],'component':_0x120cdd[_0x4442(0x52)],'status':_0x5cec29?_0x4442(0x1):_0x120cdd[_0x4442(0x40)],'message':_0x5cec29?'Sephora\x20scripts\x20exported\x20correctly':_0x120cdd[_0x4442(0x5a)]});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x3ccf6b,TELEGRAM_EXPORT_SCRIPT:_0x197c67}=_0x120cdd['KEpGj'](_0x45aa00,0x4);_0x3c0806[_0x4442(0x11)]({'platform':_0x120cdd['KHVwR'],'component':_0x120cdd[_0x4442(0x52)],'status':_0x197c67?_0x120cdd[_0x4442(0x48)]:_0x4442(0x2),'message':_0x197c67?_0x120cdd[_0x4442(0x5b)]:_0x120cdd[_0x4442(0x5c)]});const {isWebViewExtractionPlatform:_0x5cf4ce,isHingePlatform:_0x261351,isInstagramPlatform:_0x35a039,isSephoraPlatform:_0x126b40,isTelegramPlatform:_0xa9543a}=_0x120cdd[_0x4442(0x5d)](_0x5f4856,0x3);_0x3c0806[_0x4442(0x11)]({'platform':_0x120cdd[_0x4442(0x5e)],'component':_0x120cdd['Jpzca'],'status':_0x120cdd[_0x4442(0x5f)](_0x5cf4ce,_0x261351)&&_0x35a039&&_0x126b40&&_0xa9543a?_0x120cdd[_0x4442(0x48)]:_0x120cdd[_0x4442(0x40)],'message':_0x4442(0xd)});}catch(_0x5a428d){_0x3c0806['push']({'platform':_0x120cdd['UAbLJ'],'component':_0x120cdd[_0x4442(0x52)],'status':_0x120cdd[_0x4442(0x40)],'message':'Import\x20error:\x20'+_0x5a428d['message']});}return _0x3c0806;}else _0x2f50e2[_0x4442(0x11)]({'platform':_0x120cdd[_0x4442(0x57)],'component':_0x120cdd[_0x4442(0x44)],'status':_0x120cdd[_0x4442(0x40)],'message':_0x4442(0x29)+_0x52354c[_0x4442(0x45)]});}try{if(_0x120cdd[_0x4442(0x60)](_0x120cdd['hjljw'],_0x4442(0x61))){const _0x424bab=_0x1e5ede(0x15),_0x45360c=_0x4442(0x62)+_0x120cdd[_0x4442(0x63)](_0x52ca4f['charAt'](0x0)[_0x4442(0x64)](),_0x407c2d['slice'](0x1))+_0x4442(0x65);_0x56637f[_0x4442(0x11)]({'platform':_0x5d8bb4,'component':_0x120cdd[_0x4442(0x66)],'status':_0x120cdd['oskwi'](typeof _0x424bab[_0x45360c],_0x120cdd[_0x4442(0x3f)])?_0x120cdd['CIDBR']:_0x4442(0x2),'message':_0x4442(0x67)+_0x45360c+_0x4442(0x68)});}else{const {storeSephoraData:_0x26fc18}=_0x120cdd[_0x4442(0x69)](__ONAIROS_REQ_FUNC__,0xb);_0x2f50e2[_0x4442(0x11)]({'platform':_0x120cdd[_0x4442(0x6a)],'component':_0x4442(0x25),'status':_0x120cdd[_0x4442(0x47)](typeof _0x26fc18,_0x120cdd[_0x4442(0x3f)])?_0x4442(0x1):_0x120cdd[_0x4442(0x40)],'message':_0x120cdd[_0x4442(0x6b)]});}}catch(_0x3e2cd1){if(_0x120cdd['Visow'](_0x120cdd[_0x4442(0x6c)],_0x120cdd[_0x4442(0x6d)])){const {storeSephoraData:_0x32569e}=_0x120cdd[_0x4442(0x3c)](_0x1fe06c,0xb);_0x23b2f3['push']({'platform':'sephora','component':_0x120cdd[_0x4442(0x44)],'status':_0x120cdd['oskwi'](typeof _0x32569e,_0x120cdd[_0x4442(0x3f)])?_0x120cdd[_0x4442(0x48)]:_0x4442(0x2),'message':_0x120cdd[_0x4442(0x6b)]});}else _0x2f50e2[_0x4442(0x11)]({'platform':_0x4442(0x7),'component':_0x120cdd[_0x4442(0x44)],'status':_0x120cdd[_0x4442(0x40)],'message':_0x4442(0x29)+_0x3e2cd1[_0x4442(0x45)]});}try{const {storeTelegramData:_0x4e6fd4}=_0x120cdd[_0x4442(0x6e)](__ONAIROS_REQ_FUNC__,0xc);_0x2f50e2[_0x4442(0x11)]({'platform':_0x120cdd['KHVwR'],'component':_0x4442(0x25),'status':_0x120cdd[_0x4442(0x3a)](typeof _0x4e6fd4,'function')?_0x4442(0x1):_0x120cdd['lSJUg'],'message':_0x120cdd[_0x4442(0x6f)]});}catch(_0x323a03){if(_0x120cdd[_0x4442(0x70)](_0x120cdd['vBiwt'],'Pywfa')){const {storeClaudeConversations:_0x35b076}=_0x120cdd[_0x4442(0x71)](_0x484dc1,0x8);_0x17c33f[_0x4442(0x11)]({'platform':_0x120cdd['ztTWv'],'component':_0x120cdd[_0x4442(0x44)],'status':_0x120cdd[_0x4442(0x3e)](typeof _0x35b076,_0x4442(0x2f))?_0x120cdd['CIDBR']:_0x120cdd[_0x4442(0x40)],'message':_0x120cdd[_0x4442(0x72)]});}else _0x2f50e2['push']({'platform':_0x120cdd[_0x4442(0x73)],'component':_0x120cdd['DdXfk'],'status':_0x120cdd[_0x4442(0x40)],'message':_0x4442(0x29)+_0x323a03[_0x4442(0x45)]});}return _0x2f50e2;};export const testExtractorImports=()=>{const _0x58fedb={'MXoAQ':_0x4442(0x17),'fElhW':function(_0x3903ee,_0x530c4b){return _0x3903ee(_0x530c4b);},'iYzzl':function(_0x4635df,_0x19470c){return _0x4635df(_0x19470c);},'cVlde':_0x4442(0x74),'dLwWa':'fail','mCTLG':_0x4442(0x75),'ofxar':_0x4442(0x76),'hMcxQ':function(_0x45869c,_0x47a0f3){return _0x45869c(_0x47a0f3);},'qoMBS':_0x4442(0x6),'ASLoc':_0x4442(0x77),'KMpZO':_0x4442(0x78),'aXSYi':function(_0x576915,_0x30a272){return _0x576915(_0x30a272);},'gUgDG':'sephora','oquxo':_0x4442(0x1),'SZhqx':_0x4442(0x79),'OdPJp':'Sephora\x20detection\x20failed','reGfK':'telegram','vQQSV':function(_0x39e4b2,_0x2bb13e){return _0x39e4b2(_0x2bb13e);},'aDRAH':function(_0x1997e7,_0x16f417){return _0x1997e7(_0x16f417);},'LPANH':'Telegram\x20detection\x20correct','QiwaG':_0x4442(0xf),'kWdoh':'validation','doRbx':'warning','KRfLX':_0x4442(0x7a),'xMnNb':function(_0x3ffbd0,_0x315d6c){return _0x3ffbd0===_0x315d6c;},'WMaAz':function(_0x3f2d0f,_0x2903d8){return _0x3f2d0f===_0x2903d8;},'MdkCp':_0x4442(0x7b),'XwpJD':function(_0x55a24a,_0x701dfb){return _0x55a24a===_0x701dfb;},'xMUTy':_0x4442(0x7c),'mhyTF':'service','YuTgo':_0x4442(0x2f),'gZLFo':function(_0x269d4f,_0x31ae09){return _0x269d4f(_0x31ae09);},'CUArq':'extractor','DZkrp':_0x4442(0x7d),'mMjOR':function(_0x675e,_0x2e4ef8){return _0x675e!==_0x2e4ef8;},'CbPCj':_0x4442(0x7e),'buxOP':function(_0x13c3e9,_0x44c19f){return _0x13c3e9(_0x44c19f);},'VZvZP':_0x4442(0x7f),'xiUNl':_0x4442(0x80),'puoWJ':'LjEIP','ZKtua':_0x4442(0x81),'btyuB':_0x4442(0x82),'xnTgF':_0x4442(0x83),'EjVlH':'JNOeg','FbLWP':function(_0xbbf664,_0x5b65cc){return _0xbbf664(_0x5b65cc);},'EjxQI':_0x4442(0x84),'mJHHn':function(_0x1eefa0,_0x51335a){return _0x1eefa0!==_0x51335a;},'MmsdR':'kxefA'},_0x5e620e=[];try{const {useHingeDataExtractor:useHingeDataExtractor}=_0x58fedb[_0x4442(0x85)](__ONAIROS_REQ_FUNC__,0xd);_0x5e620e[_0x4442(0x11)]({'platform':_0x58fedb[_0x4442(0x86)],'component':_0x58fedb['CUArq'],'status':_0x58fedb[_0x4442(0x87)](typeof useHingeDataExtractor,_0x58fedb[_0x4442(0x88)])?'pass':_0x4442(0x2),'message':_0x58fedb[_0x4442(0x89)]});}catch(_0x5c3c63){if(_0x58fedb[_0x4442(0x8a)](_0x4442(0x7e),_0x58fedb[_0x4442(0x8b)])){const _0x47a4f8=[];try{const {isWebViewExtractionPlatform:_0x305e6d,isHingePlatform:_0x143bc8,isInstagramPlatform:_0x343da6,isSephoraPlatform:_0x5b9cdd,isLLMPlatform:_0x57a9e0}=_0x50c281(0x2),_0x43f222=_0x143bc8(_0x58fedb[_0x4442(0x86)])&&_0x58fedb[_0x4442(0x8c)](_0x305e6d,_0x58fedb[_0x4442(0x86)])&&!_0x58fedb[_0x4442(0x8d)](_0x57a9e0,_0x58fedb[_0x4442(0x86)]);_0x47a4f8[_0x4442(0x11)]({'platform':_0x4442(0x17),'component':_0x58fedb[_0x4442(0x8e)],'status':_0x43f222?'pass':_0x58fedb['dLwWa'],'message':_0x43f222?_0x58fedb['mCTLG']:_0x58fedb[_0x4442(0x8f)]});const _0x717248=_0x58fedb[_0x4442(0x8c)](_0x343da6,_0x4442(0x6))&&_0x58fedb[_0x4442(0x8c)](_0x305e6d,_0x4442(0x6))&&!_0x58fedb[_0x4442(0x90)](_0x57a9e0,_0x58fedb['qoMBS']);_0x47a4f8[_0x4442(0x11)]({'platform':_0x58fedb[_0x4442(0x91)],'component':_0x4442(0x74),'status':_0x717248?_0x4442(0x1):_0x58fedb['dLwWa'],'message':_0x717248?_0x58fedb[_0x4442(0x92)]:_0x58fedb[_0x4442(0x93)]});const _0x547849=_0x58fedb[_0x4442(0x94)](_0x5b9cdd,_0x58fedb[_0x4442(0x95)])&&_0x305e6d(_0x58fedb[_0x4442(0x95)])&&!_0x57a9e0(_0x58fedb[_0x4442(0x95)]);_0x47a4f8['push']({'platform':_0x4442(0x7),'component':_0x58fedb[_0x4442(0x8e)],'status':_0x547849?_0x58fedb[_0x4442(0x96)]:_0x58fedb[_0x4442(0x97)],'message':_0x547849?_0x58fedb[_0x4442(0x98)]:_0x58fedb[_0x4442(0x99)]});const {isTelegramPlatform:_0x56d55c}=_0xe5433a(0x1),_0x5d830c=_0x58fedb[_0x4442(0x8c)](_0x56d55c,_0x58fedb[_0x4442(0x9a)])&&_0x58fedb[_0x4442(0x9b)](_0x305e6d,_0x4442(0xa))&&!_0x58fedb['aDRAH'](_0x57a9e0,_0x4442(0xa));_0x47a4f8[_0x4442(0x11)]({'platform':_0x58fedb[_0x4442(0x9a)],'component':_0x58fedb[_0x4442(0x8e)],'status':_0x5d830c?_0x58fedb[_0x4442(0x96)]:_0x58fedb['dLwWa'],'message':_0x5d830c?_0x58fedb[_0x4442(0x9c)]:_0x4442(0x9d)});}catch(_0x33c0bb){_0x47a4f8[_0x4442(0x11)]({'platform':_0x58fedb['QiwaG'],'component':_0x4442(0x74),'status':_0x4442(0x2),'message':_0x4442(0x9e)+_0x33c0bb[_0x4442(0x45)]});}return _0x47a4f8;}else _0x5e620e[_0x4442(0x11)]({'platform':_0x58fedb[_0x4442(0x86)],'component':_0x4442(0x2e),'status':_0x58fedb[_0x4442(0x97)],'message':_0x4442(0x29)+_0x5c3c63[_0x4442(0x45)]});}try{const {useInstagramDataExtractor:useInstagramDataExtractor}=_0x58fedb[_0x4442(0x9f)](__ONAIROS_REQ_FUNC__,0xe);_0x5e620e[_0x4442(0x11)]({'platform':_0x4442(0x6),'component':_0x58fedb[_0x4442(0xa0)],'status':_0x58fedb[_0x4442(0xa1)](typeof useInstagramDataExtractor,_0x58fedb[_0x4442(0x88)])?_0x58fedb[_0x4442(0x96)]:_0x4442(0x2),'message':_0x58fedb[_0x4442(0xa2)]});}catch(_0x345012){'XBCcJ'!==_0x58fedb[_0x4442(0xa3)]?_0x1f8935['push']({'platform':_0x3e4954,'component':_0x58fedb[_0x4442(0xa4)],'status':_0x58fedb['doRbx'],'message':_0x4442(0xa5)+_0x48642c+'.\x20Use\x20\x27hinge\x27,\x20\x27instagram\x27,\x20\x27sephora\x27,\x20or\x20\x27telegram\x27.'}):_0x5e620e[_0x4442(0x11)]({'platform':_0x58fedb[_0x4442(0x91)],'component':_0x58fedb[_0x4442(0xa0)],'status':_0x58fedb[_0x4442(0x97)],'message':_0x4442(0x29)+_0x345012['message']});}try{if(_0x58fedb['puoWJ']===_0x58fedb[_0x4442(0xa6)])_0x4e3420[_0x4442(0x42)](_0x58fedb['KRfLX']);else{const {useSephoraDataExtractor:useSephoraDataExtractor}=_0x58fedb['vQQSV'](__ONAIROS_REQ_FUNC__,0xf);_0x5e620e['push']({'platform':_0x58fedb[_0x4442(0x95)],'component':_0x58fedb['CUArq'],'status':typeof useSephoraDataExtractor===_0x4442(0x2f)?_0x58fedb[_0x4442(0x96)]:_0x58fedb['dLwWa'],'message':_0x58fedb[_0x4442(0xa7)]});}}catch(_0x4808a9){_0x58fedb[_0x4442(0xa8)]!==_0x58fedb['EjVlH']?_0x5e620e[_0x4442(0x11)]({'platform':_0x58fedb[_0x4442(0x95)],'component':_0x58fedb[_0x4442(0xa0)],'status':_0x58fedb[_0x4442(0x97)],'message':'Import\x20error:\x20'+_0x4808a9['message']}):_0x56648b[_0x4442(0x11)]({'platform':_0x4442(0xa9),'component':_0x4442(0xaa),'status':_0x4442(0xab),'message':_0x4442(0xac)+_0x2ad425['message']});}try{const {useTelegramDataExtractor:useTelegramDataExtractor}=_0x58fedb[_0x4442(0xad)](__ONAIROS_REQ_FUNC__,0x10);_0x5e620e[_0x4442(0x11)]({'platform':_0x58fedb[_0x4442(0x9a)],'component':_0x58fedb[_0x4442(0xa0)],'status':_0x58fedb[_0x4442(0xa1)](typeof useTelegramDataExtractor,'function')?_0x58fedb['oquxo']:_0x58fedb[_0x4442(0x97)],'message':_0x58fedb[_0x4442(0xae)]});}catch(_0x1b374d){if(_0x58fedb[_0x4442(0xaf)](_0x58fedb['MmsdR'],_0x4442(0xb0))){const _0x574053=_0x58fedb[_0x4442(0xb1)](_0x3c6790,0x14),_0x5575eb=_0x58fedb[_0x4442(0x87)](_0x492925,_0x58fedb[_0x4442(0x86)])?_0x4442(0xb2):_0x58fedb['WMaAz'](_0x41eef4,_0x58fedb[_0x4442(0x91)])?_0x58fedb[_0x4442(0xb3)]:_0x58fedb[_0x4442(0xb4)](_0x2eb9b8,_0x4442(0xa))?_0x4442(0xb5):_0x58fedb[_0x4442(0xb6)];_0x2946fb[_0x4442(0x11)]({'platform':_0x2ff315,'component':_0x58fedb[_0x4442(0xb7)],'status':_0x58fedb[_0x4442(0xa1)](typeof _0x574053[_0x5575eb],_0x58fedb['YuTgo'])?_0x58fedb[_0x4442(0x96)]:_0x58fedb[_0x4442(0x97)],'message':_0x4442(0xb8)+_0x5575eb+'\x20available'});}else _0x5e620e['push']({'platform':_0x58fedb['reGfK'],'component':_0x58fedb[_0x4442(0xa0)],'status':_0x58fedb[_0x4442(0x97)],'message':_0x4442(0x29)+_0x1b374d[_0x4442(0x45)]});}return _0x5e620e;};function _0x3f65(){const _0x258a6f=['chatgpt','pass','fail','webview_scripts','Hinge\x20scripts\x20exported\x20correctly','Hinge\x20scripts\x20missing','instagram','sephora','Sephora\x20scripts\x20exported\x20correctly','Sephora\x20scripts\x20missing','telegram','utilities','platform_detection','Platform\x20detection\x20functions\x20available','vtfRD','all','FyQcj','push','lcukE','IaHIf','aeZXg','ChatGPT\x20scripts\x20missing','lHfdV','hinge','LdlhL','bsZMS','acWBY','Instagram\x20scripts\x20exported\x20correctly','BqedV','dWLle','DMctx','khcDa','rkMfY','PBPwi','lSKmx','vWCFX','UUHcV','service','gkgwt','GBYJS','qhzuY','Import\x20error:\x20','claude','Claude\x20scripts\x20exported\x20correctly','Instagram\x20scripts\x20missing','Telegram\x20scripts\x20exported\x20correctly','extractor','function','Sephora\x20service\x20function\x20available','Claude\x20service\x20function\x20available','Wtkue','ChatGPT\x20service\x20function\x20available','Hinge\x20service\x20function\x20available','sgKQw','sdgEr','vGklt','Telegram\x20service\x20function\x20available','OwRuA','oskwi','qKXfk','ORTSG','LAPPb','eQaKq','hoEPQ','lSJUg','tNjMH','log','YcWiF','DdXfk','message','ztTWv','Visow','CIDBR','NiTaG','nzPvg','Instagram\x20service\x20function\x20available','RCUeC','MQXLd','mMRzd','DbMGw','nFjRq','KEpGj','JClTy','AAiwG','Claude\x20scripts\x20missing','vHCPj','YlgPh','zIBJh','oZGAu','yFPdM','JMIYu','qKvXU','mPfwL','beyWY','atymU','YZkZO','NEBQl','SyBOU','use','yOGGF','toUpperCase','DataExtractor','AkWOf','Extractor\x20hook\x20','\x20available','rqHVV','TSKNL','DlIVl','QpPKI','qNMFE','cGTiE','mzGEA','FaeQY','RuuJB','ZgaAa','KHVwR','detection','Hinge\x20detection\x20correct','Hinge\x20detection\x20failed','Instagram\x20detection\x20correct','Instagram\x20detection\x20failed','Sephora\x20detection\x20correct','โœ…\x20All\x20tests\x20passed!\x20Connectors\x20are\x20ready.','storeInstagramData','storeSephoraData','Hinge\x20extractor\x20hook\x20available','gFYSo','Instagram\x20extractor\x20hook\x20available','XBCcJ','AbMje','Sephora\x20extractor\x20hook\x20available','KlRDh','Telegram\x20extractor\x20hook\x20available','gZLFo','MXoAQ','xMnNb','YuTgo','DZkrp','mMjOR','CbPCj','fElhW','iYzzl','cVlde','ofxar','hMcxQ','qoMBS','ASLoc','KMpZO','aXSYi','gUgDG','oquxo','dLwWa','SZhqx','OdPJp','reGfK','vQQSV','LPANH','Telegram\x20detection\x20failed','Detection\x20test\x20error:\x20','buxOP','CUArq','WMaAz','VZvZP','xiUNl','kWdoh','Unknown\x20platform:\x20','ZKtua','btyuB','xnTgF','backend','platform_data_endpoint','warning','Endpoint\x20check\x20failed\x20(may\x20require\x20auth):\x20','FbLWP','EjxQI','mJHHn','kxefA','aDRAH','storeHingeData','MdkCp','XwpJD','storeTelegramData','xMUTy','mhyTF','Service\x20function\x20','YBgqh','TkUBJ','health','OPTIONS','csLgC','FDxzN','hQnfK','lvOeE','VzAWy','LmzNV','JqpzU','mImId','QNMGt','abort','BASE_URL','/health','signal','HTSVJ','Backend\x20health\x20check\x20passed','status','KmJTC','tukSg','wyCYL','jtybE','Backend\x20unreachable:\x20','Extractor\x20import\x20failed:\x20','dNWDU','/platform-data/store','ZEcMy','jakPT','yqxil','tJKzp','Sephora\x20detection\x20failed','Telegram\x20detection\x20correct','TjTGN','GPAly','HouxS','QTfku','GdGiT','oBOvw','Zrqvd','yOgne','UCQUM','lUnvh','LjUBp','owWHi','nuDLb','FYzBl','VjLXH','lijWl','OQgkW','bPFvd','HttVe','๐Ÿ“‹\x20Testing\x20backend\x20connectivity...','๐Ÿงช\x20CONNECTOR\x20SANITY\x20TEST\x20RESULTS','\x0a========================================','โŒ\x20Some\x20tests\x20failed!\x20Please\x20check\x20the\x20errors\x20above.','โš ๏ธ\x20All\x20critical\x20tests\x20passed,\x20but\x20there\x20are\x20warnings.','Tbkiq','MEGwu','FxujT','hKqih','bXzYS','VEyhH','ZfBfB','pZKmm','filter','length','AkxRt','VfJSV','LdrUq','bAXNc','platform','component','oTtvN','๐Ÿ“Š\x20Summary:\x20','\x20passed,\x20','\x20failed,\x20','\x20warnings','vcOec','ZSLJH','TVJJx','pvzbr','baLLI','kRhHi','zYnVE','webview_script','Export\x20script\x20available','Export\x20script\x20missing','ZCGXC','atgle','PDclb','YhSOx','YDMxx','๐Ÿงช\x20Testing\x20','\x20connector...\x0a','toLowerCase','zqUKP','dTgGy','includes','faIFi','rbjUy','EwFti','QGxzV','HEsGE','aPuIo','dGLSy','UmZPc','_EXPORT_SCRIPT','qKaIr','PijYr','tqncL','cLAVM','NUvpm','CuHKc','Script\x20import\x20failed:\x20','EWtMI','JlpVE','XANZm','NGabC','mocCu','dOJYk','GbdrC','QCrJT','TTZat','Service\x20import\x20failed:\x20','gienl','OfmCa','slice','guMku','PGvDx','CGCaX','MpUgW','nZSrV','.\x20Use\x20\x27hinge\x27,\x20\x27instagram\x27,\x20\x27sephora\x27,\x20or\x20\x27telegram\x27.'];_0x3f65=function(){return _0x258a6f;};return _0x3f65();}export const testBackendConnectivity=async()=>{const _0x4ae92c={'hQnfK':function(_0x598378,_0x3e342f){return _0x598378(_0x3e342f);},'lvOeE':_0x4442(0x2e),'VzAWy':function(_0x5c9ccc,_0x4401dd){return _0x5c9ccc===_0x4401dd;},'LmzNV':'function','JqpzU':'pass','mImId':'fail','QNMGt':_0x4442(0x7f),'csLgC':_0x4442(0xb9),'DcAAY':function(_0x1433b1,_0x4073ab,_0x1a7a05){return _0x1433b1(_0x4073ab,_0x1a7a05);},'wLjMo':function(_0x336e9a,_0x1c8412){return _0x336e9a(_0x1c8412);},'tJKzp':'backend','HTSVJ':_0x4442(0xab),'KmJTC':function(_0x25d07d,_0x2b2dd0){return _0x25d07d!==_0x2b2dd0;},'tukSg':_0x4442(0xba),'jtybE':_0x4442(0xbb),'dNWDU':function(_0x323587,_0x33358f,_0x132b51){return _0x323587(_0x33358f,_0x132b51);},'ZEcMy':_0x4442(0xbc),'jakPT':_0x4442(0xaa),'yqxil':function(_0x4b7a7c,_0x5669cb){return _0x4b7a7c<_0x5669cb;}},_0x2d117d=[];try{if(_0x4ae92c[_0x4442(0xbd)]===_0x4442(0xbe)){const {useInstagramDataExtractor:useInstagramDataExtractor}=_0x4ae92c[_0x4442(0xbf)](_0x4c3ad2,0xe);_0x47969c[_0x4442(0x11)]({'platform':_0x4442(0x6),'component':_0x4ae92c[_0x4442(0xc0)],'status':_0x4ae92c[_0x4442(0xc1)](typeof useInstagramDataExtractor,_0x4ae92c[_0x4442(0xc2)])?_0x4ae92c[_0x4442(0xc3)]:_0x4ae92c[_0x4442(0xc4)],'message':_0x4ae92c[_0x4442(0xc5)]});}else{const _0x4c8764=new AbortController(),_0x5d28a8=_0x4ae92c['DcAAY'](setTimeout,()=>_0x4c8764[_0x4442(0xc6)](),0x2710),_0x82037f=await _0x4ae92c['DcAAY'](fetch,API_CONFIG[_0x4442(0xc7)]+_0x4442(0xc8),{'method':'GET','signal':_0x4c8764[_0x4442(0xc9)]});_0x4ae92c['wLjMo'](clearTimeout,_0x5d28a8),_0x2d117d['push']({'platform':_0x4ae92c['tJKzp'],'component':_0x4442(0xbb),'status':_0x82037f['ok']?_0x4ae92c[_0x4442(0xc3)]:_0x4ae92c[_0x4442(0xca)],'message':_0x82037f['ok']?_0x4442(0xcb):'Backend\x20returned\x20status\x20'+_0x82037f[_0x4442(0xcc)],'details':{'status':_0x82037f[_0x4442(0xcc)]}});}}catch(_0x37dbdf){_0x4ae92c[_0x4442(0xcd)](_0x4ae92c[_0x4442(0xce)],_0x4442(0xcf))?_0x2d117d[_0x4442(0x11)]({'platform':_0x4442(0xa9),'component':_0x4ae92c[_0x4442(0xd0)],'status':_0x4ae92c[_0x4442(0xc4)],'message':_0x4442(0xd1)+_0x37dbdf[_0x4442(0x45)]}):_0x27e8a0['push']({'platform':_0x26da37,'component':_0x4ae92c[_0x4442(0xc0)],'status':_0x4ae92c[_0x4442(0xc4)],'message':_0x4442(0xd2)+_0x3c6c0f[_0x4442(0x45)]});}try{const _0x62ce4a=new AbortController(),_0x3e2fca=_0x4ae92c[_0x4442(0xd3)](setTimeout,()=>_0x62ce4a[_0x4442(0xc6)](),0x2710),_0x5894ad=await _0x4ae92c[_0x4442(0xd3)](fetch,API_CONFIG[_0x4442(0xc7)]+_0x4442(0xd4),{'method':_0x4ae92c[_0x4442(0xd5)],'signal':_0x62ce4a['signal']});clearTimeout(_0x3e2fca),_0x2d117d[_0x4442(0x11)]({'platform':_0x4442(0xa9),'component':_0x4ae92c[_0x4442(0xd6)],'status':_0x4ae92c[_0x4442(0xd7)](_0x5894ad[_0x4442(0xcc)],0x1f4)?_0x4442(0x1):_0x4ae92c[_0x4442(0xca)],'message':'Platform\x20data\x20endpoint\x20check:\x20'+_0x5894ad[_0x4442(0xcc)],'details':{'status':_0x5894ad[_0x4442(0xcc)]}});}catch(_0x135439){_0x2d117d[_0x4442(0x11)]({'platform':_0x4ae92c[_0x4442(0xd8)],'component':_0x4442(0xaa),'status':_0x4442(0xab),'message':_0x4442(0xac)+_0x135439[_0x4442(0x45)]});}return _0x2d117d;};export const testPlatformDetection=()=>{const _0x3fe253={'TjTGN':function(_0x47003d,_0x1e8cb4){return _0x47003d(_0x1e8cb4);},'rQXdB':function(_0x570d3c,_0x4ab258){return _0x570d3c(_0x4ab258);},'GPAly':'hinge','HouxS':_0x4442(0x74),'QTfku':_0x4442(0x1),'GdGiT':'fail','oBOvw':_0x4442(0x75),'Zrqvd':function(_0x3146f1,_0x12f1e5){return _0x3146f1(_0x12f1e5);},'yOgne':function(_0x56118e,_0x274c34){return _0x56118e(_0x274c34);},'bEhSq':_0x4442(0x6),'UCQUM':function(_0xca08b5,_0x561d0a){return _0xca08b5(_0x561d0a);},'lUnvh':_0x4442(0x77),'LjUBp':'sephora','owWHi':_0x4442(0x79),'nuDLb':_0x4442(0xd9),'FYzBl':function(_0x4f2064,_0x22853b){return _0x4f2064(_0x22853b);},'VjLXH':function(_0xfe9d88,_0x3bc5cd){return _0xfe9d88(_0x3bc5cd);},'lijWl':_0x4442(0xa),'OQgkW':_0x4442(0xda),'bPFvd':_0x4442(0x9d),'HttVe':_0x4442(0xf)},_0x3ce204=[];try{const {isWebViewExtractionPlatform:_0x4b90ce,isHingePlatform:_0xba591b,isInstagramPlatform:_0x51e032,isSephoraPlatform:_0x7fab11,isLLMPlatform:_0x39c26f}=__ONAIROS_REQ_FUNC__(0x2),_0x465229=_0x3fe253['TjTGN'](_0xba591b,'hinge')&&_0x3fe253[_0x4442(0xdb)](_0x4b90ce,_0x4442(0x17))&&!_0x3fe253['rQXdB'](_0x39c26f,_0x3fe253[_0x4442(0xdc)]);_0x3ce204[_0x4442(0x11)]({'platform':'hinge','component':_0x3fe253[_0x4442(0xdd)],'status':_0x465229?_0x3fe253[_0x4442(0xde)]:_0x3fe253[_0x4442(0xdf)],'message':_0x465229?_0x3fe253[_0x4442(0xe0)]:_0x4442(0x76)});const _0x352192=_0x3fe253[_0x4442(0xe1)](_0x51e032,_0x4442(0x6))&&_0x3fe253[_0x4442(0xe2)](_0x4b90ce,_0x3fe253['bEhSq'])&&!_0x3fe253[_0x4442(0xe3)](_0x39c26f,_0x3fe253['bEhSq']);_0x3ce204['push']({'platform':_0x4442(0x6),'component':_0x3fe253['HouxS'],'status':_0x352192?_0x3fe253['QTfku']:_0x3fe253[_0x4442(0xdf)],'message':_0x352192?_0x3fe253[_0x4442(0xe4)]:'Instagram\x20detection\x20failed'});const _0x68407f=_0x3fe253[_0x4442(0xe2)](_0x7fab11,_0x3fe253[_0x4442(0xe5)])&&_0x3fe253[_0x4442(0xdb)](_0x4b90ce,_0x3fe253[_0x4442(0xe5)])&&!_0x3fe253['yOgne'](_0x39c26f,_0x3fe253[_0x4442(0xe5)]);_0x3ce204['push']({'platform':_0x3fe253['LjUBp'],'component':_0x4442(0x74),'status':_0x68407f?'pass':_0x3fe253[_0x4442(0xdf)],'message':_0x68407f?_0x3fe253[_0x4442(0xe6)]:_0x3fe253[_0x4442(0xe7)]});const {isTelegramPlatform:_0x38d461}=_0x3fe253[_0x4442(0xe8)](__ONAIROS_REQ_FUNC__,0x1),_0x219e40=_0x3fe253[_0x4442(0xe3)](_0x38d461,_0x4442(0xa))&&_0x3fe253[_0x4442(0xe9)](_0x4b90ce,_0x3fe253[_0x4442(0xea)])&&!_0x39c26f(_0x3fe253[_0x4442(0xea)]);_0x3ce204[_0x4442(0x11)]({'platform':_0x3fe253[_0x4442(0xea)],'component':_0x3fe253['HouxS'],'status':_0x219e40?_0x3fe253['QTfku']:_0x3fe253[_0x4442(0xdf)],'message':_0x219e40?_0x3fe253[_0x4442(0xeb)]:_0x3fe253[_0x4442(0xec)]});}catch(_0x3f9b74){_0x3ce204[_0x4442(0x11)]({'platform':_0x3fe253[_0x4442(0xed)],'component':_0x3fe253['HouxS'],'status':_0x3fe253[_0x4442(0xdf)],'message':_0x4442(0x9e)+_0x3f9b74[_0x4442(0x45)]});}return _0x3ce204;};export const runConnectorSanityTests=async()=>{const _0x2b72b7={'pvzbr':function(_0x33ef60,_0x439d2d){return _0x33ef60(_0x439d2d);},'OCULP':_0x4442(0x6),'wiJeU':'service','baLLI':_0x4442(0x2f),'kRhHi':'fail','zYnVE':'Instagram\x20service\x20function\x20available','MEGwu':'๐Ÿงช\x20[CONNECTOR_TESTS]\x20Starting\x20connector\x20sanity\x20tests...\x0a','FxujT':'๐Ÿ“‹\x20Testing\x20service\x20imports...','hKqih':function(_0x6284af){return _0x6284af();},'bXzYS':'๐Ÿ“‹\x20Testing\x20extractor\x20imports...','VEyhH':'๐Ÿ“‹\x20Testing\x20platform\x20detection...','ZfBfB':_0x4442(0xee),'pZKmm':function(_0x9c0b1a){return _0x9c0b1a();},'AkxRt':_0x4442(0xef),'VfJSV':'========================================\x0a','LdrUq':_0x4442(0x1),'bAXNc':function(_0x41b098,_0x2d0331){return _0x41b098===_0x2d0331;},'oTtvN':_0x4442(0xf0),'vcOec':function(_0x981d8b,_0x2eb64c){return _0x981d8b>_0x2eb64c;},'ZSLJH':_0x4442(0xf1),'tKkwK':_0x4442(0xf2),'TVJJx':_0x4442(0xf3)};console[_0x4442(0x42)](_0x2b72b7[_0x4442(0xf4)]);const _0x2fe5b9=[];console[_0x4442(0x42)]('๐Ÿ“‹\x20Testing\x20WebView\x20script\x20exports...'),_0x2fe5b9[_0x4442(0x11)](...testWebViewScriptExports()),console[_0x4442(0x42)](_0x2b72b7[_0x4442(0xf5)]),_0x2fe5b9[_0x4442(0x11)](..._0x2b72b7[_0x4442(0xf6)](testServiceImports)),console['log'](_0x2b72b7[_0x4442(0xf7)]),_0x2fe5b9[_0x4442(0x11)](..._0x2b72b7['hKqih'](testExtractorImports)),console[_0x4442(0x42)](_0x2b72b7[_0x4442(0xf8)]),_0x2fe5b9[_0x4442(0x11)](...testPlatformDetection()),console[_0x4442(0x42)](_0x2b72b7[_0x4442(0xf9)]),_0x2fe5b9[_0x4442(0x11)](...await _0x2b72b7[_0x4442(0xfa)](testBackendConnectivity));const _0x2bf757=_0x2fe5b9[_0x4442(0xfb)](_0xd9828d=>_0xd9828d[_0x4442(0xcc)]==='pass')[_0x4442(0xfc)],_0x10b686=_0x2fe5b9[_0x4442(0xfb)](_0x2d8a08=>_0x2d8a08[_0x4442(0xcc)]===_0x4442(0x2))[_0x4442(0xfc)],_0x33404c=_0x2fe5b9['filter'](_0x29225d=>_0x29225d['status']===_0x4442(0xab))[_0x4442(0xfc)];console[_0x4442(0x42)]('\x0a========================================'),console[_0x4442(0x42)](_0x2b72b7[_0x4442(0xfd)]),console[_0x4442(0x42)](_0x2b72b7[_0x4442(0xfe)]);for(const _0x15c72e of _0x2fe5b9){const _0x4a8d27=_0x15c72e[_0x4442(0xcc)]===_0x2b72b7[_0x4442(0xff)]?'โœ…':_0x2b72b7[_0x4442(0x100)](_0x15c72e[_0x4442(0xcc)],_0x2b72b7['kRhHi'])?'โŒ':'โš ๏ธ';console[_0x4442(0x42)](_0x4a8d27+'\x20['+_0x15c72e[_0x4442(0x101)][_0x4442(0x64)]()+']\x20'+_0x15c72e[_0x4442(0x102)]+':\x20'+_0x15c72e[_0x4442(0x45)]);}console[_0x4442(0x42)](_0x2b72b7[_0x4442(0x103)]),console['log'](_0x4442(0x104)+_0x2bf757+_0x4442(0x105)+_0x10b686+_0x4442(0x106)+_0x33404c+_0x4442(0x107)),console[_0x4442(0x42)](_0x2b72b7[_0x4442(0xfe)]);if(_0x2b72b7[_0x4442(0x108)](_0x10b686,0x0))console['log'](_0x2b72b7[_0x4442(0x109)]);else{if(_0x33404c>0x0)console['log'](_0x2b72b7['tKkwK']);else{if(_0x4442(0xf3)!==_0x2b72b7[_0x4442(0x10a)]){const {storeInstagramData:_0x5f55d8}=_0x2b72b7[_0x4442(0x10b)](_0x5e0a70,0xa);_0x42d116[_0x4442(0x11)]({'platform':_0x2b72b7['OCULP'],'component':_0x2b72b7['wiJeU'],'status':typeof _0x5f55d8===_0x2b72b7[_0x4442(0x10c)]?'pass':_0x2b72b7[_0x4442(0x10d)],'message':_0x2b72b7[_0x4442(0x10e)]});}else console[_0x4442(0x42)](_0x4442(0x7a));}}return{'passed':_0x2bf757,'failed':_0x10b686,'warnings':_0x33404c,'results':_0x2fe5b9};};function _0x4442(_0x3f65c5,_0x4442fc){_0x3f65c5=_0x3f65c5-0x0;const _0x2bd7d1=_0x3f65();let _0x1796cf=_0x2bd7d1[_0x3f65c5];return _0x1796cf;}export const testPlatformConnector=async _0x51fb13=>{const _0x3e5475={'QGxzV':function(_0x499466,_0x117d89){return _0x499466(_0x117d89);},'HEsGE':_0x4442(0x2e),'aPuIo':function(_0x586e41,_0x3cdbbb){return _0x586e41===_0x3cdbbb;},'dGLSy':_0x4442(0x2f),'QCrJT':'pass','UmZPc':_0x4442(0x7d),'NUvpm':'โš ๏ธ\x20All\x20critical\x20tests\x20passed,\x20but\x20there\x20are\x20warnings.','CuHKc':_0x4442(0x10f),'qKaIr':_0x4442(0x2),'CGCaX':_0x4442(0x110),'PijYr':_0x4442(0x111),'zqUKP':_0x4442(0x17),'dTgGy':_0x4442(0x6),'mKCym':_0x4442(0x7),'NGabC':'telegram','faIFi':function(_0x3e0e20,_0x54f40a){return _0x3e0e20===_0x54f40a;},'rbjUy':_0x4442(0x112),'tqncL':_0x4442(0x113),'cLAVM':_0x4442(0x114),'EWtMI':function(_0x34f5ee,_0x50e40d){return _0x34f5ee===_0x50e40d;},'JlpVE':'storeHingeData','XANZm':function(_0x249f7f,_0x5a3d29){return _0x249f7f===_0x5a3d29;},'mocCu':'storeTelegramData','dOJYk':'storeSephoraData','GbdrC':function(_0x3c36ad,_0x1d0be5){return _0x3c36ad===_0x1d0be5;},'TTZat':_0x4442(0x25),'gienl':_0x4442(0x115),'OfmCa':_0x4442(0x116),'yVkBQ':function(_0x1be7e2,_0x8b69df){return _0x1be7e2===_0x8b69df;},'vkBDp':function(_0x18a19f,_0x4569a1){return _0x18a19f!==_0x4569a1;},'guMku':'PGvDx','MpUgW':'validation','nZSrV':_0x4442(0xab),'SRZxH':function(_0x1a8f5c,_0x3a3f74){return _0x1a8f5c===_0x3a3f74;}};console[_0x4442(0x42)](_0x4442(0x117)+_0x51fb13+_0x4442(0x118));const _0x47608b=[],_0x19ae38=_0x51fb13[_0x4442(0x119)]();if([_0x3e5475[_0x4442(0x11a)],_0x3e5475[_0x4442(0x11b)],_0x3e5475['mKCym'],_0x3e5475['NGabC']][_0x4442(0x11c)](_0x19ae38)){if(_0x3e5475[_0x4442(0x11d)](_0x3e5475[_0x4442(0x11e)],_0x4442(0x11f))){const {useHingeDataExtractor:useHingeDataExtractor}=_0x3e5475[_0x4442(0x120)](_0x303427,0xd);_0xd807aa[_0x4442(0x11)]({'platform':'hinge','component':_0x3e5475[_0x4442(0x121)],'status':_0x3e5475[_0x4442(0x122)](typeof useHingeDataExtractor,_0x3e5475[_0x4442(0x123)])?_0x3e5475['QCrJT']:'fail','message':_0x3e5475[_0x4442(0x124)]});}else{try{const _0xae8892=_0x3e5475[_0x4442(0x120)](__ONAIROS_REQ_FUNC__,0x0),_0x3c2a7d=_0x19ae38[_0x4442(0x64)]()+_0x4442(0x125),_0xf42eeb=!!_0xae8892[_0x3c2a7d];_0x47608b['push']({'platform':_0x19ae38,'component':_0x3e5475['CuHKc'],'status':_0xf42eeb?_0x4442(0x1):_0x3e5475[_0x4442(0x126)],'message':_0xf42eeb?_0x3e5475['CGCaX']:_0x3e5475[_0x4442(0x127)]});}catch(_0x5dcbca){_0x3e5475[_0x4442(0x128)]===_0x3e5475[_0x4442(0x129)]?_0x5b7d52['log'](_0x3e5475[_0x4442(0x12a)]):_0x47608b['push']({'platform':_0x19ae38,'component':_0x3e5475[_0x4442(0x12b)],'status':_0x3e5475[_0x4442(0x126)],'message':_0x4442(0x12c)+_0x5dcbca['message']});}try{const _0x1b1a67=__ONAIROS_REQ_FUNC__(0x14),_0x17bf09=_0x3e5475[_0x4442(0x12d)](_0x19ae38,_0x3e5475[_0x4442(0x11a)])?_0x3e5475[_0x4442(0x12e)]:_0x3e5475[_0x4442(0x12f)](_0x19ae38,_0x3e5475['dTgGy'])?_0x4442(0x7b):_0x3e5475['EWtMI'](_0x19ae38,_0x3e5475[_0x4442(0x130)])?_0x3e5475[_0x4442(0x131)]:_0x3e5475[_0x4442(0x132)];_0x47608b[_0x4442(0x11)]({'platform':_0x19ae38,'component':_0x4442(0x25),'status':_0x3e5475[_0x4442(0x133)](typeof _0x1b1a67[_0x17bf09],_0x4442(0x2f))?_0x3e5475[_0x4442(0x134)]:_0x4442(0x2),'message':_0x4442(0xb8)+_0x17bf09+'\x20available'});}catch(_0x1406d3){_0x47608b[_0x4442(0x11)]({'platform':_0x19ae38,'component':_0x3e5475[_0x4442(0x135)],'status':_0x3e5475['qKaIr'],'message':_0x4442(0x136)+_0x1406d3[_0x4442(0x45)]});}try{if(_0x3e5475[_0x4442(0x11d)](_0x3e5475[_0x4442(0x137)],_0x3e5475[_0x4442(0x138)]))_0x4fb0d9[_0x4442(0x11)]({'platform':_0x2c1015,'component':_0x3e5475[_0x4442(0x12b)],'status':_0x3e5475[_0x4442(0x126)],'message':'Script\x20import\x20failed:\x20'+_0xc4d488[_0x4442(0x45)]});else{const _0x4996d1=_0x3e5475['QGxzV'](__ONAIROS_REQ_FUNC__,0x15),_0x10f446=_0x4442(0x62)+(_0x19ae38['charAt'](0x0)[_0x4442(0x64)]()+_0x19ae38[_0x4442(0x139)](0x1))+_0x4442(0x65);_0x47608b[_0x4442(0x11)]({'platform':_0x19ae38,'component':_0x3e5475[_0x4442(0x121)],'status':_0x3e5475['yVkBQ'](typeof _0x4996d1[_0x10f446],_0x4442(0x2f))?'pass':_0x3e5475[_0x4442(0x126)],'message':_0x4442(0x67)+_0x10f446+_0x4442(0x68)});}}catch(_0x1ae874){if(_0x3e5475['vkBDp'](_0x3e5475[_0x4442(0x13a)],_0x4442(0x13b))){const _0x107937=_0x3e5475['QGxzV'](_0x2222a,0x0),_0x116b3b=_0x175e1b[_0x4442(0x64)]()+_0x4442(0x125),_0x1305fd=!!_0x107937[_0x116b3b];_0x52c5ce[_0x4442(0x11)]({'platform':_0xbe5261,'component':_0x3e5475['CuHKc'],'status':_0x1305fd?_0x3e5475[_0x4442(0x134)]:_0x3e5475['qKaIr'],'message':_0x1305fd?_0x3e5475[_0x4442(0x13c)]:_0x3e5475[_0x4442(0x127)]});}else _0x47608b[_0x4442(0x11)]({'platform':_0x19ae38,'component':_0x3e5475[_0x4442(0x121)],'status':'fail','message':_0x4442(0xd2)+_0x1ae874[_0x4442(0x45)]});}}}else _0x47608b[_0x4442(0x11)]({'platform':_0x19ae38,'component':_0x3e5475[_0x4442(0x13d)],'status':_0x3e5475[_0x4442(0x13e)],'message':_0x4442(0xa5)+_0x51fb13+_0x4442(0x13f)});for(const _0x1a086f of _0x47608b){const _0x46b729=_0x1a086f[_0x4442(0xcc)]===_0x3e5475[_0x4442(0x134)]?'โœ…':_0x3e5475['SRZxH'](_0x1a086f[_0x4442(0xcc)],_0x3e5475[_0x4442(0x126)])?'โŒ':'โš ๏ธ';console[_0x4442(0x42)](_0x46b729+'\x20'+_0x1a086f[_0x4442(0x102)]+':\x20'+_0x1a086f[_0x4442(0x45)]);}return _0x47608b;};
28
+ import{API_CONFIG}from'../config/api';export const testWebViewScriptExports=()=>{const _0x35cf7f={'OBEdf':function(_0x5d093f,_0x8b1946){return _0x5d093f(_0x8b1946);},'ksQNU':_0x254c(0x0),'kkRto':_0x254c(0x1),'yeJuc':_0x254c(0x2),'qCeaK':_0x254c(0x3),'YeAEW':_0x254c(0x4),'rMnVP':_0x254c(0x5),'QglWw':_0x254c(0x6),'JEzqi':_0x254c(0x7),'zRIYP':_0x254c(0x8),'lfzIG':'Hinge\x20scripts\x20missing','sayjO':'instagram','aZJjf':_0x254c(0x9),'YvTWP':_0x254c(0xa),'DUXDq':_0x254c(0xb),'SDiyq':'Sephora\x20scripts\x20exported\x20correctly','eUExl':_0x254c(0xc),'zvxqJ':_0x254c(0xd),'YPZZZ':_0x254c(0xe),'cooyw':_0x254c(0xf),'NUTVs':_0x254c(0x10),'qrHbz':_0x254c(0x11),'PumVi':_0x254c(0x12)},_0x2ed0e4=[];try{const {CHATGPT_CONSENT_POPUP_SCRIPT:_0x4d5ae7,CHATGPT_EXPORT_SCRIPT:_0x41a4d5}=_0x35cf7f[_0x254c(0x13)](__ONAIROS_REQ_FUNC__,0x13);_0x2ed0e4[_0x254c(0x14)]({'platform':_0x35cf7f[_0x254c(0x15)],'component':_0x35cf7f[_0x254c(0x16)],'status':_0x41a4d5?_0x254c(0x5):_0x35cf7f[_0x254c(0x17)],'message':_0x41a4d5?_0x35cf7f['qCeaK']:_0x35cf7f[_0x254c(0x18)]});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x31376c,CLAUDE_EXPORT_SCRIPT:_0x277ece}=_0x35cf7f[_0x254c(0x13)](__ONAIROS_REQ_FUNC__,0x12);_0x2ed0e4[_0x254c(0x14)]({'platform':_0x254c(0x19),'component':_0x35cf7f['kkRto'],'status':_0x277ece?_0x35cf7f['rMnVP']:_0x35cf7f[_0x254c(0x17)],'message':_0x277ece?_0x254c(0x1a):_0x35cf7f[_0x254c(0x1b)]});const {HINGE_CONSENT_POPUP_SCRIPT:_0x4b3f0e,HINGE_EXPORT_SCRIPT:_0x2c8775}=_0x35cf7f[_0x254c(0x13)](__ONAIROS_REQ_FUNC__,0x11);_0x2ed0e4[_0x254c(0x14)]({'platform':_0x35cf7f[_0x254c(0x1c)],'component':'webview_scripts','status':_0x2c8775?_0x35cf7f[_0x254c(0x1d)]:_0x35cf7f[_0x254c(0x17)],'message':_0x2c8775?_0x35cf7f['zRIYP']:_0x35cf7f[_0x254c(0x1e)]});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x4d885b,INSTAGRAM_EXPORT_SCRIPT:_0x220d18}=_0x35cf7f[_0x254c(0x13)](__ONAIROS_REQ_FUNC__,0x6);_0x2ed0e4['push']({'platform':_0x35cf7f[_0x254c(0x1f)],'component':_0x35cf7f['kkRto'],'status':_0x220d18?_0x254c(0x5):_0x35cf7f[_0x254c(0x17)],'message':_0x220d18?_0x35cf7f['aZJjf']:_0x35cf7f[_0x254c(0x20)]});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0x596890,SEPHORA_EXPORT_SCRIPT:_0x7976b3}=_0x35cf7f[_0x254c(0x13)](__ONAIROS_REQ_FUNC__,0x5);_0x2ed0e4['push']({'platform':_0x35cf7f['DUXDq'],'component':_0x35cf7f['kkRto'],'status':_0x7976b3?_0x254c(0x5):_0x254c(0x2),'message':_0x7976b3?_0x35cf7f[_0x254c(0x21)]:_0x35cf7f[_0x254c(0x22)]});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x544c33,TELEGRAM_EXPORT_SCRIPT:_0x1f0e57}=_0x35cf7f[_0x254c(0x13)](__ONAIROS_REQ_FUNC__,0x4);_0x2ed0e4[_0x254c(0x14)]({'platform':_0x35cf7f[_0x254c(0x23)],'component':_0x35cf7f['kkRto'],'status':_0x1f0e57?_0x254c(0x5):_0x35cf7f[_0x254c(0x17)],'message':_0x1f0e57?_0x254c(0x24):_0x35cf7f['YPZZZ']});const {isWebViewExtractionPlatform:_0x260bf4,isHingePlatform:_0x21225e,isInstagramPlatform:_0x1dbb9a,isSephoraPlatform:_0x4525f7,isTelegramPlatform:_0x3d6f20}=__ONAIROS_REQ_FUNC__(0x3);_0x2ed0e4[_0x254c(0x14)]({'platform':_0x35cf7f[_0x254c(0x25)],'component':_0x35cf7f[_0x254c(0x26)],'status':_0x260bf4&&_0x21225e&&_0x1dbb9a&&_0x4525f7&&_0x3d6f20?_0x35cf7f[_0x254c(0x1d)]:_0x254c(0x2),'message':_0x35cf7f['qrHbz']});}catch(_0x4a3b32){_0x2ed0e4[_0x254c(0x14)]({'platform':_0x35cf7f['PumVi'],'component':_0x35cf7f[_0x254c(0x16)],'status':_0x254c(0x2),'message':_0x254c(0x27)+_0x4a3b32[_0x254c(0x28)]});}return _0x2ed0e4;};export const testServiceImports=()=>{const _0x36f004={'FYytb':_0x254c(0x7),'Wykjg':'storeHingeData','RwrXQ':function(_0x3ccd11,_0xc04d97){return _0x3ccd11===_0xc04d97;},'IUhod':'instagram','Dvxto':_0x254c(0x29),'QbEkh':function(_0x584dc3,_0x3e8d38){return _0x584dc3===_0x3e8d38;},'oWghB':'telegram','PBWza':_0x254c(0x2a),'qFndj':'storeSephoraData','CxIkw':_0x254c(0x2b),'ztRyX':function(_0x3020cb,_0x388d55){return _0x3020cb===_0x388d55;},'kYWbz':_0x254c(0x5),'IImsD':_0x254c(0x0),'lhJmc':_0x254c(0x2),'ImiMB':'ChatGPT\x20scripts\x20exported\x20correctly','alkPm':_0x254c(0x4),'BNrNB':function(_0x5108f7,_0x48f6dd){return _0x5108f7(_0x48f6dd);},'kQGxR':_0x254c(0x1),'txcAQ':_0x254c(0x1a),'SVqiE':_0x254c(0x6),'UHIVm':_0x254c(0x8),'qMgRC':_0x254c(0x9),'JbBvT':_0x254c(0xa),'QqmuA':_0x254c(0xb),'bDbFw':_0x254c(0x2c),'TQrWu':_0x254c(0x24),'tpabp':_0x254c(0xe),'MxDji':_0x254c(0x10),'laUdT':'Platform\x20detection\x20functions\x20available','TNeea':_0x254c(0x2d),'uNCGr':_0x254c(0x2e),'EciYm':_0x254c(0x2f),'hIDWk':_0x254c(0x30),'Vqtqn':function(_0x2a1724,_0xd7c0d9){return _0x2a1724!==_0xd7c0d9;},'koOWR':_0x254c(0x31),'lNotx':_0x254c(0x32),'nrQUr':'Claude\x20service\x20function\x20available','ofWMo':'claude','yqKxY':function(_0xf3a08e,_0x3bc619){return _0xf3a08e(_0x3bc619);},'NEhbQ':_0x254c(0x33),'rCsua':_0x254c(0x34),'WmhLr':'Instagram\x20service\x20function\x20available','zqlZH':function(_0x498d72,_0x3f9e49){return _0x498d72===_0x3f9e49;},'bigiO':_0x254c(0x35),'hwlaZ':function(_0x2847f6,_0x456c3a){return _0x2847f6(_0x456c3a);},'GzRdi':'Sephora\x20service\x20function\x20available','yAEVh':function(_0x524994,_0x438131){return _0x524994(_0x438131);},'oMaQX':function(_0x39ba29,_0xcc28d5){return _0x39ba29===_0xcc28d5;},'AEMOt':'Telegram\x20service\x20function\x20available'},_0x2aac23=[];try{const {storeChatGPTConversations:_0x33d1cf}=_0x36f004[_0x254c(0x36)](__ONAIROS_REQ_FUNC__,0x7);_0x2aac23['push']({'platform':_0x36f004[_0x254c(0x37)],'component':_0x36f004[_0x254c(0x38)],'status':_0x36f004[_0x254c(0x39)](typeof _0x33d1cf,_0x36f004['uNCGr'])?_0x36f004['kYWbz']:_0x36f004[_0x254c(0x3a)],'message':_0x36f004[_0x254c(0x3b)]});}catch(_0x3532fc){_0x2aac23['push']({'platform':_0x36f004[_0x254c(0x37)],'component':_0x36f004[_0x254c(0x38)],'status':_0x36f004[_0x254c(0x3a)],'message':_0x254c(0x27)+_0x3532fc[_0x254c(0x28)]});}try{if(_0x36f004[_0x254c(0x3c)](_0x36f004[_0x254c(0x3d)],_0x36f004[_0x254c(0x3e)])){const {storeClaudeConversations:_0x582c4b}=__ONAIROS_REQ_FUNC__(0x8);_0x2aac23[_0x254c(0x14)]({'platform':'claude','component':_0x36f004[_0x254c(0x38)],'status':_0x36f004[_0x254c(0x3f)](typeof _0x582c4b,_0x36f004[_0x254c(0x40)])?_0x36f004[_0x254c(0x41)]:_0x36f004['lhJmc'],'message':_0x36f004[_0x254c(0x42)]});}else{const _0x51cb41=_0x54e5e7(0x14),_0x4c8244=_0x383ec3===_0x36f004[_0x254c(0x43)]?_0x36f004[_0x254c(0x44)]:_0x36f004[_0x254c(0x3f)](_0x10c65c,_0x36f004[_0x254c(0x45)])?_0x36f004[_0x254c(0x46)]:_0x36f004[_0x254c(0x47)](_0x257df3,_0x36f004[_0x254c(0x48)])?_0x36f004[_0x254c(0x49)]:_0x36f004['qFndj'];_0x54ebfd[_0x254c(0x14)]({'platform':_0x159b9f,'component':_0x36f004[_0x254c(0x38)],'status':_0x36f004['ztRyX'](typeof _0x51cb41[_0x4c8244],_0x254c(0x2e))?_0x36f004['kYWbz']:_0x254c(0x2),'message':_0x254c(0x4a)+_0x4c8244+_0x254c(0x4b)});}}catch(_0x127826){_0x2aac23['push']({'platform':_0x36f004[_0x254c(0x4c)],'component':_0x36f004[_0x254c(0x38)],'status':_0x36f004[_0x254c(0x3a)],'message':_0x254c(0x27)+_0x127826[_0x254c(0x28)]});}try{const {storeHingeData:_0x3268a9}=_0x36f004[_0x254c(0x4d)](__ONAIROS_REQ_FUNC__,0x9);_0x2aac23[_0x254c(0x14)]({'platform':_0x36f004[_0x254c(0x43)],'component':_0x36f004[_0x254c(0x38)],'status':_0x36f004['RwrXQ'](typeof _0x3268a9,_0x36f004[_0x254c(0x40)])?_0x36f004['kYWbz']:_0x36f004[_0x254c(0x3a)],'message':'Hinge\x20service\x20function\x20available'});}catch(_0x1913c0){_0x2aac23['push']({'platform':_0x254c(0x7),'component':'service','status':_0x36f004['lhJmc'],'message':_0x254c(0x27)+_0x1913c0[_0x254c(0x28)]});}try{if(_0x36f004[_0x254c(0x3f)](_0x36f004[_0x254c(0x4e)],_0x36f004['rCsua'])){const {CHATGPT_CONSENT_POPUP_SCRIPT:_0xed768a,CHATGPT_EXPORT_SCRIPT:_0x17c08d}=_0x145737(0x13);_0x5d68d6[_0x254c(0x14)]({'platform':_0x36f004[_0x254c(0x37)],'component':_0x254c(0x1),'status':_0x17c08d?_0x254c(0x5):_0x36f004[_0x254c(0x3a)],'message':_0x17c08d?_0x36f004[_0x254c(0x4f)]:_0x36f004['alkPm']});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x5ec605,CLAUDE_EXPORT_SCRIPT:_0x11b981}=_0x36f004['BNrNB'](_0x5f2f25,0x12);_0x3092b3[_0x254c(0x14)]({'platform':_0x254c(0x19),'component':_0x36f004[_0x254c(0x50)],'status':_0x11b981?_0x36f004[_0x254c(0x41)]:_0x36f004[_0x254c(0x3a)],'message':_0x11b981?_0x36f004[_0x254c(0x51)]:_0x36f004[_0x254c(0x52)]});const {HINGE_CONSENT_POPUP_SCRIPT:_0x3debf4,HINGE_EXPORT_SCRIPT:_0x3398cf}=_0x36f004['BNrNB'](_0x30a7dd,0x11);_0x49f411[_0x254c(0x14)]({'platform':_0x254c(0x7),'component':_0x254c(0x1),'status':_0x3398cf?_0x36f004[_0x254c(0x41)]:'fail','message':_0x3398cf?_0x36f004['UHIVm']:_0x254c(0x53)});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x7ee3f5,INSTAGRAM_EXPORT_SCRIPT:_0x587ffe}=_0x1dbea3(0x6);_0x37a954[_0x254c(0x14)]({'platform':_0x36f004[_0x254c(0x45)],'component':_0x254c(0x1),'status':_0x587ffe?_0x36f004[_0x254c(0x41)]:_0x36f004[_0x254c(0x3a)],'message':_0x587ffe?_0x36f004['qMgRC']:_0x36f004[_0x254c(0x54)]});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0x2b41b1,SEPHORA_EXPORT_SCRIPT:_0x48d295}=_0x36f004['BNrNB'](_0x2d5451,0x5);_0x4795ff[_0x254c(0x14)]({'platform':_0x36f004[_0x254c(0x55)],'component':_0x254c(0x1),'status':_0x48d295?_0x36f004[_0x254c(0x41)]:_0x36f004[_0x254c(0x3a)],'message':_0x48d295?_0x36f004[_0x254c(0x56)]:_0x254c(0xc)});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x17db4c,TELEGRAM_EXPORT_SCRIPT:_0x4f342c}=_0x36f004[_0x254c(0x36)](_0x5ae153,0x4);_0x1f5ac5[_0x254c(0x14)]({'platform':_0x36f004['oWghB'],'component':_0x36f004['kQGxR'],'status':_0x4f342c?'pass':_0x36f004[_0x254c(0x3a)],'message':_0x4f342c?_0x36f004['TQrWu']:_0x36f004['tpabp']});const {isWebViewExtractionPlatform:_0x2aa2d2,isHingePlatform:_0x5e4ccf,isInstagramPlatform:_0x39861a,isSephoraPlatform:_0x430df0,isTelegramPlatform:_0x16954d}=_0x36f004[_0x254c(0x36)](_0x12a44e,0x3);_0x55e885[_0x254c(0x14)]({'platform':_0x254c(0xf),'component':_0x36f004[_0x254c(0x57)],'status':_0x2aa2d2&&_0x5e4ccf&&_0x39861a&&_0x430df0&&_0x16954d?_0x36f004[_0x254c(0x41)]:_0x36f004[_0x254c(0x3a)],'message':_0x36f004[_0x254c(0x58)]});}else{const {storeInstagramData:_0x4fdf70}=__ONAIROS_REQ_FUNC__(0xa);_0x2aac23[_0x254c(0x14)]({'platform':_0x254c(0x59),'component':_0x36f004[_0x254c(0x38)],'status':_0x36f004[_0x254c(0x47)](typeof _0x4fdf70,_0x36f004['uNCGr'])?_0x36f004[_0x254c(0x41)]:_0x36f004[_0x254c(0x3a)],'message':_0x36f004['WmhLr']});}}catch(_0x4c0f88){_0x2aac23['push']({'platform':_0x254c(0x59),'component':_0x36f004[_0x254c(0x38)],'status':_0x36f004[_0x254c(0x3a)],'message':_0x254c(0x27)+_0x4c0f88[_0x254c(0x28)]});}try{if(_0x36f004[_0x254c(0x5a)]('DtYRG',_0x36f004[_0x254c(0x5b)])){const {useSephoraDataExtractor:useSephoraDataExtractor}=_0x36f004[_0x254c(0x36)](_0x2e8d4e,0xf);_0x1589df[_0x254c(0x14)]({'platform':_0x36f004[_0x254c(0x55)],'component':_0x36f004[_0x254c(0x5c)],'status':_0x36f004[_0x254c(0x39)](typeof useSephoraDataExtractor,_0x36f004[_0x254c(0x40)])?_0x36f004['kYWbz']:_0x36f004['lhJmc'],'message':_0x36f004[_0x254c(0x5d)]});}else{const {storeSephoraData:_0x39e37d}=_0x36f004[_0x254c(0x5e)](__ONAIROS_REQ_FUNC__,0xb);_0x2aac23[_0x254c(0x14)]({'platform':_0x254c(0xb),'component':_0x36f004[_0x254c(0x38)],'status':_0x36f004[_0x254c(0x47)](typeof _0x39e37d,_0x36f004['uNCGr'])?_0x254c(0x5):'fail','message':_0x36f004[_0x254c(0x5f)]});}}catch(_0x4144b2){_0x2aac23['push']({'platform':'sephora','component':_0x36f004[_0x254c(0x38)],'status':_0x36f004[_0x254c(0x3a)],'message':_0x254c(0x27)+_0x4144b2[_0x254c(0x28)]});}try{const {storeTelegramData:_0x510061}=_0x36f004['yAEVh'](__ONAIROS_REQ_FUNC__,0xc);_0x2aac23[_0x254c(0x14)]({'platform':_0x254c(0xd),'component':_0x36f004[_0x254c(0x38)],'status':_0x36f004[_0x254c(0x60)](typeof _0x510061,_0x36f004[_0x254c(0x40)])?_0x254c(0x5):_0x36f004[_0x254c(0x3a)],'message':_0x36f004['AEMOt']});}catch(_0x1825dc){_0x2aac23[_0x254c(0x14)]({'platform':_0x36f004[_0x254c(0x48)],'component':_0x36f004[_0x254c(0x38)],'status':_0x36f004[_0x254c(0x3a)],'message':_0x254c(0x27)+_0x1825dc[_0x254c(0x28)]});}return _0x2aac23;};export const testExtractorImports=()=>{const _0x40ae87={'wkJGj':'โŒ\x20Some\x20tests\x20failed!\x20Please\x20check\x20the\x20errors\x20above.','Qsbhe':function(_0x523aed,_0x1dfa44){return _0x523aed(_0x1dfa44);},'qzPzD':_0x254c(0x7),'wtCCD':_0x254c(0x61),'GLvek':_0x254c(0x5),'kuitB':_0x254c(0x2),'bSSyE':_0x254c(0x62),'uRnUD':_0x254c(0x63),'wefcP':_0x254c(0x59),'UeSlQ':function(_0x5c716b,_0x3a25dc){return _0x5c716b(_0x3a25dc);},'TFBeD':function(_0x2b2be3,_0x43270b){return _0x2b2be3(_0x43270b);},'QFqbx':_0x254c(0x64),'VNLyH':_0x254c(0xb),'eYGJC':function(_0x2a3d6b,_0x250c46){return _0x2a3d6b(_0x250c46);},'boNyY':_0x254c(0x65),'JmiWd':'Sephora\x20detection\x20failed','PXxpn':function(_0x1baca6,_0x2ddd36){return _0x1baca6(_0x2ddd36);},'onDrz':_0x254c(0xd),'ixIBB':_0x254c(0x66),'AFOgP':_0x254c(0x67),'Jyjat':function(_0xa66775,_0x5dd626){return _0xa66775(_0x5dd626);},'lQSBY':_0x254c(0x2d),'tjrac':function(_0x2aabb3,_0x285886){return _0x2aabb3===_0x285886;},'cuNZD':_0x254c(0x68),'ZYOjk':function(_0x1e156c,_0x339a4e){return _0x1e156c!==_0x339a4e;},'OwXlk':_0x254c(0x69),'izWoP':_0x254c(0x6a),'AfjLm':function(_0x1e50fe,_0x259574){return _0x1e50fe(_0x259574);},'AiFFZ':function(_0x4e154c,_0x26149d){return _0x4e154c===_0x26149d;},'GJRLg':_0x254c(0x2e),'bvFAP':_0x254c(0x6b),'jwpqE':'wxkNr','tdkPy':function(_0x410e26,_0x406fe4){return _0x410e26(_0x406fe4);},'Izuqf':_0x254c(0x2f),'gOpWk':_0x254c(0x6c),'zFhgo':function(_0x2a14bd,_0x4a6d3d){return _0x2a14bd===_0x4a6d3d;}},_0x5bcad3=[];try{if(_0x40ae87[_0x254c(0x6d)](_0x40ae87[_0x254c(0x6e)],_0x40ae87['izWoP'])){const {useHingeDataExtractor:useHingeDataExtractor}=_0x40ae87[_0x254c(0x6f)](__ONAIROS_REQ_FUNC__,0xd);_0x5bcad3[_0x254c(0x14)]({'platform':_0x40ae87[_0x254c(0x70)],'component':_0x40ae87['lQSBY'],'status':_0x40ae87[_0x254c(0x71)](typeof useHingeDataExtractor,_0x40ae87['GJRLg'])?_0x40ae87[_0x254c(0x72)]:_0x254c(0x2),'message':_0x40ae87['bvFAP']});}else _0x204699['log'](_0x40ae87[_0x254c(0x73)]);}catch(_0x48c3e6){_0x5bcad3[_0x254c(0x14)]({'platform':_0x254c(0x7),'component':_0x254c(0x2d),'status':_0x40ae87['kuitB'],'message':_0x254c(0x27)+_0x48c3e6[_0x254c(0x28)]});}try{if(_0x40ae87[_0x254c(0x71)](_0x40ae87[_0x254c(0x74)],_0x40ae87[_0x254c(0x74)])){const {useInstagramDataExtractor:useInstagramDataExtractor}=_0x40ae87[_0x254c(0x75)](__ONAIROS_REQ_FUNC__,0xe);_0x5bcad3['push']({'platform':_0x40ae87['wefcP'],'component':_0x254c(0x2d),'status':typeof useInstagramDataExtractor===_0x40ae87[_0x254c(0x76)]?_0x40ae87[_0x254c(0x72)]:_0x40ae87[_0x254c(0x77)],'message':_0x254c(0x78)});}else{const _0x465041=[];try{const {isWebViewExtractionPlatform:_0x2fbcec,isHingePlatform:_0xe21721,isInstagramPlatform:_0x3edb30,isSephoraPlatform:_0x97b2f4,isLLMPlatform:_0x2727a2}=_0x2609b8(0x2),_0x23b830=_0x40ae87[_0x254c(0x79)](_0xe21721,_0x254c(0x7))&&_0x2fbcec(_0x40ae87[_0x254c(0x70)])&&!_0x40ae87[_0x254c(0x79)](_0x2727a2,_0x254c(0x7));_0x465041['push']({'platform':_0x254c(0x7),'component':_0x40ae87['wtCCD'],'status':_0x23b830?_0x40ae87[_0x254c(0x72)]:_0x40ae87[_0x254c(0x77)],'message':_0x23b830?_0x40ae87[_0x254c(0x7a)]:_0x40ae87['uRnUD']});const _0xfd6b70=_0x40ae87[_0x254c(0x79)](_0x3edb30,_0x40ae87[_0x254c(0x7b)])&&_0x40ae87[_0x254c(0x7c)](_0x2fbcec,_0x40ae87['wefcP'])&&!_0x40ae87[_0x254c(0x7d)](_0x2727a2,_0x40ae87[_0x254c(0x7b)]);_0x465041[_0x254c(0x14)]({'platform':_0x40ae87['wefcP'],'component':_0x40ae87[_0x254c(0x7e)],'status':_0xfd6b70?'pass':_0x40ae87[_0x254c(0x77)],'message':_0xfd6b70?_0x40ae87[_0x254c(0x7f)]:'Instagram\x20detection\x20failed'});const _0x12902f=_0x40ae87[_0x254c(0x7c)](_0x97b2f4,_0x40ae87[_0x254c(0x80)])&&_0x40ae87[_0x254c(0x81)](_0x2fbcec,_0x40ae87[_0x254c(0x80)])&&!_0x40ae87[_0x254c(0x79)](_0x2727a2,_0x40ae87[_0x254c(0x80)]);_0x465041['push']({'platform':_0x254c(0xb),'component':'detection','status':_0x12902f?_0x40ae87['GLvek']:_0x40ae87[_0x254c(0x77)],'message':_0x12902f?_0x40ae87['boNyY']:_0x40ae87[_0x254c(0x82)]});const {isTelegramPlatform:_0x1d81d8}=_0x40ae87[_0x254c(0x83)](_0x40c65e,0x1),_0x4afeae=_0x1d81d8(_0x40ae87[_0x254c(0x84)])&&_0x40ae87[_0x254c(0x79)](_0x2fbcec,_0x40ae87['onDrz'])&&!_0x2727a2(_0x40ae87[_0x254c(0x84)]);_0x465041[_0x254c(0x14)]({'platform':'telegram','component':_0x40ae87[_0x254c(0x7e)],'status':_0x4afeae?_0x40ae87[_0x254c(0x72)]:_0x40ae87[_0x254c(0x77)],'message':_0x4afeae?_0x40ae87[_0x254c(0x85)]:_0x40ae87[_0x254c(0x86)]});}catch(_0x525d1e){_0x465041[_0x254c(0x14)]({'platform':_0x254c(0x12),'component':_0x40ae87[_0x254c(0x7e)],'status':_0x40ae87['kuitB'],'message':_0x254c(0x87)+_0x525d1e['message']});}return _0x465041;}}catch(_0x4c447c){_0x5bcad3['push']({'platform':_0x40ae87[_0x254c(0x7b)],'component':_0x40ae87[_0x254c(0x88)],'status':_0x40ae87['kuitB'],'message':_0x254c(0x27)+_0x4c447c['message']});}try{const {useSephoraDataExtractor:useSephoraDataExtractor}=__ONAIROS_REQ_FUNC__(0xf);_0x5bcad3[_0x254c(0x14)]({'platform':_0x40ae87[_0x254c(0x80)],'component':_0x254c(0x2d),'status':typeof useSephoraDataExtractor===_0x40ae87[_0x254c(0x76)]?_0x40ae87[_0x254c(0x72)]:_0x40ae87[_0x254c(0x77)],'message':_0x40ae87[_0x254c(0x89)]});}catch(_0x4aecd9){_0x5bcad3['push']({'platform':_0x40ae87[_0x254c(0x80)],'component':_0x40ae87[_0x254c(0x88)],'status':_0x40ae87['kuitB'],'message':_0x254c(0x27)+_0x4aecd9[_0x254c(0x28)]});}try{if(_0x40ae87[_0x254c(0x8a)]===_0x40ae87[_0x254c(0x8a)]){const {useTelegramDataExtractor:useTelegramDataExtractor}=__ONAIROS_REQ_FUNC__(0x10);_0x5bcad3[_0x254c(0x14)]({'platform':_0x40ae87[_0x254c(0x84)],'component':_0x40ae87[_0x254c(0x88)],'status':_0x40ae87[_0x254c(0x8b)](typeof useTelegramDataExtractor,_0x254c(0x2e))?_0x40ae87['GLvek']:_0x40ae87[_0x254c(0x77)],'message':_0x40ae87[_0x254c(0x8c)]});}else{const {useTelegramDataExtractor:useTelegramDataExtractor}=_0x40ae87[_0x254c(0x8d)](_0x5f3800,0x10);_0x4541c9[_0x254c(0x14)]({'platform':_0x40ae87[_0x254c(0x84)],'component':_0x40ae87['lQSBY'],'status':_0x40ae87['tjrac'](typeof useTelegramDataExtractor,'function')?_0x40ae87[_0x254c(0x72)]:_0x254c(0x2),'message':_0x40ae87[_0x254c(0x8c)]});}}catch(_0x33060f){_0x5bcad3[_0x254c(0x14)]({'platform':_0x254c(0xd),'component':_0x254c(0x2d),'status':_0x40ae87['kuitB'],'message':_0x254c(0x27)+_0x33060f[_0x254c(0x28)]});}return _0x5bcad3;};function _0x3943(){const _0x59dcfb=['chatgpt','webview_scripts','fail','ChatGPT\x20scripts\x20exported\x20correctly','ChatGPT\x20scripts\x20missing','pass','Claude\x20scripts\x20missing','hinge','Hinge\x20scripts\x20exported\x20correctly','Instagram\x20scripts\x20exported\x20correctly','Instagram\x20scripts\x20missing','sephora','Sephora\x20scripts\x20missing','telegram','Telegram\x20scripts\x20missing','utilities','platform_detection','Platform\x20detection\x20functions\x20available','all','OBEdf','push','ksQNU','kkRto','yeJuc','YeAEW','claude','Claude\x20scripts\x20exported\x20correctly','QglWw','JEzqi','rMnVP','lfzIG','sayjO','YvTWP','SDiyq','eUExl','zvxqJ','Telegram\x20scripts\x20exported\x20correctly','cooyw','NUTVs','Import\x20error:\x20','message','storeInstagramData','storeTelegramData','service','Sephora\x20scripts\x20exported\x20correctly','extractor','function','Sephora\x20extractor\x20hook\x20available','ChatGPT\x20service\x20function\x20available','XcaOA','alsTa','sEzDG','pBYME','ZueOs','BNrNB','IImsD','CxIkw','ztRyX','lhJmc','hIDWk','Vqtqn','koOWR','lNotx','RwrXQ','uNCGr','kYWbz','nrQUr','FYytb','Wykjg','IUhod','Dvxto','QbEkh','oWghB','PBWza','Service\x20function\x20','\x20available','ofWMo','yqKxY','NEhbQ','ImiMB','kQGxR','txcAQ','SVqiE','Hinge\x20scripts\x20missing','JbBvT','QqmuA','bDbFw','MxDji','laUdT','instagram','zqlZH','bigiO','TNeea','EciYm','hwlaZ','GzRdi','oMaQX','detection','Hinge\x20detection\x20correct','Hinge\x20detection\x20failed','Instagram\x20detection\x20correct','Sephora\x20detection\x20correct','Telegram\x20detection\x20correct','Telegram\x20detection\x20failed','Telegram\x20extractor\x20hook\x20available','vPBrk','FWfkb','Hinge\x20extractor\x20hook\x20available','ZGjsH','ZYOjk','OwXlk','AfjLm','qzPzD','AiFFZ','GLvek','wkJGj','jwpqE','tdkPy','GJRLg','kuitB','Instagram\x20extractor\x20hook\x20available','Qsbhe','bSSyE','wefcP','UeSlQ','TFBeD','wtCCD','QFqbx','VNLyH','eYGJC','JmiWd','PXxpn','onDrz','ixIBB','AFOgP','Detection\x20test\x20error:\x20','lQSBY','Izuqf','gOpWk','zFhgo','cuNZD','Jyjat','iSMoa','ProLZ','warning','OPTIONS','backend','platform_data_endpoint','cIiRa','cYvTd','rwLHa','abort','BASE_URL','xUHBN','XdHyV','chaya','seiof','RldHf','Backend\x20returned\x20status\x20','status','FIcgL','component','Backend\x20unreachable:\x20','hCCiU','mqHeV','/platform-data/store','SRxUT','signal','zeRiU','Platform\x20data\x20endpoint\x20check:\x20','sxesW','Endpoint\x20check\x20failed\x20(may\x20require\x20auth):\x20','uaaTg','LCHvr','NcnYw','DLcdj','dxQuJ','AiEuJ','Iwlza','ROmmK','UmAVT','TbpvY','bkERY','BGHKl','JqkMT','DOYlm','NeXnH','VcJqQ','quiTa','HlKaz','ZBbtE','egDoq','RCykp','pEslZ','NrzrB','vfcRs','vyyEc','HYHyf','๐Ÿงช\x20[CONNECTOR_TESTS]\x20Starting\x20connector\x20sanity\x20tests...\x0a','๐Ÿ“‹\x20Testing\x20WebView\x20script\x20exports...','๐Ÿ“‹\x20Testing\x20service\x20imports...','๐Ÿ“‹\x20Testing\x20platform\x20detection...','๐Ÿ“‹\x20Testing\x20backend\x20connectivity...','๐Ÿงช\x20CONNECTOR\x20SANITY\x20TEST\x20RESULTS','========================================\x0a','RkGdn','fkiMx','heRAN','qRQWw','โš ๏ธ\x20All\x20critical\x20tests\x20passed,\x20but\x20there\x20are\x20warnings.','โœ…\x20All\x20tests\x20passed!\x20Connectors\x20are\x20ready.','log','rDumF','SexEv','IHddL','๐Ÿ“‹\x20Testing\x20extractor\x20imports...','YFeLm','AkgvI','length','filter','fbKDx','UhbUi','ScfZC','RusPT','SjnOG','WHADW','qYrGu','HzLRu','IhFUA','xawfu','xeeFv','platform','toUpperCase','๐Ÿ“Š\x20Summary:\x20','\x20passed,\x20','\x20failed,\x20','RwwDv','szFvt','gEMrY','kMiYM','USchp','use','ZOzSu','charAt','slice','DataExtractor','Extractor\x20hook\x20','โŒ\x20Some\x20tests\x20failed!\x20Please\x20check\x20the\x20errors\x20above.','toVdK','AkVwv','bJrFm','nFxet','lRrQc','OQRcO','webview_script','Export\x20script\x20available','\x20connector...\x0a','toLowerCase','bpfTv','kFTvU','YdExm','includes','OLCIP','BjURe','DWZEk','bVGUH','_EXPORT_SCRIPT','bjnjr','kvkUi','ilwkp','mxcZi','Script\x20import\x20failed:\x20','GTPiN','ErXCv','BowMa','BmFhS','XWlYL','LTmWh','RdGAc','VaYku','iZIDB','yaFFb','zJmfD','elTNL','Extractor\x20import\x20failed:\x20','iZKDs','Unknown\x20platform:\x20','.\x20Use\x20\x27hinge\x27,\x20\x27instagram\x27,\x20\x27sephora\x27,\x20or\x20\x27telegram\x27.'];_0x3943=function(){return _0x59dcfb;};return _0x3943();}export const testBackendConnectivity=async()=>{const _0x20c89b={'FIcgL':function(_0x2abd65,_0x26b719){return _0x2abd65===_0x26b719;},'chaya':_0x254c(0x5),'cIiRa':function(_0x231d46,_0x4036b2){return _0x231d46!==_0x4036b2;},'cYvTd':_0x254c(0x8e),'rwLHa':_0x254c(0x8f),'xUHBN':function(_0x59c4ff,_0x171711){return _0x59c4ff(_0x171711);},'XdHyV':'health','seiof':_0x254c(0x90),'RldHf':'Backend\x20health\x20check\x20passed','hjiNN':_0x254c(0x2),'hCCiU':function(_0x42bd5e,_0x28fba3,_0x5e827c){return _0x42bd5e(_0x28fba3,_0x5e827c);},'mqHeV':function(_0x31a358,_0x1177ef,_0x10fdbe){return _0x31a358(_0x1177ef,_0x10fdbe);},'SRxUT':_0x254c(0x91),'sxesW':_0x254c(0x92),'zeRiU':_0x254c(0x93)},_0x406d7c=[];try{if(_0x20c89b[_0x254c(0x94)](_0x20c89b[_0x254c(0x95)],_0x20c89b[_0x254c(0x96)])){const _0x148783=new AbortController(),_0x79cffe=setTimeout(()=>_0x148783[_0x254c(0x97)](),0x2710),_0x3fb3ca=await fetch(API_CONFIG[_0x254c(0x98)]+'/health',{'method':'GET','signal':_0x148783['signal']});_0x20c89b[_0x254c(0x99)](clearTimeout,_0x79cffe),_0x406d7c[_0x254c(0x14)]({'platform':_0x254c(0x92),'component':_0x20c89b[_0x254c(0x9a)],'status':_0x3fb3ca['ok']?_0x20c89b[_0x254c(0x9b)]:_0x20c89b[_0x254c(0x9c)],'message':_0x3fb3ca['ok']?_0x20c89b[_0x254c(0x9d)]:_0x254c(0x9e)+_0x3fb3ca[_0x254c(0x9f)],'details':{'status':_0x3fb3ca[_0x254c(0x9f)]}});}else{const _0x20003f=_0x20c89b[_0x254c(0xa0)](_0x2d5e0f[_0x254c(0x9f)],_0x20c89b[_0x254c(0x9b)])?'โœ…':_0x5cb218['status']==='fail'?'โŒ':'โš ๏ธ';_0x36b725['log'](_0x20003f+'\x20'+_0x359ceb[_0x254c(0xa1)]+':\x20'+_0x1ae040['message']);}}catch(_0x27c080){_0x406d7c[_0x254c(0x14)]({'platform':'backend','component':_0x20c89b[_0x254c(0x9a)],'status':_0x20c89b['hjiNN'],'message':_0x254c(0xa2)+_0x27c080[_0x254c(0x28)]});}try{const _0xdd56b0=new AbortController(),_0x30f5f3=_0x20c89b[_0x254c(0xa3)](setTimeout,()=>_0xdd56b0[_0x254c(0x97)](),0x2710),_0x420b63=await _0x20c89b[_0x254c(0xa4)](fetch,API_CONFIG['BASE_URL']+_0x254c(0xa5),{'method':_0x20c89b[_0x254c(0xa6)],'signal':_0xdd56b0[_0x254c(0xa7)]});_0x20c89b[_0x254c(0x99)](clearTimeout,_0x30f5f3),_0x406d7c[_0x254c(0x14)]({'platform':_0x20c89b['sxesW'],'component':_0x20c89b[_0x254c(0xa8)],'status':_0x420b63['status']<0x1f4?_0x20c89b[_0x254c(0x9b)]:_0x254c(0x90),'message':_0x254c(0xa9)+_0x420b63[_0x254c(0x9f)],'details':{'status':_0x420b63[_0x254c(0x9f)]}});}catch(_0x6203a2){_0x406d7c['push']({'platform':_0x20c89b[_0x254c(0xaa)],'component':_0x254c(0x93),'status':_0x20c89b[_0x254c(0x9c)],'message':_0x254c(0xab)+_0x6203a2['message']});}return _0x406d7c;};export const testPlatformDetection=()=>{const _0x1edfb5={'NcnYw':_0x254c(0x92),'DLcdj':_0x254c(0x93),'dxQuJ':'warning','UAsiB':function(_0x2a6de6,_0x360102){return _0x2a6de6===_0x360102;},'SfMlB':_0x254c(0xac),'AiEuJ':function(_0x526bbf,_0x2575db){return _0x526bbf(_0x2575db);},'Iwlza':'hinge','ROmmK':function(_0x324518,_0x1c97c1){return _0x324518(_0x1c97c1);},'UmAVT':function(_0x42625e,_0xc505b6){return _0x42625e(_0xc505b6);},'TbpvY':_0x254c(0x61),'bkERY':_0x254c(0x5),'BGHKl':_0x254c(0x2),'xZNVe':_0x254c(0x62),'JqkMT':_0x254c(0x63),'DOYlm':function(_0x959fe7,_0x16cc4e){return _0x959fe7(_0x16cc4e);},'NeXnH':function(_0x31113f,_0x2b03c4){return _0x31113f(_0x2b03c4);},'VcJqQ':_0x254c(0x59),'quiTa':function(_0x1199e9,_0x515043){return _0x1199e9(_0x515043);},'HlKaz':_0x254c(0x64),'ZBbtE':'Instagram\x20detection\x20failed','egDoq':function(_0x487035,_0x4f29aa){return _0x487035(_0x4f29aa);},'RCykp':function(_0x3fd856,_0x21935d){return _0x3fd856(_0x21935d);},'pEslZ':_0x254c(0xb),'NrzrB':'telegram','vfcRs':function(_0x53ffc3,_0x3ae0fe){return _0x53ffc3(_0x3ae0fe);},'vyyEc':_0x254c(0x66),'HYHyf':_0x254c(0x67)},_0x27c778=[];try{if(_0x1edfb5['UAsiB'](_0x254c(0xad),_0x1edfb5['SfMlB']))_0x2c10d4[_0x254c(0x14)]({'platform':_0x1edfb5[_0x254c(0xae)],'component':_0x1edfb5[_0x254c(0xaf)],'status':_0x1edfb5[_0x254c(0xb0)],'message':'Endpoint\x20check\x20failed\x20(may\x20require\x20auth):\x20'+_0x441cd7[_0x254c(0x28)]});else{const {isWebViewExtractionPlatform:_0x5dae1e,isHingePlatform:_0x44e2ba,isInstagramPlatform:_0x5238f0,isSephoraPlatform:_0x53a113,isLLMPlatform:_0x50b454}=_0x1edfb5['AiEuJ'](__ONAIROS_REQ_FUNC__,0x2),_0xea9292=_0x1edfb5[_0x254c(0xb1)](_0x44e2ba,_0x1edfb5[_0x254c(0xb2)])&&_0x1edfb5[_0x254c(0xb3)](_0x5dae1e,_0x1edfb5[_0x254c(0xb2)])&&!_0x1edfb5[_0x254c(0xb4)](_0x50b454,_0x1edfb5[_0x254c(0xb2)]);_0x27c778[_0x254c(0x14)]({'platform':_0x1edfb5[_0x254c(0xb2)],'component':_0x1edfb5[_0x254c(0xb5)],'status':_0xea9292?_0x1edfb5[_0x254c(0xb6)]:_0x1edfb5[_0x254c(0xb7)],'message':_0xea9292?_0x1edfb5['xZNVe']:_0x1edfb5[_0x254c(0xb8)]});const _0x504c48=_0x1edfb5[_0x254c(0xb9)](_0x5238f0,_0x254c(0x59))&&_0x1edfb5[_0x254c(0xba)](_0x5dae1e,_0x1edfb5[_0x254c(0xbb)])&&!_0x1edfb5[_0x254c(0xbc)](_0x50b454,_0x1edfb5[_0x254c(0xbb)]);_0x27c778[_0x254c(0x14)]({'platform':_0x1edfb5['VcJqQ'],'component':_0x1edfb5[_0x254c(0xb5)],'status':_0x504c48?'pass':_0x254c(0x2),'message':_0x504c48?_0x1edfb5[_0x254c(0xbd)]:_0x1edfb5[_0x254c(0xbe)]});const _0x2dabb0=_0x1edfb5[_0x254c(0xbf)](_0x53a113,'sephora')&&_0x1edfb5[_0x254c(0xc0)](_0x5dae1e,_0x254c(0xb))&&!_0x50b454(_0x1edfb5[_0x254c(0xc1)]);_0x27c778[_0x254c(0x14)]({'platform':_0x254c(0xb),'component':_0x1edfb5['TbpvY'],'status':_0x2dabb0?_0x1edfb5['bkERY']:_0x1edfb5[_0x254c(0xb7)],'message':_0x2dabb0?'Sephora\x20detection\x20correct':'Sephora\x20detection\x20failed'});const {isTelegramPlatform:_0x15048d}=_0x1edfb5[_0x254c(0xbc)](__ONAIROS_REQ_FUNC__,0x1),_0x3d122e=_0x15048d(_0x1edfb5[_0x254c(0xc2)])&&_0x1edfb5[_0x254c(0xc3)](_0x5dae1e,_0x1edfb5['NrzrB'])&&!_0x50b454(_0x1edfb5[_0x254c(0xc2)]);_0x27c778[_0x254c(0x14)]({'platform':_0x1edfb5['NrzrB'],'component':_0x1edfb5[_0x254c(0xb5)],'status':_0x3d122e?_0x1edfb5[_0x254c(0xb6)]:_0x254c(0x2),'message':_0x3d122e?_0x1edfb5[_0x254c(0xc4)]:_0x1edfb5[_0x254c(0xc5)]});}}catch(_0x391423){_0x27c778[_0x254c(0x14)]({'platform':_0x254c(0x12),'component':_0x1edfb5[_0x254c(0xb5)],'status':_0x1edfb5['BGHKl'],'message':_0x254c(0x87)+_0x391423[_0x254c(0x28)]});}return _0x27c778;};function _0x254c(_0x3943bb,_0x254c1c){_0x3943bb=_0x3943bb-0x0;const _0x597513=_0x3943();let _0x2faf06=_0x597513[_0x3943bb];return _0x2faf06;}export const runConnectorSanityTests=async()=>{const _0x4e6653={'SjnOG':function(_0x5a9233,_0xe393ae){return _0x5a9233(_0xe393ae);},'WHADW':'instagram','qYrGu':_0x254c(0x2d),'xeeFv':function(_0x390b93,_0x371982){return _0x390b93===_0x371982;},'HzLRu':'function','IhFUA':_0x254c(0x5),'xawfu':_0x254c(0x2),'USchp':function(_0x51f162,_0xf347e1){return _0x51f162(_0xf347e1);},'ZOzSu':function(_0xbb5fba,_0x7cc15a){return _0xbb5fba+_0x7cc15a;},'bJrFm':function(_0x35da0f,_0x5d4149){return _0x35da0f===_0x5d4149;},'nFxet':'Hinge\x20extractor\x20hook\x20available','rDumF':_0x254c(0xc6),'VkdAd':_0x254c(0xc7),'SexEv':_0x254c(0xc8),'IHddL':function(_0x23c224){return _0x23c224();},'YFeLm':_0x254c(0xc9),'AkgvI':_0x254c(0xca),'fbKDx':'\x0a========================================','UhbUi':_0x254c(0xcb),'ScfZC':_0x254c(0xcc),'ivrBN':_0x254c(0xcd),'RwwDv':function(_0x3e1a4a,_0x2eb653){return _0x3e1a4a>_0x2eb653;},'szFvt':function(_0x375acd,_0x2af1a4){return _0x375acd===_0x2af1a4;},'gEMrY':_0x254c(0xce),'kMiYM':_0x254c(0xcf),'toVdK':_0x254c(0xd0),'AkVwv':_0x254c(0xd1),'lRrQc':_0x254c(0xd2)};console[_0x254c(0xd3)](_0x4e6653[_0x254c(0xd4)]);const _0x3c0f6e=[];console[_0x254c(0xd3)](_0x4e6653['VkdAd']),_0x3c0f6e[_0x254c(0x14)](...testWebViewScriptExports()),console[_0x254c(0xd3)](_0x4e6653[_0x254c(0xd5)]),_0x3c0f6e[_0x254c(0x14)](..._0x4e6653[_0x254c(0xd6)](testServiceImports)),console[_0x254c(0xd3)](_0x254c(0xd7)),_0x3c0f6e[_0x254c(0x14)](..._0x4e6653[_0x254c(0xd6)](testExtractorImports)),console[_0x254c(0xd3)](_0x4e6653[_0x254c(0xd8)]),_0x3c0f6e[_0x254c(0x14)](...testPlatformDetection()),console['log'](_0x4e6653[_0x254c(0xd9)]),_0x3c0f6e[_0x254c(0x14)](...await testBackendConnectivity());const _0x18105a=_0x3c0f6e['filter'](_0x37211f=>_0x37211f[_0x254c(0x9f)]===_0x254c(0x5))[_0x254c(0xda)],_0x437481=_0x3c0f6e['filter'](_0x484cfc=>_0x484cfc[_0x254c(0x9f)]===_0x254c(0x2))['length'],_0x5c4ebf=_0x3c0f6e[_0x254c(0xdb)](_0x312dbc=>_0x312dbc[_0x254c(0x9f)]===_0x254c(0x90))[_0x254c(0xda)];console['log'](_0x4e6653[_0x254c(0xdc)]),console[_0x254c(0xd3)](_0x4e6653[_0x254c(0xdd)]),console[_0x254c(0xd3)](_0x4e6653[_0x254c(0xde)]);for(const _0x4823ea of _0x3c0f6e){if(_0x4e6653['bJrFm'](_0x254c(0xdf),_0x4e6653['ivrBN'])){const {useInstagramDataExtractor:useInstagramDataExtractor}=_0x4e6653[_0x254c(0xe0)](_0x52465b,0xe);_0xebcc1c[_0x254c(0x14)]({'platform':_0x4e6653[_0x254c(0xe1)],'component':_0x4e6653[_0x254c(0xe2)],'status':_0x4e6653['xeeFv'](typeof useInstagramDataExtractor,_0x4e6653[_0x254c(0xe3)])?_0x4e6653[_0x254c(0xe4)]:_0x4e6653[_0x254c(0xe5)],'message':'Instagram\x20extractor\x20hook\x20available'});}else{const _0x119b8b=_0x4e6653[_0x254c(0xe6)](_0x4823ea[_0x254c(0x9f)],_0x4e6653[_0x254c(0xe4)])?'โœ…':_0x4823ea['status']===_0x4e6653[_0x254c(0xe5)]?'โŒ':'โš ๏ธ';console['log'](_0x119b8b+'\x20['+_0x4823ea[_0x254c(0xe7)][_0x254c(0xe8)]()+']\x20'+_0x4823ea['component']+':\x20'+_0x4823ea['message']);}}console[_0x254c(0xd3)]('\x0a========================================'),console[_0x254c(0xd3)](_0x254c(0xe9)+_0x18105a+_0x254c(0xea)+_0x437481+_0x254c(0xeb)+_0x5c4ebf+'\x20warnings'),console[_0x254c(0xd3)](_0x254c(0xcc));if(_0x4e6653[_0x254c(0xec)](_0x437481,0x0)){if(_0x4e6653[_0x254c(0xed)](_0x4e6653[_0x254c(0xee)],_0x4e6653[_0x254c(0xef)])){const _0x541dfe=_0x4e6653[_0x254c(0xf0)](_0x2f13df,0x15),_0x485be8=_0x254c(0xf1)+_0x4e6653[_0x254c(0xf2)](_0x29a7af[_0x254c(0xf3)](0x0)[_0x254c(0xe8)](),_0x4886f7[_0x254c(0xf4)](0x1))+_0x254c(0xf5);_0x2fc9c9['push']({'platform':_0x1d3bdb,'component':_0x4e6653['qYrGu'],'status':typeof _0x541dfe[_0x485be8]===_0x4e6653['HzLRu']?_0x4e6653['IhFUA']:_0x4e6653[_0x254c(0xe5)],'message':_0x254c(0xf6)+_0x485be8+_0x254c(0x4b)});}else console['log'](_0x254c(0xf7));}else{if(_0x4e6653[_0x254c(0xec)](_0x5c4ebf,0x0)){if(_0x4e6653[_0x254c(0xe6)](_0x4e6653[_0x254c(0xf8)],'qRQWw'))console[_0x254c(0xd3)](_0x4e6653[_0x254c(0xf9)]);else{const {useHingeDataExtractor:useHingeDataExtractor}=_0x4e6653[_0x254c(0xe0)](_0x4a12f4,0xd);_0x3f2007[_0x254c(0x14)]({'platform':'hinge','component':_0x4e6653[_0x254c(0xe2)],'status':_0x4e6653[_0x254c(0xfa)](typeof useHingeDataExtractor,'function')?_0x4e6653['IhFUA']:_0x4e6653[_0x254c(0xe5)],'message':_0x4e6653[_0x254c(0xfb)]});}}else console[_0x254c(0xd3)](_0x4e6653[_0x254c(0xfc)]);}return{'passed':_0x18105a,'failed':_0x437481,'warnings':_0x5c4ebf,'results':_0x3c0f6e};};export const testPlatformConnector=async _0x4fe875=>{const _0x538049={'zJmfD':'extractor','ilwkp':_0x254c(0x2),'bpfTv':_0x254c(0x7),'kFTvU':_0x254c(0x59),'xnySX':_0x254c(0xb),'YdExm':_0x254c(0xd),'BjURe':'DGQiD','vhrMK':function(_0x597f58,_0x5879b8){return _0x597f58!==_0x5879b8;},'DWZEk':_0x254c(0xfd),'bVGUH':function(_0x154611,_0x41c025){return _0x154611(_0x41c025);},'bjnjr':_0x254c(0xfe),'kvkUi':_0x254c(0x5),'mxcZi':_0x254c(0xff),'GTPiN':function(_0x40872a,_0x1ce182){return _0x40872a(_0x1ce182);},'ErXCv':function(_0x4e9415,_0x2a03a3){return _0x4e9415===_0x2a03a3;},'RdGAc':function(_0x116beb,_0x493d03){return _0x116beb===_0x493d03;},'BowMa':_0x254c(0x29),'BmFhS':function(_0x41863c,_0x413b20){return _0x41863c===_0x413b20;},'SvhZL':_0x254c(0x2a),'XWlYL':'storeSephoraData','LTmWh':_0x254c(0x2b),'iZIDB':function(_0x5f2bc2,_0x38cee6){return _0x5f2bc2(_0x38cee6);},'yaFFb':function(_0x1ca3e9,_0x555a91){return _0x1ca3e9+_0x555a91;},'elTNL':'function','YeiUP':'validation','iZKDs':_0x254c(0x90)};console[_0x254c(0xd3)]('๐Ÿงช\x20Testing\x20'+_0x4fe875+_0x254c(0x100));const _0x550041=[],_0x528e03=_0x4fe875[_0x254c(0x101)]();if([_0x538049[_0x254c(0x102)],_0x538049[_0x254c(0x103)],_0x538049['xnySX'],_0x538049[_0x254c(0x104)]][_0x254c(0x105)](_0x528e03)){if(_0x254c(0x106)!==_0x538049[_0x254c(0x107)]){try{if(_0x538049['vhrMK'](_0x538049[_0x254c(0x108)],_0x538049['DWZEk']))_0xff2f14[_0x254c(0x14)]({'platform':_0x893694,'component':_0x538049['zJmfD'],'status':_0x538049['ilwkp'],'message':'Extractor\x20import\x20failed:\x20'+_0x45a121[_0x254c(0x28)]});else{const _0x11a702=_0x538049[_0x254c(0x109)](__ONAIROS_REQ_FUNC__,0x0),_0x3ebb88=_0x528e03[_0x254c(0xe8)]()+_0x254c(0x10a),_0x2bd776=!!_0x11a702[_0x3ebb88];_0x550041[_0x254c(0x14)]({'platform':_0x528e03,'component':_0x538049[_0x254c(0x10b)],'status':_0x2bd776?_0x538049[_0x254c(0x10c)]:_0x538049[_0x254c(0x10d)],'message':_0x2bd776?_0x538049[_0x254c(0x10e)]:'Export\x20script\x20missing'});}}catch(_0x196c90){_0x550041[_0x254c(0x14)]({'platform':_0x528e03,'component':_0x538049[_0x254c(0x10b)],'status':_0x254c(0x2),'message':_0x254c(0x10f)+_0x196c90['message']});}try{const _0x6fadeb=_0x538049[_0x254c(0x110)](__ONAIROS_REQ_FUNC__,0x14),_0x3a89f4=_0x538049[_0x254c(0x111)](_0x528e03,_0x538049[_0x254c(0x102)])?'storeHingeData':_0x538049['RdGAc'](_0x528e03,_0x254c(0x59))?_0x538049[_0x254c(0x112)]:_0x538049[_0x254c(0x113)](_0x528e03,_0x538049[_0x254c(0x104)])?_0x538049['SvhZL']:_0x538049[_0x254c(0x114)];_0x550041[_0x254c(0x14)]({'platform':_0x528e03,'component':_0x538049[_0x254c(0x115)],'status':_0x538049[_0x254c(0x116)](typeof _0x6fadeb[_0x3a89f4],'function')?_0x538049[_0x254c(0x10c)]:_0x538049[_0x254c(0x10d)],'message':_0x254c(0x4a)+_0x3a89f4+_0x254c(0x4b)});}catch(_0x16b6cf){_0x550041[_0x254c(0x14)]({'platform':_0x528e03,'component':_0x538049[_0x254c(0x115)],'status':_0x538049['ilwkp'],'message':'Service\x20import\x20failed:\x20'+_0x16b6cf[_0x254c(0x28)]});}try{if(_0x254c(0x117)!=='VaYku')_0x16a7bf[_0x254c(0x14)]({'platform':_0x254c(0xb),'component':_0x254c(0x2b),'status':_0x538049['ilwkp'],'message':'Import\x20error:\x20'+_0x552210[_0x254c(0x28)]});else{const _0x53cf61=_0x538049[_0x254c(0x118)](__ONAIROS_REQ_FUNC__,0x15),_0x19068c=_0x254c(0xf1)+_0x538049[_0x254c(0x119)](_0x528e03[_0x254c(0xf3)](0x0)['toUpperCase'](),_0x528e03[_0x254c(0xf4)](0x1))+_0x254c(0xf5);_0x550041['push']({'platform':_0x528e03,'component':_0x538049[_0x254c(0x11a)],'status':typeof _0x53cf61[_0x19068c]===_0x538049[_0x254c(0x11b)]?_0x254c(0x5):_0x538049[_0x254c(0x10d)],'message':_0x254c(0xf6)+_0x19068c+_0x254c(0x4b)});}}catch(_0x398fed){_0x550041['push']({'platform':_0x528e03,'component':_0x538049[_0x254c(0x11a)],'status':_0x538049['ilwkp'],'message':_0x254c(0x11c)+_0x398fed[_0x254c(0x28)]});}}else _0x4b26d3[_0x254c(0x14)]({'platform':_0x254c(0xb),'component':_0x538049['zJmfD'],'status':_0x538049[_0x254c(0x10d)],'message':_0x254c(0x27)+_0x26d794[_0x254c(0x28)]});}else _0x550041['push']({'platform':_0x528e03,'component':_0x538049['YeiUP'],'status':_0x538049[_0x254c(0x11d)],'message':_0x254c(0x11e)+_0x4fe875+_0x254c(0x11f)});for(const _0x5b255d of _0x550041){const _0x143733=_0x538049[_0x254c(0x113)](_0x5b255d[_0x254c(0x9f)],_0x538049[_0x254c(0x10c)])?'โœ…':_0x5b255d[_0x254c(0x9f)]===_0x538049[_0x254c(0x10d)]?'โŒ':'โš ๏ธ';console[_0x254c(0xd3)](_0x143733+'\x20'+_0x5b255d[_0x254c(0xa1)]+':\x20'+_0x5b255d[_0x254c(0x28)]);}return _0x550041;};