@onairos/react-native 3.6.0 → 3.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (222) 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/apiKeyService.js +1 -1
  55. package/lib/commonjs/services/authService.js +1 -1
  56. package/lib/commonjs/services/biometricPinService.js +1 -1
  57. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  58. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  59. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  60. package/lib/commonjs/services/claudeConversationService.js +1 -1
  61. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  62. package/lib/commonjs/services/googleAuthService.js +1 -1
  63. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  64. package/lib/commonjs/services/hingeDataService.js +1 -1
  65. package/lib/commonjs/services/imageCompressionService.js +1 -1
  66. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  67. package/lib/commonjs/services/instagramDataService.js +1 -1
  68. package/lib/commonjs/services/jwtStorageService.js +1 -1
  69. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  70. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  71. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  72. package/lib/commonjs/services/llmDataStorage.js +1 -1
  73. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  74. package/lib/commonjs/services/oauthService.js +1 -1
  75. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  76. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  77. package/lib/commonjs/services/platformAuthService.js +1 -1
  78. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  79. package/lib/commonjs/services/sephoraDataService.js +1 -1
  80. package/lib/commonjs/services/storageService.js +1 -1
  81. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  82. package/lib/commonjs/services/telegramDataService.js +2 -4
  83. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  84. package/lib/commonjs/services/userConnectionsService.js +1 -1
  85. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  86. package/lib/commonjs/theme/index.js +1 -1
  87. package/lib/commonjs/types/index.js +1 -1
  88. package/lib/commonjs/types.js +1 -1
  89. package/lib/commonjs/utils/Portal.js +1 -1
  90. package/lib/commonjs/utils/api.js +1 -1
  91. package/lib/commonjs/utils/assetRegistry.js +1 -1
  92. package/lib/commonjs/utils/auth.js +1 -1
  93. package/lib/commonjs/utils/connectorTests.js +1 -1
  94. package/lib/commonjs/utils/crypto.js +1 -1
  95. package/lib/commonjs/utils/debugHelper.js +1 -1
  96. package/lib/commonjs/utils/encryption.js +1 -1
  97. package/lib/commonjs/utils/eventUtils.js +1 -1
  98. package/lib/commonjs/utils/haptics.js +1 -1
  99. package/lib/commonjs/utils/imagePreloader.js +1 -1
  100. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  101. package/lib/commonjs/utils/onairosApi.js +1 -1
  102. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  103. package/lib/commonjs/utils/retryHelper.js +1 -1
  104. package/lib/commonjs/utils/secureStorage.js +1 -1
  105. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  106. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  107. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  108. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  109. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  110. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  111. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  112. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  113. package/lib/module/api/index.js +1 -1
  114. package/lib/module/components/BodyText.js +1 -1
  115. package/lib/module/components/BrandMark.js +1 -1
  116. package/lib/module/components/CodeInput.js +1 -1
  117. package/lib/module/components/EmailInput.js +1 -1
  118. package/lib/module/components/GoogleButton.js +1 -1
  119. package/lib/module/components/HeadingGroup.js +1 -1
  120. package/lib/module/components/LLMDataInputModal.js +1 -1
  121. package/lib/module/components/ModalHeader.js +1 -1
  122. package/lib/module/components/ModalSheet.js +1 -1
  123. package/lib/module/components/Onairos.js +1 -1
  124. package/lib/module/components/OnairosButton.js +1 -1
  125. package/lib/module/components/OnairosSignInButton.js +1 -1
  126. package/lib/module/components/Overlay.js +1 -1
  127. package/lib/module/components/PersonaImage.js +1 -1
  128. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  129. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  130. package/lib/module/components/PinCreationScreen.js +1 -1
  131. package/lib/module/components/PinInput.js +1 -1
  132. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  133. package/lib/module/components/PlatformList.js +1 -1
  134. package/lib/module/components/PlatformToggle.js +1 -1
  135. package/lib/module/components/PrimaryButton.js +1 -1
  136. package/lib/module/components/SignInMatchAnimation.js +1 -1
  137. package/lib/module/components/SignInStep.js +1 -1
  138. package/lib/module/components/UniversalOnboarding.js +1 -1
  139. package/lib/module/components/VerificationStep.js +1 -1
  140. package/lib/module/components/WelcomeScreen.js +1 -1
  141. package/lib/module/components/icons/Basicproficon.js +1 -1
  142. package/lib/module/components/icons/Basicprofile.js +1 -1
  143. package/lib/module/components/icons/Checkbox.js +1 -1
  144. package/lib/module/components/icons/Checkmark.js +1 -1
  145. package/lib/module/components/icons/Contentanalysis.js +1 -1
  146. package/lib/module/components/icons/Contenticon.js +1 -1
  147. package/lib/module/components/icons/EnochE.js +1 -1
  148. package/lib/module/components/icons/Personalityicon.js +1 -1
  149. package/lib/module/components/icons/Personalityprofile.js +1 -1
  150. package/lib/module/components/icons/Personalitytraits.js +1 -1
  151. package/lib/module/components/icons/Userpreferences.js +1 -1
  152. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  153. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  154. package/lib/module/components/onboarding/PinInput.js +1 -1
  155. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  156. package/lib/module/config/api.js +1 -1
  157. package/lib/module/constants/index.js +1 -1
  158. package/lib/module/context/AuthContext.js +1 -1
  159. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  160. package/lib/module/hooks/useConnections.js +1 -1
  161. package/lib/module/hooks/useCredentials.js +1 -1
  162. package/lib/module/hooks/useUserConnections.js +1 -1
  163. package/lib/module/index.js +1 -1
  164. package/lib/module/services/apiClient.js +1 -1
  165. package/lib/module/services/apiKeyService.js +1 -1
  166. package/lib/module/services/authService.js +1 -1
  167. package/lib/module/services/biometricPinService.js +1 -1
  168. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  169. package/lib/module/services/chatGPTConversationService.js +1 -1
  170. package/lib/module/services/claudeConversationExtractor.js +1 -1
  171. package/lib/module/services/claudeConversationService.js +1 -1
  172. package/lib/module/services/connectedAccountsService.js +1 -1
  173. package/lib/module/services/googleAuthService.js +1 -1
  174. package/lib/module/services/hingeDataExtractor.js +1 -1
  175. package/lib/module/services/hingeDataService.js +1 -1
  176. package/lib/module/services/imageCompressionService.js +1 -1
  177. package/lib/module/services/instagramDataExtractor.js +1 -1
  178. package/lib/module/services/instagramDataService.js +1 -1
  179. package/lib/module/services/jwtStorageService.js +1 -1
  180. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  181. package/lib/module/services/linkedinProfileService.js +1 -1
  182. package/lib/module/services/linkedinScrapingService.js +1 -1
  183. package/lib/module/services/llmDataStorage.js +1 -1
  184. package/lib/module/services/mobileTrainingService.js +1 -1
  185. package/lib/module/services/oauthService.js +1 -1
  186. package/lib/module/services/pinEncryptionService.js +1 -1
  187. package/lib/module/services/pinStorageUtils.js +1 -1
  188. package/lib/module/services/platformAuthService.js +1 -1
  189. package/lib/module/services/sephoraDataExtractor.js +1 -1
  190. package/lib/module/services/sephoraDataService.js +1 -1
  191. package/lib/module/services/storageService.js +1 -1
  192. package/lib/module/services/telegramDataExtractor.js +1 -1
  193. package/lib/module/services/telegramDataService.js +1 -8
  194. package/lib/module/services/trainingApiHelpers.js +1 -1
  195. package/lib/module/services/userConnectionsService.js +1 -1
  196. package/lib/module/services/youtubeMigrationService.js +1 -1
  197. package/lib/module/theme/index.js +1 -1
  198. package/lib/module/types.js +1 -1
  199. package/lib/module/utils/Portal.js +1 -1
  200. package/lib/module/utils/api.js +1 -1
  201. package/lib/module/utils/assetRegistry.js +1 -1
  202. package/lib/module/utils/auth.js +1 -1
  203. package/lib/module/utils/connectorTests.js +1 -1
  204. package/lib/module/utils/crypto.js +1 -1
  205. package/lib/module/utils/debugHelper.js +1 -1
  206. package/lib/module/utils/encryption.js +1 -1
  207. package/lib/module/utils/eventUtils.js +1 -1
  208. package/lib/module/utils/haptics.js +1 -1
  209. package/lib/module/utils/networkDiagnostics.js +1 -1
  210. package/lib/module/utils/onairosApi.js +1 -1
  211. package/lib/module/utils/programmaticFlow.js +1 -1
  212. package/lib/module/utils/retryHelper.js +1 -1
  213. package/lib/module/utils/secureStorage.js +1 -1
  214. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  215. package/lib/module/utils/webviewScripts/claude.js +1 -1
  216. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  217. package/lib/module/utils/webviewScripts/index.js +1 -1
  218. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  219. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  220. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  221. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  222. package/package.json +1 -1
@@ -26,4 +26,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
26
26
  require(`../services/${platform}DataExtractor`)
27
27
  ];
28
28
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
29
- Object['defineProperty'](exports,_0x1024(0x0),{'value':!![]}),exports[_0x1024(0x1)]=exports[_0x1024(0x2)]=exports[_0x1024(0x3)]=exports['testPlatformConnector']=exports[_0x1024(0x4)]=exports[_0x1024(0x5)]=exports[_0x1024(0x6)]=void 0x0;var _api=__ONAIROS_REQ_FUNC__(0x0);const testWebViewScriptExports=()=>{const _0x442270={'kGkyN':function(_0x261365,_0x340a45){return _0x261365===_0x340a45;},'mLYyb':_0x1024(0x7),'mRqan':_0x1024(0x8),'jcxyV':_0x1024(0x9),'IuuUM':_0x1024(0xa),'FAusg':_0x1024(0xb),'qZFtS':_0x1024(0xc),'CYPdh':function(_0xf709b9,_0x3331d0){return _0xf709b9(_0x3331d0);},'OmYBY':_0x1024(0xd),'prHEy':_0x1024(0xe),'CoTAx':_0x1024(0xf),'bDkNF':function(_0x21b4ce,_0x2450aa){return _0x21b4ce(_0x2450aa);},'gdPgx':_0x1024(0x10),'fDtMV':_0x1024(0x11),'DPSKq':function(_0x3cf85f,_0x3569c3){return _0x3cf85f(_0x3569c3);},'sBHZG':_0x1024(0x12),'gsVTw':_0x1024(0x13),'guSXq':_0x1024(0x14),'HrZlb':_0x1024(0x15),'YoAdl':_0x1024(0x16),'TzCgK':function(_0x3441bb,_0x3a3847){return _0x3441bb(_0x3a3847);},'vhgqL':_0x1024(0x17),'nAcgr':_0x1024(0x18),'pkbiS':_0x1024(0x19),'NqWRf':function(_0x594038,_0x5a32bb){return _0x594038(_0x5a32bb);},'slVWU':_0x1024(0x1a),'QfNTP':function(_0x4bdef4,_0x5f4563){return _0x4bdef4&&_0x5f4563;},'gzNun':'all'},_0x80c746=[];try{if(_0x1024(0x8)!==_0x442270[_0x1024(0x1b)]){const _0x3b03f0=_0x442270[_0x1024(0x1c)](_0x55197d[_0x1024(0x1d)],_0x1024(0xb))?'✅':_0x442270[_0x1024(0x1c)](_0x15cfad[_0x1024(0x1d)],_0x442270[_0x1024(0x1e)])?'❌':'⚠️';_0x3a9940[_0x1024(0x1f)](_0x3b03f0+'\x20'+_0x498250[_0x1024(0x20)]+':\x20'+_0x464758['message']);}else{const {CHATGPT_CONSENT_POPUP_SCRIPT:_0x2ad698,CHATGPT_EXPORT_SCRIPT:_0x2af312}=__ONAIROS_REQ_FUNC__(0x14);_0x80c746[_0x1024(0x21)]({'platform':_0x442270['jcxyV'],'component':_0x442270[_0x1024(0x22)],'status':_0x2af312?_0x442270[_0x1024(0x23)]:_0x442270[_0x1024(0x1e)],'message':_0x2af312?_0x1024(0x24):_0x442270['qZFtS']});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0xbd2980,CLAUDE_EXPORT_SCRIPT:_0x5990f8}=_0x442270[_0x1024(0x25)](__ONAIROS_REQ_FUNC__,0x13);_0x80c746['push']({'platform':_0x442270[_0x1024(0x26)],'component':_0x442270['IuuUM'],'status':_0x5990f8?_0x1024(0xb):_0x442270[_0x1024(0x1e)],'message':_0x5990f8?_0x442270[_0x1024(0x27)]:_0x442270[_0x1024(0x28)]});const {HINGE_CONSENT_POPUP_SCRIPT:_0x2a6c2a,HINGE_EXPORT_SCRIPT:_0x27e135}=_0x442270[_0x1024(0x29)](__ONAIROS_REQ_FUNC__,0x12);_0x80c746[_0x1024(0x21)]({'platform':_0x442270['gdPgx'],'component':_0x442270[_0x1024(0x22)],'status':_0x27e135?_0x442270['FAusg']:_0x1024(0x7),'message':_0x27e135?'Hinge\x20scripts\x20exported\x20correctly':_0x442270[_0x1024(0x2a)]});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x43752b,INSTAGRAM_EXPORT_SCRIPT:_0x55a533}=_0x442270[_0x1024(0x2b)](__ONAIROS_REQ_FUNC__,0x7);_0x80c746[_0x1024(0x21)]({'platform':_0x442270[_0x1024(0x2c)],'component':_0x442270[_0x1024(0x22)],'status':_0x55a533?_0x442270[_0x1024(0x23)]:_0x1024(0x7),'message':_0x55a533?_0x1024(0x2d):_0x442270[_0x1024(0x2e)]});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0xf5f3af,SEPHORA_EXPORT_SCRIPT:_0x21b2db}=_0x442270[_0x1024(0x2b)](__ONAIROS_REQ_FUNC__,0x6);_0x80c746[_0x1024(0x21)]({'platform':_0x442270[_0x1024(0x2f)],'component':'webview_scripts','status':_0x21b2db?_0x442270[_0x1024(0x23)]:_0x442270[_0x1024(0x1e)],'message':_0x21b2db?_0x442270[_0x1024(0x30)]:_0x442270['YoAdl']});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x15341b,TELEGRAM_EXPORT_SCRIPT:_0x279086}=_0x442270['TzCgK'](__ONAIROS_REQ_FUNC__,0x5);_0x80c746['push']({'platform':_0x442270[_0x1024(0x31)],'component':_0x442270['IuuUM'],'status':_0x279086?_0x442270[_0x1024(0x23)]:_0x1024(0x7),'message':_0x279086?_0x442270[_0x1024(0x32)]:_0x442270['pkbiS']});const {isWebViewExtractionPlatform:_0x2638cb,isHingePlatform:_0x3490d9,isInstagramPlatform:_0x360578,isSephoraPlatform:_0x2fdb83,isTelegramPlatform:_0x204806}=_0x442270[_0x1024(0x33)](__ONAIROS_REQ_FUNC__,0x4);_0x80c746[_0x1024(0x21)]({'platform':_0x442270['slVWU'],'component':_0x1024(0x34),'status':_0x442270[_0x1024(0x35)](_0x2638cb,_0x3490d9)&&_0x360578&&_0x2fdb83&&_0x204806?_0x1024(0xb):_0x442270[_0x1024(0x1e)],'message':_0x1024(0x36)});}}catch(_0x59e185){_0x80c746[_0x1024(0x21)]({'platform':_0x442270[_0x1024(0x37)],'component':_0x1024(0xa),'status':_0x1024(0x7),'message':'Import\x20error:\x20'+_0x59e185['message']});}return _0x80c746;};exports[_0x1024(0x1)]=testWebViewScriptExports;const testServiceImports=()=>{const _0x278484={'AlPOJ':'sephora','EAIUY':_0x1024(0x38),'nSIlw':function(_0x16375e,_0x26aafd){return _0x16375e===_0x26aafd;},'fFqiH':_0x1024(0x39),'IqNTt':_0x1024(0xb),'Ltefu':_0x1024(0x7),'CIDRb':'hinge','nDqJc':'extractor','Vdjem':function(_0x280b8a,_0x132532){return _0x280b8a===_0x132532;},'cXSKS':_0x1024(0x3a),'hNVqP':_0x1024(0x9),'fVAfO':function(_0x376024,_0x9a9833){return _0x376024(_0x9a9833);},'YGbBK':function(_0x46099d,_0x4ccfcd){return _0x46099d===_0x4ccfcd;},'bMPYv':_0x1024(0x3b),'oOusr':function(_0x326ad5,_0x550e20){return _0x326ad5!==_0x550e20;},'eDJfb':'ekXMG','zUwAM':_0x1024(0x3c),'sOSpu':_0x1024(0xd),'IZulN':_0x1024(0x3d),'qmNzv':_0x1024(0x3e),'FUOSB':function(_0x4e9015,_0x483b12){return _0x4e9015(_0x483b12);},'hNtQo':_0x1024(0x3f),'cdHlH':'instagram','IROGr':function(_0x21fd48,_0x59f6a3){return _0x21fd48===_0x59f6a3;},'whHEH':_0x1024(0x40),'dQjhU':_0x1024(0x41),'XGwhk':_0x1024(0x42),'hTDZV':function(_0x42fc78,_0x206385){return _0x42fc78!==_0x206385;},'UAtJx':_0x1024(0x43),'hVAza':'Telegram\x20service\x20function\x20available','QkwQU':_0x1024(0x17)},_0x2244d7=[];try{const {storeChatGPTConversations:_0x47bceb}=_0x278484[_0x1024(0x44)](__ONAIROS_REQ_FUNC__,0x8);_0x2244d7[_0x1024(0x21)]({'platform':'chatgpt','component':_0x1024(0x38),'status':_0x278484[_0x1024(0x45)](typeof _0x47bceb,_0x278484[_0x1024(0x46)])?_0x278484[_0x1024(0x47)]:_0x278484[_0x1024(0x48)],'message':_0x278484[_0x1024(0x49)]});}catch(_0x1dc74d){if(_0x278484['oOusr'](_0x278484[_0x1024(0x4a)],_0x278484[_0x1024(0x4b)]))_0x2244d7[_0x1024(0x21)]({'platform':_0x278484['hNVqP'],'component':_0x278484[_0x1024(0x4c)],'status':_0x278484[_0x1024(0x48)],'message':'Import\x20error:\x20'+_0x1dc74d[_0x1024(0x4d)]});else{const {storeSephoraData:_0x57ca91}=_0x4b58ab(0xc);_0x570c10[_0x1024(0x21)]({'platform':_0x278484[_0x1024(0x4e)],'component':_0x278484[_0x1024(0x4c)],'status':_0x278484[_0x1024(0x4f)](typeof _0x57ca91,_0x278484['fFqiH'])?_0x278484[_0x1024(0x47)]:_0x278484[_0x1024(0x48)],'message':'Sephora\x20service\x20function\x20available'});}}try{const {storeClaudeConversations:_0x1c6d93}=_0x278484['fVAfO'](__ONAIROS_REQ_FUNC__,0x9);_0x2244d7[_0x1024(0x21)]({'platform':_0x278484['sOSpu'],'component':_0x278484['EAIUY'],'status':_0x278484[_0x1024(0x50)](typeof _0x1c6d93,_0x278484[_0x1024(0x46)])?_0x278484[_0x1024(0x47)]:_0x278484[_0x1024(0x48)],'message':_0x278484[_0x1024(0x51)]});}catch(_0x372922){_0x2244d7['push']({'platform':_0x1024(0xd),'component':_0x278484[_0x1024(0x4c)],'status':_0x1024(0x7),'message':_0x1024(0x52)+_0x372922[_0x1024(0x4d)]});}try{if(_0x278484[_0x1024(0x50)](_0x278484[_0x1024(0x53)],_0x278484['qmNzv'])){const {storeHingeData:_0x1122cc}=_0x278484[_0x1024(0x54)](__ONAIROS_REQ_FUNC__,0xa);_0x2244d7['push']({'platform':_0x1024(0x10),'component':'service','status':typeof _0x1122cc===_0x278484[_0x1024(0x46)]?_0x278484[_0x1024(0x47)]:_0x278484[_0x1024(0x48)],'message':_0x278484['hNtQo']});}else{const {useHingeDataExtractor:useHingeDataExtractor}=_0x3d61b5(0xe);_0x4bc7f3[_0x1024(0x21)]({'platform':_0x278484[_0x1024(0x55)],'component':_0x278484[_0x1024(0x56)],'status':_0x278484[_0x1024(0x50)](typeof useHingeDataExtractor,_0x278484['fFqiH'])?_0x278484[_0x1024(0x47)]:_0x278484[_0x1024(0x48)],'message':_0x278484[_0x1024(0x57)]});}}catch(_0x515f94){_0x2244d7[_0x1024(0x21)]({'platform':_0x278484[_0x1024(0x55)],'component':_0x1024(0x38),'status':_0x278484[_0x1024(0x48)],'message':'Import\x20error:\x20'+_0x515f94[_0x1024(0x4d)]});}try{const {storeInstagramData:_0x448b56}=_0x278484[_0x1024(0x44)](__ONAIROS_REQ_FUNC__,0xb);_0x2244d7[_0x1024(0x21)]({'platform':_0x278484[_0x1024(0x58)],'component':_0x278484[_0x1024(0x4c)],'status':_0x278484[_0x1024(0x59)](typeof _0x448b56,_0x1024(0x39))?_0x278484[_0x1024(0x47)]:_0x278484['Ltefu'],'message':_0x278484[_0x1024(0x5a)]});}catch(_0x7822c6){_0x2244d7['push']({'platform':_0x278484[_0x1024(0x58)],'component':_0x278484['EAIUY'],'status':_0x278484[_0x1024(0x48)],'message':_0x1024(0x52)+_0x7822c6['message']});}try{if(_0x278484[_0x1024(0x5b)](_0x278484['dQjhU'],_0x278484['dQjhU']))_0x5d2e99[_0x1024(0x21)]({'platform':_0x27cdc9,'component':_0x278484[_0x1024(0x4c)],'status':_0x278484['Ltefu'],'message':_0x1024(0x5c)+_0x207f89[_0x1024(0x4d)]});else{const {storeSephoraData:_0x380272}=_0x278484[_0x1024(0x54)](__ONAIROS_REQ_FUNC__,0xc);_0x2244d7['push']({'platform':_0x278484['AlPOJ'],'component':_0x278484[_0x1024(0x4c)],'status':_0x278484['IROGr'](typeof _0x380272,_0x278484[_0x1024(0x46)])?_0x1024(0xb):_0x1024(0x7),'message':_0x278484['XGwhk']});}}catch(_0xa44f00){_0x278484[_0x1024(0x5d)](_0x278484[_0x1024(0x5e)],_0x1024(0x43))?_0x12a288['push']({'platform':_0x278484[_0x1024(0x5f)],'component':_0x1024(0x38),'status':_0x278484[_0x1024(0x48)],'message':_0x1024(0x52)+_0x1a58c5[_0x1024(0x4d)]}):_0x2244d7[_0x1024(0x21)]({'platform':_0x1024(0x14),'component':_0x278484[_0x1024(0x4c)],'status':_0x278484[_0x1024(0x48)],'message':'Import\x20error:\x20'+_0xa44f00['message']});}try{const {storeTelegramData:_0x4736c2}=__ONAIROS_REQ_FUNC__(0xd);_0x2244d7[_0x1024(0x21)]({'platform':_0x1024(0x17),'component':'service','status':_0x278484[_0x1024(0x45)](typeof _0x4736c2,_0x278484[_0x1024(0x46)])?_0x278484[_0x1024(0x47)]:'fail','message':_0x278484['hVAza']});}catch(_0x38eea8){_0x2244d7[_0x1024(0x21)]({'platform':_0x278484[_0x1024(0x60)],'component':_0x278484[_0x1024(0x4c)],'status':_0x278484['Ltefu'],'message':_0x1024(0x52)+_0x38eea8['message']});}return _0x2244d7;};exports['testServiceImports']=testServiceImports;function _0x3a12(){const _0x1e5e7e=['__esModule','testWebViewScriptExports','testServiceImports','testPlatformDetection','testExtractorImports','testBackendConnectivity','runConnectorSanityTests','fail','eyUfD','chatgpt','webview_scripts','pass','ChatGPT\x20scripts\x20missing','claude','Claude\x20scripts\x20exported\x20correctly','Claude\x20scripts\x20missing','hinge','Hinge\x20scripts\x20missing','instagram','Instagram\x20scripts\x20missing','sephora','Sephora\x20scripts\x20exported\x20correctly','Sephora\x20scripts\x20missing','telegram','Telegram\x20scripts\x20exported\x20correctly','Telegram\x20scripts\x20missing','utilities','mRqan','kGkyN','status','mLYyb','log','component','push','IuuUM','FAusg','ChatGPT\x20scripts\x20exported\x20correctly','CYPdh','OmYBY','prHEy','CoTAx','bDkNF','fDtMV','DPSKq','sBHZG','Instagram\x20scripts\x20exported\x20correctly','gsVTw','guSXq','HrZlb','vhgqL','nAcgr','NqWRf','platform_detection','QfNTP','Platform\x20detection\x20functions\x20available','gzNun','service','function','Hinge\x20extractor\x20hook\x20available','ChatGPT\x20service\x20function\x20available','iFMsy','Claude\x20service\x20function\x20available','eBSHu','Hinge\x20service\x20function\x20available','Instagram\x20service\x20function\x20available','buphd','Sephora\x20service\x20function\x20available','rSnKo','fVAfO','YGbBK','fFqiH','IqNTt','Ltefu','bMPYv','eDJfb','zUwAM','EAIUY','message','AlPOJ','nSIlw','Vdjem','IZulN','Import\x20error:\x20','qmNzv','FUOSB','CIDRb','nDqJc','cXSKS','cdHlH','IROGr','whHEH','oOusr','Service\x20import\x20failed:\x20','hTDZV','UAtJx','hNVqP','QkwQU','extractor','Telegram\x20extractor\x20hook\x20available','Hinge\x20detection\x20correct','Hinge\x20detection\x20failed','detection','Instagram\x20detection\x20correct','Instagram\x20detection\x20failed','Sephora\x20detection\x20failed','Telegram\x20detection\x20failed','all','Sephora\x20extractor\x20hook\x20available','webview_script','DiFVR','KiXZk','wlvGN','xfQhU','Instagram\x20extractor\x20hook\x20available','cIcAC','WnAcD','ZSWki','adloe','xrxND','dfyct','wZXQp','gYuIN','DrhFX','ohuEc','aTZNz','pskrT','AOnuI','MOMtR','EMBph','ooStb','DxZKG','ZSBID','MNAEj','JZefH','uHFJO','pRLCe','FwFrS','KHpsJ','mSmbY','cwRac','vfdwV','byPaJ','bklLF','HYojq','Sephora\x20detection\x20correct','SPfjL','ZnrGJ','Detection\x20test\x20error:\x20','rEPon','BWQdM','nbVVO','gNMFG','JhJQO','ADYfv','hBHvH','YTovl','eABDV','kHnzr','Script\x20import\x20failed:\x20','vblXa','warning','VqRVC','backend','abort','API_CONFIG','BASE_URL','/health','signal','iZcCN','QxaeP','JjQNh','Backend\x20health\x20check\x20passed','KCtrO','wHyAc','hTNBV','Jbpdh','health','Backend\x20unreachable:\x20','vufkM','jBhke','CeAyB','Zgtbw','XLUVZ','MWDWU','Platform\x20data\x20endpoint\x20check:\x20','Endpoint\x20check\x20failed\x20(may\x20require\x20auth):\x20','OuAkd','Telegram\x20detection\x20correct','HaWFr','qBCOf','zeEMk','iascr','ihBsY','wQKKg','OahCz','fXuqg','bOYJS','oHZWH','gNArl','zWMLs','HrXzG','aYMwD','AadAH','wJeyN','yasQn','KKwQb','XbRUi','iXsDe','wZMtm','PWGWr','AMHcR','etxRh','📋\x20Testing\x20WebView\x20script\x20exports...','📋\x20Testing\x20service\x20imports...','📋\x20Testing\x20extractor\x20imports...','📋\x20Testing\x20platform\x20detection...','📋\x20Testing\x20backend\x20connectivity...','========================================\x0a','\x0a========================================','⚠️\x20All\x20critical\x20tests\x20passed,\x20but\x20there\x20are\x20warnings.','✅\x20All\x20tests\x20passed!\x20Connectors\x20are\x20ready.','🧪\x20[CONNECTOR_TESTS]\x20Starting\x20connector\x20sanity\x20tests...\x0a','AoZhe','zLagF','OoRil','CguvE','vtWqd','filter','length','jufWN','vKGDm','XnEKy','uVPhJ','GPGnd','wbvpz','📊\x20Summary:\x20','\x20passed,\x20','\x20warnings','oJqcQ','BigMo','ztyPR','wJwyg','zbzia','Export\x20script\x20available','storeTelegramData','Lthak','validation','HxVZh','🧪\x20Testing\x20','\x20connector...\x0a','toLowerCase','eVZkY','includes','VcYUy','jdShc','toUpperCase','_EXPORT_SCRIPT','YoXBS','nQvaj','GnREv','AtrUx','HIRwQ','zQfUr','giWuB','pebAk','wWBgX','kqdzh','storeSephoraData','qJptH','vTzro','Service\x20function\x20','use','zjKSZ','slice','yyEgy','rcALr','Extractor\x20hook\x20','\x20available','xdfnD','kFnwv','Unknown\x20platform:\x20','.\x20Use\x20\x27hinge\x27,\x20\x27instagram\x27,\x20\x27sephora\x27,\x20or\x20\x27telegram\x27.','SswyB','wEKzc','cQsfl','IpmYa','RGAVX','mIFob','BRqvv','voikN','dXjSy','KgZTV','COaRf','PXbQC','WQNeu','KJURS','ZPtYx','ecXvP','qAvMC','testPlatformConnector'];_0x3a12=function(){return _0x1e5e7e;};return _0x3a12();}const testExtractorImports=()=>{const _0xe23b01={'dfyct':function(_0x4973e5,_0x489990){return _0x4973e5(_0x489990);},'wZXQp':_0x1024(0x17),'gYuIN':_0x1024(0x61),'DrhFX':function(_0x278f76,_0x1c6e94){return _0x278f76===_0x1c6e94;},'ohuEc':_0x1024(0xb),'aTZNz':_0x1024(0x7),'pskrT':_0x1024(0x62),'MNAEj':function(_0x1c717c,_0x26e3dc){return _0x1c717c(_0x26e3dc);},'JZefH':function(_0x19c17b,_0x33347d){return _0x19c17b(_0x33347d);},'MOMtR':_0x1024(0x10),'uHFJO':function(_0x57183d,_0x33e01a){return _0x57183d(_0x33e01a);},'EarLz':_0x1024(0x63),'pRLCe':_0x1024(0x64),'FwFrS':function(_0x5c7062,_0x47be2b){return _0x5c7062(_0x47be2b);},'KHpsJ':'instagram','mSmbY':function(_0x1bb16e,_0x257a58){return _0x1bb16e(_0x257a58);},'cwRac':_0x1024(0x65),'vfdwV':_0x1024(0x66),'byPaJ':_0x1024(0x67),'bklLF':function(_0x1b3a5b,_0x9a7fad){return _0x1b3a5b(_0x9a7fad);},'HYojq':_0x1024(0x14),'SPfjL':_0x1024(0x68),'UqzcS':'Telegram\x20detection\x20correct','KzMsx':_0x1024(0x69),'ZnrGJ':_0x1024(0x6a),'JhJQO':function(_0x118e98,_0xf14cd0){return _0x118e98(_0xf14cd0);},'EMBph':function(_0x54622c,_0x352ab8){return _0x54622c===_0x352ab8;},'ADYfv':_0x1024(0x6b),'kHnzr':_0x1024(0x6c),'ooStb':function(_0x31c48a,_0x3854c6){return _0x31c48a===_0x3854c6;},'adloe':_0x1024(0x6d),'xrxND':_0x1024(0x6e),'AOnuI':function(_0x2aec7b,_0x3ceaae){return _0x2aec7b(_0x3ceaae);},'UixzM':_0x1024(0x3a),'DxZKG':_0x1024(0x6f),'ZSBID':_0x1024(0x70),'rEPon':function(_0x43a6d4,_0x3bafff){return _0x43a6d4(_0x3bafff);},'BWQdM':_0x1024(0x39),'nbVVO':_0x1024(0x71),'WpbEE':function(_0x58ccf8,_0x341b3b){return _0x58ccf8!==_0x341b3b;},'gNMFG':_0x1024(0x72),'hBHvH':function(_0x5067a2,_0x35e795){return _0x5067a2(_0x35e795);},'YTovl':function(_0x490417,_0x151dbd){return _0x490417===_0x151dbd;},'EjnMv':_0x1024(0x73),'eABDV':_0x1024(0x74),'xtZIp':function(_0xff1e0c,_0x4dbb44){return _0xff1e0c(_0x4dbb44);},'vblXa':function(_0xb8b9dd,_0x2e8e46){return _0xb8b9dd===_0x2e8e46;}},_0x2db925=[];try{if(_0xe23b01['ooStb'](_0xe23b01[_0x1024(0x75)],_0xe23b01[_0x1024(0x76)])){const {useTelegramDataExtractor:useTelegramDataExtractor}=_0xe23b01[_0x1024(0x77)](_0x479a01,0x11);_0x390972['push']({'platform':_0xe23b01[_0x1024(0x78)],'component':_0xe23b01[_0x1024(0x79)],'status':_0xe23b01[_0x1024(0x7a)](typeof useTelegramDataExtractor,'function')?_0xe23b01[_0x1024(0x7b)]:_0xe23b01[_0x1024(0x7c)],'message':_0xe23b01[_0x1024(0x7d)]});}else{const {useHingeDataExtractor:useHingeDataExtractor}=_0xe23b01[_0x1024(0x7e)](__ONAIROS_REQ_FUNC__,0xe);_0x2db925[_0x1024(0x21)]({'platform':_0xe23b01[_0x1024(0x7f)],'component':_0xe23b01[_0x1024(0x79)],'status':_0xe23b01[_0x1024(0x80)](typeof useHingeDataExtractor,_0x1024(0x39))?_0xe23b01[_0x1024(0x7b)]:_0xe23b01[_0x1024(0x7c)],'message':_0xe23b01['UixzM']});}}catch(_0x32f5ca){if(_0xe23b01[_0x1024(0x81)](_0xe23b01[_0x1024(0x82)],_0xe23b01[_0x1024(0x83)])){const _0x104e48=[];try{const {isWebViewExtractionPlatform:_0x5a8134,isHingePlatform:_0x1061be,isInstagramPlatform:_0x351b12,isSephoraPlatform:_0x344448,isLLMPlatform:_0x3e9631}=_0xe23b01[_0x1024(0x84)](_0x4b795f,0x3),_0x83698d=_0xe23b01[_0x1024(0x85)](_0x1061be,_0xe23b01[_0x1024(0x7f)])&&_0x5a8134(_0xe23b01[_0x1024(0x7f)])&&!_0xe23b01[_0x1024(0x86)](_0x3e9631,_0x1024(0x10));_0x104e48['push']({'platform':_0xe23b01['MOMtR'],'component':'detection','status':_0x83698d?_0xe23b01[_0x1024(0x7b)]:_0xe23b01[_0x1024(0x7c)],'message':_0x83698d?_0xe23b01['EarLz']:_0xe23b01[_0x1024(0x87)]});const _0x19c5b7=_0xe23b01[_0x1024(0x88)](_0x351b12,_0xe23b01['KHpsJ'])&&_0xe23b01[_0x1024(0x88)](_0x5a8134,_0xe23b01[_0x1024(0x89)])&&!_0xe23b01[_0x1024(0x8a)](_0x3e9631,_0xe23b01[_0x1024(0x89)]);_0x104e48['push']({'platform':_0xe23b01['KHpsJ'],'component':_0xe23b01[_0x1024(0x8b)],'status':_0x19c5b7?_0x1024(0xb):_0xe23b01[_0x1024(0x7c)],'message':_0x19c5b7?_0xe23b01[_0x1024(0x8c)]:_0xe23b01[_0x1024(0x8d)]});const _0x108f63=_0xe23b01[_0x1024(0x8e)](_0x344448,_0xe23b01[_0x1024(0x8f)])&&_0xe23b01[_0x1024(0x88)](_0x5a8134,_0xe23b01[_0x1024(0x8f)])&&!_0xe23b01[_0x1024(0x8a)](_0x3e9631,_0x1024(0x14));_0x104e48[_0x1024(0x21)]({'platform':_0xe23b01[_0x1024(0x8f)],'component':_0xe23b01[_0x1024(0x8b)],'status':_0x108f63?_0xe23b01['ohuEc']:_0x1024(0x7),'message':_0x108f63?_0x1024(0x90):_0xe23b01[_0x1024(0x91)]});const {isTelegramPlatform:_0x7974e9}=_0x19c213(0x2),_0x24fc17=_0xe23b01[_0x1024(0x88)](_0x7974e9,_0xe23b01[_0x1024(0x78)])&&_0x5a8134(_0xe23b01[_0x1024(0x78)])&&!_0xe23b01[_0x1024(0x88)](_0x3e9631,_0x1024(0x17));_0x104e48['push']({'platform':_0x1024(0x17),'component':_0x1024(0x65),'status':_0x24fc17?_0xe23b01['ohuEc']:_0xe23b01[_0x1024(0x7c)],'message':_0x24fc17?_0xe23b01['UqzcS']:_0xe23b01['KzMsx']});}catch(_0x4017ef){_0x104e48['push']({'platform':_0xe23b01[_0x1024(0x92)],'component':_0xe23b01[_0x1024(0x8b)],'status':_0xe23b01[_0x1024(0x7c)],'message':_0x1024(0x93)+_0x4017ef[_0x1024(0x4d)]});}return _0x104e48;}else _0x2db925[_0x1024(0x21)]({'platform':_0x1024(0x10),'component':_0xe23b01[_0x1024(0x79)],'status':_0xe23b01['aTZNz'],'message':_0x1024(0x52)+_0x32f5ca[_0x1024(0x4d)]});}try{const {useInstagramDataExtractor:useInstagramDataExtractor}=_0xe23b01[_0x1024(0x94)](__ONAIROS_REQ_FUNC__,0xf);_0x2db925[_0x1024(0x21)]({'platform':_0x1024(0x12),'component':_0xe23b01[_0x1024(0x79)],'status':typeof useInstagramDataExtractor===_0xe23b01[_0x1024(0x95)]?_0xe23b01[_0x1024(0x7b)]:_0xe23b01[_0x1024(0x7c)],'message':_0xe23b01[_0x1024(0x96)]});}catch(_0xa474b7){if(_0xe23b01['WpbEE'](_0xe23b01['gNMFG'],_0xe23b01[_0x1024(0x97)])){const {useSephoraDataExtractor:useSephoraDataExtractor}=_0xe23b01[_0x1024(0x98)](_0x900c1a,0x10);_0x292c34[_0x1024(0x21)]({'platform':_0x1024(0x14),'component':_0xe23b01[_0x1024(0x79)],'status':_0xe23b01['EMBph'](typeof useSephoraDataExtractor,_0x1024(0x39))?_0xe23b01[_0x1024(0x7b)]:_0xe23b01['aTZNz'],'message':_0xe23b01[_0x1024(0x99)]});}else _0x2db925['push']({'platform':_0x1024(0x12),'component':'extractor','status':_0xe23b01['aTZNz'],'message':_0x1024(0x52)+_0xa474b7[_0x1024(0x4d)]});}try{const {useSephoraDataExtractor:useSephoraDataExtractor}=_0xe23b01[_0x1024(0x9a)](__ONAIROS_REQ_FUNC__,0x10);_0x2db925[_0x1024(0x21)]({'platform':_0x1024(0x14),'component':_0x1024(0x61),'status':_0xe23b01[_0x1024(0x9b)](typeof useSephoraDataExtractor,_0xe23b01[_0x1024(0x95)])?_0xe23b01[_0x1024(0x7b)]:_0xe23b01[_0x1024(0x7c)],'message':_0xe23b01[_0x1024(0x99)]});}catch(_0x41768a){_0x2db925[_0x1024(0x21)]({'platform':_0xe23b01[_0x1024(0x8f)],'component':_0xe23b01[_0x1024(0x79)],'status':_0xe23b01[_0x1024(0x7c)],'message':'Import\x20error:\x20'+_0x41768a[_0x1024(0x4d)]});}try{if(_0xe23b01['EjnMv']===_0xe23b01[_0x1024(0x9c)])_0xe0fb68[_0x1024(0x21)]({'platform':_0x42bb44,'component':_0xe23b01[_0x1024(0x9d)],'status':_0xe23b01[_0x1024(0x7c)],'message':_0x1024(0x9e)+_0x4eb72b['message']});else{const {useTelegramDataExtractor:useTelegramDataExtractor}=_0xe23b01['xtZIp'](__ONAIROS_REQ_FUNC__,0x11);_0x2db925['push']({'platform':_0xe23b01[_0x1024(0x78)],'component':'extractor','status':_0xe23b01[_0x1024(0x9f)](typeof useTelegramDataExtractor,_0xe23b01[_0x1024(0x95)])?_0xe23b01[_0x1024(0x7b)]:'fail','message':_0xe23b01['pskrT']});}}catch(_0x23687f){_0x2db925[_0x1024(0x21)]({'platform':_0xe23b01[_0x1024(0x78)],'component':_0xe23b01[_0x1024(0x79)],'status':_0xe23b01[_0x1024(0x7c)],'message':_0x1024(0x52)+_0x23687f[_0x1024(0x4d)]});}return _0x2db925;};exports[_0x1024(0x4)]=testExtractorImports;const testBackendConnectivity=async()=>{const _0x1e242a={'hTNBV':'fail','xFJKQ':function(_0x54ec31,_0x5c6706,_0x2d9345){return _0x54ec31(_0x5c6706,_0x2d9345);},'iZcCN':function(_0x1de349,_0x2aa045){return _0x1de349(_0x2aa045);},'QxaeP':'health','MWDWU':_0x1024(0xb),'JjQNh':_0x1024(0xa0),'KCtrO':function(_0x4f8c03,_0x25697c){return _0x4f8c03===_0x25697c;},'WJlaE':_0x1024(0xa1),'Jbpdh':_0x1024(0xa2),'vufkM':function(_0x3cc799,_0xefcecd,_0x48aa30){return _0x3cc799(_0xefcecd,_0x48aa30);},'jBhke':function(_0x58406a,_0x99ac44,_0x7caae0){return _0x58406a(_0x99ac44,_0x7caae0);},'CeAyB':'OPTIONS','Zgtbw':function(_0x19a6b3,_0x18e43c){return _0x19a6b3(_0x18e43c);},'XLUVZ':'platform_data_endpoint','TlZHe':function(_0x3d9b32,_0x1907e7){return _0x3d9b32<_0x1907e7;}},_0x22d7e6=[];try{const _0x324029=new AbortController(),_0x164d11=_0x1e242a['xFJKQ'](setTimeout,()=>_0x324029[_0x1024(0xa3)](),0x2710),_0x500e13=await _0x1e242a['xFJKQ'](fetch,_api[_0x1024(0xa4)][_0x1024(0xa5)]+_0x1024(0xa6),{'method':'GET','signal':_0x324029[_0x1024(0xa7)]});_0x1e242a[_0x1024(0xa8)](clearTimeout,_0x164d11),_0x22d7e6[_0x1024(0x21)]({'platform':_0x1024(0xa2),'component':_0x1e242a[_0x1024(0xa9)],'status':_0x500e13['ok']?_0x1e242a['MWDWU']:_0x1e242a[_0x1024(0xaa)],'message':_0x500e13['ok']?_0x1024(0xab):'Backend\x20returned\x20status\x20'+_0x500e13[_0x1024(0x1d)],'details':{'status':_0x500e13[_0x1024(0x1d)]}});}catch(_0x166703){_0x1e242a[_0x1024(0xac)](_0x1024(0xad),_0x1e242a['WJlaE'])?_0x448963[_0x1024(0x21)]({'platform':_0x1024(0x10),'component':_0x1024(0x38),'status':_0x1e242a[_0x1024(0xae)],'message':_0x1024(0x52)+_0x1d759b[_0x1024(0x4d)]}):_0x22d7e6[_0x1024(0x21)]({'platform':_0x1e242a[_0x1024(0xaf)],'component':_0x1024(0xb0),'status':_0x1e242a[_0x1024(0xae)],'message':_0x1024(0xb1)+_0x166703['message']});}try{const _0xb564c2=new AbortController(),_0x1c46b9=_0x1e242a[_0x1024(0xb2)](setTimeout,()=>_0xb564c2[_0x1024(0xa3)](),0x2710),_0x24a4ab=await _0x1e242a[_0x1024(0xb3)](fetch,_api[_0x1024(0xa4)][_0x1024(0xa5)]+'/platform-data/store',{'method':_0x1e242a[_0x1024(0xb4)],'signal':_0xb564c2[_0x1024(0xa7)]});_0x1e242a[_0x1024(0xb5)](clearTimeout,_0x1c46b9),_0x22d7e6['push']({'platform':_0x1e242a[_0x1024(0xaf)],'component':_0x1e242a[_0x1024(0xb6)],'status':_0x1e242a['TlZHe'](_0x24a4ab[_0x1024(0x1d)],0x1f4)?_0x1e242a[_0x1024(0xb7)]:_0x1e242a[_0x1024(0xaa)],'message':_0x1024(0xb8)+_0x24a4ab[_0x1024(0x1d)],'details':{'status':_0x24a4ab[_0x1024(0x1d)]}});}catch(_0x3caa2e){_0x22d7e6[_0x1024(0x21)]({'platform':_0x1e242a[_0x1024(0xaf)],'component':_0x1e242a[_0x1024(0xb6)],'status':_0x1024(0xa0),'message':_0x1024(0xb9)+_0x3caa2e[_0x1024(0x4d)]});}return _0x22d7e6;};exports['testBackendConnectivity']=testBackendConnectivity;const testPlatformDetection=()=>{const _0x3dbc08={'AMHcR':_0x1024(0xd),'etxRh':_0x1024(0x38),'zWMLs':_0x1024(0x7),'HaWFr':function(_0x34a436,_0x353ff8){return _0x34a436!==_0x353ff8;},'qBCOf':_0x1024(0xba),'eUqiN':'OxbEN','zeEMk':function(_0xf027df,_0x1bb938){return _0xf027df(_0x1bb938);},'iascr':_0x1024(0x10),'aYMwD':function(_0x5795ea,_0x4f3440){return _0x5795ea(_0x4f3440);},'ihBsY':_0x1024(0xb),'wQKKg':_0x1024(0x63),'OahCz':_0x1024(0x64),'fXuqg':function(_0x15010b,_0x80e416){return _0x15010b(_0x80e416);},'bOYJS':'instagram','SjWoU':function(_0x272f98,_0x527cf3){return _0x272f98(_0x527cf3);},'oHZWH':function(_0x3118e9,_0x2039f4){return _0x3118e9(_0x2039f4);},'gNArl':'detection','HrXzG':_0x1024(0x67),'AadAH':_0x1024(0x14),'wJeyN':_0x1024(0x68),'yasQn':function(_0x4a7c35,_0x508202){return _0x4a7c35(_0x508202);},'KKwQb':function(_0xbad533,_0x118a1f){return _0xbad533(_0x118a1f);},'iXsDe':_0x1024(0x17),'XbRUi':function(_0x35348c,_0xcb2676){return _0x35348c(_0xcb2676);},'wZMtm':_0x1024(0xbb),'PWGWr':_0x1024(0x69),'iVRHr':'all'},_0x5e6195=[];try{if(_0x3dbc08[_0x1024(0xbc)](_0x3dbc08[_0x1024(0xbd)],_0x3dbc08['eUqiN'])){const {isWebViewExtractionPlatform:_0x2e0ee4,isHingePlatform:_0x21cd24,isInstagramPlatform:_0x3d4f06,isSephoraPlatform:_0x2a7eec,isLLMPlatform:_0x5da1de}=_0x3dbc08['zeEMk'](__ONAIROS_REQ_FUNC__,0x3),_0x2f93b1=_0x3dbc08[_0x1024(0xbe)](_0x21cd24,_0x3dbc08[_0x1024(0xbf)])&&_0x3dbc08['zeEMk'](_0x2e0ee4,_0x3dbc08['iascr'])&&!_0x3dbc08['aYMwD'](_0x5da1de,_0x3dbc08[_0x1024(0xbf)]);_0x5e6195[_0x1024(0x21)]({'platform':_0x3dbc08['iascr'],'component':'detection','status':_0x2f93b1?_0x3dbc08[_0x1024(0xc0)]:'fail','message':_0x2f93b1?_0x3dbc08[_0x1024(0xc1)]:_0x3dbc08[_0x1024(0xc2)]});const _0x523792=_0x3dbc08[_0x1024(0xc3)](_0x3d4f06,_0x3dbc08['bOYJS'])&&_0x3dbc08['SjWoU'](_0x2e0ee4,_0x3dbc08[_0x1024(0xc4)])&&!_0x3dbc08[_0x1024(0xc5)](_0x5da1de,_0x3dbc08[_0x1024(0xc4)]);_0x5e6195[_0x1024(0x21)]({'platform':_0x3dbc08[_0x1024(0xc4)],'component':_0x3dbc08[_0x1024(0xc6)],'status':_0x523792?_0x3dbc08[_0x1024(0xc0)]:_0x3dbc08[_0x1024(0xc7)],'message':_0x523792?_0x1024(0x66):_0x3dbc08[_0x1024(0xc8)]});const _0x3bbd7b=_0x3dbc08[_0x1024(0xc9)](_0x2a7eec,_0x3dbc08[_0x1024(0xca)])&&_0x2e0ee4(_0x3dbc08['AadAH'])&&!_0x3dbc08[_0x1024(0xc5)](_0x5da1de,_0x3dbc08[_0x1024(0xca)]);_0x5e6195[_0x1024(0x21)]({'platform':_0x3dbc08[_0x1024(0xca)],'component':_0x3dbc08[_0x1024(0xc6)],'status':_0x3bbd7b?_0x3dbc08['ihBsY']:_0x1024(0x7),'message':_0x3bbd7b?_0x1024(0x90):_0x3dbc08[_0x1024(0xcb)]});const {isTelegramPlatform:_0x45cd53}=__ONAIROS_REQ_FUNC__(0x2),_0x24f72b=_0x3dbc08[_0x1024(0xcc)](_0x45cd53,_0x1024(0x17))&&_0x3dbc08[_0x1024(0xcd)](_0x2e0ee4,_0x3dbc08['iXsDe'])&&!_0x3dbc08[_0x1024(0xce)](_0x5da1de,_0x3dbc08[_0x1024(0xcf)]);_0x5e6195[_0x1024(0x21)]({'platform':_0x3dbc08['iXsDe'],'component':_0x3dbc08[_0x1024(0xc6)],'status':_0x24f72b?_0x3dbc08['ihBsY']:_0x3dbc08[_0x1024(0xc7)],'message':_0x24f72b?_0x3dbc08[_0x1024(0xd0)]:_0x3dbc08[_0x1024(0xd1)]});}else _0x22b3b7[_0x1024(0x21)]({'platform':_0x3dbc08[_0x1024(0xd2)],'component':_0x3dbc08[_0x1024(0xd3)],'status':_0x3dbc08[_0x1024(0xc7)],'message':_0x1024(0x52)+_0x46b204[_0x1024(0x4d)]});}catch(_0x43048d){_0x5e6195[_0x1024(0x21)]({'platform':_0x3dbc08['iVRHr'],'component':_0x3dbc08['gNArl'],'status':_0x1024(0x7),'message':_0x1024(0x93)+_0x43048d['message']});}return _0x5e6195;};function _0x1024(_0x3a12ca,_0x10244c){_0x3a12ca=_0x3a12ca-0x0;const _0x51f9ed=_0x3a12();let _0x17b5d5=_0x51f9ed[_0x3a12ca];return _0x17b5d5;}exports[_0x1024(0x3)]=testPlatformDetection;const runConnectorSanityTests=async()=>{const _0x41fa45={'AoZhe':_0x1024(0xd4),'bhWKe':function(_0x2c819e){return _0x2c819e();},'zLagF':_0x1024(0xd5),'OoRil':_0x1024(0xd6),'CguvE':function(_0x27f95a){return _0x27f95a();},'vtWqd':_0x1024(0xd7),'ytZMA':_0x1024(0xd8),'jufWN':'🧪\x20CONNECTOR\x20SANITY\x20TEST\x20RESULTS','vKGDm':_0x1024(0xd9),'XnEKy':function(_0x568ded,_0x29a23b){return _0x568ded===_0x29a23b;},'uVPhJ':_0x1024(0xb),'GPGnd':_0x1024(0x7),'wbvpz':_0x1024(0xda),'BigMo':function(_0xccdb75,_0x4124f2){return _0xccdb75>_0x4124f2;},'oJqcQ':'❌\x20Some\x20tests\x20failed!\x20Please\x20check\x20the\x20errors\x20above.','ztyPR':_0x1024(0xdb),'wJwyg':_0x1024(0xdc)};console[_0x1024(0x1f)](_0x1024(0xdd));const _0x931c77=[];console[_0x1024(0x1f)](_0x41fa45[_0x1024(0xde)]),_0x931c77[_0x1024(0x21)](..._0x41fa45['bhWKe'](testWebViewScriptExports)),console[_0x1024(0x1f)](_0x41fa45[_0x1024(0xdf)]),_0x931c77['push'](...testServiceImports()),console[_0x1024(0x1f)](_0x41fa45[_0x1024(0xe0)]),_0x931c77[_0x1024(0x21)](..._0x41fa45[_0x1024(0xe1)](testExtractorImports)),console[_0x1024(0x1f)](_0x41fa45[_0x1024(0xe2)]),_0x931c77[_0x1024(0x21)](..._0x41fa45[_0x1024(0xe1)](testPlatformDetection)),console['log'](_0x41fa45['ytZMA']),_0x931c77[_0x1024(0x21)](...await testBackendConnectivity());const _0x210363=_0x931c77[_0x1024(0xe3)](_0x3cfab6=>_0x3cfab6[_0x1024(0x1d)]===_0x1024(0xb))['length'],_0x54769e=_0x931c77[_0x1024(0xe3)](_0x32738f=>_0x32738f[_0x1024(0x1d)]===_0x1024(0x7))[_0x1024(0xe4)],_0x2eac82=_0x931c77['filter'](_0xfbd9fa=>_0xfbd9fa[_0x1024(0x1d)]==='warning')[_0x1024(0xe4)];console[_0x1024(0x1f)](_0x1024(0xda)),console[_0x1024(0x1f)](_0x41fa45[_0x1024(0xe5)]),console[_0x1024(0x1f)](_0x41fa45[_0x1024(0xe6)]);for(const _0x3a0cd0 of _0x931c77){const _0x56d254=_0x41fa45[_0x1024(0xe7)](_0x3a0cd0[_0x1024(0x1d)],_0x41fa45[_0x1024(0xe8)])?'✅':_0x41fa45[_0x1024(0xe7)](_0x3a0cd0[_0x1024(0x1d)],_0x41fa45[_0x1024(0xe9)])?'❌':'⚠️';console['log'](_0x56d254+'\x20['+_0x3a0cd0['platform']['toUpperCase']()+']\x20'+_0x3a0cd0[_0x1024(0x20)]+':\x20'+_0x3a0cd0[_0x1024(0x4d)]);}console[_0x1024(0x1f)](_0x41fa45[_0x1024(0xea)]),console['log'](_0x1024(0xeb)+_0x210363+_0x1024(0xec)+_0x54769e+'\x20failed,\x20'+_0x2eac82+_0x1024(0xed)),console[_0x1024(0x1f)](_0x41fa45[_0x1024(0xe6)]);if(_0x41fa45['BigMo'](_0x54769e,0x0))console[_0x1024(0x1f)](_0x41fa45[_0x1024(0xee)]);else _0x41fa45[_0x1024(0xef)](_0x2eac82,0x0)?console[_0x1024(0x1f)](_0x41fa45[_0x1024(0xf0)]):console['log'](_0x41fa45[_0x1024(0xf1)]);return{'passed':_0x210363,'failed':_0x54769e,'warnings':_0x2eac82,'results':_0x931c77};};exports[_0x1024(0x6)]=runConnectorSanityTests;const testPlatformConnector=async _0xd2a62=>{const _0x11bf3e={'HIRwQ':function(_0x30e707,_0x85d52e){return _0x30e707(_0x85d52e);},'zQfUr':_0x1024(0x9),'qJptH':function(_0x46a1d3,_0xaf495){return _0x46a1d3===_0xaf495;},'giWuB':_0x1024(0x39),'vTzro':_0x1024(0xb),'pebAk':_0x1024(0x3b),'SswyB':'webview_scripts','wEKzc':'ChatGPT\x20scripts\x20exported\x20correctly','cQsfl':'ChatGPT\x20scripts\x20missing','IpmYa':_0x1024(0xd),'RGAVX':_0x1024(0xf),'wWBgX':_0x1024(0x10),'nQvaj':_0x1024(0x7),'eVZkY':'instagram','mIFob':'Instagram\x20scripts\x20exported\x20correctly','BRqvv':_0x1024(0x13),'LqOKX':_0x1024(0x15),'psjRu':_0x1024(0x16),'voikN':_0x1024(0x17),'dXjSy':_0x1024(0x18),'KgZTV':_0x1024(0x19),'COaRf':function(_0x504342,_0x391e8f){return _0x504342(_0x391e8f);},'PXbQC':'utilities','WQNeu':function(_0x425355,_0x7974d1){return _0x425355&&_0x7974d1;},'KJURS':_0x1024(0x36),'ZPtYx':'all','oVYKB':'backend','qAvMC':'platform_data_endpoint','zdsbq':_0x1024(0x14),'vyzEO':function(_0x518905,_0x3a3c38){return _0x518905===_0x3a3c38;},'VcYUy':_0x1024(0xf2),'jdShc':function(_0x697369,_0x2cd676){return _0x697369(_0x2cd676);},'YoXBS':'webview_script','GnREv':_0x1024(0xf3),'AtrUx':'Export\x20script\x20missing','ANSga':'storeInstagramData','kqdzh':_0x1024(0xf4),'zjKSZ':function(_0x944869,_0x32e6df){return _0x944869+_0x32e6df;},'yyEgy':_0x1024(0x61),'rcALr':function(_0x2ea779,_0x2feb06){return _0x2ea779===_0x2feb06;},'xdfnD':_0x1024(0xf5),'kFnwv':_0x1024(0xf6),'ecXvP':_0x1024(0xf7)};console[_0x1024(0x1f)](_0x1024(0xf8)+_0xd2a62+_0x1024(0xf9));const _0x73dea7=[],_0x24f892=_0xd2a62[_0x1024(0xfa)]();if([_0x11bf3e['wWBgX'],_0x11bf3e[_0x1024(0xfb)],_0x11bf3e['zdsbq'],_0x1024(0x17)][_0x1024(0xfc)](_0x24f892)){try{if(_0x11bf3e['vyzEO'](_0x1024(0xf2),_0x11bf3e[_0x1024(0xfd)])){const _0x59b0f8=_0x11bf3e[_0x1024(0xfe)](__ONAIROS_REQ_FUNC__,0x1),_0xdd2703=_0x24f892[_0x1024(0xff)]()+_0x1024(0x100),_0x493614=!!_0x59b0f8[_0xdd2703];_0x73dea7[_0x1024(0x21)]({'platform':_0x24f892,'component':_0x11bf3e[_0x1024(0x101)],'status':_0x493614?_0x1024(0xb):_0x11bf3e[_0x1024(0x102)],'message':_0x493614?_0x11bf3e[_0x1024(0x103)]:_0x11bf3e[_0x1024(0x104)]});}else{const {storeChatGPTConversations:_0x1ec78b}=_0x11bf3e[_0x1024(0x105)](_0xf80950,0x8);_0x2325f5[_0x1024(0x21)]({'platform':_0x11bf3e[_0x1024(0x106)],'component':'service','status':_0x11bf3e['qJptH'](typeof _0x1ec78b,_0x11bf3e[_0x1024(0x107)])?_0x11bf3e['vTzro']:_0x1024(0x7),'message':_0x11bf3e[_0x1024(0x108)]});}}catch(_0x547ee3){_0x73dea7['push']({'platform':_0x24f892,'component':_0x11bf3e['YoXBS'],'status':_0x11bf3e[_0x1024(0x102)],'message':_0x1024(0x9e)+_0x547ee3[_0x1024(0x4d)]});}try{const _0x248981=__ONAIROS_REQ_FUNC__(0x15),_0x2394b1=_0x24f892===_0x11bf3e[_0x1024(0x109)]?'storeHingeData':_0x11bf3e['vyzEO'](_0x24f892,'instagram')?_0x11bf3e['ANSga']:_0x24f892===_0x11bf3e['voikN']?_0x11bf3e[_0x1024(0x10a)]:_0x1024(0x10b);_0x73dea7['push']({'platform':_0x24f892,'component':_0x1024(0x38),'status':_0x11bf3e[_0x1024(0x10c)](typeof _0x248981[_0x2394b1],_0x11bf3e['giWuB'])?_0x11bf3e[_0x1024(0x10d)]:_0x1024(0x7),'message':_0x1024(0x10e)+_0x2394b1+'\x20available'});}catch(_0x445840){_0x73dea7[_0x1024(0x21)]({'platform':_0x24f892,'component':_0x1024(0x38),'status':_0x1024(0x7),'message':_0x1024(0x5c)+_0x445840[_0x1024(0x4d)]});}try{const _0x418c53=_0x11bf3e[_0x1024(0x105)](__ONAIROS_REQ_FUNC__,0x16),_0x23e6b0=_0x1024(0x10f)+_0x11bf3e[_0x1024(0x110)](_0x24f892['charAt'](0x0)['toUpperCase'](),_0x24f892[_0x1024(0x111)](0x1))+'DataExtractor';_0x73dea7[_0x1024(0x21)]({'platform':_0x24f892,'component':_0x11bf3e[_0x1024(0x112)],'status':_0x11bf3e[_0x1024(0x113)](typeof _0x418c53[_0x23e6b0],_0x11bf3e[_0x1024(0x107)])?_0x11bf3e[_0x1024(0x10d)]:_0x1024(0x7),'message':_0x1024(0x114)+_0x23e6b0+_0x1024(0x115)});}catch(_0x33db9b){_0x73dea7['push']({'platform':_0x24f892,'component':_0x11bf3e[_0x1024(0x112)],'status':'fail','message':'Extractor\x20import\x20failed:\x20'+_0x33db9b[_0x1024(0x4d)]});}}else{if(_0x11bf3e[_0x1024(0x10c)](_0x11bf3e[_0x1024(0x116)],_0x11bf3e[_0x1024(0x116)]))_0x73dea7[_0x1024(0x21)]({'platform':_0x24f892,'component':_0x11bf3e[_0x1024(0x117)],'status':_0x1024(0xa0),'message':_0x1024(0x118)+_0xd2a62+_0x1024(0x119)});else{const _0x34c26b=[];try{const {CHATGPT_CONSENT_POPUP_SCRIPT:_0x17403a,CHATGPT_EXPORT_SCRIPT:_0x41d965}=_0x11bf3e[_0x1024(0x105)](_0x5445d5,0x14);_0x34c26b['push']({'platform':_0x11bf3e['zQfUr'],'component':_0x11bf3e[_0x1024(0x11a)],'status':_0x41d965?_0x11bf3e[_0x1024(0x10d)]:_0x1024(0x7),'message':_0x41d965?_0x11bf3e[_0x1024(0x11b)]:_0x11bf3e[_0x1024(0x11c)]});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x21ec45,CLAUDE_EXPORT_SCRIPT:_0x50cdb3}=_0x11bf3e[_0x1024(0x105)](_0x524f97,0x13);_0x34c26b[_0x1024(0x21)]({'platform':_0x11bf3e[_0x1024(0x11d)],'component':_0x11bf3e['SswyB'],'status':_0x50cdb3?_0x1024(0xb):_0x1024(0x7),'message':_0x50cdb3?_0x1024(0xe):_0x11bf3e[_0x1024(0x11e)]});const {HINGE_CONSENT_POPUP_SCRIPT:_0x38a641,HINGE_EXPORT_SCRIPT:_0x27f71e}=_0x11bf3e[_0x1024(0x105)](_0x373d75,0x12);_0x34c26b['push']({'platform':_0x11bf3e[_0x1024(0x109)],'component':_0x1024(0xa),'status':_0x27f71e?_0x1024(0xb):_0x11bf3e['nQvaj'],'message':_0x27f71e?'Hinge\x20scripts\x20exported\x20correctly':_0x1024(0x11)});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x3d1f02,INSTAGRAM_EXPORT_SCRIPT:_0xac8f93}=_0x35c5d1(0x7);_0x34c26b[_0x1024(0x21)]({'platform':_0x11bf3e[_0x1024(0xfb)],'component':_0x11bf3e[_0x1024(0x11a)],'status':_0xac8f93?_0x1024(0xb):_0x11bf3e[_0x1024(0x102)],'message':_0xac8f93?_0x11bf3e[_0x1024(0x11f)]:_0x11bf3e[_0x1024(0x120)]});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0x16b5c5,SEPHORA_EXPORT_SCRIPT:_0x276c5f}=_0x11bf3e[_0x1024(0x105)](_0x324b2e,0x6);_0x34c26b['push']({'platform':'sephora','component':_0x1024(0xa),'status':_0x276c5f?_0x11bf3e[_0x1024(0x10d)]:_0x1024(0x7),'message':_0x276c5f?_0x11bf3e['LqOKX']:_0x11bf3e['psjRu']});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x4763f2,TELEGRAM_EXPORT_SCRIPT:_0x2938dc}=_0x233ee2(0x5);_0x34c26b['push']({'platform':_0x11bf3e[_0x1024(0x121)],'component':_0x11bf3e[_0x1024(0x11a)],'status':_0x2938dc?_0x11bf3e[_0x1024(0x10d)]:_0x11bf3e['nQvaj'],'message':_0x2938dc?_0x11bf3e[_0x1024(0x122)]:_0x11bf3e[_0x1024(0x123)]});const {isWebViewExtractionPlatform:_0x42d0b9,isHingePlatform:_0xcecf3f,isInstagramPlatform:_0x502c68,isSephoraPlatform:_0x491596,isTelegramPlatform:_0x2d606b}=_0x11bf3e[_0x1024(0x124)](_0xba8e83,0x4);_0x34c26b[_0x1024(0x21)]({'platform':_0x11bf3e[_0x1024(0x125)],'component':'platform_detection','status':_0x11bf3e[_0x1024(0x126)](_0x42d0b9,_0xcecf3f)&&_0x502c68&&_0x491596&&_0x2d606b?_0x11bf3e[_0x1024(0x10d)]:_0x11bf3e['nQvaj'],'message':_0x11bf3e[_0x1024(0x127)]});}catch(_0x121403){_0x34c26b[_0x1024(0x21)]({'platform':_0x11bf3e[_0x1024(0x128)],'component':_0x11bf3e[_0x1024(0x11a)],'status':_0x1024(0x7),'message':_0x1024(0x52)+_0x121403[_0x1024(0x4d)]});}return _0x34c26b;}}for(const _0x110e16 of _0x73dea7){if(_0x11bf3e[_0x1024(0x129)]===_0x11bf3e['ecXvP']){const _0x464dec=_0x11bf3e[_0x1024(0x113)](_0x110e16[_0x1024(0x1d)],_0x1024(0xb))?'✅':_0x11bf3e[_0x1024(0x10c)](_0x110e16[_0x1024(0x1d)],_0x11bf3e['nQvaj'])?'❌':'⚠️';console[_0x1024(0x1f)](_0x464dec+'\x20'+_0x110e16['component']+':\x20'+_0x110e16[_0x1024(0x4d)]);}else _0x410258[_0x1024(0x21)]({'platform':_0x11bf3e['oVYKB'],'component':_0x11bf3e[_0x1024(0x12a)],'status':'warning','message':_0x1024(0xb9)+_0x3bee75[_0x1024(0x4d)]});}return _0x73dea7;};exports[_0x1024(0x12b)]=testPlatformConnector;
29
+ Object['defineProperty'](exports,_0x4b05(0x0),{'value':!![]}),exports[_0x4b05(0x1)]=exports[_0x4b05(0x2)]=exports[_0x4b05(0x3)]=exports[_0x4b05(0x4)]=exports[_0x4b05(0x5)]=exports['testBackendConnectivity']=exports[_0x4b05(0x6)]=void 0x0;var _api=__ONAIROS_REQ_FUNC__(0x0);const testWebViewScriptExports=()=>{const _0x4493d0={'ZWnqF':function(_0x29d683,_0x138a5e){return _0x29d683(_0x138a5e);},'KdtnZ':_0x4b05(0x7),'nRYni':_0x4b05(0x8),'WpbiI':_0x4b05(0x9),'zAqJR':_0x4b05(0xa),'MQhmT':'ChatGPT\x20scripts\x20exported\x20correctly','mIKzB':_0x4b05(0xb),'mThIx':function(_0x336729,_0x130092){return _0x336729(_0x130092);},'SlAZj':_0x4b05(0xc),'CHfMm':_0x4b05(0xd),'CBhWD':'Hinge\x20scripts\x20missing','ubfRA':'instagram','gxCSp':_0x4b05(0xe),'gIMdD':_0x4b05(0xf),'EsnuU':_0x4b05(0x10),'VKbpb':'Sephora\x20scripts\x20exported\x20correctly','eLSGE':_0x4b05(0x11),'DpAss':_0x4b05(0x12),'mjIVn':_0x4b05(0x13),'ISECi':_0x4b05(0x14),'DqTui':'all'},_0x442d65=[];try{const {CHATGPT_CONSENT_POPUP_SCRIPT:_0x4b2843,CHATGPT_EXPORT_SCRIPT:_0x43e7a8}=_0x4493d0[_0x4b05(0x15)](__ONAIROS_REQ_FUNC__,0x14);_0x442d65[_0x4b05(0x16)]({'platform':_0x4493d0[_0x4b05(0x17)],'component':_0x4493d0[_0x4b05(0x18)],'status':_0x43e7a8?_0x4493d0['WpbiI']:_0x4493d0[_0x4b05(0x19)],'message':_0x43e7a8?_0x4493d0['MQhmT']:_0x4493d0[_0x4b05(0x1a)]});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x335419,CLAUDE_EXPORT_SCRIPT:_0x48a979}=_0x4493d0[_0x4b05(0x15)](__ONAIROS_REQ_FUNC__,0x13);_0x442d65[_0x4b05(0x16)]({'platform':_0x4b05(0x1b),'component':_0x4493d0[_0x4b05(0x18)],'status':_0x48a979?_0x4493d0['WpbiI']:_0x4493d0[_0x4b05(0x19)],'message':_0x48a979?_0x4b05(0x1c):_0x4b05(0x1d)});const {HINGE_CONSENT_POPUP_SCRIPT:_0x2c5030,HINGE_EXPORT_SCRIPT:_0x199049}=_0x4493d0[_0x4b05(0x1e)](__ONAIROS_REQ_FUNC__,0x12);_0x442d65[_0x4b05(0x16)]({'platform':_0x4493d0[_0x4b05(0x1f)],'component':_0x4b05(0x8),'status':_0x199049?_0x4493d0[_0x4b05(0x20)]:_0x4493d0[_0x4b05(0x19)],'message':_0x199049?_0x4493d0[_0x4b05(0x21)]:_0x4493d0[_0x4b05(0x22)]});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x2e0362,INSTAGRAM_EXPORT_SCRIPT:_0x245415}=__ONAIROS_REQ_FUNC__(0x7);_0x442d65['push']({'platform':_0x4493d0['ubfRA'],'component':_0x4b05(0x8),'status':_0x245415?_0x4493d0[_0x4b05(0x20)]:_0x4b05(0xa),'message':_0x245415?_0x4493d0[_0x4b05(0x23)]:_0x4493d0['gIMdD']});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0x214e69,SEPHORA_EXPORT_SCRIPT:_0x4160bf}=_0x4493d0[_0x4b05(0x1e)](__ONAIROS_REQ_FUNC__,0x6);_0x442d65[_0x4b05(0x16)]({'platform':_0x4493d0[_0x4b05(0x24)],'component':_0x4b05(0x8),'status':_0x4160bf?_0x4493d0['WpbiI']:_0x4493d0['zAqJR'],'message':_0x4160bf?_0x4493d0['VKbpb']:_0x4493d0['eLSGE']});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x126710,TELEGRAM_EXPORT_SCRIPT:_0x32ec72}=_0x4493d0[_0x4b05(0x15)](__ONAIROS_REQ_FUNC__,0x5);_0x442d65[_0x4b05(0x16)]({'platform':'telegram','component':_0x4493d0[_0x4b05(0x18)],'status':_0x32ec72?_0x4493d0[_0x4b05(0x20)]:_0x4493d0[_0x4b05(0x19)],'message':_0x32ec72?_0x4493d0[_0x4b05(0x25)]:_0x4493d0['mjIVn']});const {isWebViewExtractionPlatform:_0x2bdc2a,isHingePlatform:_0x170a4c,isInstagramPlatform:_0x4af9f6,isSephoraPlatform:_0x3e69a5,isTelegramPlatform:_0x170479}=__ONAIROS_REQ_FUNC__(0x4);_0x442d65[_0x4b05(0x16)]({'platform':_0x4493d0[_0x4b05(0x26)],'component':'platform_detection','status':_0x2bdc2a&&_0x170a4c&&_0x4af9f6&&_0x3e69a5&&_0x170479?_0x4493d0[_0x4b05(0x20)]:'fail','message':_0x4b05(0x27)});}catch(_0x307602){_0x442d65['push']({'platform':_0x4493d0['DqTui'],'component':_0x4493d0['nRYni'],'status':_0x4493d0[_0x4b05(0x19)],'message':_0x4b05(0x28)+_0x307602['message']});}return _0x442d65;};exports['testWebViewScriptExports']=testWebViewScriptExports;const testServiceImports=()=>{const _0x54fcf5={'hVIbI':function(_0x170626,_0x2d0613){return _0x170626(_0x2d0613);},'IuOTm':_0x4b05(0x7),'WbYbq':_0x4b05(0x29),'Qkels':function(_0x492b1b,_0x50fd3c){return _0x492b1b===_0x50fd3c;},'rNxpB':_0x4b05(0x2a),'jdGup':'pass','ZUMnQ':'fail','QYvrX':'ChatGPT\x20service\x20function\x20available','nNHCI':'all','pCFeu':_0x4b05(0x8),'gwdoC':_0x4b05(0xc),'mQOKz':_0x4b05(0x2b),'IGQQb':_0x4b05(0x2c),'VHrol':function(_0x2286b5,_0x2eb277){return _0x2286b5(_0x2eb277);},'TYQKi':function(_0x561eb1,_0x2e4296){return _0x561eb1===_0x2e4296;},'cTVev':'Instagram\x20extractor\x20hook\x20available','nklaS':function(_0x4dda63,_0x481b75){return _0x4dda63(_0x481b75);},'Cehqd':function(_0x3165d3,_0x44c24a){return _0x3165d3===_0x44c24a;},'bovsa':_0x4b05(0x2d),'XWmPP':_0x4b05(0x2e),'xcedA':_0x4b05(0x2f),'DwaGE':function(_0x465ec8,_0xbb5d16){return _0x465ec8!==_0xbb5d16;},'OiNpf':_0x4b05(0x30),'UiPVK':function(_0x1a0bf0,_0x3b7f38){return _0x1a0bf0(_0x3b7f38);},'cCykE':function(_0x3d1dc1,_0x494384){return _0x3d1dc1===_0x494384;},'UsbYB':function(_0x4d323e,_0x38f9ee){return _0x4d323e!==_0x38f9ee;},'zNBiN':_0x4b05(0x31),'eupGe':_0x4b05(0x32),'pSKAJ':'MsZCz','brVBZ':_0x4b05(0x1b),'QyLKM':function(_0x167977,_0x6a97ab){return _0x167977===_0x6a97ab;},'pOzCc':_0x4b05(0x33),'qGPRL':_0x4b05(0x34),'RcJZc':_0x4b05(0x35),'cWTus':function(_0x1ba3de,_0x3d4f87){return _0x1ba3de(_0x3d4f87);},'Mfgca':'Instagram\x20service\x20function\x20available','BxHhc':_0x4b05(0x36),'ACLtz':_0x4b05(0x10),'lYchq':function(_0x5960a8,_0x51f142){return _0x5960a8===_0x51f142;},'AlWuq':function(_0x2d194f,_0x1ae6ac){return _0x2d194f!==_0x1ae6ac;},'pcPTE':_0x4b05(0x37),'PgVoA':function(_0x2f3036,_0x4d6945){return _0x2f3036!==_0x4d6945;},'xajjQ':'GldVu','MPMEY':function(_0x8ae532,_0x124671){return _0x8ae532===_0x124671;},'sqdBY':function(_0x2f614e,_0x1a2878){return _0x2f614e===_0x1a2878;},'zbPoz':'qNoKc'},_0x2ddc41=[];try{if(_0x54fcf5['DwaGE'](_0x4b05(0x38),_0x54fcf5[_0x4b05(0x39)])){const {storeChatGPTConversations:_0x3c76ca}=_0x54fcf5[_0x4b05(0x3a)](__ONAIROS_REQ_FUNC__,0x8);_0x2ddc41['push']({'platform':'chatgpt','component':'service','status':_0x54fcf5[_0x4b05(0x3b)](typeof _0x3c76ca,_0x54fcf5[_0x4b05(0x3c)])?_0x54fcf5[_0x4b05(0x3d)]:_0x54fcf5['ZUMnQ'],'message':_0x54fcf5[_0x4b05(0x3e)]});}else{const {storeChatGPTConversations:_0x5e05e1}=_0x54fcf5[_0x4b05(0x3f)](_0x89d28f,0x8);_0x3a6a9f[_0x4b05(0x16)]({'platform':_0x54fcf5['IuOTm'],'component':_0x54fcf5[_0x4b05(0x40)],'status':_0x54fcf5[_0x4b05(0x41)](typeof _0x5e05e1,_0x54fcf5[_0x4b05(0x3c)])?_0x54fcf5[_0x4b05(0x3d)]:_0x54fcf5[_0x4b05(0x42)],'message':_0x54fcf5[_0x4b05(0x3e)]});}}catch(_0x210992){_0x2ddc41['push']({'platform':_0x54fcf5[_0x4b05(0x43)],'component':_0x54fcf5[_0x4b05(0x40)],'status':_0x54fcf5[_0x4b05(0x42)],'message':'Import\x20error:\x20'+_0x210992[_0x4b05(0x44)]});}try{if(_0x54fcf5[_0x4b05(0x45)](_0x54fcf5[_0x4b05(0x46)],'XleZH'))_0xcebfad[_0x4b05(0x16)]({'platform':_0x54fcf5[_0x4b05(0x47)],'component':_0x54fcf5['pCFeu'],'status':_0x54fcf5[_0x4b05(0x42)],'message':_0x4b05(0x28)+_0x1797a3[_0x4b05(0x44)]});else{const {storeClaudeConversations:_0x239dcf}=_0x54fcf5[_0x4b05(0x48)](__ONAIROS_REQ_FUNC__,0x9);_0x2ddc41['push']({'platform':_0x4b05(0x1b),'component':_0x54fcf5[_0x4b05(0x40)],'status':_0x54fcf5['Qkels'](typeof _0x239dcf,_0x54fcf5['rNxpB'])?_0x54fcf5[_0x4b05(0x3d)]:_0x4b05(0xa),'message':_0x54fcf5[_0x4b05(0x49)]});}}catch(_0x5370a4){_0x54fcf5[_0x4b05(0x4a)](_0x54fcf5[_0x4b05(0x4b)],_0x4b05(0x4c))?_0x2ddc41[_0x4b05(0x16)]({'platform':_0x54fcf5[_0x4b05(0x4d)],'component':_0x54fcf5[_0x4b05(0x40)],'status':_0x54fcf5[_0x4b05(0x42)],'message':'Import\x20error:\x20'+_0x5370a4[_0x4b05(0x44)]}):_0x2ec44b[_0x4b05(0x16)]({'platform':_0x54fcf5[_0x4b05(0x4e)],'component':_0x54fcf5[_0x4b05(0x4f)],'status':_0x4b05(0xa),'message':'Import\x20error:\x20'+_0x153c8c[_0x4b05(0x44)]});}try{if(_0x54fcf5[_0x4b05(0x50)]('Tfjcw',_0x54fcf5[_0x4b05(0x51)])){const {storeHingeData:_0x3e7d64}=_0x54fcf5[_0x4b05(0x48)](__ONAIROS_REQ_FUNC__,0xa);_0x2ddc41[_0x4b05(0x16)]({'platform':_0x4b05(0xc),'component':_0x54fcf5['WbYbq'],'status':_0x54fcf5[_0x4b05(0x52)](typeof _0x3e7d64,_0x4b05(0x2a))?'pass':_0x54fcf5[_0x4b05(0x42)],'message':_0x54fcf5[_0x4b05(0x53)]});}else _0x517eec[_0x4b05(0x16)]({'platform':_0x54fcf5[_0x4b05(0x54)],'component':_0x4b05(0x55),'status':_0x54fcf5[_0x4b05(0x42)],'message':_0x4b05(0x56)+_0x3c8c9a[_0x4b05(0x44)]});}catch(_0x596b82){_0x2ddc41[_0x4b05(0x16)]({'platform':_0x54fcf5[_0x4b05(0x4e)],'component':_0x54fcf5[_0x4b05(0x40)],'status':_0x54fcf5[_0x4b05(0x42)],'message':_0x4b05(0x28)+_0x596b82[_0x4b05(0x44)]});}try{if(_0x54fcf5[_0x4b05(0x4a)](_0x54fcf5[_0x4b05(0x57)],_0x54fcf5['RcJZc'])){const {useInstagramDataExtractor:useInstagramDataExtractor}=_0x54fcf5['VHrol'](_0x1c19cb,0xf);_0x4cab71['push']({'platform':_0x4b05(0x36),'component':_0x4b05(0x2b),'status':_0x54fcf5[_0x4b05(0x58)](typeof useInstagramDataExtractor,_0x54fcf5[_0x4b05(0x3c)])?_0x54fcf5[_0x4b05(0x3d)]:_0x54fcf5[_0x4b05(0x42)],'message':_0x54fcf5[_0x4b05(0x59)]});}else{const {storeInstagramData:_0x3e04d9}=_0x54fcf5[_0x4b05(0x5a)](__ONAIROS_REQ_FUNC__,0xb);_0x2ddc41['push']({'platform':_0x4b05(0x36),'component':'service','status':_0x54fcf5[_0x4b05(0x58)](typeof _0x3e04d9,_0x4b05(0x2a))?_0x54fcf5[_0x4b05(0x3d)]:_0x54fcf5['ZUMnQ'],'message':_0x54fcf5[_0x4b05(0x5b)]});}}catch(_0x1ec7ef){_0x2ddc41[_0x4b05(0x16)]({'platform':_0x54fcf5[_0x4b05(0x5c)],'component':_0x54fcf5['WbYbq'],'status':_0x54fcf5[_0x4b05(0x42)],'message':_0x4b05(0x28)+_0x1ec7ef[_0x4b05(0x44)]});}try{const {storeSephoraData:_0x7c57df}=_0x54fcf5[_0x4b05(0x5d)](__ONAIROS_REQ_FUNC__,0xc);_0x2ddc41['push']({'platform':_0x54fcf5['ACLtz'],'component':_0x54fcf5[_0x4b05(0x40)],'status':_0x54fcf5[_0x4b05(0x5e)](typeof _0x7c57df,_0x4b05(0x2a))?_0x54fcf5[_0x4b05(0x3d)]:_0x54fcf5[_0x4b05(0x42)],'message':_0x4b05(0x5f)});}catch(_0xcc3ea6){if(_0x54fcf5[_0x4b05(0x60)](_0x54fcf5[_0x4b05(0x61)],_0x54fcf5[_0x4b05(0x61)])){const {storeSephoraData:_0xec44fb}=_0x54fcf5[_0x4b05(0x48)](_0xd11970,0xc);_0x430872[_0x4b05(0x16)]({'platform':'sephora','component':_0x54fcf5[_0x4b05(0x40)],'status':_0x54fcf5[_0x4b05(0x52)](typeof _0xec44fb,_0x54fcf5[_0x4b05(0x3c)])?_0x54fcf5[_0x4b05(0x3d)]:_0x54fcf5[_0x4b05(0x42)],'message':_0x4b05(0x5f)});}else _0x2ddc41[_0x4b05(0x16)]({'platform':_0x4b05(0x10),'component':_0x54fcf5[_0x4b05(0x40)],'status':_0x54fcf5[_0x4b05(0x42)],'message':'Import\x20error:\x20'+_0xcc3ea6[_0x4b05(0x44)]});}try{if(_0x54fcf5[_0x4b05(0x62)](_0x54fcf5[_0x4b05(0x63)],_0x54fcf5[_0x4b05(0x63)])){const {storeTelegramData:_0xe24a95}=_0x54fcf5[_0x4b05(0x5d)](_0x1ce5c4,0xd);_0x5e1426['push']({'platform':_0x54fcf5[_0x4b05(0x64)],'component':_0x54fcf5[_0x4b05(0x40)],'status':_0x54fcf5['TYQKi'](typeof _0xe24a95,_0x4b05(0x2a))?_0x54fcf5[_0x4b05(0x3d)]:'fail','message':_0x54fcf5['XWmPP']});}else{const {storeTelegramData:_0x203b3f}=_0x54fcf5['VHrol'](__ONAIROS_REQ_FUNC__,0xd);_0x2ddc41[_0x4b05(0x16)]({'platform':_0x54fcf5[_0x4b05(0x64)],'component':_0x54fcf5['WbYbq'],'status':_0x54fcf5['MPMEY'](typeof _0x203b3f,_0x4b05(0x2a))?_0x54fcf5[_0x4b05(0x3d)]:_0x54fcf5[_0x4b05(0x42)],'message':_0x4b05(0x2e)});}}catch(_0x1de31a){_0x54fcf5[_0x4b05(0x65)](_0x54fcf5['zbPoz'],_0x54fcf5[_0x4b05(0x66)])?_0x2ddc41[_0x4b05(0x16)]({'platform':_0x54fcf5[_0x4b05(0x64)],'component':_0x54fcf5[_0x4b05(0x40)],'status':_0x4b05(0xa),'message':'Import\x20error:\x20'+_0x1de31a[_0x4b05(0x44)]}):_0x12759d[_0x4b05(0x16)]({'platform':_0x54fcf5['IGQQb'],'component':_0x4b05(0x67),'status':_0x54fcf5[_0x4b05(0x68)],'message':'Endpoint\x20check\x20failed\x20(may\x20require\x20auth):\x20'+_0x32cf64[_0x4b05(0x44)]});}return _0x2ddc41;};exports[_0x4b05(0x2)]=testServiceImports;const testExtractorImports=()=>{const _0x3326f5={'YBtqA':_0x4b05(0x29),'KCKaj':_0x4b05(0xa),'GUbmY':function(_0x21f40b,_0x51424c){return _0x21f40b(_0x51424c);},'OCzoI':'instagram','wxQOB':function(_0xcdf975,_0x3203f2){return _0xcdf975===_0x3203f2;},'xPyNf':_0x4b05(0x2a),'oWDXo':_0x4b05(0x69),'kdvre':_0x4b05(0x6a),'VgAyo':_0x4b05(0x6b),'BdfnP':function(_0x50cce8,_0x3abf93){return _0x50cce8(_0x3abf93);},'gsmKi':_0x4b05(0x9),'wVAql':'Hinge\x20service\x20function\x20available','aRutb':function(_0x5aa145,_0x245843){return _0x5aa145!==_0x245843;},'CQmkq':_0x4b05(0x6c),'CHKZZ':function(_0x5a6bbb,_0x37c534){return _0x5a6bbb(_0x37c534);},'zMhYb':_0x4b05(0xc),'soaCI':_0x4b05(0x2b),'jSBCN':function(_0x98042f,_0x319b96){return _0x98042f===_0x319b96;},'HpDym':'yecER','NGqot':function(_0x56d979,_0x582a98){return _0x56d979!==_0x582a98;},'iumXK':_0x4b05(0x6d),'gLEcZ':function(_0xb27dd2,_0x4e7d7){return _0xb27dd2(_0x4e7d7);},'cpGoP':function(_0x5d13a3,_0x44bf75){return _0x5d13a3(_0x44bf75);},'iBYrw':_0x4b05(0x10),'WDyHm':_0x4b05(0x6e),'jzYiP':function(_0x3547dc,_0x13b07f){return _0x3547dc===_0x13b07f;},'argCT':'UowXW','FFQRw':'LAZlY','ajhDh':function(_0x4da9ee,_0x20246d){return _0x4da9ee(_0x20246d);},'uOPxd':_0x4b05(0x2d),'kIbtm':_0x4b05(0x6f),'fYUpL':_0x4b05(0x70)},_0x5d4a80=[];try{if(_0x3326f5[_0x4b05(0x71)](_0x3326f5[_0x4b05(0x72)],_0x3326f5[_0x4b05(0x72)]))_0x3ed5f0[_0x4b05(0x16)]({'platform':'telegram','component':_0x3326f5[_0x4b05(0x73)],'status':_0x3326f5['KCKaj'],'message':_0x4b05(0x28)+_0x5d646b[_0x4b05(0x44)]});else{const {useHingeDataExtractor:useHingeDataExtractor}=_0x3326f5['CHKZZ'](__ONAIROS_REQ_FUNC__,0xe);_0x5d4a80[_0x4b05(0x16)]({'platform':_0x3326f5[_0x4b05(0x74)],'component':_0x3326f5[_0x4b05(0x75)],'status':_0x3326f5['jSBCN'](typeof useHingeDataExtractor,_0x4b05(0x2a))?_0x3326f5[_0x4b05(0x76)]:_0x3326f5[_0x4b05(0x77)],'message':'Hinge\x20extractor\x20hook\x20available'});}}catch(_0xcfa2dd){if(_0x3326f5[_0x4b05(0x71)](_0x4b05(0x78),_0x3326f5[_0x4b05(0x79)]))_0x5d4a80[_0x4b05(0x16)]({'platform':_0x3326f5[_0x4b05(0x74)],'component':_0x3326f5[_0x4b05(0x75)],'status':'fail','message':_0x4b05(0x28)+_0xcfa2dd['message']});else{const {storeInstagramData:_0x134ff5}=_0x3326f5[_0x4b05(0x7a)](_0x1b34be,0xb);_0x19053e[_0x4b05(0x16)]({'platform':_0x3326f5[_0x4b05(0x7b)],'component':_0x3326f5[_0x4b05(0x73)],'status':_0x3326f5[_0x4b05(0x7c)](typeof _0x134ff5,_0x3326f5['xPyNf'])?_0x4b05(0x9):'fail','message':_0x3326f5[_0x4b05(0x7d)]});}}try{if(_0x3326f5[_0x4b05(0x7e)](_0x3326f5[_0x4b05(0x7f)],'qdRjT')){const {useInstagramDataExtractor:useInstagramDataExtractor}=_0x3326f5['gLEcZ'](__ONAIROS_REQ_FUNC__,0xf);_0x5d4a80[_0x4b05(0x16)]({'platform':_0x3326f5['OCzoI'],'component':_0x3326f5[_0x4b05(0x75)],'status':typeof useInstagramDataExtractor===_0x3326f5[_0x4b05(0x80)]?_0x3326f5[_0x4b05(0x76)]:_0x3326f5[_0x4b05(0x77)],'message':_0x4b05(0x81)});}else _0x3217d6['log'](_0x3326f5[_0x4b05(0x82)]);}catch(_0x33e27f){_0x5d4a80[_0x4b05(0x16)]({'platform':_0x3326f5[_0x4b05(0x7b)],'component':_0x3326f5['soaCI'],'status':_0x3326f5['KCKaj'],'message':_0x4b05(0x28)+_0x33e27f[_0x4b05(0x44)]});}try{const {useSephoraDataExtractor:useSephoraDataExtractor}=_0x3326f5[_0x4b05(0x83)](__ONAIROS_REQ_FUNC__,0x10);_0x5d4a80[_0x4b05(0x16)]({'platform':_0x3326f5['iBYrw'],'component':_0x3326f5[_0x4b05(0x75)],'status':_0x3326f5['jSBCN'](typeof useSephoraDataExtractor,_0x3326f5[_0x4b05(0x80)])?_0x3326f5[_0x4b05(0x76)]:_0x3326f5[_0x4b05(0x77)],'message':_0x3326f5[_0x4b05(0x84)]});}catch(_0x20cec2){_0x5d4a80['push']({'platform':_0x3326f5['iBYrw'],'component':_0x3326f5[_0x4b05(0x75)],'status':_0x4b05(0xa),'message':_0x4b05(0x28)+_0x20cec2[_0x4b05(0x44)]});}try{if(_0x3326f5['jzYiP'](_0x3326f5[_0x4b05(0x85)],_0x3326f5['FFQRw']))_0xf216a6['log'](_0x3326f5[_0x4b05(0x86)]);else{const {useTelegramDataExtractor:useTelegramDataExtractor}=_0x3326f5['ajhDh'](__ONAIROS_REQ_FUNC__,0x11);_0x5d4a80[_0x4b05(0x16)]({'platform':_0x3326f5[_0x4b05(0x87)],'component':_0x3326f5[_0x4b05(0x75)],'status':_0x3326f5[_0x4b05(0x88)](typeof useTelegramDataExtractor,_0x3326f5['xPyNf'])?_0x3326f5[_0x4b05(0x76)]:_0x3326f5[_0x4b05(0x77)],'message':_0x3326f5[_0x4b05(0x89)]});}}catch(_0x4b0bba){if(_0x3326f5[_0x4b05(0x71)](_0x3326f5[_0x4b05(0x8a)],'xYhBS'))_0x5d4a80[_0x4b05(0x16)]({'platform':_0x3326f5['uOPxd'],'component':_0x4b05(0x2b),'status':_0x4b05(0xa),'message':_0x4b05(0x28)+_0x4b0bba[_0x4b05(0x44)]});else{const {storeHingeData:_0x58da0e}=_0x3326f5[_0x4b05(0x8b)](_0x121ccc,0xa);_0x206c5d[_0x4b05(0x16)]({'platform':_0x4b05(0xc),'component':_0x4b05(0x29),'status':_0x3326f5['wxQOB'](typeof _0x58da0e,_0x3326f5[_0x4b05(0x80)])?_0x3326f5[_0x4b05(0x76)]:_0x3326f5['KCKaj'],'message':_0x3326f5[_0x4b05(0x8c)]});}}return _0x5d4a80;};exports[_0x4b05(0x5)]=testExtractorImports;const testBackendConnectivity=async()=>{const _0x55f102={'PvfsA':_0x4b05(0x2d),'ZZFYT':_0x4b05(0x2b),'dOxyl':_0x4b05(0xa),'TJJBU':_0x4b05(0x8d),'mRNFl':function(_0x438550,_0x13b953,_0x44db27){return _0x438550(_0x13b953,_0x44db27);},'xyjHu':_0x4b05(0x2c),'nzHYG':_0x4b05(0x55),'pDGHZ':_0x4b05(0x2f),'OEFNJ':'Backend\x20health\x20check\x20passed','vMhUb':function(_0x3c9ddc,_0x18045a){return _0x3c9ddc===_0x18045a;},'AnvNy':_0x4b05(0x8e),'JToiZ':function(_0x17cd2c,_0x260c0e){return _0x17cd2c===_0x260c0e;},'QZmzZ':function(_0x18a780,_0x51d4f2,_0x432a3a){return _0x18a780(_0x51d4f2,_0x432a3a);},'FSyYz':'OPTIONS','vGGCo':function(_0x435c7b,_0x3a6ed5){return _0x435c7b<_0x3a6ed5;},'xMaDh':_0x4b05(0x67)},_0x421b1d=[];try{const _0x44f59b=new AbortController(),_0x3ed0ea=_0x55f102[_0x4b05(0x8f)](setTimeout,()=>_0x44f59b[_0x4b05(0x90)](),0x2710),_0x241d02=await _0x55f102[_0x4b05(0x8f)](fetch,_api[_0x4b05(0x91)][_0x4b05(0x92)]+'/health',{'method':'GET','signal':_0x44f59b[_0x4b05(0x93)]});clearTimeout(_0x3ed0ea),_0x421b1d[_0x4b05(0x16)]({'platform':_0x55f102[_0x4b05(0x94)],'component':_0x55f102[_0x4b05(0x95)],'status':_0x241d02['ok']?_0x4b05(0x9):_0x55f102[_0x4b05(0x96)],'message':_0x241d02['ok']?_0x55f102[_0x4b05(0x97)]:_0x4b05(0x98)+_0x241d02['status'],'details':{'status':_0x241d02['status']}});}catch(_0x3a5499){_0x55f102[_0x4b05(0x99)](_0x4b05(0x9a),_0x55f102['AnvNy'])?_0x2d7407['push']({'platform':_0x55f102[_0x4b05(0x9b)],'component':_0x55f102['ZZFYT'],'status':_0x55f102['dOxyl'],'message':'Import\x20error:\x20'+_0x58d90f[_0x4b05(0x44)]}):_0x421b1d['push']({'platform':_0x55f102[_0x4b05(0x94)],'component':_0x55f102[_0x4b05(0x95)],'status':_0x4b05(0xa),'message':'Backend\x20unreachable:\x20'+_0x3a5499[_0x4b05(0x44)]});}try{if(_0x55f102['JToiZ'](_0x4b05(0x9c),_0x4b05(0x9d)))_0x1a47f9['push']({'platform':_0x11a7ad,'component':_0x55f102[_0x4b05(0x9e)],'status':_0x4b05(0xa),'message':'Script\x20import\x20failed:\x20'+_0x2a2c9e['message']});else{const _0x365748=new AbortController(),_0x446cb0=_0x55f102[_0x4b05(0x9f)](setTimeout,()=>_0x365748[_0x4b05(0x90)](),0x2710),_0x119920=await _0x55f102[_0x4b05(0x9f)](fetch,_api[_0x4b05(0x91)][_0x4b05(0x92)]+_0x4b05(0xa0),{'method':_0x55f102[_0x4b05(0xa1)],'signal':_0x365748[_0x4b05(0x93)]});clearTimeout(_0x446cb0),_0x421b1d[_0x4b05(0x16)]({'platform':_0x55f102[_0x4b05(0x94)],'component':'platform_data_endpoint','status':_0x55f102['vGGCo'](_0x119920[_0x4b05(0xa2)],0x1f4)?_0x4b05(0x9):_0x55f102[_0x4b05(0x96)],'message':_0x4b05(0xa3)+_0x119920[_0x4b05(0xa2)],'details':{'status':_0x119920[_0x4b05(0xa2)]}});}}catch(_0x528264){_0x421b1d['push']({'platform':_0x55f102[_0x4b05(0x94)],'component':_0x55f102[_0x4b05(0xa4)],'status':_0x55f102[_0x4b05(0x96)],'message':_0x4b05(0xa5)+_0x528264['message']});}return _0x421b1d;};exports[_0x4b05(0xa6)]=testBackendConnectivity;function _0x4b05(_0x751c83,_0x4b05a3){_0x751c83=_0x751c83-0x0;const _0x353bb3=_0x751c();let _0x44c0a3=_0x353bb3[_0x751c83];return _0x44c0a3;}const testPlatformDetection=()=>{const _0x45ac36={'HDwCr':_0x4b05(0x29),'IiwXp':_0x4b05(0xa),'ShvQg':_0x4b05(0x36),'mVCrI':_0x4b05(0x2b),'nVKVc':_0x4b05(0xa7),'pUfRn':function(_0x5ccf1b,_0x564eaa){return _0x5ccf1b(_0x564eaa);},'wVqMw':function(_0x32e78d,_0x798f74){return _0x32e78d(_0x798f74);},'XmZcF':function(_0x44d3e6,_0x3ff11e){return _0x44d3e6(_0x3ff11e);},'qVQGe':_0x4b05(0xc),'UrCzm':function(_0x4e4f65,_0x3b9398){return _0x4e4f65(_0x3b9398);},'VtOvE':'detection','BhGCd':_0x4b05(0xa8),'gzHnf':function(_0x467203,_0x43fa13){return _0x467203(_0x43fa13);},'ZBDiE':function(_0x1ba108,_0x169491){return _0x1ba108(_0x169491);},'QNIsO':_0x4b05(0x9),'poPen':_0x4b05(0xa9),'MQFMN':function(_0x5951ed,_0x2c356d){return _0x5951ed(_0x2c356d);},'ZeQCf':'sephora','Hktuy':function(_0x55c3ac,_0x3020c7){return _0x55c3ac(_0x3020c7);},'DRDlI':_0x4b05(0xaa),'QlOVL':'telegram','JiPEv':function(_0x28c09b,_0x50ee46){return _0x28c09b(_0x50ee46);},'ZFewr':_0x4b05(0xab),'PVwKG':_0x4b05(0xac),'yGabk':function(_0xf36aae,_0x464164){return _0xf36aae!==_0x464164;},'efCpg':_0x4b05(0xad),'AkSfb':'all'},_0x1e3a4d=[];try{if('tkhJR'!==_0x45ac36[_0x4b05(0xae)])_0x5bb405['push']({'platform':_0x4b05(0x1b),'component':_0x45ac36[_0x4b05(0xaf)],'status':_0x45ac36[_0x4b05(0xb0)],'message':'Import\x20error:\x20'+_0x56d0db[_0x4b05(0x44)]});else{const {isWebViewExtractionPlatform:_0x4c14a1,isHingePlatform:_0x3dcccc,isInstagramPlatform:_0x2acda5,isSephoraPlatform:_0x5c8569,isLLMPlatform:_0x1c5dd3}=_0x45ac36[_0x4b05(0xb1)](__ONAIROS_REQ_FUNC__,0x3),_0xac6b08=_0x45ac36['wVqMw'](_0x3dcccc,'hinge')&&_0x45ac36[_0x4b05(0xb2)](_0x4c14a1,_0x45ac36['qVQGe'])&&!_0x45ac36[_0x4b05(0xb3)](_0x1c5dd3,_0x45ac36[_0x4b05(0xb4)]);_0x1e3a4d[_0x4b05(0x16)]({'platform':_0x45ac36[_0x4b05(0xb4)],'component':_0x45ac36[_0x4b05(0xb5)],'status':_0xac6b08?_0x4b05(0x9):_0x45ac36[_0x4b05(0xb0)],'message':_0xac6b08?_0x4b05(0xb6):_0x45ac36[_0x4b05(0xb7)]});const _0x230324=_0x45ac36[_0x4b05(0xb8)](_0x2acda5,_0x45ac36['ShvQg'])&&_0x45ac36[_0x4b05(0xb9)](_0x4c14a1,_0x4b05(0x36))&&!_0x1c5dd3(_0x45ac36['ShvQg']);_0x1e3a4d[_0x4b05(0x16)]({'platform':_0x45ac36[_0x4b05(0xba)],'component':_0x45ac36['VtOvE'],'status':_0x230324?_0x45ac36[_0x4b05(0xbb)]:_0x4b05(0xa),'message':_0x230324?_0x4b05(0xbc):_0x45ac36['poPen']});const _0x4a44f1=_0x45ac36[_0x4b05(0xbd)](_0x5c8569,_0x45ac36[_0x4b05(0xbe)])&&_0x45ac36['Hktuy'](_0x4c14a1,_0x45ac36[_0x4b05(0xbe)])&&!_0x1c5dd3(_0x45ac36[_0x4b05(0xbe)]);_0x1e3a4d[_0x4b05(0x16)]({'platform':_0x45ac36[_0x4b05(0xbe)],'component':_0x45ac36['VtOvE'],'status':_0x4a44f1?_0x45ac36[_0x4b05(0xbb)]:_0x45ac36[_0x4b05(0xb0)],'message':_0x4a44f1?_0x45ac36[_0x4b05(0xbf)]:'Sephora\x20detection\x20failed'});const {isTelegramPlatform:_0x54e8fd}=__ONAIROS_REQ_FUNC__(0x2),_0x18426e=_0x54e8fd(_0x45ac36[_0x4b05(0xc0)])&&_0x45ac36['pUfRn'](_0x4c14a1,_0x45ac36[_0x4b05(0xc0)])&&!_0x45ac36[_0x4b05(0xc1)](_0x1c5dd3,_0x45ac36[_0x4b05(0xc0)]);_0x1e3a4d[_0x4b05(0x16)]({'platform':_0x45ac36['QlOVL'],'component':_0x45ac36['VtOvE'],'status':_0x18426e?_0x45ac36['QNIsO']:_0x45ac36[_0x4b05(0xb0)],'message':_0x18426e?_0x45ac36[_0x4b05(0xc2)]:_0x45ac36[_0x4b05(0xc3)]});}}catch(_0x5dc27d){_0x45ac36[_0x4b05(0xc4)](_0x4b05(0xad),_0x45ac36[_0x4b05(0xc5)])?_0x21a819[_0x4b05(0x16)]({'platform':_0x45ac36[_0x4b05(0xba)],'component':_0x45ac36[_0x4b05(0xc6)],'status':_0x45ac36[_0x4b05(0xb0)],'message':_0x4b05(0x28)+_0xb458a8[_0x4b05(0x44)]}):_0x1e3a4d['push']({'platform':_0x45ac36[_0x4b05(0xc7)],'component':_0x45ac36[_0x4b05(0xb5)],'status':_0x45ac36[_0x4b05(0xb0)],'message':_0x4b05(0xc8)+_0x5dc27d[_0x4b05(0x44)]});}return _0x1e3a4d;};exports[_0x4b05(0x3)]=testPlatformDetection;const runConnectorSanityTests=async()=>{const _0x506a95={'LzyXV':function(_0x38d625,_0x4a3145){return _0x38d625(_0x4a3145);},'QZKFD':_0x4b05(0xc),'yemyL':function(_0xa03fce,_0x5745e3){return _0xa03fce(_0x5745e3);},'sUsdx':_0x4b05(0xc9),'qjlYT':_0x4b05(0xa),'uxUXr':'Hinge\x20detection\x20correct','IhbDz':'Hinge\x20detection\x20failed','XXSGt':_0x4b05(0x36),'SJUAV':_0x4b05(0xbc),'QmtFu':'Instagram\x20detection\x20failed','emZOU':_0x4b05(0x10),'OmJfU':function(_0x2f67bd,_0x335ea7){return _0x2f67bd(_0x335ea7);},'VdBmV':_0x4b05(0x9),'aSAzd':_0x4b05(0xaa),'xAWgb':_0x4b05(0xca),'fsJlA':function(_0x409587,_0x34b4f1){return _0x409587(_0x34b4f1);},'xXtsK':'telegram','wGxQR':_0x4b05(0xab),'PYIma':_0x4b05(0xac),'rQUZp':_0x4b05(0xcb),'PlrvE':function(_0x38513f){return _0x38513f();},'XlYaO':_0x4b05(0xcc),'igWaj':function(_0x47cfe2){return _0x47cfe2();},'mcKAC':function(_0x24775f){return _0x24775f();},'cxIQc':_0x4b05(0xcd),'VyGgw':_0x4b05(0xce),'oHsXC':_0x4b05(0xcf),'nSnCH':function(_0x4d3ebd,_0x2b903f){return _0x4d3ebd===_0x2b903f;},'BkLCX':function(_0x48e1a9,_0x4658ea){return _0x48e1a9>_0x4658ea;},'pqJxb':_0x4b05(0xd0),'FTNxg':function(_0x561fa4,_0x11b8ce){return _0x561fa4>_0x11b8ce;},'PZnYJ':_0x4b05(0x6a),'bdysi':_0x4b05(0xd1)};console[_0x4b05(0xd2)]('🧪\x20[CONNECTOR_TESTS]\x20Starting\x20connector\x20sanity\x20tests...\x0a');const _0xbbe2f5=[];console[_0x4b05(0xd2)](_0x506a95['rQUZp']),_0xbbe2f5[_0x4b05(0x16)](..._0x506a95[_0x4b05(0xd3)](testWebViewScriptExports)),console[_0x4b05(0xd2)](_0x506a95[_0x4b05(0xd4)]),_0xbbe2f5[_0x4b05(0x16)](..._0x506a95[_0x4b05(0xd5)](testServiceImports)),console[_0x4b05(0xd2)]('📋\x20Testing\x20extractor\x20imports...'),_0xbbe2f5[_0x4b05(0x16)](..._0x506a95[_0x4b05(0xd6)](testExtractorImports)),console[_0x4b05(0xd2)](_0x506a95[_0x4b05(0xd7)]),_0xbbe2f5[_0x4b05(0x16)](..._0x506a95[_0x4b05(0xd6)](testPlatformDetection)),console[_0x4b05(0xd2)](_0x4b05(0xd8)),_0xbbe2f5[_0x4b05(0x16)](...await _0x506a95[_0x4b05(0xd6)](testBackendConnectivity));const _0xf8bd8a=_0xbbe2f5[_0x4b05(0xd9)](_0x5dc517=>_0x5dc517['status']===_0x4b05(0x9))[_0x4b05(0xda)],_0x3d98a7=_0xbbe2f5['filter'](_0x425b94=>_0x425b94[_0x4b05(0xa2)]===_0x4b05(0xa))[_0x4b05(0xda)],_0x232c5e=_0xbbe2f5['filter'](_0x3ed979=>_0x3ed979['status']===_0x4b05(0x2f))[_0x4b05(0xda)];console[_0x4b05(0xd2)](_0x506a95[_0x4b05(0xdb)]),console[_0x4b05(0xd2)](_0x4b05(0xdc)),console[_0x4b05(0xd2)](_0x506a95[_0x4b05(0xdd)]);for(const _0x31dd58 of _0xbbe2f5){const _0x342272=_0x506a95[_0x4b05(0xde)](_0x31dd58['status'],_0x506a95['VdBmV'])?'✅':_0x506a95[_0x4b05(0xde)](_0x31dd58[_0x4b05(0xa2)],_0x506a95[_0x4b05(0xdf)])?'❌':'⚠️';console[_0x4b05(0xd2)](_0x342272+'\x20['+_0x31dd58[_0x4b05(0xe0)]['toUpperCase']()+']\x20'+_0x31dd58[_0x4b05(0xe1)]+':\x20'+_0x31dd58['message']);}console[_0x4b05(0xd2)](_0x4b05(0xce)),console[_0x4b05(0xd2)](_0x4b05(0xe2)+_0xf8bd8a+_0x4b05(0xe3)+_0x3d98a7+'\x20failed,\x20'+_0x232c5e+_0x4b05(0xe4)),console[_0x4b05(0xd2)](_0x506a95[_0x4b05(0xdd)]);if(_0x506a95[_0x4b05(0xe5)](_0x3d98a7,0x0)){if(_0x506a95[_0x4b05(0xde)](_0x4b05(0xd0),_0x506a95[_0x4b05(0xe6)]))console[_0x4b05(0xd2)](_0x4b05(0x6b));else{const {isWebViewExtractionPlatform:_0x478940,isHingePlatform:_0x53d2ce,isInstagramPlatform:_0x563ebd,isSephoraPlatform:_0x63fce1,isLLMPlatform:_0x393255}=_0x506a95[_0x4b05(0xe7)](_0x19eec0,0x3),_0x21667d=_0x506a95[_0x4b05(0xe7)](_0x53d2ce,_0x506a95['QZKFD'])&&_0x506a95['yemyL'](_0x478940,_0x506a95[_0x4b05(0xe8)])&&!_0x393255(_0x506a95[_0x4b05(0xe8)]);_0x5cf4fa[_0x4b05(0x16)]({'platform':_0x4b05(0xc),'component':_0x506a95[_0x4b05(0xe9)],'status':_0x21667d?'pass':_0x506a95[_0x4b05(0xdf)],'message':_0x21667d?_0x506a95[_0x4b05(0xea)]:_0x506a95[_0x4b05(0xeb)]});const _0x234f15=_0x506a95[_0x4b05(0xe7)](_0x563ebd,_0x506a95[_0x4b05(0xec)])&&_0x478940(_0x4b05(0x36))&&!_0x393255(_0x506a95[_0x4b05(0xec)]);_0x45b519['push']({'platform':_0x506a95[_0x4b05(0xec)],'component':_0x4b05(0xc9),'status':_0x234f15?_0x4b05(0x9):_0x506a95[_0x4b05(0xdf)],'message':_0x234f15?_0x506a95[_0x4b05(0xed)]:_0x506a95[_0x4b05(0xee)]});const _0x55b708=_0x506a95[_0x4b05(0xe7)](_0x63fce1,_0x506a95[_0x4b05(0xef)])&&_0x478940(_0x4b05(0x10))&&!_0x506a95[_0x4b05(0xf0)](_0x393255,_0x506a95['emZOU']);_0x1142f0[_0x4b05(0x16)]({'platform':_0x506a95['emZOU'],'component':_0x4b05(0xc9),'status':_0x55b708?_0x506a95['VdBmV']:_0x506a95[_0x4b05(0xdf)],'message':_0x55b708?_0x506a95[_0x4b05(0xf1)]:_0x506a95[_0x4b05(0xf2)]});const {isTelegramPlatform:_0x59c18c}=_0x2f74e8(0x2),_0x14b9de=_0x506a95['fsJlA'](_0x59c18c,'telegram')&&_0x506a95[_0x4b05(0xf3)](_0x478940,_0x506a95[_0x4b05(0xf4)])&&!_0x506a95[_0x4b05(0xf0)](_0x393255,_0x506a95[_0x4b05(0xf4)]);_0x7889b4[_0x4b05(0x16)]({'platform':_0x506a95[_0x4b05(0xf4)],'component':_0x506a95[_0x4b05(0xe9)],'status':_0x14b9de?_0x506a95[_0x4b05(0xf5)]:_0x4b05(0xa),'message':_0x14b9de?_0x506a95[_0x4b05(0xf6)]:_0x506a95[_0x4b05(0xf7)]});}}else _0x506a95['FTNxg'](_0x232c5e,0x0)?console[_0x4b05(0xd2)](_0x506a95[_0x4b05(0xf8)]):console[_0x4b05(0xd2)](_0x506a95[_0x4b05(0xf9)]);return{'passed':_0xf8bd8a,'failed':_0x3d98a7,'warnings':_0x232c5e,'results':_0xbbe2f5};};function _0x751c(){const _0x5b76be=['__esModule','testWebViewScriptExports','testServiceImports','testPlatformDetection','testPlatformConnector','testExtractorImports','runConnectorSanityTests','chatgpt','webview_scripts','pass','fail','ChatGPT\x20scripts\x20missing','hinge','Hinge\x20scripts\x20exported\x20correctly','Instagram\x20scripts\x20exported\x20correctly','Instagram\x20scripts\x20missing','sephora','Sephora\x20scripts\x20missing','Telegram\x20scripts\x20exported\x20correctly','Telegram\x20scripts\x20missing','utilities','ZWnqF','push','KdtnZ','nRYni','zAqJR','mIKzB','claude','Claude\x20scripts\x20exported\x20correctly','Claude\x20scripts\x20missing','mThIx','SlAZj','WpbiI','CHfMm','CBhWD','gxCSp','EsnuU','DpAss','ISECi','Platform\x20detection\x20functions\x20available','Import\x20error:\x20','service','function','extractor','backend','telegram','Telegram\x20service\x20function\x20available','warning','rCvzX','XleZH','Claude\x20service\x20function\x20available','Tfjcw','Hinge\x20service\x20function\x20available','vLKeK','instagram','NfGSV','CLOPu','OiNpf','UiPVK','cCykE','rNxpB','jdGup','QYvrX','hVIbI','WbYbq','Qkels','ZUMnQ','IuOTm','message','UsbYB','zNBiN','nNHCI','nklaS','eupGe','DwaGE','pSKAJ','VINSa','brVBZ','gwdoC','mQOKz','QyLKM','pOzCc','Cehqd','qGPRL','IGQQb','health','Backend\x20unreachable:\x20','RcJZc','TYQKi','cTVev','cWTus','Mfgca','BxHhc','VHrol','lYchq','Sephora\x20service\x20function\x20available','AlWuq','pcPTE','PgVoA','xajjQ','bovsa','sqdBY','zbPoz','platform_data_endpoint','xcedA','Instagram\x20service\x20function\x20available','⚠️\x20All\x20critical\x20tests\x20passed,\x20but\x20there\x20are\x20warnings.','❌\x20Some\x20tests\x20failed!\x20Please\x20check\x20the\x20errors\x20above.','ylWzY','JqiRv','Sephora\x20extractor\x20hook\x20available','Telegram\x20extractor\x20hook\x20available','joAqy','aRutb','CQmkq','YBtqA','zMhYb','soaCI','gsmKi','KCKaj','hwjkU','HpDym','GUbmY','OCzoI','wxQOB','oWDXo','NGqot','iumXK','xPyNf','Instagram\x20extractor\x20hook\x20available','kdvre','cpGoP','WDyHm','argCT','VgAyo','uOPxd','jzYiP','kIbtm','fYUpL','BdfnP','wVAql','webview_script','sUyJA','mRNFl','abort','API_CONFIG','BASE_URL','signal','xyjHu','nzHYG','pDGHZ','OEFNJ','Backend\x20returned\x20status\x20','vMhUb','IkDFQ','PvfsA','gKyrC','PNYRH','TJJBU','QZmzZ','/platform-data/store','FSyYz','status','Platform\x20data\x20endpoint\x20check:\x20','xMaDh','Endpoint\x20check\x20failed\x20(may\x20require\x20auth):\x20','testBackendConnectivity','tkhJR','Hinge\x20detection\x20failed','Instagram\x20detection\x20failed','Sephora\x20detection\x20correct','Telegram\x20detection\x20correct','Telegram\x20detection\x20failed','mXzku','nVKVc','HDwCr','IiwXp','pUfRn','XmZcF','UrCzm','qVQGe','VtOvE','Hinge\x20detection\x20correct','BhGCd','gzHnf','ZBDiE','ShvQg','QNIsO','Instagram\x20detection\x20correct','MQFMN','ZeQCf','DRDlI','QlOVL','JiPEv','ZFewr','PVwKG','yGabk','efCpg','mVCrI','AkSfb','Detection\x20test\x20error:\x20','detection','Sephora\x20detection\x20failed','📋\x20Testing\x20WebView\x20script\x20exports...','📋\x20Testing\x20service\x20imports...','📋\x20Testing\x20platform\x20detection...','\x0a========================================','========================================\x0a','khXxb','✅\x20All\x20tests\x20passed!\x20Connectors\x20are\x20ready.','log','PlrvE','XlYaO','igWaj','mcKAC','cxIQc','📋\x20Testing\x20backend\x20connectivity...','filter','length','VyGgw','🧪\x20CONNECTOR\x20SANITY\x20TEST\x20RESULTS','oHsXC','nSnCH','qjlYT','platform','component','📊\x20Summary:\x20','\x20passed,\x20','\x20warnings','BkLCX','pqJxb','LzyXV','QZKFD','sUsdx','uxUXr','IhbDz','XXSGt','SJUAV','QmtFu','emZOU','OmJfU','aSAzd','xAWgb','fsJlA','xXtsK','VdBmV','wGxQR','PYIma','PZnYJ','bdysi','Export\x20script\x20missing','tjjLM','storeHingeData','storeInstagramData','🧪\x20Testing\x20','\x20connector...\x0a','iJttw','lFaxE','includes','igRst','XsvHU','OsAHl','buUSp','lprIJ','VMmNv','XVmuL','vTDbV','VOcbM','IXnIR','CPWCf','toUpperCase','MZdCg','Export\x20script\x20available','UKjmI','OSSoT','Script\x20import\x20failed:\x20','PzIfw','tQKSc','FlhYP','HzhxW','MwomC','czIxL','kTkCD','storeTelegramData','storeSephoraData','Service\x20function\x20','\x20available','hUavT','rzbXP','EvMUa','vwTaH','lPRcR','YbdED','cOxNG','NwWaU','jPaas','dIBGt','uYmez','fTQlh','all','isuQW','OlhHf','Service\x20import\x20failed:\x20','use','charAt','slice','Extractor\x20hook\x20','ZMRCq','hMFbT','Extractor\x20import\x20failed:\x20','validation','Unknown\x20platform:\x20','.\x20Use\x20\x27hinge\x27,\x20\x27instagram\x27,\x20\x27sephora\x27,\x20or\x20\x27telegram\x27.','gbXFc'];_0x751c=function(){return _0x5b76be;};return _0x751c();}exports[_0x4b05(0x6)]=runConnectorSanityTests;const testPlatformConnector=async _0x3f3cf5=>{const _0x1acaa7={'OsAHl':_0x4b05(0x36),'buUSp':_0x4b05(0x29),'VMmNv':function(_0x3f548c,_0x1b965e){return _0x3f548c(_0x1b965e);},'iJttw':'sephora','XVmuL':_0x4b05(0x2b),'vTDbV':function(_0x2f96bb,_0x1a745f){return _0x2f96bb===_0x1a745f;},'VOcbM':_0x4b05(0x2a),'IXnIR':_0x4b05(0x9),'OSSoT':_0x4b05(0xa),'hUavT':function(_0x5cdfa5,_0x364faf){return _0x5cdfa5(_0x364faf);},'rzbXP':'hinge','EvMUa':function(_0x25f2df,_0x56ea34){return _0x25f2df(_0x56ea34);},'vwTaH':_0x4b05(0xc9),'lPRcR':_0x4b05(0xb6),'YbdED':_0x4b05(0xa8),'HzhxW':function(_0x480ae2,_0x22b4c8){return _0x480ae2(_0x22b4c8);},'cOxNG':function(_0x15b7dd,_0x929dc9){return _0x15b7dd(_0x929dc9);},'NwWaU':_0x4b05(0xbc),'WlFfL':_0x4b05(0xa9),'jPaas':function(_0xf59cda,_0x5b5d57){return _0xf59cda(_0x5b5d57);},'dIBGt':_0x4b05(0xaa),'uYmez':_0x4b05(0xca),'lFaxE':_0x4b05(0x2d),'FoxTy':function(_0x3ff184,_0x34d480){return _0x3ff184(_0x34d480);},'utHHh':function(_0x5f0e2c,_0x1a9b43){return _0x5f0e2c(_0x1a9b43);},'fTQlh':'Telegram\x20detection\x20failed','OlhHf':_0x4b05(0x7),'PzIfw':function(_0x12c141,_0x1b054b){return _0x12c141!==_0x1b054b;},'lprIJ':'FZxWB','CPWCf':function(_0x3d0004,_0xdf324b){return _0x3d0004(_0xdf324b);},'MZdCg':_0x4b05(0x8d),'UKjmI':_0x4b05(0xfa),'tQKSc':_0x4b05(0xfb),'MwomC':function(_0x2af51e,_0x32cca3){return _0x2af51e===_0x32cca3;},'czIxL':_0x4b05(0xfc),'kTkCD':_0x4b05(0xfd),'ZMRCq':function(_0x4d758a,_0x318bac){return _0x4d758a===_0x318bac;},'hMFbT':'bFznG','gbXFc':function(_0x59ac6c,_0x15f059){return _0x59ac6c===_0x15f059;}};console[_0x4b05(0xd2)](_0x4b05(0xfe)+_0x3f3cf5+_0x4b05(0xff));const _0x515075=[],_0x3037e0=_0x3f3cf5['toLowerCase']();if([_0x1acaa7['rzbXP'],_0x4b05(0x36),_0x1acaa7[_0x4b05(0x100)],_0x1acaa7[_0x4b05(0x101)]][_0x4b05(0x102)](_0x3037e0)){if(_0x4b05(0x103)===_0x4b05(0x104))_0x2e66c6[_0x4b05(0x16)]({'platform':_0x1acaa7[_0x4b05(0x105)],'component':_0x1acaa7[_0x4b05(0x106)],'status':_0x4b05(0xa),'message':_0x4b05(0x28)+_0x4fdebb[_0x4b05(0x44)]});else{try{if(_0x1acaa7['PzIfw'](_0x1acaa7[_0x4b05(0x107)],_0x1acaa7[_0x4b05(0x107)])){const {useSephoraDataExtractor:useSephoraDataExtractor}=_0x1acaa7[_0x4b05(0x108)](_0x26b6cd,0x10);_0x2ecfe1['push']({'platform':_0x1acaa7[_0x4b05(0x100)],'component':_0x1acaa7[_0x4b05(0x109)],'status':_0x1acaa7[_0x4b05(0x10a)](typeof useSephoraDataExtractor,_0x1acaa7[_0x4b05(0x10b)])?_0x1acaa7[_0x4b05(0x10c)]:_0x1acaa7['OSSoT'],'message':_0x4b05(0x6e)});}else{const _0x1ca784=_0x1acaa7[_0x4b05(0x10d)](__ONAIROS_REQ_FUNC__,0x1),_0x5ea483=_0x3037e0[_0x4b05(0x10e)]()+'_EXPORT_SCRIPT',_0x279952=!!_0x1ca784[_0x5ea483];_0x515075[_0x4b05(0x16)]({'platform':_0x3037e0,'component':_0x1acaa7[_0x4b05(0x10f)],'status':_0x279952?_0x1acaa7[_0x4b05(0x10c)]:_0x1acaa7['OSSoT'],'message':_0x279952?_0x4b05(0x110):_0x1acaa7[_0x4b05(0x111)]});}}catch(_0x186bf9){_0x515075['push']({'platform':_0x3037e0,'component':_0x4b05(0x8d),'status':_0x1acaa7[_0x4b05(0x112)],'message':_0x4b05(0x113)+_0x186bf9[_0x4b05(0x44)]});}try{if(_0x1acaa7[_0x4b05(0x114)](_0x1acaa7[_0x4b05(0x115)],_0x4b05(0x116))){const _0x26b559=_0x1acaa7[_0x4b05(0x117)](__ONAIROS_REQ_FUNC__,0x15),_0xb3cdc6=_0x1acaa7[_0x4b05(0x118)](_0x3037e0,_0x4b05(0xc))?_0x1acaa7[_0x4b05(0x119)]:_0x1acaa7[_0x4b05(0x10a)](_0x3037e0,_0x4b05(0x36))?_0x1acaa7[_0x4b05(0x11a)]:_0x1acaa7[_0x4b05(0x118)](_0x3037e0,_0x4b05(0x2d))?_0x4b05(0x11b):_0x4b05(0x11c);_0x515075[_0x4b05(0x16)]({'platform':_0x3037e0,'component':_0x1acaa7[_0x4b05(0x106)],'status':typeof _0x26b559[_0xb3cdc6]===_0x1acaa7[_0x4b05(0x10b)]?_0x1acaa7[_0x4b05(0x10c)]:_0x1acaa7[_0x4b05(0x112)],'message':_0x4b05(0x11d)+_0xb3cdc6+_0x4b05(0x11e)});}else{const _0x12c975=[];try{const {isWebViewExtractionPlatform:_0x3e3f37,isHingePlatform:_0xa3667b,isInstagramPlatform:_0x3d8b0b,isSephoraPlatform:_0x181464,isLLMPlatform:_0x2dca84}=_0x1acaa7[_0x4b05(0x108)](_0xc7c4d8,0x3),_0x4567e4=_0x1acaa7[_0x4b05(0x11f)](_0xa3667b,_0x1acaa7['rzbXP'])&&_0x3e3f37(_0x1acaa7[_0x4b05(0x120)])&&!_0x1acaa7[_0x4b05(0x121)](_0x2dca84,_0x1acaa7['rzbXP']);_0x12c975[_0x4b05(0x16)]({'platform':_0x1acaa7[_0x4b05(0x120)],'component':_0x1acaa7[_0x4b05(0x122)],'status':_0x4567e4?_0x4b05(0x9):_0x1acaa7[_0x4b05(0x112)],'message':_0x4567e4?_0x1acaa7[_0x4b05(0x123)]:_0x1acaa7[_0x4b05(0x124)]});const _0x43f829=_0x1acaa7[_0x4b05(0x117)](_0x3d8b0b,_0x1acaa7['OsAHl'])&&_0x1acaa7[_0x4b05(0x108)](_0x3e3f37,_0x1acaa7[_0x4b05(0x105)])&&!_0x1acaa7[_0x4b05(0x125)](_0x2dca84,_0x1acaa7[_0x4b05(0x105)]);_0x12c975[_0x4b05(0x16)]({'platform':_0x1acaa7['OsAHl'],'component':_0x4b05(0xc9),'status':_0x43f829?_0x1acaa7['IXnIR']:_0x1acaa7[_0x4b05(0x112)],'message':_0x43f829?_0x1acaa7[_0x4b05(0x126)]:_0x1acaa7['WlFfL']});const _0x3010e2=_0x1acaa7[_0x4b05(0x127)](_0x181464,_0x4b05(0x10))&&_0x3e3f37('sephora')&&!_0x1acaa7['EvMUa'](_0x2dca84,_0x1acaa7['iJttw']);_0x12c975[_0x4b05(0x16)]({'platform':_0x4b05(0x10),'component':_0x1acaa7[_0x4b05(0x122)],'status':_0x3010e2?_0x4b05(0x9):_0x1acaa7[_0x4b05(0x112)],'message':_0x3010e2?_0x1acaa7[_0x4b05(0x128)]:_0x1acaa7[_0x4b05(0x129)]});const {isTelegramPlatform:_0x50614a}=_0x2f3b2b(0x2),_0x18e428=_0x1acaa7[_0x4b05(0x117)](_0x50614a,_0x1acaa7[_0x4b05(0x101)])&&_0x1acaa7['FoxTy'](_0x3e3f37,_0x1acaa7[_0x4b05(0x101)])&&!_0x1acaa7['utHHh'](_0x2dca84,'telegram');_0x12c975['push']({'platform':_0x1acaa7[_0x4b05(0x101)],'component':_0x1acaa7[_0x4b05(0x122)],'status':_0x18e428?_0x1acaa7[_0x4b05(0x10c)]:_0x1acaa7[_0x4b05(0x112)],'message':_0x18e428?_0x4b05(0xab):_0x1acaa7[_0x4b05(0x12a)]});}catch(_0x408fb0){_0x12c975[_0x4b05(0x16)]({'platform':_0x4b05(0x12b),'component':_0x1acaa7[_0x4b05(0x122)],'status':_0x1acaa7[_0x4b05(0x112)],'message':'Detection\x20test\x20error:\x20'+_0x408fb0[_0x4b05(0x44)]});}return _0x12c975;}}catch(_0x584bfa){_0x1acaa7[_0x4b05(0x114)](_0x4b05(0x12c),_0x4b05(0x12c))?_0x38d68f[_0x4b05(0x16)]({'platform':_0x1acaa7[_0x4b05(0x12d)],'component':_0x1acaa7[_0x4b05(0x106)],'status':'fail','message':_0x4b05(0x28)+_0xd9757b[_0x4b05(0x44)]}):_0x515075[_0x4b05(0x16)]({'platform':_0x3037e0,'component':_0x1acaa7[_0x4b05(0x106)],'status':_0x1acaa7[_0x4b05(0x112)],'message':_0x4b05(0x12e)+_0x584bfa['message']});}try{const _0xc1de30=_0x1acaa7[_0x4b05(0x11f)](__ONAIROS_REQ_FUNC__,0x16),_0x56a09a=_0x4b05(0x12f)+(_0x3037e0[_0x4b05(0x130)](0x0)[_0x4b05(0x10e)]()+_0x3037e0[_0x4b05(0x131)](0x1))+'DataExtractor';_0x515075[_0x4b05(0x16)]({'platform':_0x3037e0,'component':_0x4b05(0x2b),'status':typeof _0xc1de30[_0x56a09a]===_0x1acaa7[_0x4b05(0x10b)]?_0x1acaa7['IXnIR']:_0x1acaa7[_0x4b05(0x112)],'message':_0x4b05(0x132)+_0x56a09a+_0x4b05(0x11e)});}catch(_0x1422e7){if(_0x1acaa7[_0x4b05(0x133)]('bFznG',_0x1acaa7[_0x4b05(0x134)]))_0x515075['push']({'platform':_0x3037e0,'component':_0x1acaa7[_0x4b05(0x109)],'status':_0x1acaa7[_0x4b05(0x112)],'message':_0x4b05(0x135)+_0x1422e7['message']});else{const _0x3a0461=_0x5c5b14[_0x4b05(0xa2)]===_0x4b05(0x9)?'✅':_0x363e2a[_0x4b05(0xa2)]===_0x1acaa7['OSSoT']?'❌':'⚠️';_0x2be520[_0x4b05(0xd2)](_0x3a0461+'\x20['+_0x2e32c7['platform'][_0x4b05(0x10e)]()+']\x20'+_0x12b7a8['component']+':\x20'+_0x48dec9[_0x4b05(0x44)]);}}}}else _0x515075[_0x4b05(0x16)]({'platform':_0x3037e0,'component':_0x4b05(0x136),'status':_0x4b05(0x2f),'message':_0x4b05(0x137)+_0x3f3cf5+_0x4b05(0x138)});for(const _0x35135d of _0x515075){const _0x41f285=_0x1acaa7[_0x4b05(0x139)](_0x35135d['status'],_0x1acaa7[_0x4b05(0x10c)])?'✅':_0x1acaa7[_0x4b05(0x139)](_0x35135d[_0x4b05(0xa2)],_0x4b05(0xa))?'❌':'⚠️';console[_0x4b05(0xd2)](_0x41f285+'\x20'+_0x35135d[_0x4b05(0xe1)]+':\x20'+_0x35135d[_0x4b05(0x44)]);}return _0x515075;};exports[_0x4b05(0x4)]=testPlatformConnector;
@@ -5,4 +5,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
5
5
  require("react-native-crypto-js")
6
6
  ];
7
7
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
8
- function _0x19bb(_0x4abe26,_0x19bb45){_0x4abe26=_0x4abe26-0x0;const _0x4f2d5b=_0x4abe();let _0x3181e9=_0x4f2d5b[_0x4abe26];return _0x3181e9;}function _0x4abe(){const _0xe55b21=['defineProperty','__esModule','sha256','-----END\x20PUBLIC\x20KEY-----','replace','PYDSd','wkqhs','-----BEGIN\x20PUBLIC\x20KEY-----\x0a','\x0a-----END\x20PUBLIC\x20KEY-----','RSA','encrypt','error','MUCoZ','toString','Error\x20converting\x20base64\x20to\x20buffer:','from','base64','gPBrw','charCodeAt','buffer','XlSEs'];_0x4abe=function(){return _0xe55b21;};return _0x4abe();}Object[_0x19bb(0x0)](exports,_0x19bb(0x1),{'value':!![]}),exports[_0x19bb(0x2)]=exports['rsaEncrypt']=exports['base64ToBuffer']=void 0x0;var _reactNativeRsaNative=__ONAIROS_REQ_FUNC__(0x0),_reactNativeCryptoJs=__ONAIROS_REQ_FUNC__(0x1);const rsaEncrypt=async(_0x5be614,_0x40d58d)=>{const _0xd60b32={'PYDSd':'-----BEGIN\x20PUBLIC\x20KEY-----','wkqhs':_0x19bb(0x3),'MUCoZ':'RSA\x20encryption\x20failed:'};try{const _0x23ff07=_0x5be614[_0x19bb(0x4)](/\\n/g,'')['replace'](/^\s+|\s+$/g,'')[_0x19bb(0x4)](_0xd60b32[_0x19bb(0x5)],'')[_0x19bb(0x4)](_0xd60b32[_0x19bb(0x6)],'')['trim'](),_0xc068c2=_0x19bb(0x7)+_0x23ff07+_0x19bb(0x8),_0x592c8a=await _reactNativeRsaNative[_0x19bb(0x9)][_0x19bb(0xa)](_0x40d58d,_0xc068c2);return _0x592c8a;}catch(_0x15f6ec){console[_0x19bb(0xb)](_0xd60b32[_0x19bb(0xc)],_0x15f6ec);throw _0x15f6ec;}};exports['rsaEncrypt']=rsaEncrypt;const sha256=_0x12da0e=>{return(0x0,_reactNativeCryptoJs[_0x19bb(0x2)])(_0x12da0e)[_0x19bb(0xd)]();};exports['sha256']=sha256;const base64ToBuffer=_0x4daf4c=>{const _0x273312={'gPBrw':'binary','jiTby':function(_0x20a585,_0xdb56aa){return _0x20a585<_0xdb56aa;},'XlSEs':_0x19bb(0xe)};try{const _0x17fada=Buffer[_0x19bb(0xf)](_0x4daf4c,_0x19bb(0x10))[_0x19bb(0xd)](_0x273312[_0x19bb(0x11)]),_0xc24ef6=new Uint8Array(_0x17fada['length']);for(let _0x38aafe=0x0;_0x273312['jiTby'](_0x38aafe,_0x17fada['length']);_0x38aafe++){_0xc24ef6[_0x38aafe]=_0x17fada[_0x19bb(0x12)](_0x38aafe);}return _0xc24ef6[_0x19bb(0x13)];}catch(_0x4e1f29){console['error'](_0x273312[_0x19bb(0x14)],_0x4e1f29);throw _0x4e1f29;}};exports['base64ToBuffer']=base64ToBuffer;
8
+ Object[_0x26cb(0x0)](exports,_0x26cb(0x1),{'value':!![]}),exports[_0x26cb(0x2)]=exports['rsaEncrypt']=exports['base64ToBuffer']=void 0x0;var _reactNativeRsaNative=__ONAIROS_REQ_FUNC__(0x0),_reactNativeCryptoJs=__ONAIROS_REQ_FUNC__(0x1);const rsaEncrypt=async(_0x3df196,_0x1f30cc)=>{const _0x2bbc26={'ZHqfx':function(_0x27f972,_0x30fd35){return _0x27f972===_0x30fd35;},'HUovg':_0x26cb(0x3),'gfvtl':_0x26cb(0x4),'FZDXY':'-----END\x20PUBLIC\x20KEY-----'};try{if(_0x2bbc26[_0x26cb(0x5)](_0x2bbc26[_0x26cb(0x6)],_0x2bbc26['gfvtl']))_0x5adeed[_0x4b4341]=_0x4d44a5[_0x26cb(0x7)](_0x19d2a6);else{const _0x2e54ee=_0x3df196[_0x26cb(0x8)](/\\n/g,'')[_0x26cb(0x8)](/^\s+|\s+$/g,'')[_0x26cb(0x8)]('-----BEGIN\x20PUBLIC\x20KEY-----','')[_0x26cb(0x8)](_0x2bbc26[_0x26cb(0x9)],'')[_0x26cb(0xa)](),_0x255797=_0x26cb(0xb)+_0x2e54ee+_0x26cb(0xc),_0x461288=await _reactNativeRsaNative[_0x26cb(0xd)][_0x26cb(0xe)](_0x1f30cc,_0x255797);return _0x461288;}}catch(_0x2fceb6){console['error'](_0x26cb(0xf),_0x2fceb6);throw _0x2fceb6;}};function _0x4d6d(){const _0x45b2f7=['defineProperty','__esModule','sha256','NrbeA','hnObw','ZHqfx','HUovg','charCodeAt','replace','FZDXY','trim','-----BEGIN\x20PUBLIC\x20KEY-----\x0a','\x0a-----END\x20PUBLIC\x20KEY-----','RSA','encrypt','RSA\x20encryption\x20failed:','toString','base64','binary','TtdqN','Error\x20converting\x20base64\x20to\x20buffer:','from','length','buffer','IZNdk','base64ToBuffer'];_0x4d6d=function(){return _0x45b2f7;};return _0x4d6d();}exports['rsaEncrypt']=rsaEncrypt;const sha256=_0x2829f9=>{return(0x0,_reactNativeCryptoJs[_0x26cb(0x2)])(_0x2829f9)[_0x26cb(0x10)]();};function _0x26cb(_0x4d6d4a,_0x26cbad){_0x4d6d4a=_0x4d6d4a-0x0;const _0x46cb30=_0x4d6d();let _0x363f9a=_0x46cb30[_0x4d6d4a];return _0x363f9a;}exports[_0x26cb(0x2)]=sha256;const base64ToBuffer=_0x2bc33c=>{const _0x101449={'epyyU':_0x26cb(0x11),'aboNc':_0x26cb(0x12),'oumvg':function(_0x460af1,_0x537781){return _0x460af1<_0x537781;},'rUQcF':function(_0x509adf,_0x44341f){return _0x509adf===_0x44341f;},'IZNdk':_0x26cb(0x13),'uvsbi':_0x26cb(0x14)};try{const _0x363448=Buffer[_0x26cb(0x15)](_0x2bc33c,_0x101449['epyyU'])[_0x26cb(0x10)](_0x101449['aboNc']),_0x5f2c74=new Uint8Array(_0x363448[_0x26cb(0x16)]);for(let _0xc3d96c=0x0;_0x101449['oumvg'](_0xc3d96c,_0x363448[_0x26cb(0x16)]);_0xc3d96c++){_0x5f2c74[_0xc3d96c]=_0x363448[_0x26cb(0x7)](_0xc3d96c);}return _0x5f2c74[_0x26cb(0x17)];}catch(_0x1a5c01){if(_0x101449['rUQcF'](_0x101449[_0x26cb(0x18)],_0x101449['IZNdk'])){console['error'](_0x101449['uvsbi'],_0x1a5c01);throw _0x1a5c01;}else return(0x0,_0x1e7a40[_0x26cb(0x2)])(_0x48fc9f)['toString']();}};exports[_0x26cb(0x19)]=base64ToBuffer;
@@ -1 +1 @@
1
- 'use strict';Object['defineProperty'](exports,_0x14f1(0x0),{'value':!![]}),exports[_0x14f1(0x1)]=exports[_0x14f1(0x2)]=exports[_0x14f1(0x3)]=exports[_0x14f1(0x4)]=void 0x0;const __DEV__=process['env'][_0x14f1(0x5)]!=='production',logDebug=(_0x59997f,_0x4336d9)=>{__DEV__&&console[_0x14f1(0x6)](_0x14f1(0x7)+_0x59997f+':',_0x4336d9||'');};exports['logDebug']=logDebug;const logError=(_0xfda06d,_0x4a91dd)=>{__DEV__&&console['error'](_0x14f1(0x8)+_0xfda06d+':',_0x4a91dd);};exports[_0x14f1(0x1)]=logError;function _0xed47(){const _0x4544f5=['__esModule','logError','logDebug','logApiRequest','isDebugMode','NODE_ENV','log','[Onairos\x20Debug]\x20','[Onairos\x20Error]\x20','API\x20Request','albSL','mLbiY','cynFM','OHplM','cDJjW','LgGZe'];_0xed47=function(){return _0x4544f5;};return _0xed47();}const isDebugMode=_0x33a630=>{const _0x2b4bcd={'RNema':function(_0x496701,_0x4bbace){return _0x496701===_0x4bbace;}};return _0x2b4bcd['RNema'](_0x33a630,!![])||__DEV__;};function _0x14f1(_0xed47eb,_0x14f1a8){_0xed47eb=_0xed47eb-0x0;const _0x1e2a7b=_0xed47();let _0x50af7d=_0x1e2a7b[_0xed47eb];return _0x50af7d;}exports[_0x14f1(0x4)]=isDebugMode;const logApiRequest=(_0x19800b,_0x1378e4,_0x303d35)=>{const _0x101176={'ZQSYI':function(_0x2a79d2,_0x4a8442,_0x3a58e2){return _0x2a79d2(_0x4a8442,_0x3a58e2);},'LgGZe':_0x14f1(0x9),'cDJjW':function(_0x4e4efe,_0x31c744){return _0x4e4efe||_0x31c744;},'albSL':function(_0x50e2eb,_0x15ba0b){return _0x50e2eb!==_0x15ba0b;},'cynFM':'iqkaz','OHplM':function(_0x25916f,_0x84bb30,_0x2a2dec){return _0x25916f(_0x84bb30,_0x2a2dec);}};__DEV__&&(_0x101176[_0x14f1(0xa)](_0x14f1(0xb),_0x101176[_0x14f1(0xc)])?_0x101176[_0x14f1(0xd)](logDebug,_0x14f1(0x9),{'method':_0x19800b,'url':_0x1378e4,'data':_0x101176[_0x14f1(0xe)](_0x303d35,{})}):_0x182089&&_0x101176['ZQSYI'](_0x3fc6c6,_0x101176[_0x14f1(0xf)],{'method':_0x1ceada,'url':_0x4ea5ba,'data':_0x101176[_0x14f1(0xe)](_0xb1a3ee,{})}));};exports[_0x14f1(0x3)]=logApiRequest;
1
+ 'use strict';Object[_0x25e7(0x0)](exports,_0x25e7(0x1),{'value':!![]}),exports[_0x25e7(0x2)]=exports[_0x25e7(0x3)]=exports[_0x25e7(0x4)]=exports[_0x25e7(0x5)]=void 0x0;function _0x5670(){const _0x540e7b=['defineProperty','__esModule','logError','logDebug','logApiRequest','isDebugMode','env','NODE_ENV','production','log','[Onairos\x20Debug]\x20','error','[Onairos\x20Error]\x20','API\x20Request','kaWMj','vvBSz','REfrG','HNOKp','inxvi'];_0x5670=function(){return _0x540e7b;};return _0x5670();}const __DEV__=process[_0x25e7(0x6)][_0x25e7(0x7)]!==_0x25e7(0x8),logDebug=(_0x47ba46,_0x4a76c1)=>{__DEV__&&console[_0x25e7(0x9)](_0x25e7(0xa)+_0x47ba46+':',_0x4a76c1||'');};exports['logDebug']=logDebug;const logError=(_0x46b9ec,_0x12a3ba)=>{__DEV__&&console[_0x25e7(0xb)](_0x25e7(0xc)+_0x46b9ec+':',_0x12a3ba);};exports['logError']=logError;function _0x25e7(_0x5670ec,_0x25e7f7){_0x5670ec=_0x5670ec-0x0;const _0xe8627a=_0x5670();let _0x5d0218=_0xe8627a[_0x5670ec];return _0x5d0218;}const isDebugMode=_0x43c1f3=>{const _0x489dfd={'nwsYC':function(_0x5ac55a,_0x72ea44){return _0x5ac55a===_0x72ea44;}};return _0x489dfd['nwsYC'](_0x43c1f3,!![])||__DEV__;};exports[_0x25e7(0x5)]=isDebugMode;const logApiRequest=(_0x42364b,_0x5bf383,_0x163787)=>{const _0x44d745={'REfrG':function(_0x2ddec8,_0x12abc0,_0x27c2ae){return _0x2ddec8(_0x12abc0,_0x27c2ae);},'HNOKp':_0x25e7(0xd),'inxvi':function(_0x13fe9e,_0x37be67){return _0x13fe9e||_0x37be67;},'kaWMj':function(_0x3d88ef,_0x54c60d){return _0x3d88ef===_0x54c60d;},'vvBSz':'feMaN'};__DEV__&&(_0x44d745[_0x25e7(0xe)](_0x44d745[_0x25e7(0xf)],_0x44d745[_0x25e7(0xf)])?_0x44d745[_0x25e7(0x10)](logDebug,_0x44d745[_0x25e7(0x11)],{'method':_0x42364b,'url':_0x5bf383,'data':_0x44d745[_0x25e7(0x12)](_0x163787,{})}):_0xa3182&&_0x44d745[_0x25e7(0x10)](_0x531e80,_0x44d745[_0x25e7(0x11)],{'method':_0x344a0a,'url':_0x568639,'data':_0x44d745[_0x25e7(0x12)](_0x529160,{})}));};exports[_0x25e7(0x4)]=logApiRequest;
@@ -4,4 +4,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
4
4
  require("../api")
5
5
  ];
6
6
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
7
- Object[_0x1544(0x0)](exports,_0x1544(0x1),{'value':!![]}),exports[_0x1544(0x2)]=exports[_0x1544(0x3)]=exports['encryptModelKey']=void 0x0;var _api=__ONAIROS_REQ_FUNC__(0x0);function _0x1544(_0x45257b,_0x1544ab){_0x45257b=_0x45257b-0x0;const _0x54fb24=_0x4525();let _0x3cd0c4=_0x54fb24[_0x45257b];return _0x3cd0c4;}const encryptModelKey=(_0xff218f,_0x126b60)=>{const _0xe0e168={'eMgFV':_0x1544(0x4),'HmYqz':_0x1544(0x5),'ZoAlE':'Error\x20encrypting\x20model\x20key:','cCdCa':_0x1544(0x6),'Bvxxe':function(_0x2da6c4,_0x512a93){return _0x2da6c4||_0x512a93;},'kkXAS':'mfBHE','gnUhx':function(_0x2d4bb7,_0x28007a){return _0x2d4bb7===_0x28007a;},'SIRyN':_0x1544(0x7)};try{console[_0x1544(0x8)](_0xe0e168['eMgFV']);if(_0xe0e168[_0x1544(0x9)](!_0xff218f,!_0x126b60)){if('XiIXp'!==_0xe0e168[_0x1544(0xa)])throw new Error('Public\x20key\x20or\x20model\x20key\x20is\x20missing');else try{_0x1aa3f3['log'](_0xe0e168['eMgFV']);if(!_0x58de82||!_0x430bf9)throw new _0x2069e8(_0xe0e168[_0x1544(0xb)]);return _0x1544(0xc)+_0x5191bb+'_'+_0x49997c[_0x1544(0xd)]();}catch(_0x5bf496){_0x535269[_0x1544(0xe)](_0xe0e168['ZoAlE'],_0x5bf496);throw _0x5bf496;}}return'encrypted_'+_0x126b60+'_'+Date[_0x1544(0xd)]();}catch(_0x4c5c3d){if(_0xe0e168[_0x1544(0xf)](_0xe0e168[_0x1544(0x10)],_0xe0e168[_0x1544(0x10)])){console[_0x1544(0xe)](_0x1544(0x11),_0x4c5c3d);throw _0x4c5c3d;}else return _0x11a43c[_0x1544(0xe)](_0xe0e168[_0x1544(0x12)],_0x145cc9),_0x1544(0x13)+_0x4ec486[_0x1544(0xd)]();}};exports['encryptModelKey']=encryptModelKey;const getServerPublicKey=async()=>{const _0x5b68d4={'lHMrG':'Public\x20key\x20or\x20model\x20key\x20is\x20missing','sDayf':function(_0x2bd624,_0x326a5f){return _0x2bd624!==_0x326a5f;},'TEEsw':_0x1544(0x14),'EdVAO':_0x1544(0x15),'MJvbB':function(_0x357576,_0x1d70d8){return _0x357576!==_0x1d70d8;},'rkBmj':function(_0x3b2454,_0x104b7e){return _0x3b2454!==_0x104b7e;},'NOXHR':function(_0x22b90f,_0x2359d8){return _0x22b90f!==_0x2359d8;},'xFJmB':function(_0x3df237,_0x6ed3b){return _0x3df237!==_0x6ed3b;},'zPiwW':'No\x20public\x20key\x20found\x20in\x20response','MFfOp':_0x1544(0x16),'fRJti':_0x1544(0x17)};try{if(_0x5b68d4[_0x1544(0x18)](_0x5b68d4['TEEsw'],_0x5b68d4[_0x1544(0x19)]))throw new _0x288bd8(_0x5b68d4[_0x1544(0x1a)]);else{var _0x301273,_0x5884d0;const _0x41f72d=await _api[_0x1544(0x1b)][_0x1544(0x1c)](_0x5b68d4[_0x1544(0x1d)]);if(_0x5b68d4[_0x1544(0x1e)](_0x41f72d,null)&&_0x5b68d4[_0x1544(0x1e)](_0x41f72d,void 0x0)&&_0x5b68d4[_0x1544(0x18)](_0x301273=_0x41f72d[_0x1544(0x1f)],null)&&_0x5b68d4[_0x1544(0x20)](_0x301273,void 0x0)&&_0x5b68d4[_0x1544(0x18)](_0x301273=_0x301273[_0x1544(0x1f)],null)&&_0x5b68d4[_0x1544(0x20)](_0x301273,void 0x0)&&_0x301273[_0x1544(0x21)])return _0x41f72d[_0x1544(0x1f)][_0x1544(0x1f)]['publicKey'];else{if(_0x5b68d4[_0x1544(0x1e)](_0x41f72d,null)&&_0x5b68d4['NOXHR'](_0x41f72d,void 0x0)&&_0x5b68d4[_0x1544(0x22)](_0x5884d0=_0x41f72d[_0x1544(0x1f)],null)&&_0x5b68d4['xFJmB'](_0x5884d0,void 0x0)&&_0x5884d0[_0x1544(0x21)])return _0x41f72d[_0x1544(0x1f)][_0x1544(0x21)];else throw new Error(_0x5b68d4[_0x1544(0x23)]);}}}catch(_0x2b2eb1){return console[_0x1544(0xe)](_0x5b68d4[_0x1544(0x24)],_0x2b2eb1),_0x5b68d4[_0x1544(0x25)];}};exports['getServerPublicKey']=getServerPublicKey;const hashString=async _0x5952b2=>{const _0x69c74c={'TtjYm':_0x1544(0x4),'nlldI':function(_0xea205a,_0x21c130){return _0xea205a||_0x21c130;},'JWHGI':_0x1544(0x5),'Iskbf':function(_0x4015cb,_0x22ca7f){return _0x4015cb===_0x22ca7f;},'JZHPf':_0x1544(0x26),'uGQTl':function(_0x16ac9c,_0x24e3a3){return _0x16ac9c!==_0x24e3a3;},'xJMJC':_0x1544(0x6)};try{return _0x69c74c[_0x1544(0x27)](_0x69c74c['JZHPf'],_0x69c74c[_0x1544(0x28)])?'hash_'+_0x5952b2[_0x1544(0x29)](/\s+/g,'_')+'_'+Date[_0x1544(0xd)]():(_0x2e11f8[_0x1544(0xe)](_0x1544(0x16),_0x2aaa86),_0x1544(0x17));}catch(_0x5247ad){if(_0x69c74c['uGQTl']('IKunB',_0x1544(0x2a))){_0x5aca13[_0x1544(0x8)](_0x69c74c[_0x1544(0x2b)]);if(_0x69c74c['nlldI'](!_0x34df8b,!_0x3758ef))throw new _0x1e42c1(_0x69c74c[_0x1544(0x2c)]);return _0x1544(0xc)+_0x4e1230+'_'+_0x5e7948[_0x1544(0xd)]();}else return console[_0x1544(0xe)](_0x69c74c['xJMJC'],_0x5247ad),_0x1544(0x13)+Date[_0x1544(0xd)]();}};exports[_0x1544(0x2)]=hashString;function _0x4525(){const _0x46fb1a=['defineProperty','__esModule','hashString','getServerPublicKey','Encrypting\x20model\x20key','Public\x20key\x20or\x20model\x20key\x20is\x20missing','Error\x20hashing\x20string:','MjTyU','log','Bvxxe','kkXAS','HmYqz','encrypted_','now','error','gnUhx','SIRyN','Error\x20encrypting\x20model\x20key:','cCdCa','fallback_hash_','SnUlo','public/getPublicKey','Error\x20getting\x20server\x20public\x20key:','mock_public_key_for_testing','sDayf','TEEsw','lHMrG','onairosApi','get','EdVAO','MJvbB','data','rkBmj','publicKey','xFJmB','zPiwW','MFfOp','fRJti','PoRsX','Iskbf','JZHPf','replace','IKunB','TtjYm','JWHGI'];_0x4525=function(){return _0x46fb1a;};return _0x4525();}
7
+ function _0x29d6(_0x49aa99,_0x29d617){_0x49aa99=_0x49aa99-0x0;const _0x49b70f=_0x49aa();let _0x31d31e=_0x49b70f[_0x49aa99];return _0x31d31e;}Object[_0x29d6(0x0)](exports,_0x29d6(0x1),{'value':!![]}),exports[_0x29d6(0x2)]=exports[_0x29d6(0x3)]=exports[_0x29d6(0x4)]=void 0x0;var _api=__ONAIROS_REQ_FUNC__(0x0);function _0x49aa(){const _0xe7ab26=['defineProperty','__esModule','hashString','getServerPublicKey','encryptModelKey','Error\x20encrypting\x20model\x20key:','wdNAr','PKVFe','Public\x20key\x20or\x20model\x20key\x20is\x20missing','OzngP','AmSUH','hash_','replace','gBFYa','fallback_hash_','now','log','VxHOY','rXlLB','error','seHET','MhpGB','encrypted_','public/getPublicKey','ARAXN','JbyCC','gNvox','onairosApi','get','bMLDp','MYQNj','qtyCq','data','tmHsI','UCbTx','axrja','TdJIO','publicKey','No\x20public\x20key\x20found\x20in\x20response','Error\x20getting\x20server\x20public\x20key:','VxQuj','Error\x20hashing\x20string:','oQcmW','Uetxs','jIOrP','emwlc'];_0x49aa=function(){return _0xe7ab26;};return _0x49aa();}const encryptModelKey=(_0x5ca8dc,_0xd00eb2)=>{const _0x205fac={'gBFYa':'Error\x20hashing\x20string:','seHET':_0x29d6(0x5),'OzngP':function(_0xb03299,_0x530de3){return _0xb03299!==_0x530de3;},'AmSUH':_0x29d6(0x6),'VxHOY':'Encrypting\x20model\x20key','BfGIk':function(_0x1dcd35,_0x3ed340){return _0x1dcd35||_0x3ed340;},'rXlLB':_0x29d6(0x7),'MhpGB':_0x29d6(0x8)};try{if(_0x205fac[_0x29d6(0x9)](_0x205fac[_0x29d6(0xa)],_0x205fac['AmSUH']))try{return _0x29d6(0xb)+_0xaa9af[_0x29d6(0xc)](/\s+/g,'_')+'_'+_0x354f3d['now']();}catch(_0x51f06f){return _0x1adcc2['error'](_0x205fac[_0x29d6(0xd)],_0x51f06f),_0x29d6(0xe)+_0x520e17[_0x29d6(0xf)]();}else{console[_0x29d6(0x10)](_0x205fac[_0x29d6(0x11)]);if(_0x205fac['BfGIk'](!_0x5ca8dc,!_0xd00eb2)){if(_0x205fac[_0x29d6(0x12)]!==_0x205fac['rXlLB']){_0x43eff7[_0x29d6(0x13)](_0x205fac[_0x29d6(0x14)],_0x3e1ace);throw _0x4485b3;}else throw new Error(_0x205fac[_0x29d6(0x15)]);}return _0x29d6(0x16)+_0xd00eb2+'_'+Date['now']();}}catch(_0x2bf327){console[_0x29d6(0x13)]('Error\x20encrypting\x20model\x20key:',_0x2bf327);throw _0x2bf327;}};exports[_0x29d6(0x4)]=encryptModelKey;const getServerPublicKey=async()=>{const _0x53cf0e={'EZWge':_0x29d6(0x17),'bMLDp':function(_0x1ec232,_0x5cd42d){return _0x1ec232!==_0x5cd42d;},'MYQNj':function(_0x260c80,_0x5cd6eb){return _0x260c80!==_0x5cd6eb;},'qtyCq':function(_0x43d5bd,_0x3fedba){return _0x43d5bd!==_0x3fedba;},'tmHsI':function(_0x3e3636,_0x2031a8){return _0x3e3636!==_0x2031a8;},'GjuTL':function(_0x3b4460,_0x557fe5){return _0x3b4460!==_0x557fe5;},'UCbTx':function(_0x4cf49d,_0xda0f78){return _0x4cf49d===_0xda0f78;},'axrja':_0x29d6(0x18),'TdJIO':_0x29d6(0x19),'UpUdz':_0x29d6(0x1a),'VxQuj':'mock_public_key_for_testing'};try{var _0x52dafa,_0x4ac648;const _0x5a720c=await _api[_0x29d6(0x1b)][_0x29d6(0x1c)](_0x53cf0e['EZWge']);if(_0x53cf0e[_0x29d6(0x1d)](_0x5a720c,null)&&_0x53cf0e[_0x29d6(0x1e)](_0x5a720c,void 0x0)&&_0x53cf0e[_0x29d6(0x1f)](_0x52dafa=_0x5a720c[_0x29d6(0x20)],null)&&_0x53cf0e[_0x29d6(0x21)](_0x52dafa,void 0x0)&&_0x53cf0e['MYQNj'](_0x52dafa=_0x52dafa[_0x29d6(0x20)],null)&&_0x52dafa!==void 0x0&&_0x52dafa['publicKey'])return _0x5a720c[_0x29d6(0x20)][_0x29d6(0x20)]['publicKey'];else{if(_0x53cf0e['GjuTL'](_0x5a720c,null)&&_0x5a720c!==void 0x0&&_0x53cf0e['GjuTL'](_0x4ac648=_0x5a720c['data'],null)&&_0x4ac648!==void 0x0&&_0x4ac648['publicKey'])return _0x53cf0e[_0x29d6(0x22)](_0x53cf0e[_0x29d6(0x23)],_0x53cf0e[_0x29d6(0x24)])?_0x14f185[_0x29d6(0x20)][_0x29d6(0x20)][_0x29d6(0x25)]:_0x5a720c[_0x29d6(0x20)]['publicKey'];else throw new Error(_0x29d6(0x26));}}catch(_0x2f262e){return _0x53cf0e[_0x29d6(0x22)](_0x53cf0e['UpUdz'],'cRnXi')?_0x29c236[_0x29d6(0x20)]['publicKey']:(console[_0x29d6(0x13)](_0x29d6(0x27),_0x2f262e),_0x53cf0e[_0x29d6(0x28)]);}};exports[_0x29d6(0x3)]=getServerPublicKey;const hashString=async _0x49c21f=>{const _0x48115b={'emwlc':_0x29d6(0x29),'jIOrP':_0x29d6(0x2a),'eOOhC':_0x29d6(0x2b)};try{return _0x48115b[_0x29d6(0x2c)]===_0x48115b['eOOhC']?(_0x283fc3[_0x29d6(0x13)](_0x48115b[_0x29d6(0x2d)],_0x3b9630),_0x29d6(0xe)+_0x2eb420[_0x29d6(0xf)]()):_0x29d6(0xb)+_0x49c21f[_0x29d6(0xc)](/\s+/g,'_')+'_'+Date['now']();}catch(_0x4d7c2a){return console[_0x29d6(0x13)](_0x48115b['emwlc'],_0x4d7c2a),_0x29d6(0xe)+Date[_0x29d6(0xf)]();}};exports[_0x29d6(0x2)]=hashString;
@@ -1 +1 @@
1
- 'use strict';Object[_0x2ed4(0x0)](exports,_0x2ed4(0x1),{'value':!![]}),exports[_0x2ed4(0x2)]=exports['sortEventsByDate']=exports['isEventToday']=exports[_0x2ed4(0x3)]=exports[_0x2ed4(0x4)]=exports[_0x2ed4(0x5)]=exports[_0x2ed4(0x6)]=exports['generateSmartEventCode']=exports['generateEventCode']=exports[_0x2ed4(0x7)]=exports[_0x2ed4(0x8)]=exports[_0x2ed4(0x9)]=void 0x0;const generateEventCode=(_0xa5a347=0x6)=>{const _0x12625b={'KWjbc':_0x2ed4(0xa),'rAtLs':function(_0x42e004,_0x2fca62){return _0x42e004<_0x2fca62;},'PsMfh':function(_0xd25266,_0x3354b9){return _0xd25266*_0x3354b9;}},_0x45d0b9=_0x12625b[_0x2ed4(0xb)];let _0x180176='';for(let _0x4cca21=0x0;_0x12625b['rAtLs'](_0x4cca21,_0xa5a347);_0x4cca21++){_0x180176+=_0x45d0b9[_0x2ed4(0xc)](Math[_0x2ed4(0xd)](_0x12625b[_0x2ed4(0xe)](Math[_0x2ed4(0xf)](),_0x45d0b9[_0x2ed4(0x10)])));}return _0x180176;};exports[_0x2ed4(0x11)]=generateEventCode;const generateSmartEventCode=_0x74e439=>{const _0x306077={'zgmhI':_0x2ed4(0x12),'ybLSz':function(_0x4ff351,_0x578689){return _0x4ff351===_0x578689;},'ZMkEH':_0x2ed4(0x13),'qdLWr':function(_0x34ceb8){return _0x34ceb8();},'lreUJ':function(_0x5b45b8,_0x1a0159){return _0x5b45b8>=_0x1a0159;},'eFjDT':function(_0x12531d,_0x357108){return _0x12531d<_0x357108;},'ofhVz':function(_0x3e8e47,_0x5c2dbd){return _0x3e8e47===_0x5c2dbd;},'FIQRE':_0x2ed4(0x14),'XTuAR':_0x2ed4(0x15),'ClTwc':function(_0x28e2d8,_0x272d1c){return _0x28e2d8(_0x272d1c);},'nTxWa':function(_0x3b2877,_0x535ec3){return _0x3b2877>_0x535ec3;}};if(!_0x74e439['trim']())return _0x306077['ybLSz'](_0x2ed4(0x13),_0x306077[_0x2ed4(0x16)])?_0x306077[_0x2ed4(0x17)](generateEventCode):0x0;const _0x28bf56=_0x74e439['trim']()[_0x2ed4(0x18)]()['replace'](/[^A-Z0-9\s]/g,'')[_0x2ed4(0x19)](/\s+/)[_0x2ed4(0x1a)](_0x33fcc1=>_0x33fcc1[_0x2ed4(0x10)]>0x0);if(_0x306077[_0x2ed4(0x1b)](_0x28bf56[_0x2ed4(0x10)],0x0))return _0x306077[_0x2ed4(0x17)](generateEventCode);let _0x28ebf9='';if(_0x306077[_0x2ed4(0x1c)](_0x28bf56['length'],0x2)){const _0x576f50=_0x28bf56[_0x2ed4(0x1d)](0x0,0x3);_0x28ebf9=_0x576f50['map'](_0x55ef9d=>_0x55ef9d['substring'](0x0,0x2))[_0x2ed4(0x1e)]('');}else _0x28ebf9=_0x28bf56[0x0][_0x2ed4(0x1f)](0x0,0x4);const _0x580913=new Date()['getFullYear']()['toString']()['slice'](-0x2);_0x28ebf9+=_0x580913;if(_0x306077['eFjDT'](_0x28ebf9['length'],0x4)){if(_0x306077[_0x2ed4(0x20)](_0x306077[_0x2ed4(0x21)],_0x306077['XTuAR']))return _0x306077[_0x2ed4(0x22)];else _0x28ebf9+=_0x306077[_0x2ed4(0x23)](generateEventCode,0x4-_0x28ebf9[_0x2ed4(0x10)]);}else _0x306077['nTxWa'](_0x28ebf9[_0x2ed4(0x10)],0x8)&&(_0x28ebf9=_0x28ebf9[_0x2ed4(0x1f)](0x0,0x8));return _0x28ebf9;};exports[_0x2ed4(0x24)]=generateSmartEventCode;const validateEventCode=_0x5f8cf9=>{const _0x361ac2={'dpodi':function(_0x3660e5,_0x4dc9d5){return _0x3660e5-_0x4dc9d5;},'EfOVY':function(_0x337560,_0x29c9de){return _0x337560!==_0x29c9de;},'dTPEP':'AJbih','KIJRx':'Event\x20code\x20is\x20required','ssvUk':function(_0x1b820e,_0x12e4d3){return _0x1b820e===_0x12e4d3;},'yJJst':'paphB','oEMLd':'Event\x20code\x20must\x20be\x20at\x20least\x203\x20characters','rrPWS':'wSbxB','HdZRP':_0x2ed4(0x25),'zbduH':'Event\x20code\x20must\x20contain\x20only\x20letters\x20and\x20numbers'};if(!_0x5f8cf9||!_0x5f8cf9[_0x2ed4(0x26)]())return _0x361ac2['EfOVY'](_0x2ed4(0x27),_0x361ac2[_0x2ed4(0x28)])?{'isValid':![],'error':_0x361ac2[_0x2ed4(0x29)]}:![];const _0x1e4b8d=_0x5f8cf9[_0x2ed4(0x26)]()[_0x2ed4(0x18)]();if(_0x1e4b8d[_0x2ed4(0x10)]<0x3){if(_0x361ac2[_0x2ed4(0x2a)](_0x361ac2[_0x2ed4(0x2b)],_0x361ac2[_0x2ed4(0x2b)]))return{'isValid':![],'error':_0x361ac2[_0x2ed4(0x2c)]};else{const _0x168cdb=_0x4788f5[_0x2ed4(0x2d)](_0x2a16c6=>_0x2a16c6[_0x2ed4(0x2e)]||[]);return _0x4adb83[_0x2ed4(0x2f)](new _0x36a3bb(_0x168cdb))[_0x2ed4(0x30)]();}}if(_0x1e4b8d['length']>0xa)return _0x361ac2['ssvUk'](_0x361ac2[_0x2ed4(0x31)],_0x361ac2['rrPWS'])?{'isValid':![],'error':_0x361ac2[_0x2ed4(0x32)]}:_0x361ac2[_0x2ed4(0x33)](_0x2ab477[_0x2ed4(0x34)](),_0xa214f4[_0x2ed4(0x34)]());if(!/^[A-Z0-9]+$/[_0x2ed4(0x35)](_0x1e4b8d))return{'isValid':![],'error':_0x361ac2['zbduH']};return{'isValid':!![]};};exports['validateEventCode']=validateEventCode;const formatEventDate=_0x169711=>{const _0x482a72={'ZdHWz':_0x2ed4(0x36),'JiSIm':function(_0x14ff91,_0x1d16a2){return _0x14ff91(_0x1d16a2);},'dggkc':_0x2ed4(0x12),'OGYMr':_0x2ed4(0x37),'mPEud':'Upcoming','DZMDp':function(_0x536d1b,_0x2eb67c){return _0x536d1b===_0x2eb67c;},'dAuJs':function(_0x4bff2d,_0x50d4d0){return _0x4bff2d===_0x50d4d0;},'OOmRD':function(_0x344103,_0x59181b){return _0x344103===_0x59181b;},'zrHWD':_0x2ed4(0x38),'ppnkx':_0x2ed4(0x39),'SxkFU':'long','qVjbu':_0x2ed4(0x3a),'wiaxx':'AMMDe','rZeQW':'WpjmZ'};try{if(_0x482a72[_0x2ed4(0x3b)](_0x482a72[_0x2ed4(0x3c)],_0x482a72[_0x2ed4(0x3c)])){const _0x425fd1=new Date(_0x169711);return _0x425fd1[_0x2ed4(0x3d)](_0x482a72[_0x2ed4(0x3e)],{'weekday':_0x482a72['SxkFU'],'year':_0x482a72['qVjbu'],'month':_0x2ed4(0x3f),'day':_0x482a72[_0x2ed4(0x40)]});}else{if(!_0x56a220)return _0x482a72[_0x2ed4(0x41)];if(_0x482a72[_0x2ed4(0x42)](_0x21ad64,_0x186410))return _0x482a72[_0x2ed4(0x43)];if(_0x482a72[_0x2ed4(0x42)](_0x325167,_0x3b6d51))return _0x482a72['OGYMr'];return _0x482a72['mPEud'];}}catch(_0x520811){if(_0x482a72[_0x2ed4(0x44)]===_0x482a72[_0x2ed4(0x45)]){var _0x22f921,_0x1c4703,_0x5432c8;return _0x25845b[_0x2ed4(0x46)][_0x2ed4(0x47)]()['includes'](_0x148647)||_0x56b9c3[_0x2ed4(0x48)][_0x2ed4(0x47)]()[_0x2ed4(0x49)](_0xc68a89)||_0x26e2aa[_0x2ed4(0x4a)][_0x2ed4(0x47)]()['includes'](_0x146895)||(_0x482a72[_0x2ed4(0x4b)](_0x22f921=_0x1f4438[_0x2ed4(0x4c)],null)||_0x482a72[_0x2ed4(0x4d)](_0x22f921,void 0x0)?void 0x0:_0x22f921['toLowerCase']()[_0x2ed4(0x49)](_0x17b3c1))||(_0x482a72[_0x2ed4(0x4d)](_0x1c4703=_0x45f4fb['organizer'],null)||_0x1c4703===void 0x0?void 0x0:_0x1c4703[_0x2ed4(0x47)]()[_0x2ed4(0x49)](_0x3f0288))||(_0x482a72[_0x2ed4(0x4b)](_0x5432c8=_0x48ebf3[_0x2ed4(0x2e)],null)||_0x482a72['dAuJs'](_0x5432c8,void 0x0)?void 0x0:_0x5432c8[_0x2ed4(0x4e)](_0xdbefd6=>_0xdbefd6[_0x2ed4(0x47)]()[_0x2ed4(0x49)](_0xd8247f)));}else return _0x169711;}};exports[_0x2ed4(0x7)]=formatEventDate;const isEventToday=_0x478e1b=>{const _0x212aa1={'cZYlt':function(_0x59e76d,_0x1ec19f){return _0x59e76d===_0x1ec19f;},'OXvha':function(_0x4407fb,_0x4dce6f){return _0x4407fb===_0x4dce6f;},'IIDIx':function(_0x5eb600,_0x4d0425){return _0x5eb600===_0x4d0425;},'doaGM':'zgyXt'};try{const _0x2e5c1c=new Date(),_0xb7d70d=new Date(_0x478e1b);return _0x212aa1[_0x2ed4(0x4f)](_0x2e5c1c[_0x2ed4(0x50)](),_0xb7d70d['getFullYear']())&&_0x212aa1['OXvha'](_0x2e5c1c[_0x2ed4(0x51)](),_0xb7d70d['getMonth']())&&_0x2e5c1c[_0x2ed4(0x52)]()===_0xb7d70d['getDate']();}catch(_0x3ff860){return _0x212aa1[_0x2ed4(0x53)](_0x212aa1[_0x2ed4(0x54)],_0x212aa1[_0x2ed4(0x54)])?![]:_0x271da3();}};exports[_0x2ed4(0x55)]=isEventToday;const isEventPast=_0x58c8b4=>{const _0x41429c={'LlIuN':function(_0x1891ab,_0x313101){return _0x1891ab<_0x313101;},'tqtbM':function(_0x298cf8,_0x28d4b4){return _0x298cf8<_0x28d4b4;},'GRHaL':function(_0xec233f,_0x482b9d){return _0xec233f*_0x482b9d;},'gtOTv':_0x2ed4(0x56),'agQCf':function(_0xfb181c,_0x1ae25d){return _0xfb181c===_0x1ae25d;},'aTrgm':_0x2ed4(0x57),'vWoio':'DOmqv'};try{if(_0x41429c[_0x2ed4(0x58)]!==_0x41429c[_0x2ed4(0x58)]){const _0x438923=new _0xaf0182(),_0x3a022e=new _0x8377ab(_0x3d2b29);return _0x438923[_0x2ed4(0x59)](0x0,0x0,0x0,0x0),_0x3a022e[_0x2ed4(0x59)](0x0,0x0,0x0,0x0),_0x41429c['LlIuN'](_0x3a022e,_0x438923);}else{const _0x5b6a03=new Date(),_0x3d42e7=new Date(_0x58c8b4);return _0x5b6a03['setHours'](0x0,0x0,0x0,0x0),_0x3d42e7[_0x2ed4(0x59)](0x0,0x0,0x0,0x0),_0x3d42e7<_0x5b6a03;}}catch(_0x4d8c1a){if(_0x41429c[_0x2ed4(0x5a)](_0x41429c['aTrgm'],_0x41429c[_0x2ed4(0x5b)])){const _0x57ffa8=_0x2ed4(0xa);let _0x233c3f='';for(let _0x2f48ed=0x0;_0x41429c[_0x2ed4(0x5c)](_0x2f48ed,_0x17193b);_0x2f48ed++){_0x233c3f+=_0x57ffa8[_0x2ed4(0xc)](_0x4063d2[_0x2ed4(0xd)](_0x41429c[_0x2ed4(0x5d)](_0x4ac053[_0x2ed4(0xf)](),_0x57ffa8[_0x2ed4(0x10)])));}return _0x233c3f;}else return![];}};exports[_0x2ed4(0x3)]=isEventPast;const getEventStatus=(_0x512b71,_0x1dcd56)=>{const _0x30d49f={'XFGvW':function(_0x3e51dc,_0x232779){return _0x3e51dc===_0x232779;},'jZTHG':function(_0x311140,_0xd27817){return _0x311140===_0xd27817;},'xYlhg':_0x2ed4(0x5e),'iIvfd':_0x2ed4(0x36),'VbhLp':function(_0x13e2f5,_0x442c1b){return _0x13e2f5(_0x442c1b);},'tLeum':'Past','wgoDo':'Upcoming'};if(!_0x1dcd56){if(_0x30d49f['xYlhg']===_0x30d49f[_0x2ed4(0x5f)])return _0x30d49f[_0x2ed4(0x60)];else{const _0x4605ee=new _0x3f9e36(),_0x3169dc=new _0xc60721(_0x5a689b);return _0x30d49f[_0x2ed4(0x61)](_0x4605ee[_0x2ed4(0x50)](),_0x3169dc[_0x2ed4(0x50)]())&&_0x30d49f[_0x2ed4(0x62)](_0x4605ee['getMonth'](),_0x3169dc[_0x2ed4(0x51)]())&&_0x4605ee[_0x2ed4(0x52)]()===_0x3169dc[_0x2ed4(0x52)]();}}if(_0x30d49f['VbhLp'](isEventPast,_0x512b71))return _0x30d49f['tLeum'];if(_0x30d49f['VbhLp'](isEventToday,_0x512b71))return _0x2ed4(0x37);return _0x30d49f[_0x2ed4(0x63)];};exports[_0x2ed4(0x5)]=getEventStatus;const getDaysUntilEvent=_0x5cff60=>{const _0x35c953={'Trrex':function(_0x395ada,_0x29586c){return _0x395ada(_0x29586c);},'hVsHZ':function(_0x429941,_0x546037){return _0x429941-_0x546037;},'HiCKd':function(_0x10b28a,_0x53f545){return _0x10b28a!==_0x53f545;},'EvLaX':_0x2ed4(0x64),'EDhVp':_0x2ed4(0x65),'ZkQrX':function(_0x11800d,_0x73b851){return _0x11800d-_0x73b851;},'VxSuy':function(_0x55a129,_0x26bcde){return _0x55a129/_0x26bcde;},'SlahC':function(_0x155181,_0x1c3912){return _0x155181*_0x1c3912;},'qVDAT':function(_0x513a2e,_0x5572b3){return _0x513a2e*_0x5572b3;},'qmFZr':function(_0x506ebe,_0x144c2c){return _0x506ebe*_0x144c2c;}};try{if(_0x35c953[_0x2ed4(0x66)](_0x35c953[_0x2ed4(0x67)],_0x35c953['EDhVp'])){const _0x3bfbe9=new Date(),_0x10f761=new Date(_0x5cff60);_0x3bfbe9[_0x2ed4(0x59)](0x0,0x0,0x0,0x0),_0x10f761[_0x2ed4(0x59)](0x0,0x0,0x0,0x0);const _0x25375b=_0x35c953[_0x2ed4(0x68)](_0x10f761[_0x2ed4(0x34)](),_0x3bfbe9[_0x2ed4(0x34)]()),_0x38fb43=Math[_0x2ed4(0x69)](_0x35c953[_0x2ed4(0x6a)](_0x25375b,_0x35c953[_0x2ed4(0x6b)](_0x35c953['qVDAT'](_0x35c953['qmFZr'](0x3e8,0x3c),0x3c),0x18)));return _0x38fb43;}else _0x2636a7+=_0x35c953[_0x2ed4(0x6c)](_0x2f1e74,_0x35c953[_0x2ed4(0x6d)](0x4,_0x3f2f30[_0x2ed4(0x10)]));}catch(_0x4b2bf8){return 0x0;}};exports['getDaysUntilEvent']=getDaysUntilEvent;const sortEventsByDate=_0x271185=>{const _0xc2dd8={'htToW':_0x2ed4(0x39),'CsDqj':_0x2ed4(0x3f),'vZtMA':'numeric','xMHRb':function(_0x255f13,_0xbc539e){return _0x255f13<_0xbc539e;},'qWtUz':function(_0x7290d8,_0x5566d7){return _0x7290d8<_0x5566d7;},'QPvRi':function(_0x8cbc20,_0x135f47){return _0x8cbc20&&_0x135f47;},'mvZqZ':function(_0x1939c2,_0x59d3e8){return _0x1939c2&&_0x59d3e8;},'NxTgr':_0x2ed4(0x6e),'hKDRv':function(_0x4ae835,_0x1c1313){return _0x4ae835-_0x1c1313;},'rxaGI':_0x2ed4(0x6f)};return _0x271185[_0x2ed4(0x30)]((_0x43781b,_0x13b681)=>{const _0x203177={'gAAJe':_0xc2dd8[_0x2ed4(0x70)],'qihJq':_0xc2dd8[_0x2ed4(0x71)],'SkIlG':_0xc2dd8[_0x2ed4(0x72)]};if(_0x43781b['isActive']&&!_0x13b681[_0x2ed4(0x73)])return-0x1;if(!_0x43781b[_0x2ed4(0x73)]&&_0x13b681[_0x2ed4(0x73)])return 0x1;const _0x1334fb=new Date(_0x43781b[_0x2ed4(0x74)]),_0x1586a1=new Date(_0x13b681[_0x2ed4(0x74)]),_0x1c687d=new Date(),_0x396fc6=_0xc2dd8['xMHRb'](_0x1334fb,_0x1c687d),_0x33eff6=_0xc2dd8[_0x2ed4(0x75)](_0x1586a1,_0x1c687d);if(_0xc2dd8[_0x2ed4(0x76)](_0x396fc6,!_0x33eff6))return 0x1;if(_0xc2dd8[_0x2ed4(0x77)](!_0x396fc6,_0x33eff6))return-0x1;if(_0x396fc6&&_0x33eff6){if(_0xc2dd8['NxTgr']!==_0xc2dd8[_0x2ed4(0x78)]){const _0x278675=new _0x740191(_0x4c07e4);return _0x278675[_0x2ed4(0x3d)](_0x203177[_0x2ed4(0x79)],{'weekday':_0x203177[_0x2ed4(0x7a)],'year':_0x203177['SkIlG'],'month':_0x203177[_0x2ed4(0x7a)],'day':_0x2ed4(0x3a)});}else return _0xc2dd8[_0x2ed4(0x7b)](_0x1586a1['getTime'](),_0x1334fb[_0x2ed4(0x34)]());}else{if(_0xc2dd8[_0x2ed4(0x7c)]==='cZtrQ')_0x5965d7=_0x1dd099[0x0][_0x2ed4(0x1f)](0x0,0x4);else return _0x1334fb['getTime']()-_0x1586a1['getTime']();}});};exports[_0x2ed4(0x7d)]=sortEventsByDate;const filterEventsBySearch=(_0x512af6,_0x784233)=>{const _0x170b1d={'uCAjV':function(_0x4491d4,_0x24abca){return _0x4491d4===_0x24abca;},'TiAUj':function(_0x2972b3,_0x17d8e9){return _0x2972b3===_0x17d8e9;},'fISAC':function(_0x5a7542,_0x5622f5){return _0x5a7542!==_0x5622f5;},'DjxwC':_0x2ed4(0x7e),'gkMvD':function(_0x106e76,_0x4446d8){return _0x106e76===_0x4446d8;},'HJLSZ':function(_0x4ce5ec,_0xb4def4){return _0x4ce5ec===_0xb4def4;}};if(!_0x784233[_0x2ed4(0x26)]())return _0x512af6;const _0xa378eb=_0x784233[_0x2ed4(0x47)]()[_0x2ed4(0x26)]();return _0x512af6[_0x2ed4(0x1a)](_0x1c92b1=>{const _0x4a0415={'TYEnG':function(_0x3fa4d1,_0x3ab81e){return _0x170b1d[_0x2ed4(0x7f)](_0x3fa4d1,_0x3ab81e);},'yJbiA':function(_0x4145b6,_0x3a41cb){return _0x170b1d[_0x2ed4(0x80)](_0x4145b6,_0x3a41cb);}};if(_0x170b1d['fISAC'](_0x170b1d[_0x2ed4(0x81)],_0x170b1d[_0x2ed4(0x81)]))try{const _0x4d4c65=new _0x207a31(),_0x4a0a6f=new _0x47cd13(_0x133158);return _0x4a0415[_0x2ed4(0x82)](_0x4d4c65['getFullYear'](),_0x4a0a6f[_0x2ed4(0x50)]())&&_0x4a0415[_0x2ed4(0x83)](_0x4d4c65['getMonth'](),_0x4a0a6f[_0x2ed4(0x51)]())&&_0x4d4c65[_0x2ed4(0x52)]()===_0x4a0a6f[_0x2ed4(0x52)]();}catch(_0x3a40b8){return![];}else{var _0x5187ef,_0x4b3463,_0x34eb01;return _0x1c92b1[_0x2ed4(0x46)][_0x2ed4(0x47)]()[_0x2ed4(0x49)](_0xa378eb)||_0x1c92b1[_0x2ed4(0x48)]['toLowerCase']()[_0x2ed4(0x49)](_0xa378eb)||_0x1c92b1['code'][_0x2ed4(0x47)]()['includes'](_0xa378eb)||((_0x5187ef=_0x1c92b1[_0x2ed4(0x4c)])===null||_0x170b1d['TiAUj'](_0x5187ef,void 0x0)?void 0x0:_0x5187ef['toLowerCase']()[_0x2ed4(0x49)](_0xa378eb))||(_0x170b1d['uCAjV'](_0x4b3463=_0x1c92b1['organizer'],null)||_0x170b1d[_0x2ed4(0x7f)](_0x4b3463,void 0x0)?void 0x0:_0x4b3463[_0x2ed4(0x47)]()[_0x2ed4(0x49)](_0xa378eb))||(_0x170b1d[_0x2ed4(0x84)](_0x34eb01=_0x1c92b1[_0x2ed4(0x2e)],null)||_0x170b1d[_0x2ed4(0x85)](_0x34eb01,void 0x0)?void 0x0:_0x34eb01[_0x2ed4(0x4e)](_0x32159c=>_0x32159c[_0x2ed4(0x47)]()[_0x2ed4(0x49)](_0xa378eb)));}});};exports[_0x2ed4(0x8)]=filterEventsBySearch;const getUniqueEventTags=_0x188a7a=>{const _0x5e46d2=_0x188a7a[_0x2ed4(0x2d)](_0x149b98=>_0x149b98[_0x2ed4(0x2e)]||[]);return Array[_0x2ed4(0x2f)](new Set(_0x5e46d2))[_0x2ed4(0x30)]();};function _0x4ae6(){const _0xa457ea=['defineProperty','__esModule','validateEventCode','isEventPast','getUniqueEventTags','getEventStatus','getDaysUntilEvent','formatEventDate','filterEventsBySearch','calculateEventStats','ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789','KWjbc','charAt','floor','PsMfh','random','length','generateEventCode','Past','hRkYA','apuvx','vNLEd','ZMkEH','qdLWr','toUpperCase','split','filter','ybLSz','lreUJ','slice','join','substring','ofhVz','FIQRE','zgmhI','ClTwc','generateSmartEventCode','Event\x20code\x20must\x20be\x2010\x20characters\x20or\x20less','trim','MyzsW','dTPEP','KIJRx','ssvUk','yJJst','oEMLd','flatMap','tags','from','sort','rrPWS','HdZRP','dpodi','getTime','test','Inactive','Today','QXEwQ','en-US','numeric','OOmRD','zrHWD','toLocaleDateString','ppnkx','long','qVjbu','ZdHWz','JiSIm','dggkc','wiaxx','rZeQW','title','toLowerCase','description','includes','code','DZMDp','location','dAuJs','some','cZYlt','getFullYear','getMonth','getDate','IIDIx','doaGM','isEventToday','BRTRH','XVNhV','gtOTv','setHours','agQCf','vWoio','tqtbM','GRHaL','rcvmT','xYlhg','iIvfd','XFGvW','jZTHG','wgoDo','pRJRd','QspyH','HiCKd','EvLaX','ZkQrX','ceil','VxSuy','SlahC','Trrex','hVsHZ','sKkot','IunoA','htToW','CsDqj','vZtMA','isActive','eventDate','qWtUz','QPvRi','mvZqZ','NxTgr','gAAJe','qihJq','hKDRv','rxaGI','sortEventsByDate','pPniL','uCAjV','TiAUj','DjxwC','TYEnG','yJbiA','gkMvD','HJLSZ','sPVBF','reduce','maxAttendees','yMuzT','round'];_0x4ae6=function(){return _0xa457ea;};return _0x4ae6();}exports[_0x2ed4(0x4)]=getUniqueEventTags;function _0x2ed4(_0x4ae6f8,_0x2ed43a){_0x4ae6f8=_0x4ae6f8-0x0;const _0x23c647=_0x4ae6();let _0x5754c9=_0x23c647[_0x4ae6f8];return _0x5754c9;}const calculateEventStats=_0x59f366=>{const _0x52237c={'sPVBF':function(_0x258b87,_0x286409){return _0x258b87-_0x286409;},'yMuzT':function(_0x260300,_0xf3d1d9){return _0x260300>_0xf3d1d9;},'FOZec':function(_0x59728e,_0x3ae4bc){return _0x59728e*_0x3ae4bc;},'VqkuI':function(_0x29ebbf,_0x329233){return _0x29ebbf/_0x329233;}},_0x3f7327=_0x59f366[_0x2ed4(0x10)],_0x313146=_0x59f366['filter'](_0x2423e=>_0x2423e[_0x2ed4(0x73)])[_0x2ed4(0x10)],_0x72a2d9=_0x52237c[_0x2ed4(0x86)](_0x3f7327,_0x313146),_0x1424b2=_0x59f366[_0x2ed4(0x87)]((_0x404095,_0x196d66)=>_0x404095+_0x196d66['attendeeCount'],0x0),_0x49a067=_0x59f366['reduce']((_0x2bd5c4,_0x1f40ca)=>_0x2bd5c4+_0x1f40ca[_0x2ed4(0x88)],0x0),_0x2cfe6c=_0x59f366[_0x2ed4(0x1a)](_0x30a473=>_0x30a473['isActive']&&!isEventPast(_0x30a473[_0x2ed4(0x74)]))[_0x2ed4(0x10)],_0x21fd88=_0x59f366[_0x2ed4(0x1a)](_0x27fede=>isEventPast(_0x27fede[_0x2ed4(0x74)]))[_0x2ed4(0x10)],_0x3e9eff=_0x59f366[_0x2ed4(0x1a)](_0x269689=>_0x269689['isActive']&&isEventToday(_0x269689[_0x2ed4(0x74)]))[_0x2ed4(0x10)];return{'total':_0x3f7327,'active':_0x313146,'inactive':_0x72a2d9,'upcoming':_0x2cfe6c,'past':_0x21fd88,'today':_0x3e9eff,'totalAttendees':_0x1424b2,'totalCapacity':_0x49a067,'averageAttendance':_0x52237c[_0x2ed4(0x89)](_0x49a067,0x0)?Math[_0x2ed4(0x8a)](_0x52237c['FOZec'](_0x52237c['VqkuI'](_0x1424b2,_0x49a067),0x64)):0x0};};exports[_0x2ed4(0x9)]=calculateEventStats;
1
+ 'use strict';Object['defineProperty'](exports,_0x22c5(0x0),{'value':!![]}),exports[_0x22c5(0x1)]=exports[_0x22c5(0x2)]=exports['isEventToday']=exports[_0x22c5(0x3)]=exports[_0x22c5(0x4)]=exports[_0x22c5(0x5)]=exports[_0x22c5(0x6)]=exports[_0x22c5(0x7)]=exports[_0x22c5(0x8)]=exports[_0x22c5(0x9)]=exports[_0x22c5(0xa)]=exports['calculateEventStats']=void 0x0;const generateEventCode=(_0x11964b=0x6)=>{const _0x3f736e={'JatXm':_0x22c5(0xb),'CtVcS':function(_0x56e102,_0x516ed3){return _0x56e102*_0x516ed3;}},_0x36eb4b=_0x3f736e[_0x22c5(0xc)];let _0x70d562='';for(let _0x346374=0x0;_0x346374<_0x11964b;_0x346374++){_0x70d562+=_0x36eb4b[_0x22c5(0xd)](Math[_0x22c5(0xe)](_0x3f736e[_0x22c5(0xf)](Math[_0x22c5(0x10)](),_0x36eb4b['length'])));}return _0x70d562;};exports[_0x22c5(0x8)]=generateEventCode;const generateSmartEventCode=_0x452a5c=>{const _0x395f40={'qwpha':function(_0xfd8bef){return _0xfd8bef();},'yyBlG':function(_0x48a594,_0x402983){return _0x48a594-_0x402983;},'ChGgk':function(_0x5007f8,_0x2213d6){return _0x5007f8===_0x2213d6;},'mhLBr':function(_0x34ae36,_0x403b77){return _0x34ae36>=_0x403b77;},'cdwtH':function(_0x322be8,_0x14a504){return _0x322be8===_0x14a504;},'znBSS':_0x22c5(0x11),'eysmO':function(_0x4d1937,_0x302397){return _0x4d1937===_0x302397;},'wGLiz':_0x22c5(0x12),'ZxhQb':_0x22c5(0x13),'gBYMf':function(_0x3b9d37,_0x499dcd){return _0x3b9d37<_0x499dcd;},'QYUTq':function(_0x11b38a,_0x5c4fe9){return _0x11b38a(_0x5c4fe9);},'HGoMx':function(_0x3b6452,_0x335c23){return _0x3b6452-_0x335c23;},'qlXAD':function(_0x1f927d,_0x594339){return _0x1f927d>_0x594339;}};if(!_0x452a5c[_0x22c5(0x14)]())return _0x395f40[_0x22c5(0x15)](generateEventCode);const _0x4e989a=_0x452a5c[_0x22c5(0x14)]()['toUpperCase']()['replace'](/[^A-Z0-9\s]/g,'')['split'](/\s+/)[_0x22c5(0x16)](_0x137b72=>_0x137b72['length']>0x0);if(_0x395f40[_0x22c5(0x17)](_0x4e989a['length'],0x0))return _0x395f40[_0x22c5(0x15)](generateEventCode);let _0x2923ca='';if(_0x395f40[_0x22c5(0x18)](_0x4e989a[_0x22c5(0x19)],0x2)){if(_0x395f40['cdwtH'](_0x395f40[_0x22c5(0x1a)],_0x395f40[_0x22c5(0x1a)])){const _0x187a98=_0x4e989a[_0x22c5(0x1b)](0x0,0x3);_0x2923ca=_0x187a98[_0x22c5(0x1c)](_0x26298f=>_0x26298f[_0x22c5(0x1d)](0x0,0x2))['join']('');}else return _0x395f40['qwpha'](_0x38e2c6);}else _0x395f40[_0x22c5(0x1e)](_0x395f40[_0x22c5(0x1f)],_0x395f40[_0x22c5(0x20)])?_0x54b909+=_0x59bed0(_0x395f40['yyBlG'](0x4,_0x39a06d[_0x22c5(0x19)])):_0x2923ca=_0x4e989a[0x0][_0x22c5(0x1d)](0x0,0x4);const _0x189fc3=new Date()[_0x22c5(0x21)]()[_0x22c5(0x22)]()[_0x22c5(0x1b)](-0x2);_0x2923ca+=_0x189fc3;if(_0x395f40[_0x22c5(0x23)](_0x2923ca[_0x22c5(0x19)],0x4))_0x2923ca+=_0x395f40[_0x22c5(0x24)](generateEventCode,_0x395f40[_0x22c5(0x25)](0x4,_0x2923ca['length']));else _0x395f40[_0x22c5(0x26)](_0x2923ca[_0x22c5(0x19)],0x8)&&(_0x2923ca=_0x2923ca['substring'](0x0,0x8));return _0x2923ca;};exports[_0x22c5(0x7)]=generateSmartEventCode;const validateEventCode=_0x47cfd7=>{const _0x410b73={'tHAbE':function(_0x3a9add,_0x281933){return _0x3a9add===_0x281933;},'ooxOf':function(_0x220197,_0x1204ea){return _0x220197===_0x1204ea;},'bnSbO':'Event\x20code\x20is\x20required','RUcky':function(_0x243550,_0xe608f1){return _0x243550<_0xe608f1;},'QmsTs':function(_0x26c343,_0x114750){return _0x26c343===_0x114750;},'BslZf':_0x22c5(0x27),'dNjOe':function(_0x3ebe85,_0x5c87e5){return _0x3ebe85===_0x5c87e5;},'vEJAq':_0x22c5(0x28),'lhYSv':_0x22c5(0x29),'IMhrt':_0x22c5(0x2a)};if(!_0x47cfd7||!_0x47cfd7[_0x22c5(0x14)]())return{'isValid':![],'error':_0x410b73[_0x22c5(0x2b)]};const _0xa8fb12=_0x47cfd7[_0x22c5(0x14)]()['toUpperCase']();if(_0x410b73[_0x22c5(0x2c)](_0xa8fb12[_0x22c5(0x19)],0x3))return{'isValid':![],'error':_0x22c5(0x2d)};if(_0xa8fb12['length']>0xa){if(_0x410b73['QmsTs'](_0x22c5(0x2e),_0x22c5(0x2e)))return{'isValid':![],'error':_0x410b73['BslZf']};else{const _0x4867fc=new _0x2aecad(),_0x1c4bbd=new _0x2c47df(_0x38a167);return _0x410b73[_0x22c5(0x2f)](_0x4867fc[_0x22c5(0x21)](),_0x1c4bbd[_0x22c5(0x21)]())&&_0x410b73['ooxOf'](_0x4867fc[_0x22c5(0x30)](),_0x1c4bbd[_0x22c5(0x30)]())&&_0x410b73['tHAbE'](_0x4867fc[_0x22c5(0x31)](),_0x1c4bbd[_0x22c5(0x31)]());}}if(!/^[A-Z0-9]+$/[_0x22c5(0x32)](_0xa8fb12))return _0x410b73[_0x22c5(0x33)](_0x410b73[_0x22c5(0x34)],_0x410b73[_0x22c5(0x35)])?{'isValid':![],'error':_0x22c5(0x2d)}:{'isValid':![],'error':_0x410b73[_0x22c5(0x36)]};return{'isValid':!![]};};exports[_0x22c5(0x1)]=validateEventCode;const formatEventDate=_0x396391=>{const _0x5941a3={'NeOrq':_0x22c5(0x37),'JbOfQ':'long'};try{const _0x2ab481=new Date(_0x396391);return _0x2ab481['toLocaleDateString'](_0x22c5(0x38),{'weekday':_0x22c5(0x39),'year':_0x5941a3[_0x22c5(0x3a)],'month':_0x5941a3[_0x22c5(0x3b)],'day':_0x5941a3[_0x22c5(0x3a)]});}catch(_0x52f5d8){return _0x396391;}};function _0x1eb5(){const _0x5294bb=['__esModule','validateEventCode','sortEventsByDate','isEventPast','getUniqueEventTags','getEventStatus','getDaysUntilEvent','generateSmartEventCode','generateEventCode','formatEventDate','filterEventsBySearch','ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789','JatXm','charAt','floor','CtVcS','random','BCuQg','WVvVc','SrmPk','trim','qwpha','filter','ChGgk','mhLBr','length','znBSS','slice','map','substring','eysmO','wGLiz','ZxhQb','getFullYear','toString','gBYMf','QYUTq','HGoMx','qlXAD','Event\x20code\x20must\x20be\x2010\x20characters\x20or\x20less','ScUzC','zWffy','Event\x20code\x20must\x20contain\x20only\x20letters\x20and\x20numbers','bnSbO','RUcky','Event\x20code\x20must\x20be\x20at\x20least\x203\x20characters','qfrZH','tHAbE','getMonth','getDate','test','dNjOe','vEJAq','lhYSv','IMhrt','numeric','en-US','long','NeOrq','JbOfQ','vwDDP','IBpsd','vpxsn','lBzdQ','aYIui','egAbn','isEventToday','WJmYW','aHWWf','setHours','oEtnm','VHAZU','cIrLx','fOlEr','Inactive','nlQvA','Upcoming','GDIyD','uPINL','VYpeh','KqkDB','uGXob','EqDxj','WBrON','TuImx','getTime','sort','isActive','eventDate','Jwpct','yfvDW','AOzWK','jLBgk','vwIef','toLowerCase','title','includes','description','Pokni','location','organizer','mcxJd','vmmSD','tags','some','flatMap','from','WyXdh','attendeeCount','uqJRA','calculateEventStats'];_0x1eb5=function(){return _0x5294bb;};return _0x1eb5();}exports[_0x22c5(0x9)]=formatEventDate;function _0x22c5(_0x1eb548,_0x22c5b6){_0x1eb548=_0x1eb548-0x0;const _0xcd10ab=_0x1eb5();let _0x11fffb=_0xcd10ab[_0x1eb548];return _0x11fffb;}const isEventToday=_0x34cd0d=>{const _0x5dd6e={'egAbn':function(_0x3f87b6){return _0x3f87b6();},'IBpsd':function(_0x1c486a,_0x1c258d){return _0x1c486a===_0x1c258d;},'vpxsn':function(_0x57c9f4,_0x287897){return _0x57c9f4===_0x287897;},'lBzdQ':_0x22c5(0x3c),'aYIui':'kHsUz'};try{const _0x3bf730=new Date(),_0x244f93=new Date(_0x34cd0d);return _0x3bf730['getFullYear']()===_0x244f93[_0x22c5(0x21)]()&&_0x5dd6e[_0x22c5(0x3d)](_0x3bf730[_0x22c5(0x30)](),_0x244f93[_0x22c5(0x30)]())&&_0x5dd6e['vpxsn'](_0x3bf730[_0x22c5(0x31)](),_0x244f93[_0x22c5(0x31)]());}catch(_0x5c330f){return _0x5dd6e[_0x22c5(0x3e)](_0x5dd6e[_0x22c5(0x3f)],_0x5dd6e[_0x22c5(0x40)])?_0x5dd6e[_0x22c5(0x41)](_0x3665b6):![];}};exports[_0x22c5(0x42)]=isEventToday;const isEventPast=_0xe807b4=>{const _0x2d657b={'ykSOA':function(_0x1385b5,_0x263ee8){return _0x1385b5<_0x263ee8;},'oEtnm':function(_0x48210e,_0xdad2fe){return _0x48210e!==_0xdad2fe;},'VHAZU':_0x22c5(0x43),'cIrLx':_0x22c5(0x44)};try{const _0xb7e279=new Date(),_0x399d67=new Date(_0xe807b4);return _0xb7e279[_0x22c5(0x45)](0x0,0x0,0x0,0x0),_0x399d67[_0x22c5(0x45)](0x0,0x0,0x0,0x0),_0x2d657b['ykSOA'](_0x399d67,_0xb7e279);}catch(_0x610ed7){if(_0x2d657b[_0x22c5(0x46)](_0x2d657b[_0x22c5(0x47)],_0x2d657b[_0x22c5(0x48)]))return![];else _0x58e114=_0x302ca0[_0x22c5(0x1d)](0x0,0x8);}};exports[_0x22c5(0x3)]=isEventPast;const getEventStatus=(_0x44a139,_0x436d62)=>{const _0x3c6bf8={'rfsbx':'Event\x20code\x20must\x20contain\x20only\x20letters\x20and\x20numbers','EqDxj':function(_0x1a2f99,_0x35d8a1){return _0x1a2f99<_0x35d8a1;},'GDIyD':function(_0x5f375d,_0x479e81){return _0x5f375d!==_0x479e81;},'uPINL':_0x22c5(0x49),'VYpeh':_0x22c5(0x4a),'KqkDB':function(_0x3eabb6,_0x3b7258){return _0x3eabb6(_0x3b7258);},'uGXob':_0x22c5(0x4b),'tVvYY':'Past','WBrON':'Today','TuImx':_0x22c5(0x4c)};if(!_0x436d62)return _0x3c6bf8[_0x22c5(0x4d)](_0x3c6bf8[_0x22c5(0x4e)],_0x3c6bf8[_0x22c5(0x4e)])?{'isValid':![],'error':_0x3c6bf8['rfsbx']}:_0x3c6bf8[_0x22c5(0x4f)];if(_0x3c6bf8[_0x22c5(0x50)](isEventPast,_0x44a139)){if(_0x3c6bf8[_0x22c5(0x4d)](_0x3c6bf8[_0x22c5(0x51)],_0x3c6bf8['uGXob'])){const _0x2bc830=new _0x26d2df(),_0x189733=new _0x3d7cc4(_0x59851a);return _0x2bc830[_0x22c5(0x45)](0x0,0x0,0x0,0x0),_0x189733[_0x22c5(0x45)](0x0,0x0,0x0,0x0),_0x3c6bf8[_0x22c5(0x52)](_0x189733,_0x2bc830);}else return _0x3c6bf8['tVvYY'];}if(isEventToday(_0x44a139))return _0x3c6bf8[_0x22c5(0x53)];return _0x3c6bf8[_0x22c5(0x54)];};exports[_0x22c5(0x5)]=getEventStatus;const getDaysUntilEvent=_0x1ee678=>{const _0x558726={'oduix':function(_0x26c5f5,_0x1c0753){return _0x26c5f5/_0x1c0753;},'WxOXr':function(_0xded730,_0x5180ba){return _0xded730*_0x5180ba;}};try{const _0x2c36c4=new Date(),_0x4395af=new Date(_0x1ee678);_0x2c36c4[_0x22c5(0x45)](0x0,0x0,0x0,0x0),_0x4395af['setHours'](0x0,0x0,0x0,0x0);const _0x1d4421=_0x4395af['getTime']()-_0x2c36c4[_0x22c5(0x55)](),_0x9a7554=Math['ceil'](_0x558726['oduix'](_0x1d4421,_0x558726['WxOXr'](_0x558726['WxOXr'](0x3e8,0x3c),0x3c)*0x18));return _0x9a7554;}catch(_0x106a87){return 0x0;}};exports[_0x22c5(0x6)]=getDaysUntilEvent;const sortEventsByDate=_0x1b0ae8=>{const _0x18bf83={'Jwpct':function(_0x5f3b08,_0x2904b3){return _0x5f3b08<_0x2904b3;},'yfvDW':function(_0xa7409f,_0x491f90){return _0xa7409f&&_0x491f90;}};return _0x1b0ae8[_0x22c5(0x56)]((_0x547a80,_0x4108f7)=>{if(_0x547a80['isActive']&&!_0x4108f7['isActive'])return-0x1;if(!_0x547a80[_0x22c5(0x57)]&&_0x4108f7[_0x22c5(0x57)])return 0x1;const _0x5e06ee=new Date(_0x547a80[_0x22c5(0x58)]),_0x5c4e68=new Date(_0x4108f7['eventDate']),_0x86cc44=new Date(),_0x458152=_0x5e06ee<_0x86cc44,_0x16df47=_0x18bf83[_0x22c5(0x59)](_0x5c4e68,_0x86cc44);if(_0x18bf83[_0x22c5(0x5a)](_0x458152,!_0x16df47))return 0x1;if(!_0x458152&&_0x16df47)return-0x1;return _0x18bf83[_0x22c5(0x5a)](_0x458152,_0x16df47)?_0x5c4e68[_0x22c5(0x55)]()-_0x5e06ee[_0x22c5(0x55)]():_0x5e06ee[_0x22c5(0x55)]()-_0x5c4e68[_0x22c5(0x55)]();});};exports[_0x22c5(0x2)]=sortEventsByDate;const filterEventsBySearch=(_0x511809,_0x1e97b9)=>{const _0x3fe3b4={'vwIef':function(_0xfd4204,_0x46c039){return _0xfd4204-_0x46c039;},'Pokni':function(_0x4e316e,_0x291fd4){return _0x4e316e===_0x291fd4;},'mcxJd':function(_0x3f6df2,_0x3b315b){return _0x3f6df2===_0x3b315b;},'vmmSD':function(_0xc9768e,_0x466959){return _0xc9768e===_0x466959;},'oLSRV':function(_0x3495f4,_0x2b35f8){return _0x3495f4===_0x2b35f8;},'AOzWK':'znOWB','jLBgk':'aVHTj'};if(!_0x1e97b9['trim']())return _0x3fe3b4['oLSRV'](_0x3fe3b4[_0x22c5(0x5b)],_0x3fe3b4[_0x22c5(0x5c)])?_0x3fe3b4[_0x22c5(0x5d)](_0x190ed9[_0x22c5(0x55)](),_0xc51b69['getTime']()):_0x511809;const _0x4e0231=_0x1e97b9[_0x22c5(0x5e)]()[_0x22c5(0x14)]();return _0x511809['filter'](_0x6a9d46=>{var _0x437c90,_0x2f5866,_0x193390;return _0x6a9d46[_0x22c5(0x5f)]['toLowerCase']()[_0x22c5(0x60)](_0x4e0231)||_0x6a9d46[_0x22c5(0x61)]['toLowerCase']()['includes'](_0x4e0231)||_0x6a9d46['code']['toLowerCase']()[_0x22c5(0x60)](_0x4e0231)||(_0x3fe3b4[_0x22c5(0x62)](_0x437c90=_0x6a9d46[_0x22c5(0x63)],null)||_0x437c90===void 0x0?void 0x0:_0x437c90[_0x22c5(0x5e)]()[_0x22c5(0x60)](_0x4e0231))||(_0x3fe3b4[_0x22c5(0x62)](_0x2f5866=_0x6a9d46[_0x22c5(0x64)],null)||_0x3fe3b4[_0x22c5(0x65)](_0x2f5866,void 0x0)?void 0x0:_0x2f5866['toLowerCase']()[_0x22c5(0x60)](_0x4e0231))||(_0x3fe3b4[_0x22c5(0x66)](_0x193390=_0x6a9d46[_0x22c5(0x67)],null)||_0x3fe3b4[_0x22c5(0x66)](_0x193390,void 0x0)?void 0x0:_0x193390[_0x22c5(0x68)](_0x38e488=>_0x38e488[_0x22c5(0x5e)]()[_0x22c5(0x60)](_0x4e0231)));});};exports[_0x22c5(0xa)]=filterEventsBySearch;const getUniqueEventTags=_0x5a3dbf=>{const _0x46ed94=_0x5a3dbf[_0x22c5(0x69)](_0x42fcaf=>_0x42fcaf[_0x22c5(0x67)]||[]);return Array[_0x22c5(0x6a)](new Set(_0x46ed94))['sort']();};exports[_0x22c5(0x4)]=getUniqueEventTags;const calculateEventStats=_0x427eed=>{const _0x53eea1={'WyXdh':function(_0x4dbff5,_0x5adbe3){return _0x4dbff5-_0x5adbe3;},'RWoQy':function(_0x53ea8c,_0x248d66){return _0x53ea8c>_0x248d66;},'uqJRA':function(_0x3db36a,_0x2b03af){return _0x3db36a*_0x2b03af;},'TvfsK':function(_0x5a114e,_0x1a86ac){return _0x5a114e/_0x1a86ac;}},_0x29c5c4=_0x427eed[_0x22c5(0x19)],_0x36868e=_0x427eed[_0x22c5(0x16)](_0x3a0b3e=>_0x3a0b3e[_0x22c5(0x57)])['length'],_0x465d4f=_0x53eea1[_0x22c5(0x6b)](_0x29c5c4,_0x36868e),_0x3fd090=_0x427eed['reduce']((_0x58830f,_0x2dbf88)=>_0x58830f+_0x2dbf88[_0x22c5(0x6c)],0x0),_0x6b2e4e=_0x427eed['reduce']((_0x19384f,_0x51e26d)=>_0x19384f+_0x51e26d['maxAttendees'],0x0),_0x2507f7=_0x427eed[_0x22c5(0x16)](_0x39867a=>_0x39867a[_0x22c5(0x57)]&&!isEventPast(_0x39867a[_0x22c5(0x58)]))[_0x22c5(0x19)],_0x41b90b=_0x427eed[_0x22c5(0x16)](_0x1b439c=>isEventPast(_0x1b439c[_0x22c5(0x58)]))[_0x22c5(0x19)],_0x3ba3c8=_0x427eed[_0x22c5(0x16)](_0x5b4d19=>_0x5b4d19[_0x22c5(0x57)]&&isEventToday(_0x5b4d19[_0x22c5(0x58)]))[_0x22c5(0x19)];return{'total':_0x29c5c4,'active':_0x36868e,'inactive':_0x465d4f,'upcoming':_0x2507f7,'past':_0x41b90b,'today':_0x3ba3c8,'totalAttendees':_0x3fd090,'totalCapacity':_0x6b2e4e,'averageAttendance':_0x53eea1['RWoQy'](_0x6b2e4e,0x0)?Math['round'](_0x53eea1[_0x22c5(0x6d)](_0x53eea1['TvfsK'](_0x3fd090,_0x6b2e4e),0x64)):0x0};};exports[_0x22c5(0x6e)]=calculateEventStats;
@@ -6,4 +6,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
6
6
  require('react-native')
7
7
  ];
8
8
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
9
- function _0x3486(){const _0x12e44d=['defineProperty','__esModule','triggerHaptic','HapticType','7|5|3|1|2|4|0|6','SUCCESS','success','HEAVY','heavy','error','light','dpzUd','split','JFFEv','WiwqW','DzjDK','cPhUh','MlNnO','sbiId','tiEoL','uyPgw','ynmuI','LIGHT','MwkkQ','6|2|1|3|5|4|7|0','MEDIUM','medium','ERROR','WARNING','warning','Haptic\x20feedback\x20not\x20available:','Vibration\x20not\x20available:','ios','XCDCv','UKhks','notificationWarning','notificationError','syEnA','hjaue','QwEoP','KrfxY','zCDDe','HpHjN','kNukc','SFNHi','hbqvu','bMTCU','FckSN','BUTTON_PRESS','CTyhE','warn','sdKwX','jhCqE','trigger','cbNhB','Nycfh','impactHeavy','notificationSuccess','pwSvg','impactLight','Platform','android','vibrate','IvgMI','DJVjb'];_0x3486=function(){return _0x12e44d;};return _0x3486();}Object[_0x30f9(0x0)](exports,_0x30f9(0x1),{'value':!![]}),exports[_0x30f9(0x2)]=exports[_0x30f9(0x3)]=void 0x0;var _reactNative=__ONAIROS_REQ_FUNC__(0x0);let HapticType=exports['HapticType']=function(_0x5e39ca){const _0x1d42b4={'dpzUd':_0x30f9(0x4),'JFFEv':'BUTTON_PRESS','WiwqW':_0x30f9(0x5),'DzjDK':_0x30f9(0x6),'cPhUh':'WARNING','MlNnO':'warning','sbiId':_0x30f9(0x7),'tiEoL':_0x30f9(0x8),'wVaAl':'ERROR','uyPgw':_0x30f9(0x9),'ynmuI':'MEDIUM','ICkHG':'medium','MwkkQ':_0x30f9(0xa)},_0xb28aad=_0x1d42b4[_0x30f9(0xb)][_0x30f9(0xc)]('|');let _0x67f1ce=0x0;while(!![]){switch(_0xb28aad[_0x67f1ce++]){case'0':_0x5e39ca[_0x1d42b4[_0x30f9(0xd)]]=_0x30f9(0xa);continue;case'1':_0x5e39ca[_0x1d42b4[_0x30f9(0xe)]]=_0x1d42b4[_0x30f9(0xf)];continue;case'2':_0x5e39ca[_0x1d42b4[_0x30f9(0x10)]]=_0x1d42b4[_0x30f9(0x11)];continue;case'3':_0x5e39ca[_0x1d42b4[_0x30f9(0x12)]]=_0x1d42b4[_0x30f9(0x13)];continue;case'4':_0x5e39ca[_0x1d42b4['wVaAl']]=_0x1d42b4[_0x30f9(0x14)];continue;case'5':_0x5e39ca[_0x1d42b4[_0x30f9(0x15)]]=_0x1d42b4['ICkHG'];continue;case'6':return _0x5e39ca;case'7':_0x5e39ca[_0x30f9(0x16)]=_0x1d42b4[_0x30f9(0x17)];continue;}break;}}({});const triggerHaptic=(_0x381fd8=HapticType['LIGHT'])=>{const _0x5df209={'KrfxY':_0x30f9(0x18),'VvaHY':_0x30f9(0x7),'zCDDe':_0x30f9(0x8),'HpHjN':_0x30f9(0x19),'UYWwR':_0x30f9(0x1a),'exqrJ':_0x30f9(0x5),'kNukc':_0x30f9(0x6),'CggVt':_0x30f9(0x1b),'SFNHi':_0x30f9(0x9),'hbqvu':_0x30f9(0x1c),'bMTCU':_0x30f9(0x1d),'FckSN':_0x30f9(0x16),'CTyhE':_0x30f9(0xa),'sdKwX':_0x30f9(0x1e),'jhCqE':function(_0x50edd7,_0x3af45b){return _0x50edd7(_0x3af45b);},'IvgMI':_0x30f9(0x1f),'hjaue':function(_0x31edc2,_0x366f3d){return _0x31edc2===_0x366f3d;},'oPPVh':_0x30f9(0x20),'prGHA':function(_0x2b9313,_0x390227){return _0x2b9313!==_0x390227;},'QwEoP':_0x30f9(0x21),'pLONT':_0x30f9(0x22),'qHIix':'pXoZe','cbNhB':'impactLight','Nycfh':'impactMedium','pwSvg':_0x30f9(0x23),'mGUTI':_0x30f9(0x24),'SYJol':_0x30f9(0x25),'DJVjb':function(_0x1a786b,_0x277cc0){return _0x1a786b(_0x277cc0);}};if(_0x5df209[_0x30f9(0x26)](_reactNative['Platform']['OS'],_0x5df209['oPPVh'])){if(_0x5df209['prGHA'](_0x5df209[_0x30f9(0x27)],_0x5df209['QwEoP'])){const _0x3c8e80=_0x5df209[_0x30f9(0x28)]['split']('|');let _0x22efe8=0x0;while(!![]){switch(_0x3c8e80[_0x22efe8++]){case'0':return _0x414685;case'1':_0x1fbf44[_0x5df209['VvaHY']]=_0x5df209[_0x30f9(0x29)];continue;case'2':_0x4afb0c[_0x5df209[_0x30f9(0x2a)]]=_0x5df209['UYWwR'];continue;case'3':_0x2b22c9[_0x5df209['exqrJ']]=_0x5df209[_0x30f9(0x2b)];continue;case'4':_0x2b106f[_0x5df209['CggVt']]=_0x5df209[_0x30f9(0x2c)];continue;case'5':_0x4e3433[_0x5df209[_0x30f9(0x2d)]]=_0x5df209[_0x30f9(0x2e)];continue;case'6':_0x54bcde[_0x5df209[_0x30f9(0x2f)]]=_0x30f9(0xa);continue;case'7':_0x5bd96b[_0x30f9(0x30)]=_0x5df209[_0x30f9(0x31)];continue;}break;}}else try{if(_0x5df209[_0x30f9(0x26)](_0x5df209['pLONT'],_0x5df209['qHIix']))_0x2d4391[_0x30f9(0x32)](_0x5df209[_0x30f9(0x33)],_0x4dc39a);else{const _0x92441c=_0x5df209[_0x30f9(0x34)](__ONAIROS_REQ_FUNC__,0x1),_0x483aa0={'enableVibrateFallback':!![],'ignoreAndroidSystemSettings':![]};switch(_0x381fd8){case HapticType[_0x30f9(0x16)]:_0x92441c[_0x30f9(0x35)](_0x5df209[_0x30f9(0x36)],_0x483aa0);break;case HapticType[_0x30f9(0x19)]:_0x92441c[_0x30f9(0x35)](_0x5df209[_0x30f9(0x37)],_0x483aa0);break;case HapticType['HEAVY']:_0x92441c[_0x30f9(0x35)](_0x30f9(0x38),_0x483aa0);break;case HapticType[_0x30f9(0x5)]:_0x92441c[_0x30f9(0x35)](_0x30f9(0x39),_0x483aa0);break;case HapticType[_0x30f9(0x1c)]:_0x92441c[_0x30f9(0x35)](_0x5df209[_0x30f9(0x3a)],_0x483aa0);break;case HapticType[_0x30f9(0x1b)]:_0x92441c[_0x30f9(0x35)](_0x5df209['mGUTI'],_0x483aa0);break;default:_0x92441c[_0x30f9(0x35)](_0x30f9(0x3b),_0x483aa0);}}}catch(_0x3c9501){console[_0x30f9(0x32)](_0x5df209['sdKwX'],_0x3c9501);}}else{if(_0x5df209['hjaue'](_reactNative[_0x30f9(0x3c)]['OS'],_0x30f9(0x3d)))try{if(_0x5df209[_0x30f9(0x26)](_0x5df209['SYJol'],'Pxdaj'))try{const {Vibration:_0x5a0ef6}=_0x5df209['jhCqE'](_0x2e0934,0x2);_0x5a0ef6[_0x30f9(0x3e)](0x32);}catch(_0x261815){_0x40a4c6[_0x30f9(0x32)](_0x5df209[_0x30f9(0x3f)],_0x261815);}else{const {Vibration:_0x12f5b1}=_0x5df209[_0x30f9(0x40)](__ONAIROS_REQ_FUNC__,0x2);_0x12f5b1[_0x30f9(0x3e)](0x32);}}catch(_0xecc06a){console['warn'](_0x5df209[_0x30f9(0x3f)],_0xecc06a);}}};function _0x30f9(_0x348624,_0x30f948){_0x348624=_0x348624-0x0;const _0x24eeb5=_0x3486();let _0xf4aaa6=_0x24eeb5[_0x348624];return _0xf4aaa6;}exports[_0x30f9(0x2)]=triggerHaptic;
9
+ Object[_0x1a3e(0x0)](exports,_0x1a3e(0x1),{'value':!![]}),exports['triggerHaptic']=exports[_0x1a3e(0x2)]=void 0x0;function _0x30a8(){const _0x29fd70=['defineProperty','__esModule','HapticType','LIGHT','MEDIUM','medium','heavy','SUCCESS','WARNING','warning','BUTTON_PRESS','yhakb','light','zajUN','JoHjV','LJnuG','pjUqO','PWaNU','3|6|5|7|2|4|1|0','HEAVY','success','Vibration\x20not\x20available:','Haptic\x20feedback\x20not\x20available:','ios','jUHFy','kRbrJ','impactMedium','notificationSuccess','notificationWarning','notificationError','android','bkleM','PrsnE','uIowZ','zrBjc','split','Jqjam','VcZyt','vBExb','error','UbHaG','udKdh','qsRFS','wKkKx','PXAOt','impactLight','trigger','fAyRa','HlbUf','mhlSX','ERROR','warn','PZSfm','Platform','AGOGu','MOBnQ','pdmBC','jrBiA'];_0x30a8=function(){return _0x29fd70;};return _0x30a8();}function _0x1a3e(_0x30a86f,_0x1a3ed9){_0x30a86f=_0x30a86f-0x0;const _0x132ce5=_0x30a8();let _0x4cb786=_0x132ce5[_0x30a86f];return _0x4cb786;}var _reactNative=__ONAIROS_REQ_FUNC__(0x0);let HapticType=exports['HapticType']=function(_0x50e281){const _0x37188c={'yhakb':_0x1a3e(0x3),'zajUN':_0x1a3e(0x4),'iaUXE':_0x1a3e(0x5),'jHVhK':_0x1a3e(0x6),'JoHjV':_0x1a3e(0x7),'qjiVA':'success','gHVRh':_0x1a3e(0x8),'LJnuG':_0x1a3e(0x9),'pjUqO':_0x1a3e(0xa),'PWaNU':'light'};return _0x50e281[_0x37188c[_0x1a3e(0xb)]]=_0x1a3e(0xc),_0x50e281[_0x37188c[_0x1a3e(0xd)]]=_0x37188c['iaUXE'],_0x50e281['HEAVY']=_0x37188c['jHVhK'],_0x50e281[_0x37188c[_0x1a3e(0xe)]]=_0x37188c['qjiVA'],_0x50e281[_0x37188c['gHVRh']]=_0x37188c[_0x1a3e(0xf)],_0x50e281['ERROR']='error',_0x50e281[_0x37188c[_0x1a3e(0x10)]]=_0x37188c[_0x1a3e(0x11)],_0x50e281;}({});const triggerHaptic=(_0x2a5761=HapticType[_0x1a3e(0x3)])=>{const _0x57a56a={'vIKIx':_0x1a3e(0x12),'Jqjam':'BUTTON_PRESS','VcZyt':_0x1a3e(0x8),'vBExb':_0x1a3e(0x3),'rBNbc':_0x1a3e(0xc),'mSAkx':'ERROR','UnpJa':_0x1a3e(0x13),'UbHaG':'heavy','udKdh':_0x1a3e(0x4),'qsRFS':'medium','EuWxC':_0x1a3e(0x7),'MZXHf':_0x1a3e(0x14),'PXAOt':function(_0x212594,_0x54732d){return _0x212594(_0x54732d);},'SsuSa':_0x1a3e(0x15),'PZSfm':_0x1a3e(0x16),'AGOGu':function(_0x594667,_0x393861){return _0x594667===_0x393861;},'ynXTh':_0x1a3e(0x17),'hgZRe':function(_0x49caaa,_0x51eab2){return _0x49caaa!==_0x51eab2;},'zrBjc':_0x1a3e(0x18),'wKkKx':_0x1a3e(0x19),'GQfTN':function(_0x136b72,_0x1e9a01){return _0x136b72(_0x1e9a01);},'SuYzv':_0x1a3e(0x1a),'fAyRa':'impactHeavy','HlbUf':_0x1a3e(0x1b),'mhlSX':_0x1a3e(0x1c),'GxUKy':_0x1a3e(0x1d),'kBXKX':_0x1a3e(0x1e),'imyQH':_0x1a3e(0x1f),'MOBnQ':_0x1a3e(0x20),'pdmBC':_0x1a3e(0x21)};if(_0x57a56a['AGOGu'](_reactNative['Platform']['OS'],_0x57a56a['ynXTh'])){if(_0x57a56a['hgZRe'](_0x57a56a[_0x1a3e(0x22)],_0x1a3e(0x18))){const _0x684527=_0x57a56a['vIKIx'][_0x1a3e(0x23)]('|');let _0x1fd16b=0x0;while(!![]){switch(_0x684527[_0x1fd16b++]){case'0':return _0x2eceb3;case'1':_0x161073[_0x57a56a[_0x1a3e(0x24)]]=_0x1a3e(0xc);continue;case'2':_0x1b592b[_0x57a56a[_0x1a3e(0x25)]]=_0x1a3e(0x9);continue;case'3':_0x4e18c5[_0x57a56a[_0x1a3e(0x26)]]=_0x57a56a['rBNbc'];continue;case'4':_0x3208c0[_0x57a56a['mSAkx']]=_0x1a3e(0x27);continue;case'5':_0x48ffec[_0x57a56a['UnpJa']]=_0x57a56a[_0x1a3e(0x28)];continue;case'6':_0x766e58[_0x57a56a[_0x1a3e(0x29)]]=_0x57a56a[_0x1a3e(0x2a)];continue;case'7':_0x3cd019[_0x57a56a['EuWxC']]=_0x57a56a['MZXHf'];continue;}break;}}else try{if(_0x57a56a[_0x1a3e(0x2b)]!==_0x57a56a[_0x1a3e(0x2b)])try{const {Vibration:_0x4aba35}=_0x57a56a[_0x1a3e(0x2c)](_0x48fb1f,0x2);_0x4aba35['vibrate'](0x32);}catch(_0x39bf64){_0x58458b['warn'](_0x57a56a['SsuSa'],_0x39bf64);}else{const _0x24c44f=_0x57a56a['GQfTN'](__ONAIROS_REQ_FUNC__,0x1),_0x3dc23b={'enableVibrateFallback':!![],'ignoreAndroidSystemSettings':![]};switch(_0x2a5761){case HapticType['LIGHT']:_0x24c44f['trigger'](_0x1a3e(0x2d),_0x3dc23b);break;case HapticType[_0x1a3e(0x4)]:_0x24c44f[_0x1a3e(0x2e)](_0x57a56a['SuYzv'],_0x3dc23b);break;case HapticType['HEAVY']:_0x24c44f['trigger'](_0x57a56a[_0x1a3e(0x2f)],_0x3dc23b);break;case HapticType[_0x1a3e(0x7)]:_0x24c44f['trigger'](_0x57a56a[_0x1a3e(0x30)],_0x3dc23b);break;case HapticType[_0x1a3e(0x8)]:_0x24c44f[_0x1a3e(0x2e)](_0x57a56a[_0x1a3e(0x31)],_0x3dc23b);break;case HapticType[_0x1a3e(0x32)]:_0x24c44f[_0x1a3e(0x2e)](_0x57a56a['GxUKy'],_0x3dc23b);break;default:_0x24c44f[_0x1a3e(0x2e)]('impactLight',_0x3dc23b);}}}catch(_0x937811){console[_0x1a3e(0x33)](_0x57a56a[_0x1a3e(0x34)],_0x937811);}}else{if(_0x57a56a['AGOGu'](_reactNative[_0x1a3e(0x35)]['OS'],_0x57a56a['kBXKX'])){if(_0x57a56a[_0x1a3e(0x36)](_0x57a56a['imyQH'],_0x57a56a[_0x1a3e(0x37)]))_0x4f70a5[_0x1a3e(0x33)](_0x57a56a[_0x1a3e(0x34)],_0x3676d9);else try{const {Vibration:_0x3948af}=__ONAIROS_REQ_FUNC__(0x2);_0x3948af['vibrate'](0x32);}catch(_0x13ccd1){_0x57a56a[_0x1a3e(0x36)](_0x57a56a[_0x1a3e(0x38)],_0x1a3e(0x39))?_0x3a9a7a[_0x1a3e(0x33)](_0x57a56a['SsuSa'],_0x445507):console[_0x1a3e(0x33)](_0x1a3e(0x15),_0x13ccd1);}}}};exports['triggerHaptic']=triggerHaptic;
@@ -1 +1 @@
1
- 'use strict';function _0x369f(_0x2f2275,_0x369f02){_0x2f2275=_0x2f2275-0x0;var _0x49d2c1=_0x2f22();var _0x137c13=_0x49d2c1[_0x2f2275];return _0x137c13;}Object[_0x369f(0x0)](exports,_0x369f(0x1),{'value':!![]});function _0x2f22(){var _0x4e546c=['defineProperty','__esModule'];_0x2f22=function(){return _0x4e546c;};return _0x2f22();}
1
+ 'use strict';function _0x19cb(_0x384860,_0x19cbc3){_0x384860=_0x384860-0x0;var _0x1d297a=_0x3848();var _0x1f97d7=_0x1d297a[_0x384860];return _0x1f97d7;}function _0x3848(){var _0x13f4d8=['defineProperty','__esModule'];_0x3848=function(){return _0x13f4d8;};return _0x3848();}Object[_0x19cb(0x0)](exports,_0x19cb(0x1),{'value':!![]});
@@ -5,4 +5,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
5
5
  require("../config/api")
6
6
  ];
7
7
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
8
- Object[_0x50bd(0x0)](exports,_0x50bd(0x1),{'value':!![]}),exports[_0x50bd(0x2)]=exports[_0x50bd(0x3)]=exports[_0x50bd(0x4)]=void 0x0;function _0x4324(){const _0x299e1d=['defineProperty','__esModule','runFullDiagnostics','isApiReachable','getNetworkStatus','═══════════════════════════════════════════','🔍\x20ONAIROS\x20SDK\x20NETWORK\x20DIAGNOSTICS','https://www.google.com','HEAD','JzPSJ','Internet\x20works\x20but\x20API\x20blocked.\x20Check:\x20VPN,\x20Firewall,\x20iOS\x20ATS\x20settings','\x0a───────────────────────────────────────────','lWOSE','iOS:\x20Add\x20NSAppTransportSecurity\x20to\x20Info.plist','Device\x20has\x20no\x20internet\x20-\x20check\x20WiFi/cellular','\x0a📌\x20RECOMMENDATIONS:','\x0a═══════════════════════════════════════════','log','ijjNi','Version','📱\x20Platform:\x20','Platform','\x0a🧪\x20Test\x201:\x20Internet\x20Connectivity\x20(google.com)','now','DuDVE','aCWJA','googleReachable','rawResults','google','\x20\x20\x20✅\x20PASS\x20-\x20Google\x20reachable\x20(','ms)','gcMTZ','\x0a✅\x20ALL\x20TESTS\x20PASSED\x20-\x20SDK\x20should\x20work\x20correctly','1|2|4|3|0','recommendations','push','vqiGr','tests','Google\x20unreachable:\x20','message','\x20\x20\x20❌\x20FAIL\x20-\x20','\x0a🧪\x20Test\x202:\x20API\x20Reachability\x20(API\x20server/health)','API_CONFIG','/health','catch','Unable\x20to\x20read','apiReachable','apiHealth','status','\x20\x20\x20✅\x20PASS\x20-\x20API\x20reachable\x20(','\x20\x20\x20⚠️\x20PARTIAL\x20-\x20API\x20responded\x20with\x20','errors','API\x20returned\x20status\x20','2|3|4|0|1','split','TyFwM','API\x20unreachable:\x20','Djlpg','BASE_URL','stringify','diagnostic_test','youtube','toISOString','text','apiPost','substring','apiPostWorks','\x20\x20\x20✅\x20PASS\x20-\x20POST\x20request\x20succeeded,\x20status:\x20','youtubeOAuthWorks','\x20\x20\x20✅\x20BONUS\x20-\x20Got\x20YouTube\x20OAuth\x20URL!','TzPSk','POST\x20request\x20failed:\x20','vMHzM','hRJyH','aTjRv','values','filter','length','keys','\x0aTests\x20Passed:\x20','\x0a⚠️\x20SOME\x20TESTS\x20FAILED\x20-\x20See\x20recommendations\x20below:','oWuKk','bniop','ErNAo','uCCeQ','online','OOThL','iOS:\x20Try\x20on\x20physical\x20device\x20instead\x20of\x20simulator','THMtH','forEach','TIqaC','rQIBb','\x20\x20\x20','fZyyq','Full\x20results\x20object\x20logged\x20below\x20for\x20debugging:','RFNHo','wwopb','qEYYO','pLECp','ios','api_unreachable','ZLECW','jTrVC','offline','XGIbC','mBnDt','ZyTGr','LkbJj','ITGJe','NKCAn','cOjfo','IjpeG','SNWuq','Fkrly','eRkMu','CJOcw','TItZI','vcByK','DJstu'];_0x4324=function(){return _0x299e1d;};return _0x4324();}var _reactNative=__ONAIROS_REQ_FUNC__(0x0),_api=__ONAIROS_REQ_FUNC__(0x1);const runFullDiagnostics=async()=>{const _0x45f25f={'TIqaC':function(_0x529a33,_0x415925){return _0x529a33===_0x415925;},'rQIBb':'CBLQI','mcdgn':_0x50bd(0x5),'ijjNi':_0x50bd(0x6),'aTjRv':'───────────────────────────────────────────','DuDVE':function(_0x413544,_0xbf0050,_0x14e3b7){return _0x413544(_0xbf0050,_0x14e3b7);},'KpIaV':_0x50bd(0x7),'tCesl':_0x50bd(0x8),'aCWJA':function(_0x2a1e43,_0x12ab2e){return _0x2a1e43-_0x12ab2e;},'gcMTZ':'VaDVt','UwtAV':_0x50bd(0x9),'vqiGr':'Check\x20internet\x20connection\x20on\x20device','TyFwM':_0x50bd(0xa),'Djlpg':function(_0x4caf4c,_0x1f0996,_0x65179f){return _0x4caf4c(_0x1f0996,_0x65179f);},'TzPSk':'0|2|1|4|3','vMHzM':_0x50bd(0xb),'hRJyH':'📋\x20SUMMARY','DLtTX':function(_0x1ba357,_0x2c70f2){return _0x1ba357===_0x2c70f2;},'oWuKk':function(_0x5b9bc1,_0x5d054c){return _0x5b9bc1===_0x5d054c;},'bniop':function(_0x4abd55,_0x16694a){return _0x4abd55===_0x16694a;},'ErNAo':_0x50bd(0xc),'uCCeQ':'oQqUS','OOThL':_0x50bd(0xd),'ZbfdZ':_0x50bd(0xe),'THMtH':_0x50bd(0xf),'fZyyq':_0x50bd(0x10)};console[_0x50bd(0x11)](_0x45f25f['mcdgn']),console[_0x50bd(0x11)](_0x45f25f[_0x50bd(0x12)]),console['log'](_0x45f25f['mcdgn']);const _0x5274a2={'timestamp':new Date()['toISOString'](),'platform':_reactNative['Platform']['OS'],'platformVersion':_reactNative['Platform'][_0x50bd(0x13)],'tests':{'googleReachable':![],'apiReachable':![],'apiPostWorks':![],'youtubeOAuthWorks':![]},'errors':[],'recommendations':[],'rawResults':{}};console[_0x50bd(0x11)](_0x50bd(0x14)+_reactNative[_0x50bd(0x15)]['OS']+'\x20'+_reactNative['Platform'][_0x50bd(0x13)]),console[_0x50bd(0x11)](_0x45f25f['aTjRv']),console[_0x50bd(0x11)](_0x50bd(0x16));try{const _0x4b65b7=Date[_0x50bd(0x17)](),_0x34ceb1=await _0x45f25f[_0x50bd(0x18)](fetch,_0x45f25f['KpIaV'],{'method':_0x45f25f['tCesl']}),_0x5da53f=_0x45f25f[_0x50bd(0x19)](Date[_0x50bd(0x17)](),_0x4b65b7);_0x5274a2['tests'][_0x50bd(0x1a)]=!![],_0x5274a2[_0x50bd(0x1b)][_0x50bd(0x1c)]={'status':_0x34ceb1['status'],'time':_0x5da53f},console[_0x50bd(0x11)](_0x50bd(0x1d)+_0x5da53f+_0x50bd(0x1e));}catch(_0x4c73fd){if(_0x45f25f[_0x50bd(0x1f)]===_0x45f25f['UwtAV'])_0x2be002[_0x50bd(0x11)](_0x50bd(0x20));else{const _0x5bb391=_0x50bd(0x21)['split']('|');let _0x2e4f21=0x0;while(!![]){switch(_0x5bb391[_0x2e4f21++]){case'0':_0x5274a2[_0x50bd(0x22)][_0x50bd(0x23)](_0x45f25f[_0x50bd(0x24)]);continue;case'1':_0x5274a2[_0x50bd(0x25)][_0x50bd(0x1a)]=![];continue;case'2':_0x5274a2['errors']['push'](_0x50bd(0x26)+_0x4c73fd[_0x50bd(0x27)]);continue;case'3':console['log'](_0x50bd(0x28)+_0x4c73fd[_0x50bd(0x27)]);continue;case'4':_0x5274a2[_0x50bd(0x1b)][_0x50bd(0x1c)]={'error':_0x4c73fd[_0x50bd(0x27)]};continue;}break;}}}console['log'](_0x50bd(0x29));try{const _0x42b779=Date[_0x50bd(0x17)](),_0x4e1cbf=await _0x45f25f['DuDVE'](fetch,_api[_0x50bd(0x2a)]['BASE_URL']+_0x50bd(0x2b),{'method':'GET','headers':{'Accept':'application/json'}}),_0x27c75e=_0x45f25f[_0x50bd(0x19)](Date[_0x50bd(0x17)](),_0x42b779),_0x2770ad=await _0x4e1cbf['text']()[_0x50bd(0x2c)](()=>_0x50bd(0x2d));_0x5274a2['tests'][_0x50bd(0x2e)]=_0x4e1cbf['ok'],_0x5274a2[_0x50bd(0x1b)][_0x50bd(0x2f)]={'status':_0x4e1cbf[_0x50bd(0x30)],'time':_0x27c75e,'body':_0x2770ad['substring'](0x0,0xc8)},_0x4e1cbf['ok']?console[_0x50bd(0x11)](_0x50bd(0x31)+_0x27c75e+_0x50bd(0x1e)):(console['log'](_0x50bd(0x32)+_0x4e1cbf[_0x50bd(0x30)]),_0x5274a2[_0x50bd(0x33)][_0x50bd(0x23)](_0x50bd(0x34)+_0x4e1cbf['status']));}catch(_0x202ac2){const _0x304f77=_0x50bd(0x35)[_0x50bd(0x36)]('|');let _0x48a6fe=0x0;while(!![]){switch(_0x304f77[_0x48a6fe++]){case'0':console[_0x50bd(0x11)](_0x50bd(0x28)+_0x202ac2[_0x50bd(0x27)]);continue;case'1':_0x5274a2[_0x50bd(0x25)][_0x50bd(0x1a)]&&_0x5274a2[_0x50bd(0x22)]['push'](_0x45f25f[_0x50bd(0x37)]);continue;case'2':_0x5274a2[_0x50bd(0x25)][_0x50bd(0x2e)]=![];continue;case'3':_0x5274a2[_0x50bd(0x33)][_0x50bd(0x23)](_0x50bd(0x38)+_0x202ac2['message']);continue;case'4':_0x5274a2['rawResults'][_0x50bd(0x2f)]={'error':_0x202ac2[_0x50bd(0x27)]};continue;}break;}}console[_0x50bd(0x11)]('\n\uD83E\uDDEA Test 3: POST Request (OAuth simulation)');try{const _0x27d323=Date[_0x50bd(0x17)](),_0x58d0c1=await _0x45f25f[_0x50bd(0x39)](fetch,_api[_0x50bd(0x2a)][_0x50bd(0x3a)]+'/youtube/authorize',{'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/json'},'body':JSON[_0x50bd(0x3b)]({'session':{'username':_0x50bd(0x3c),'platform':_0x50bd(0x3d),'timestamp':new Date()[_0x50bd(0x3e)]()}})}),_0x22559c=Date[_0x50bd(0x17)]()-_0x27d323,_0x2afea1=await _0x58d0c1[_0x50bd(0x3f)]()[_0x50bd(0x2c)](()=>'Unable\x20to\x20read');_0x5274a2[_0x50bd(0x1b)][_0x50bd(0x40)]={'status':_0x58d0c1[_0x50bd(0x30)],'time':_0x22559c,'body':_0x2afea1[_0x50bd(0x41)](0x0,0x1f4)},_0x5274a2['tests'][_0x50bd(0x42)]=!![],console[_0x50bd(0x11)](_0x50bd(0x43)+_0x58d0c1[_0x50bd(0x30)]+'\x20('+_0x22559c+_0x50bd(0x1e));try{const _0x172521=JSON['parse'](_0x2afea1);_0x172521['youtubeURL']&&(_0x5274a2[_0x50bd(0x25)][_0x50bd(0x44)]=!![],console[_0x50bd(0x11)](_0x50bd(0x45)));}catch{}}catch(_0x4e98cf){const _0x1c1620=_0x45f25f[_0x50bd(0x46)][_0x50bd(0x36)]('|');let _0x3033de=0x0;while(!![]){switch(_0x1c1620[_0x3033de++]){case'0':_0x5274a2[_0x50bd(0x25)][_0x50bd(0x42)]=![];continue;case'1':_0x5274a2['rawResults'][_0x50bd(0x40)]={'error':_0x4e98cf[_0x50bd(0x27)]};continue;case'2':_0x5274a2[_0x50bd(0x33)][_0x50bd(0x23)](_0x50bd(0x47)+_0x4e98cf[_0x50bd(0x27)]);continue;case'3':_0x5274a2['recommendations']['push']('POST requests failing. This is the exact issue affecting OAuth.');continue;case'4':console[_0x50bd(0x11)]('\x20\x20\x20❌\x20FAIL\x20-\x20'+_0x4e98cf['message']);continue;}break;}}console[_0x50bd(0x11)](_0x45f25f[_0x50bd(0x48)]),console[_0x50bd(0x11)](_0x45f25f[_0x50bd(0x49)]),console['log'](_0x45f25f[_0x50bd(0x4a)]);const _0x20e5b4=Object[_0x50bd(0x4b)](_0x5274a2[_0x50bd(0x25)])[_0x50bd(0x4c)](Boolean)[_0x50bd(0x4d)],_0x183451=Object[_0x50bd(0x4e)](_0x5274a2['tests'])[_0x50bd(0x4d)];console[_0x50bd(0x11)](_0x50bd(0x4f)+_0x20e5b4+'/'+_0x183451);if(_0x45f25f['DLtTX'](_0x20e5b4,_0x183451))console[_0x50bd(0x11)](_0x50bd(0x20));else{console[_0x50bd(0x11)](_0x50bd(0x50));if(_0x45f25f[_0x50bd(0x51)](_reactNative['Platform']['OS'],'ios')&&!_0x5274a2['tests'][_0x50bd(0x2e)]){if(_0x45f25f[_0x50bd(0x52)](_0x45f25f[_0x50bd(0x53)],_0x45f25f[_0x50bd(0x54)]))return _0x50bd(0x55);else _0x5274a2['recommendations'][_0x50bd(0x23)](_0x45f25f[_0x50bd(0x56)],_0x50bd(0x57));}!_0x5274a2['tests'][_0x50bd(0x1a)]&&_0x5274a2['recommendations'][_0x50bd(0x23)](_0x45f25f['ZbfdZ']),console[_0x50bd(0x11)](_0x45f25f[_0x50bd(0x58)]),_0x5274a2[_0x50bd(0x22)][_0x50bd(0x59)]((_0x47429d,_0x291c94)=>{_0x45f25f[_0x50bd(0x5a)](_0x45f25f[_0x50bd(0x5b)],_0x45f25f['rQIBb'])?console['log'](_0x50bd(0x5c)+(_0x291c94+0x1)+'.\x20'+_0x47429d):_0x222a03[_0x50bd(0x11)]('\x20\x20\x20✅\x20PASS\x20-\x20API\x20reachable\x20('+_0x44c79f+'ms)');});}return console[_0x50bd(0x11)](_0x45f25f[_0x50bd(0x5d)]),console[_0x50bd(0x11)](_0x50bd(0x5e)),console[_0x50bd(0x11)](JSON[_0x50bd(0x3b)](_0x5274a2,null,0x2)),_0x5274a2;};exports[_0x50bd(0x2)]=runFullDiagnostics;const isApiReachable=async()=>{const _0x17a68b={'wwopb':function(_0x4c4d27,_0x168ffa){return _0x4c4d27!==_0x168ffa;},'qEYYO':_0x50bd(0x5f),'pLECp':function(_0x287688,_0x5635ca,_0x25e323){return _0x287688(_0x5635ca,_0x25e323);}};try{if(_0x17a68b[_0x50bd(0x60)](_0x17a68b[_0x50bd(0x61)],_0x17a68b[_0x50bd(0x61)]))return![];else{const _0x3f77ef=await _0x17a68b[_0x50bd(0x62)](fetch,_api[_0x50bd(0x2a)][_0x50bd(0x3a)]+_0x50bd(0x2b),{'method':'GET'});return _0x3f77ef['ok'];}}catch{return![];}};exports['isApiReachable']=isApiReachable;function _0x50bd(_0x432442,_0x50bd7c){_0x432442=_0x432442-0x0;const _0x53e005=_0x4324();let _0x4f31fa=_0x53e005[_0x432442];return _0x4f31fa;}const getNetworkStatus=async()=>{const _0x441f80={'SNWuq':function(_0x5f80b0,_0x2d8b73){return _0x5f80b0+_0x2d8b73;},'Fkrly':_0x50bd(0x50),'eRkMu':function(_0x14d2f2,_0x3ebcc2){return _0x14d2f2===_0x3ebcc2;},'Lbatt':_0x50bd(0x63),'CJOcw':'iOS:\x20Add\x20NSAppTransportSecurity\x20to\x20Info.plist','TItZI':_0x50bd(0x57),'WsgnC':_0x50bd(0xe),'vcByK':'\x0a📌\x20RECOMMENDATIONS:','XGIbC':function(_0x34fdbe,_0xdd99d3,_0x2a0e97){return _0x34fdbe(_0xdd99d3,_0x2a0e97);},'mBnDt':_0x50bd(0x7),'ZyTGr':function(_0x482d80,_0x484b13){return _0x482d80(_0x484b13);},'LkbJj':_0x50bd(0x55),'ITGJe':_0x50bd(0x64),'NKCAn':_0x50bd(0x65),'cOjfo':_0x50bd(0x66),'IjpeG':_0x50bd(0x67)};try{await _0x441f80[_0x50bd(0x68)](fetch,_0x441f80[_0x50bd(0x69)],{'method':_0x50bd(0x8)});const _0x5058f0=await _0x441f80[_0x50bd(0x6a)](fetch,_api[_0x50bd(0x2a)][_0x50bd(0x3a)]+'/health');return _0x5058f0['ok']?_0x441f80[_0x50bd(0x6b)]:_0x441f80[_0x50bd(0x6c)];}catch{if(_0x441f80[_0x50bd(0x6d)]!==_0x441f80[_0x50bd(0x6e)])return _0x441f80[_0x50bd(0x6f)];else{const _0x7becd={'DJstu':function(_0x5b52ac,_0x49d7d5){return _0x441f80[_0x50bd(0x70)](_0x5b52ac,_0x49d7d5);}};_0x50c021['log'](_0x441f80[_0x50bd(0x71)]),_0x441f80[_0x50bd(0x72)](_0x50f7b4[_0x50bd(0x15)]['OS'],_0x441f80['Lbatt'])&&!_0x2681ca[_0x50bd(0x25)][_0x50bd(0x2e)]&&_0x5927ad['recommendations'][_0x50bd(0x23)](_0x441f80[_0x50bd(0x73)],_0x441f80[_0x50bd(0x74)]),!_0x3da033['tests'][_0x50bd(0x1a)]&&_0x17aa0d[_0x50bd(0x22)]['push'](_0x441f80['WsgnC']),_0x12c965['log'](_0x441f80[_0x50bd(0x75)]),_0x31b2ec[_0x50bd(0x22)][_0x50bd(0x59)]((_0x8e4bb3,_0xa0f258)=>{_0x1ba9bf[_0x50bd(0x11)](_0x50bd(0x5c)+_0x7becd[_0x50bd(0x76)](_0xa0f258,0x1)+'.\x20'+_0x8e4bb3);});}}};exports[_0x50bd(0x4)]=getNetworkStatus;
8
+ Object[_0x2790(0x0)](exports,_0x2790(0x1),{'value':!![]}),exports[_0x2790(0x2)]=exports[_0x2790(0x3)]=exports[_0x2790(0x4)]=void 0x0;var _reactNative=__ONAIROS_REQ_FUNC__(0x0),_api=__ONAIROS_REQ_FUNC__(0x1);const runFullDiagnostics=async()=>{const _0x88f056={'ngEAh':_0x2790(0x5),'LjNFG':_0x2790(0x6),'gUBfO':_0x2790(0x7),'WMDiZ':function(_0x41bdf6,_0x5e43c2){return _0x41bdf6===_0x5e43c2;},'rUpBP':_0x2790(0x8),'AmHSY':_0x2790(0x9),'wTcfb':_0x2790(0xa),'Zxfyl':_0x2790(0xb),'vrcSr':_0x2790(0xc),'WcNjk':_0x2790(0xd),'nPxMG':'🔍\x20ONAIROS\x20SDK\x20NETWORK\x20DIAGNOSTICS','asjZy':_0x2790(0xe),'lASmp':'\x0a🧪\x20Test\x201:\x20Internet\x20Connectivity\x20(google.com)','QPxhc':function(_0x1bdb53,_0x226952){return _0x1bdb53!==_0x226952;},'PUyok':_0x2790(0xf),'yeLVC':_0x2790(0x10),'lyNJh':function(_0x3a91fb,_0x15a8e9,_0x55f492){return _0x3a91fb(_0x15a8e9,_0x55f492);},'KbtqK':_0x2790(0x11),'NfnZd':_0x2790(0x12),'phYCi':'Check\x20internet\x20connection\x20on\x20device','ZqnYN':'\x0a🧪\x20Test\x202:\x20API\x20Reachability\x20(API\x20server/health)','WQkAf':function(_0x430621,_0x109b7d,_0x2016ba){return _0x430621(_0x109b7d,_0x2016ba);},'UfHWC':function(_0x30edf1,_0x26e4d7){return _0x30edf1-_0x26e4d7;},'gcmKT':function(_0x2db887,_0x59f157){return _0x2db887===_0x59f157;},'dHLOJ':_0x2790(0x13),'isKZY':_0x2790(0x14),'tAdPl':_0x2790(0x15),'IPACO':function(_0x40bae0,_0x2a9e7c){return _0x40bae0!==_0x2a9e7c;},'ZjWCG':_0x2790(0x16),'eKOJQ':_0x2790(0x17),'SgmEE':_0x2790(0x18),'AUkis':'yqCdY','mSANl':'youtube','IEIUV':function(_0x256d18,_0x4980ff){return _0x256d18-_0x4980ff;},'CDUyx':'eXuKY','qlnNy':_0x2790(0x19),'GlVRd':_0x2790(0x1a),'zKBBD':'\x0a✅\x20ALL\x20TESTS\x20PASSED\x20-\x20SDK\x20should\x20work\x20correctly','kHuvF':_0x2790(0x1b),'WsIpW':'Full\x20results\x20object\x20logged\x20below\x20for\x20debugging:'};console[_0x2790(0x1c)](_0x88f056[_0x2790(0x1d)]),console['log'](_0x88f056[_0x2790(0x1e)]),console[_0x2790(0x1c)](_0x88f056[_0x2790(0x1d)]);const _0xee6b9={'timestamp':new Date()[_0x2790(0x1f)](),'platform':_reactNative[_0x2790(0x20)]['OS'],'platformVersion':_reactNative[_0x2790(0x20)][_0x2790(0x21)],'tests':{'googleReachable':![],'apiReachable':![],'apiPostWorks':![],'youtubeOAuthWorks':![]},'errors':[],'recommendations':[],'rawResults':{}};console['log']('📱\x20Platform:\x20'+_reactNative[_0x2790(0x20)]['OS']+'\x20'+_reactNative[_0x2790(0x20)][_0x2790(0x21)]),console['log'](_0x88f056[_0x2790(0x22)]),console['log'](_0x88f056[_0x2790(0x23)]);try{if(_0x88f056[_0x2790(0x24)](_0x88f056[_0x2790(0x25)],_0x88f056[_0x2790(0x26)])){const _0x2ab846=Date[_0x2790(0x27)](),_0x2f3d75=await _0x88f056[_0x2790(0x28)](fetch,_0x2790(0x29),{'method':_0x88f056[_0x2790(0x2a)]}),_0xc0dd6e=Date[_0x2790(0x27)]()-_0x2ab846;_0xee6b9[_0x2790(0x2b)][_0x2790(0x2c)]=!![],_0xee6b9['rawResults'][_0x2790(0x2d)]={'status':_0x2f3d75['status'],'time':_0xc0dd6e},console[_0x2790(0x1c)](_0x2790(0x2e)+_0xc0dd6e+_0x2790(0x2f));}else _0x198df9['recommendations']['push'](_0x88f056[_0x2790(0x30)]);}catch(_0x355dbe){if(_0x2790(0x31)===_0x88f056['NfnZd'])return _0x88f056[_0x2790(0x32)];else _0xee6b9[_0x2790(0x2b)]['googleReachable']=![],_0xee6b9[_0x2790(0x33)][_0x2790(0x34)](_0x2790(0x35)+_0x355dbe['message']),_0xee6b9[_0x2790(0x36)][_0x2790(0x2d)]={'error':_0x355dbe[_0x2790(0x37)]},console[_0x2790(0x1c)](_0x2790(0x38)+_0x355dbe[_0x2790(0x37)]),_0xee6b9[_0x2790(0x39)][_0x2790(0x34)](_0x88f056[_0x2790(0x3a)]);}console[_0x2790(0x1c)](_0x88f056['ZqnYN']);try{if(_0x2790(0x3b)===_0x2790(0x3c)){const _0x3f01b3=_0x2790(0x3d)[_0x2790(0x3e)]('|');let _0x4d481b=0x0;while(!![]){switch(_0x3f01b3[_0x4d481b++]){case'0':_0x195268[_0x2790(0x2b)][_0x2790(0x3f)]=![];continue;case'1':_0x15601a[_0x2790(0x1c)](_0x2790(0x38)+_0x25ceba['message']);continue;case'2':_0x47b56d[_0x2790(0x36)][_0x2790(0x40)]={'error':_0x218c03[_0x2790(0x37)]};continue;case'3':_0x415341[_0x2790(0x33)]['push'](_0x2790(0x41)+_0x253783[_0x2790(0x37)]);continue;case'4':_0x379b3b[_0x2790(0x2b)][_0x2790(0x2c)]&&_0x322bc0['recommendations'][_0x2790(0x34)](_0x88f056[_0x2790(0x30)]);continue;}break;}}else{const _0x3943b3=Date[_0x2790(0x27)](),_0x8bd25e=await _0x88f056[_0x2790(0x42)](fetch,_api['API_CONFIG'][_0x2790(0x43)]+_0x2790(0x44),{'method':'GET','headers':{'Accept':'application/json'}}),_0x1149c9=_0x88f056[_0x2790(0x45)](Date[_0x2790(0x27)](),_0x3943b3),_0xa044c9=await _0x8bd25e[_0x2790(0x46)]()[_0x2790(0x47)](()=>_0x2790(0x48));_0xee6b9[_0x2790(0x2b)][_0x2790(0x3f)]=_0x8bd25e['ok'],_0xee6b9[_0x2790(0x36)]['apiHealth']={'status':_0x8bd25e[_0x2790(0x49)],'time':_0x1149c9,'body':_0xa044c9[_0x2790(0x4a)](0x0,0xc8)};if(_0x8bd25e['ok']){if(_0x88f056['gcmKT'](_0x88f056[_0x2790(0x4b)],_0x88f056['dHLOJ']))console[_0x2790(0x1c)](_0x2790(0x4c)+_0x1149c9+'ms)');else{const _0x57d4f=_0x88f056[_0x2790(0x4d)][_0x2790(0x3e)]('|');let _0x4d8161=0x0;while(!![]){switch(_0x57d4f[_0x4d8161++]){case'0':_0x47e193[_0x2790(0x33)][_0x2790(0x34)](_0x2790(0x35)+_0x565ef4[_0x2790(0x37)]);continue;case'1':_0x556112[_0x2790(0x39)]['push'](_0x2790(0x4e));continue;case'2':_0x160d3b['rawResults']['google']={'error':_0xb7789d[_0x2790(0x37)]};continue;case'3':_0x3b8d88['log'](_0x2790(0x38)+_0x266b8d['message']);continue;case'4':_0x37de10[_0x2790(0x2b)][_0x2790(0x2c)]=![];continue;}break;}}}else _0x88f056[_0x2790(0x4f)](_0x88f056['isKZY'],_0x88f056[_0x2790(0x50)])?(_0xfeb8[_0x2790(0x2b)][_0x2790(0x51)]=!![],_0x37eeef[_0x2790(0x1c)]('\x20\x20\x20✅\x20BONUS\x20-\x20Got\x20YouTube\x20OAuth\x20URL!')):(console[_0x2790(0x1c)]('\x20\x20\x20⚠️\x20PARTIAL\x20-\x20API\x20responded\x20with\x20'+_0x8bd25e[_0x2790(0x49)]),_0xee6b9['errors']['push'](_0x2790(0x52)+_0x8bd25e[_0x2790(0x49)]));}}catch(_0x1b9f07){if(_0x88f056[_0x2790(0x53)](_0x2790(0x54),_0x88f056[_0x2790(0x55)])){const _0x1333d3=_0x88f056[_0x2790(0x56)][_0x2790(0x3e)]('|');let _0x32c4a8=0x0;while(!![]){switch(_0x1333d3[_0x32c4a8++]){case'0':_0xee6b9[_0x2790(0x36)][_0x2790(0x40)]={'error':_0x1b9f07[_0x2790(0x37)]};continue;case'1':_0xee6b9[_0x2790(0x2b)]['googleReachable']&&_0xee6b9[_0x2790(0x39)][_0x2790(0x34)](_0x88f056[_0x2790(0x30)]);continue;case'2':console[_0x2790(0x1c)](_0x2790(0x38)+_0x1b9f07[_0x2790(0x37)]);continue;case'3':_0xee6b9[_0x2790(0x33)]['push'](_0x2790(0x41)+_0x1b9f07[_0x2790(0x37)]);continue;case'4':_0xee6b9['tests'][_0x2790(0x3f)]=![];continue;}break;}}else _0x4d6707['log'](_0x2790(0x57)),_0x88f056[_0x2790(0x4f)](_0x5dad9f[_0x2790(0x20)]['OS'],_0x88f056[_0x2790(0x58)])&&!_0x545e03[_0x2790(0x2b)]['apiReachable']&&_0x3cc4a2[_0x2790(0x39)][_0x2790(0x34)](_0x88f056[_0x2790(0x59)],_0x88f056[_0x2790(0x5a)]),!_0x20091a[_0x2790(0x2b)][_0x2790(0x2c)]&&_0x245ed1['recommendations']['push'](_0x88f056[_0x2790(0x5b)]),_0x6583bd['log'](_0x88f056[_0x2790(0x5c)]),_0x2f15ee[_0x2790(0x39)][_0x2790(0x5d)]((_0x178c96,_0x566638)=>{_0x3a90a3['log'](_0x2790(0x5e)+(_0x566638+0x1)+'.\x20'+_0x178c96);});}console[_0x2790(0x1c)]('\n\uD83E\uDDEA Test 3: POST Request (OAuth simulation)');try{if(_0x88f056[_0x2790(0x5f)]!==_0x88f056[_0x2790(0x60)]){const _0x182223=Date[_0x2790(0x27)](),_0x4a1722=await _0x88f056['lyNJh'](fetch,_api['API_CONFIG'][_0x2790(0x43)]+_0x2790(0x61),{'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/json'},'body':JSON[_0x2790(0x62)]({'session':{'username':_0x2790(0x63),'platform':_0x88f056[_0x2790(0x64)],'timestamp':new Date()[_0x2790(0x1f)]()}})}),_0x2f7fd4=_0x88f056[_0x2790(0x65)](Date[_0x2790(0x27)](),_0x182223),_0x1b296b=await _0x4a1722[_0x2790(0x46)]()[_0x2790(0x47)](()=>'Unable\x20to\x20read');_0xee6b9[_0x2790(0x36)][_0x2790(0x66)]={'status':_0x4a1722[_0x2790(0x49)],'time':_0x2f7fd4,'body':_0x1b296b[_0x2790(0x4a)](0x0,0x1f4)},_0xee6b9['tests'][_0x2790(0x67)]=!![],console['log'](_0x2790(0x68)+_0x4a1722[_0x2790(0x49)]+'\x20('+_0x2f7fd4+_0x2790(0x2f));try{const _0x3e2587=JSON[_0x2790(0x69)](_0x1b296b);_0x3e2587['youtubeURL']&&(_0xee6b9[_0x2790(0x2b)][_0x2790(0x51)]=!![],console['log'](_0x2790(0x6a)));}catch{}}else{const _0x6b2bc=_0x2790(0x6b)[_0x2790(0x3e)]('|');let _0x310118=0x0;while(!![]){switch(_0x6b2bc[_0x310118++]){case'0':_0x314521['rawResults']['apiPost']={'error':_0x5a1494[_0x2790(0x37)]};continue;case'1':_0x1e5e7c[_0x2790(0x1c)]('\x20\x20\x20❌\x20FAIL\x20-\x20'+_0x4fa34f[_0x2790(0x37)]);continue;case'2':_0x4684ab[_0x2790(0x33)][_0x2790(0x34)](_0x2790(0x6c)+_0x5b9ee0[_0x2790(0x37)]);continue;case'3':_0x384941[_0x2790(0x2b)]['apiPostWorks']=![];continue;case'4':_0x498b53[_0x2790(0x39)][_0x2790(0x34)]('POST requests failing. This is the exact issue affecting OAuth.');continue;}break;}}}catch(_0x37989e){if(_0x88f056[_0x2790(0x4f)](_0x2790(0x6d),_0x88f056[_0x2790(0x6e)])){const _0x296a28=_0x88f056[_0x2790(0x56)]['split']('|');let _0x49441f=0x0;while(!![]){switch(_0x296a28[_0x49441f++]){case'0':_0xee6b9[_0x2790(0x36)][_0x2790(0x66)]={'error':_0x37989e[_0x2790(0x37)]};continue;case'1':_0xee6b9[_0x2790(0x39)][_0x2790(0x34)]('POST requests failing. This is the exact issue affecting OAuth.');continue;case'2':console['log']('\x20\x20\x20❌\x20FAIL\x20-\x20'+_0x37989e['message']);continue;case'3':_0xee6b9[_0x2790(0x33)][_0x2790(0x34)](_0x2790(0x6c)+_0x37989e[_0x2790(0x37)]);continue;case'4':_0xee6b9[_0x2790(0x2b)][_0x2790(0x67)]=![];continue;}break;}}else return![];}console[_0x2790(0x1c)](_0x88f056['qlnNy']),console[_0x2790(0x1c)](_0x88f056[_0x2790(0x6f)]),console['log'](_0x2790(0xe));const _0x2cc6b1=Object[_0x2790(0x70)](_0xee6b9[_0x2790(0x2b)])[_0x2790(0x71)](Boolean)['length'],_0x27de84=Object[_0x2790(0x72)](_0xee6b9[_0x2790(0x2b)])['length'];return console['log']('\x0aTests\x20Passed:\x20'+_0x2cc6b1+'/'+_0x27de84),_0x88f056[_0x2790(0x73)](_0x2cc6b1,_0x27de84)?console['log'](_0x88f056['zKBBD']):(console[_0x2790(0x1c)](_0x2790(0x57)),_0x88f056[_0x2790(0x4f)](_reactNative['Platform']['OS'],_0x2790(0x8))&&!_0xee6b9[_0x2790(0x2b)][_0x2790(0x3f)]&&_0xee6b9[_0x2790(0x39)][_0x2790(0x34)]('iOS:\x20Add\x20NSAppTransportSecurity\x20to\x20Info.plist',_0x2790(0xa)),!_0xee6b9[_0x2790(0x2b)][_0x2790(0x2c)]&&(_0x88f056[_0x2790(0x73)](_0x2790(0x74),_0x88f056[_0x2790(0x75)])?_0x349f57[_0x2790(0x39)][_0x2790(0x34)](_0x88f056[_0x2790(0x59)],_0x2790(0xa)):_0xee6b9[_0x2790(0x39)]['push'](_0x88f056[_0x2790(0x5b)])),console['log'](_0x88f056[_0x2790(0x5c)]),_0xee6b9['recommendations'][_0x2790(0x5d)]((_0x29f40c,_0x1ed411)=>{console[_0x2790(0x1c)]('\x20\x20\x20'+(_0x1ed411+0x1)+'.\x20'+_0x29f40c);})),console[_0x2790(0x1c)](_0x2790(0x76)),console[_0x2790(0x1c)](_0x88f056[_0x2790(0x77)]),console[_0x2790(0x1c)](JSON[_0x2790(0x62)](_0xee6b9,null,0x2)),_0xee6b9;};function _0x2790(_0x31588f,_0x27900f){_0x31588f=_0x31588f-0x0;const _0x3bb320=_0x3158();let _0x28c242=_0x3bb320[_0x31588f];return _0x28c242;}exports['runFullDiagnostics']=runFullDiagnostics;const isApiReachable=async()=>{const _0x4fda4c={'MHpMc':function(_0x26b4bb,_0x182692,_0x79e163){return _0x26b4bb(_0x182692,_0x79e163);}};try{const _0x3dfe93=await _0x4fda4c[_0x2790(0x78)](fetch,_api[_0x2790(0x79)][_0x2790(0x43)]+_0x2790(0x44),{'method':'GET'});return _0x3dfe93['ok'];}catch{return![];}};exports['isApiReachable']=isApiReachable;function _0x3158(){const _0x226953=['defineProperty','__esModule','runFullDiagnostics','isApiReachable','getNetworkStatus','Internet\x20works\x20but\x20API\x20blocked.\x20Check:\x20VPN,\x20Firewall,\x20iOS\x20ATS\x20settings','api_unreachable','4|0|2|3|1','ios','iOS:\x20Add\x20NSAppTransportSecurity\x20to\x20Info.plist','iOS:\x20Try\x20on\x20physical\x20device\x20instead\x20of\x20simulator','Device\x20has\x20no\x20internet\x20-\x20check\x20WiFi/cellular','\x0a📌\x20RECOMMENDATIONS:','═══════════════════════════════════════════','───────────────────────────────────────────','SUgkS','MZvUO','HEAD','luBCE','EmVzE','oSNgg','SUqvX','MYyKY','4|3|0|2|1','utTyk','\x0a───────────────────────────────────────────','📋\x20SUMMARY','ZtdUA','log','WcNjk','nPxMG','toISOString','Platform','Version','asjZy','lASmp','QPxhc','PUyok','yeLVC','now','lyNJh','https://www.google.com','KbtqK','tests','googleReachable','google','\x20\x20\x20✅\x20PASS\x20-\x20Google\x20reachable\x20(','ms)','ngEAh','SDBOU','LjNFG','errors','push','Google\x20unreachable:\x20','rawResults','message','\x20\x20\x20❌\x20FAIL\x20-\x20','recommendations','phYCi','HrtzC','CBoYb','0|3|2|1|4','split','apiReachable','apiHealth','API\x20unreachable:\x20','WQkAf','BASE_URL','/health','UfHWC','text','catch','Unable\x20to\x20read','status','substring','dHLOJ','\x20\x20\x20✅\x20PASS\x20-\x20API\x20reachable\x20(','gUBfO','Check\x20internet\x20connection\x20on\x20device','WMDiZ','tAdPl','youtubeOAuthWorks','API\x20returned\x20status\x20','IPACO','DTEZe','ZjWCG','eKOJQ','\x0a⚠️\x20SOME\x20TESTS\x20FAILED\x20-\x20See\x20recommendations\x20below:','rUpBP','AmHSY','wTcfb','Zxfyl','vrcSr','forEach','\x20\x20\x20','SgmEE','AUkis','/youtube/authorize','stringify','diagnostic_test','mSANl','IEIUV','apiPost','apiPostWorks','\x20\x20\x20✅\x20PASS\x20-\x20POST\x20request\x20succeeded,\x20status:\x20','parse','\x20\x20\x20✅\x20BONUS\x20-\x20Got\x20YouTube\x20OAuth\x20URL!','3|2|0|1|4','POST\x20request\x20failed:\x20','eXuKY','CDUyx','GlVRd','values','filter','keys','gcmKT','cCCqn','kHuvF','\x0a═══════════════════════════════════════════','WsIpW','MHpMc','API_CONFIG','online','offline','ZlzwX','KVyss','OBWTR','eVVJO'];_0x3158=function(){return _0x226953;};return _0x3158();}const getNetworkStatus=async()=>{const _0x5a03fd={'ZlzwX':_0x2790(0x29),'KVyss':_0x2790(0x11),'OBWTR':function(_0x292ecd,_0x6851bc){return _0x292ecd(_0x6851bc);},'BBChQ':_0x2790(0x7a),'eVVJO':_0x2790(0x7b)};try{await fetch(_0x5a03fd[_0x2790(0x7c)],{'method':_0x5a03fd[_0x2790(0x7d)]});const _0x16b89a=await _0x5a03fd[_0x2790(0x7e)](fetch,_api[_0x2790(0x79)]['BASE_URL']+'/health');return _0x16b89a['ok']?_0x5a03fd['BBChQ']:'api_unreachable';}catch{return _0x5a03fd[_0x2790(0x7f)];}};exports[_0x2790(0x4)]=getNetworkStatus;