@onairos/react-native 3.6.6 โ†’ 3.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/lib/commonjs/api/index.js +1 -1
  2. package/lib/commonjs/components/BodyText.js +1 -1
  3. package/lib/commonjs/components/BrandMark.js +1 -1
  4. package/lib/commonjs/components/CodeInput.js +1 -1
  5. package/lib/commonjs/components/EmailInput.js +1 -1
  6. package/lib/commonjs/components/GoogleButton.js +1 -1
  7. package/lib/commonjs/components/HeadingGroup.js +1 -1
  8. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  9. package/lib/commonjs/components/ModalHeader.js +1 -1
  10. package/lib/commonjs/components/ModalSheet.js +1 -1
  11. package/lib/commonjs/components/Onairos.js +1 -1
  12. package/lib/commonjs/components/OnairosButton.js +1 -1
  13. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  14. package/lib/commonjs/components/Overlay.js +1 -1
  15. package/lib/commonjs/components/PersonaImage.js +1 -1
  16. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  17. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  18. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  19. package/lib/commonjs/components/PinInput.js +1 -1
  20. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  21. package/lib/commonjs/components/PlatformList.js +1 -1
  22. package/lib/commonjs/components/PlatformToggle.js +1 -1
  23. package/lib/commonjs/components/PrimaryButton.js +1 -1
  24. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  25. package/lib/commonjs/components/SignInStep.js +1 -1
  26. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  27. package/lib/commonjs/components/VerificationStep.js +1 -1
  28. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  29. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  30. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  31. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  32. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  33. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  34. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  35. package/lib/commonjs/components/icons/EnochE.js +1 -1
  36. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  37. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  38. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  39. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  40. package/lib/commonjs/components/icons/index.js +1 -1
  41. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  42. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  43. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  44. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  45. package/lib/commonjs/config/api.js +1 -1
  46. package/lib/commonjs/constants/index.js +1 -1
  47. package/lib/commonjs/context/AuthContext.js +1 -1
  48. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  49. package/lib/commonjs/hooks/useConnections.js +1 -1
  50. package/lib/commonjs/hooks/useCredentials.js +1 -1
  51. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  52. package/lib/commonjs/index.js +1 -1
  53. package/lib/commonjs/services/apiClient.js +1 -1
  54. package/lib/commonjs/services/biometricPinService.js +1 -1
  55. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  56. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  57. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  58. package/lib/commonjs/services/claudeConversationService.js +1 -1
  59. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  60. package/lib/commonjs/services/googleAuthService.js +1 -1
  61. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  62. package/lib/commonjs/services/hingeDataService.js +1 -1
  63. package/lib/commonjs/services/imageCompressionService.js +1 -1
  64. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  65. package/lib/commonjs/services/instagramDataService.js +1 -1
  66. package/lib/commonjs/services/jwtStorageService.js +1 -1
  67. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  68. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  69. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  70. package/lib/commonjs/services/llmDataStorage.js +1 -1
  71. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  72. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  73. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  74. package/lib/commonjs/services/platformAuthService.js +1 -1
  75. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  76. package/lib/commonjs/services/sephoraDataService.js +1 -1
  77. package/lib/commonjs/services/storageService.js +1 -1
  78. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  79. package/lib/commonjs/services/telegramDataService.js +1 -1
  80. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  81. package/lib/commonjs/services/userConnectionsService.js +1 -1
  82. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  83. package/lib/commonjs/theme/index.js +1 -1
  84. package/lib/commonjs/types/index.js +1 -1
  85. package/lib/commonjs/types.js +1 -1
  86. package/lib/commonjs/utils/Portal.js +1 -1
  87. package/lib/commonjs/utils/api.js +1 -1
  88. package/lib/commonjs/utils/assetRegistry.js +1 -1
  89. package/lib/commonjs/utils/auth.js +1 -1
  90. package/lib/commonjs/utils/connectorTests.js +1 -1
  91. package/lib/commonjs/utils/crypto.js +1 -1
  92. package/lib/commonjs/utils/debugHelper.js +1 -1
  93. package/lib/commonjs/utils/encryption.js +1 -1
  94. package/lib/commonjs/utils/eventUtils.js +1 -1
  95. package/lib/commonjs/utils/haptics.js +1 -1
  96. package/lib/commonjs/utils/imagePreloader.js +1 -1
  97. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  98. package/lib/commonjs/utils/onairosApi.js +1 -1
  99. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  100. package/lib/commonjs/utils/retryHelper.js +1 -1
  101. package/lib/commonjs/utils/secureStorage.js +1 -1
  102. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  103. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  104. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  105. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  106. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  107. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  108. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  109. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  110. package/lib/module/api/index.js +1 -1
  111. package/lib/module/components/BodyText.js +1 -1
  112. package/lib/module/components/BrandMark.js +1 -1
  113. package/lib/module/components/CodeInput.js +1 -1
  114. package/lib/module/components/EmailInput.js +1 -1
  115. package/lib/module/components/GoogleButton.js +1 -1
  116. package/lib/module/components/HeadingGroup.js +1 -1
  117. package/lib/module/components/LLMDataInputModal.js +1 -1
  118. package/lib/module/components/ModalHeader.js +1 -1
  119. package/lib/module/components/ModalSheet.js +1 -1
  120. package/lib/module/components/Onairos.js +1 -1
  121. package/lib/module/components/OnairosButton.js +1 -1
  122. package/lib/module/components/OnairosSignInButton.js +1 -1
  123. package/lib/module/components/Overlay.js +1 -1
  124. package/lib/module/components/PersonaImage.js +1 -1
  125. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  126. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  127. package/lib/module/components/PinCreationScreen.js +1 -1
  128. package/lib/module/components/PinInput.js +1 -1
  129. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  130. package/lib/module/components/PlatformList.js +1 -1
  131. package/lib/module/components/PlatformToggle.js +1 -1
  132. package/lib/module/components/PrimaryButton.js +1 -1
  133. package/lib/module/components/SignInMatchAnimation.js +1 -1
  134. package/lib/module/components/SignInStep.js +1 -1
  135. package/lib/module/components/UniversalOnboarding.js +1 -1
  136. package/lib/module/components/VerificationStep.js +1 -1
  137. package/lib/module/components/WelcomeScreen.js +1 -1
  138. package/lib/module/components/icons/Basicproficon.js +1 -1
  139. package/lib/module/components/icons/Basicprofile.js +1 -1
  140. package/lib/module/components/icons/Checkbox.js +1 -1
  141. package/lib/module/components/icons/Checkmark.js +1 -1
  142. package/lib/module/components/icons/Contentanalysis.js +1 -1
  143. package/lib/module/components/icons/Contenticon.js +1 -1
  144. package/lib/module/components/icons/EnochE.js +1 -1
  145. package/lib/module/components/icons/Personalityicon.js +1 -1
  146. package/lib/module/components/icons/Personalityprofile.js +1 -1
  147. package/lib/module/components/icons/Personalitytraits.js +1 -1
  148. package/lib/module/components/icons/Userpreferences.js +1 -1
  149. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  150. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  151. package/lib/module/components/onboarding/PinInput.js +1 -1
  152. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  153. package/lib/module/config/api.js +1 -1
  154. package/lib/module/constants/index.js +1 -1
  155. package/lib/module/context/AuthContext.js +1 -1
  156. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  157. package/lib/module/hooks/useConnections.js +1 -1
  158. package/lib/module/hooks/useCredentials.js +1 -1
  159. package/lib/module/hooks/useUserConnections.js +1 -1
  160. package/lib/module/index.js +1 -1
  161. package/lib/module/services/apiClient.js +1 -1
  162. package/lib/module/services/biometricPinService.js +1 -1
  163. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  164. package/lib/module/services/chatGPTConversationService.js +1 -1
  165. package/lib/module/services/claudeConversationExtractor.js +1 -1
  166. package/lib/module/services/claudeConversationService.js +1 -1
  167. package/lib/module/services/connectedAccountsService.js +1 -1
  168. package/lib/module/services/googleAuthService.js +1 -1
  169. package/lib/module/services/hingeDataExtractor.js +1 -1
  170. package/lib/module/services/hingeDataService.js +1 -1
  171. package/lib/module/services/imageCompressionService.js +1 -1
  172. package/lib/module/services/instagramDataExtractor.js +1 -1
  173. package/lib/module/services/instagramDataService.js +1 -1
  174. package/lib/module/services/jwtStorageService.js +1 -1
  175. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  176. package/lib/module/services/linkedinProfileService.js +1 -1
  177. package/lib/module/services/linkedinScrapingService.js +1 -1
  178. package/lib/module/services/llmDataStorage.js +1 -1
  179. package/lib/module/services/mobileTrainingService.js +1 -1
  180. package/lib/module/services/pinEncryptionService.js +1 -1
  181. package/lib/module/services/pinStorageUtils.js +1 -1
  182. package/lib/module/services/platformAuthService.js +1 -1
  183. package/lib/module/services/sephoraDataExtractor.js +1 -1
  184. package/lib/module/services/sephoraDataService.js +1 -1
  185. package/lib/module/services/storageService.js +1 -1
  186. package/lib/module/services/telegramDataExtractor.js +1 -1
  187. package/lib/module/services/telegramDataService.js +1 -1
  188. package/lib/module/services/trainingApiHelpers.js +1 -1
  189. package/lib/module/services/userConnectionsService.js +1 -1
  190. package/lib/module/services/youtubeMigrationService.js +1 -1
  191. package/lib/module/theme/index.js +1 -1
  192. package/lib/module/types.js +1 -1
  193. package/lib/module/utils/Portal.js +1 -1
  194. package/lib/module/utils/api.js +1 -1
  195. package/lib/module/utils/assetRegistry.js +1 -1
  196. package/lib/module/utils/auth.js +1 -1
  197. package/lib/module/utils/connectorTests.js +1 -1
  198. package/lib/module/utils/crypto.js +1 -1
  199. package/lib/module/utils/debugHelper.js +1 -1
  200. package/lib/module/utils/encryption.js +1 -1
  201. package/lib/module/utils/eventUtils.js +1 -1
  202. package/lib/module/utils/haptics.js +1 -1
  203. package/lib/module/utils/networkDiagnostics.js +1 -1
  204. package/lib/module/utils/onairosApi.js +1 -1
  205. package/lib/module/utils/programmaticFlow.js +1 -1
  206. package/lib/module/utils/retryHelper.js +1 -1
  207. package/lib/module/utils/secureStorage.js +1 -1
  208. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  209. package/lib/module/utils/webviewScripts/claude.js +1 -1
  210. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  211. package/lib/module/utils/webviewScripts/index.js +1 -1
  212. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  213. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  214. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  215. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  216. package/package.json +1 -1
@@ -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
- function _0x2d93(){const _0x51ac93=['__esModule','testWebViewScriptExports','testServiceImports','testPlatformConnector','testExtractorImports','extractor','fail','CuLYJ','chatgpt','webview_scripts','pass','ChatGPT\x20scripts\x20exported\x20correctly','ChatGPT\x20scripts\x20missing','claude','Claude\x20scripts\x20missing','Hinge\x20scripts\x20missing','Instagram\x20scripts\x20missing','Sephora\x20scripts\x20exported\x20correctly','Sephora\x20scripts\x20missing','telegram','Telegram\x20scripts\x20missing','platform_detection','Platform\x20detection\x20functions\x20available','all','mJfgd','push','WyUvP','aywGW','Extractor\x20import\x20failed:\x20','message','uGQWG','ZdSJG','ynSPv','FaSsQ','lqsJa','wCshx','JKPLJ','pLZBp','uhdMR','hinge','IAXnw','adoyZ','RLmYs','rEwtj','WxgSQ','ujWSZ','Telegram\x20scripts\x20exported\x20correctly','oNtrN','ZiTNL','utilities','jhTBp','azstl','detection','instagram','service','Instagram\x20service\x20function\x20available','Sephora\x20extractor\x20hook\x20available','storeHingeData','storeInstagramData','storeTelegramData','storeSephoraData','ChatGPT\x20service\x20function\x20available','DqpVr','Claude\x20service\x20function\x20available','QVxXk','eUfQM','rteDm','Sephora\x20service\x20function\x20available','kZJFW','Telegram\x20service\x20function\x20available','SEdrh','mfGOl','czHKS','SAPnX','JcnCX','qSEHl','kLrYx','QEkMA','PKlll','Import\x20error:\x20','kIMQA','ctaci','Detection\x20test\x20error:\x20','YlbDB','HhweC','PVSsT','XWhvM','aPCdu','Hinge\x20service\x20function\x20available','hhMRc','eIlWJ','wCNIc','gkAff','BRyoQ','function','goOek','QmWwR','SrCLb','QqYjO','GeLJm','dOGON','tvrFK','log','NuMzP','OJkbO','qfIMW','IVLQm','IdJFp','plcKn','JFnlS','xBggd','BbOes','Service\x20function\x20','\x20available','lmTJT','sephora','pPDct','Telegram\x20extractor\x20hook\x20available','eiOLn','slpno','yXxjg','SGpgh','bZwDL','zOJtw','UgZFk','zyiBM','Instagram\x20extractor\x20hook\x20available','dQMtD','XVBcz','zvZVK','wkiKo','VIazU','ugSgN','charAt','toUpperCase','slice','DataExtractor','Extractor\x20hook\x20','backend','warning','Backend\x20health\x20check\x20passed','health','platform_data_endpoint','erhSB','lHjcr','API_CONFIG','BASE_URL','/health','Xvkpt','GPdrO','Mbotk','jJexe','TlYeE','Backend\x20returned\x20status\x20','status','PDEQW','omlTL','Backend\x20unreachable:\x20','/platform-data/store','fgilN','signal','bHiHB','Platform\x20data\x20endpoint\x20check:\x20','Hinge\x20detection\x20correct','Hinge\x20detection\x20failed','Instagram\x20detection\x20failed','Telegram\x20detection\x20correct','Telegram\x20detection\x20failed','MfvCz','KrXDn','bJyxO','dDFug','vhRkh','scMNP','fyiAO','iVeFW','Xbmnx','uXsMX','uIqfB','Instagram\x20detection\x20correct','nHcrp','TZYlX','Sephora\x20detection\x20correct','Sephora\x20detection\x20failed','GuXyZ','AZsjX','Ntcow','nNvSP','qZCRf','qIYVp','CiHlW','GjqVz','๐Ÿ“‹\x20Testing\x20WebView\x20script\x20exports...','\x0a========================================','xKQZr','nBonu','โš ๏ธ\x20All\x20critical\x20tests\x20passed,\x20but\x20there\x20are\x20warnings.','zmVMv','โœ…\x20All\x20tests\x20passed!\x20Connectors\x20are\x20ready.','MGikS','NHUJH','IHjZi','๐Ÿ“‹\x20Testing\x20extractor\x20imports...','GXPnw','๐Ÿ“‹\x20Testing\x20platform\x20detection...','WmHch','filter','length','WMRCb','gNdkR','uFYZi','evyey','nvHbw','AOdcW','\x20failed,\x20','\x20warnings','========================================\x0a','PVDMt','ZUUXs','SjaWI','hkhKR','hwiZY','lkvBX','cyXOP','xsyTW','dPjXK','ZIyrg','vBSKW','iouiZ','QWwFf','PijfU','xNwMs','CrLKv','Wbgsx','pBBnf','CSWAq','JXbfQ','XvGLi','BtZVE','runConnectorSanityTests','Claude\x20scripts\x20exported\x20correctly','Hinge\x20scripts\x20exported\x20correctly','Instagram\x20scripts\x20exported\x20correctly','webview_script','Export\x20script\x20missing','ZnzIx','LOZat','IaHgN','๐Ÿงช\x20Testing\x20','\x20connector...\x0a','toLowerCase','wEHhS','BwSQF','nXSgG','YjlCL','kRqla','uTiPA','Export\x20script\x20available','Jqpod','cQiqw','Script\x20import\x20failed:\x20','ttxlo','vzxHx','OEvcp','rBAJm','kyJlc','AiHJM','XVDRz','qvtRa','Service\x20import\x20failed:\x20','nuJpL','iJEch','use','AbLRR','DLiQo','CXwkT','Unknown\x20platform:\x20','.\x20Use\x20\x27hinge\x27,\x20\x27instagram\x27,\x20\x27sephora\x27,\x20or\x20\x27telegram\x27.','PCBHf','BFCbu','tacJH','fXgVp','NttCe','pBnJU','pnKRP','qByxe','nPhAZ','LOObG','YaRYK','VucJk','IYWwz','component'];_0x2d93=function(){return _0x51ac93;};return _0x2d93();}Object['defineProperty'](exports,_0x389e(0x0),{'value':!![]}),exports[_0x389e(0x1)]=exports[_0x389e(0x2)]=exports['testPlatformDetection']=exports[_0x389e(0x3)]=exports[_0x389e(0x4)]=exports['testBackendConnectivity']=exports['runConnectorSanityTests']=void 0x0;var _api=__ONAIROS_REQ_FUNC__(0x0);const testWebViewScriptExports=()=>{const _0x582e2a={'WyUvP':_0x389e(0x5),'aywGW':_0x389e(0x6),'SaoZh':function(_0x59aa9a,_0x6b3c51){return _0x59aa9a!==_0x6b3c51;},'mJfgd':_0x389e(0x7),'uhdMR':function(_0x308290,_0xb43c52){return _0x308290(_0xb43c52);},'uGQWG':_0x389e(0x8),'wCshx':_0x389e(0x9),'ZdSJG':_0x389e(0xa),'ynSPv':_0x389e(0xb),'FaSsQ':_0x389e(0xc),'lqsJa':_0x389e(0xd),'JKPLJ':'Claude\x20scripts\x20exported\x20correctly','pLZBp':_0x389e(0xe),'AXCaO':'Hinge\x20scripts\x20exported\x20correctly','IAXnw':_0x389e(0xf),'adoyZ':function(_0x5da887,_0x2d3180){return _0x5da887(_0x2d3180);},'RLmYs':'Instagram\x20scripts\x20exported\x20correctly','hUWsj':_0x389e(0x10),'rEwtj':function(_0x32d98c,_0x5158a4){return _0x32d98c(_0x5158a4);},'WxgSQ':'sephora','nlukz':_0x389e(0x11),'HVjaQ':_0x389e(0x12),'ujWSZ':_0x389e(0x13),'oNtrN':_0x389e(0x14),'ZiTNL':function(_0x4418f0,_0x5b1cd8){return _0x4418f0(_0x5b1cd8);},'xBxDa':_0x389e(0x15),'jhTBp':_0x389e(0x16),'azstl':_0x389e(0x17)},_0x24dea2=[];try{if(_0x582e2a['SaoZh'](_0x582e2a[_0x389e(0x18)],_0x582e2a[_0x389e(0x18)]))_0x440181[_0x389e(0x19)]({'platform':_0x1b08ee,'component':_0x582e2a[_0x389e(0x1a)],'status':_0x582e2a[_0x389e(0x1b)],'message':_0x389e(0x1c)+_0x5c0d32[_0x389e(0x1d)]});else{const {CHATGPT_CONSENT_POPUP_SCRIPT:_0x291c1d,CHATGPT_EXPORT_SCRIPT:_0xc372a4}=_0x582e2a['uhdMR'](__ONAIROS_REQ_FUNC__,0x14);_0x24dea2[_0x389e(0x19)]({'platform':_0x582e2a[_0x389e(0x1e)],'component':_0x582e2a['wCshx'],'status':_0xc372a4?_0x582e2a[_0x389e(0x1f)]:_0x582e2a[_0x389e(0x1b)],'message':_0xc372a4?_0x582e2a[_0x389e(0x20)]:_0x582e2a[_0x389e(0x21)]});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x30b844,CLAUDE_EXPORT_SCRIPT:_0x534b70}=_0x582e2a['uhdMR'](__ONAIROS_REQ_FUNC__,0x13);_0x24dea2[_0x389e(0x19)]({'platform':_0x582e2a[_0x389e(0x22)],'component':_0x582e2a[_0x389e(0x23)],'status':_0x534b70?_0x582e2a[_0x389e(0x1f)]:_0x582e2a['aywGW'],'message':_0x534b70?_0x582e2a[_0x389e(0x24)]:_0x582e2a[_0x389e(0x25)]});const {HINGE_CONSENT_POPUP_SCRIPT:_0x21ac6f,HINGE_EXPORT_SCRIPT:_0x1739a7}=_0x582e2a[_0x389e(0x26)](__ONAIROS_REQ_FUNC__,0x12);_0x24dea2[_0x389e(0x19)]({'platform':_0x389e(0x27),'component':_0x582e2a[_0x389e(0x23)],'status':_0x1739a7?_0x582e2a[_0x389e(0x1f)]:_0x582e2a[_0x389e(0x1b)],'message':_0x1739a7?_0x582e2a['AXCaO']:_0x582e2a[_0x389e(0x28)]});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x436a23,INSTAGRAM_EXPORT_SCRIPT:_0x50c28c}=_0x582e2a[_0x389e(0x29)](__ONAIROS_REQ_FUNC__,0x7);_0x24dea2[_0x389e(0x19)]({'platform':'instagram','component':_0x582e2a[_0x389e(0x23)],'status':_0x50c28c?_0x582e2a[_0x389e(0x1f)]:_0x582e2a['aywGW'],'message':_0x50c28c?_0x582e2a[_0x389e(0x2a)]:_0x582e2a['hUWsj']});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0x1e094e,SEPHORA_EXPORT_SCRIPT:_0x200212}=_0x582e2a[_0x389e(0x2b)](__ONAIROS_REQ_FUNC__,0x6);_0x24dea2[_0x389e(0x19)]({'platform':_0x582e2a[_0x389e(0x2c)],'component':_0x582e2a['wCshx'],'status':_0x200212?_0x582e2a[_0x389e(0x1f)]:_0x582e2a[_0x389e(0x1b)],'message':_0x200212?_0x582e2a['nlukz']:_0x582e2a['HVjaQ']});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x334a77,TELEGRAM_EXPORT_SCRIPT:_0x4230ba}=__ONAIROS_REQ_FUNC__(0x5);_0x24dea2[_0x389e(0x19)]({'platform':_0x582e2a[_0x389e(0x2d)],'component':_0x582e2a[_0x389e(0x23)],'status':_0x4230ba?_0x582e2a[_0x389e(0x1f)]:_0x582e2a['aywGW'],'message':_0x4230ba?_0x389e(0x2e):_0x582e2a[_0x389e(0x2f)]});const {isWebViewExtractionPlatform:_0x380028,isHingePlatform:_0x585448,isInstagramPlatform:_0x500aeb,isSephoraPlatform:_0x53231a,isTelegramPlatform:_0x312c4e}=_0x582e2a[_0x389e(0x30)](__ONAIROS_REQ_FUNC__,0x4);_0x24dea2[_0x389e(0x19)]({'platform':_0x389e(0x31),'component':_0x582e2a['xBxDa'],'status':_0x380028&&_0x585448&&_0x500aeb&&_0x53231a&&_0x312c4e?_0x582e2a['ZdSJG']:_0x582e2a['aywGW'],'message':_0x582e2a[_0x389e(0x32)]});}}catch(_0x105640){_0x24dea2[_0x389e(0x19)]({'platform':_0x582e2a[_0x389e(0x33)],'component':_0x582e2a[_0x389e(0x23)],'status':_0x582e2a[_0x389e(0x1b)],'message':'Import\x20error:\x20'+_0x105640['message']});}return _0x24dea2;};exports['testWebViewScriptExports']=testWebViewScriptExports;const testServiceImports=()=>{const _0x21745a={'kIMQA':_0x389e(0x17),'ctaci':_0x389e(0x34),'gkAff':'webview_scripts','JcnCX':_0x389e(0x6),'mfGOl':function(_0x1749cd,_0x1c88fc){return _0x1749cd(_0x1c88fc);},'QqYjO':_0x389e(0x35),'XWhvM':_0x389e(0x36),'aPCdu':function(_0x33fdaa,_0x7d90bd){return _0x33fdaa===_0x7d90bd;},'goOek':_0x389e(0xa),'QmWwR':_0x389e(0x37),'dOGON':'sephora','SAPnX':'function','qfIMW':_0x389e(0x38),'hhMRc':function(_0x35de62,_0x38553b){return _0x35de62===_0x38553b;},'BRyoQ':_0x389e(0x27),'KPnvJ':_0x389e(0x39),'MKJJw':function(_0x22f827,_0x1af20a){return _0x22f827===_0x1af20a;},'plcKn':_0x389e(0x3a),'JFnlS':function(_0x5f48c2,_0x33418e){return _0x5f48c2===_0x33418e;},'VltZH':_0x389e(0x3b),'xBggd':_0x389e(0x3c),'BbOes':function(_0x3944a8,_0x492152){return _0x3944a8===_0x492152;},'czHKS':function(_0x1ecfbe,_0x430176){return _0x1ecfbe===_0x430176;},'qSEHl':_0x389e(0x3d),'kLrYx':function(_0x181766,_0x4745f7){return _0x181766!==_0x4745f7;},'ACMCy':_0x389e(0x3e),'PKlll':_0x389e(0x8),'YlbDB':function(_0x25f883,_0xaaaf4f){return _0x25f883(_0xaaaf4f);},'HhweC':_0x389e(0xd),'PVSsT':function(_0x1c38c6,_0x2d913c){return _0x1c38c6===_0x2d913c;},'TNPab':_0x389e(0x3f),'wCNIc':_0x389e(0x40),'CvZOO':_0x389e(0x41),'SrCLb':_0x389e(0x42),'LLLNu':'pDlPN','GeLJm':'mqzvZ','tvrFK':_0x389e(0x43),'NuMzP':function(_0x25e3a8,_0x17be65){return _0x25e3a8!==_0x17be65;},'OJkbO':_0x389e(0x44),'IVLQm':_0x389e(0x45),'IdJFp':_0x389e(0x46),'lmTJT':'telegram'},_0x694d2d=[];try{const {storeChatGPTConversations:_0xc867a3}=_0x21745a[_0x389e(0x47)](__ONAIROS_REQ_FUNC__,0x8);_0x694d2d[_0x389e(0x19)]({'platform':_0x389e(0x8),'component':_0x389e(0x36),'status':_0x21745a[_0x389e(0x48)](typeof _0xc867a3,_0x21745a[_0x389e(0x49)])?_0x389e(0xa):_0x21745a[_0x389e(0x4a)],'message':_0x21745a[_0x389e(0x4b)]});}catch(_0x43da0d){_0x21745a[_0x389e(0x4c)](_0x389e(0x4d),_0x21745a['ACMCy'])?_0x694d2d[_0x389e(0x19)]({'platform':_0x21745a[_0x389e(0x4e)],'component':_0x21745a['XWhvM'],'status':_0x21745a['JcnCX'],'message':_0x389e(0x4f)+_0x43da0d[_0x389e(0x1d)]}):_0xd03d7[_0x389e(0x19)]({'platform':_0x21745a[_0x389e(0x50)],'component':_0x21745a[_0x389e(0x51)],'status':_0x389e(0x6),'message':_0x389e(0x52)+_0x588246['message']});}try{const {storeClaudeConversations:_0x2cdcb0}=_0x21745a[_0x389e(0x53)](__ONAIROS_REQ_FUNC__,0x9);_0x694d2d[_0x389e(0x19)]({'platform':_0x21745a[_0x389e(0x54)],'component':_0x389e(0x36),'status':_0x21745a[_0x389e(0x55)](typeof _0x2cdcb0,_0x21745a[_0x389e(0x49)])?_0x389e(0xa):_0x21745a['JcnCX'],'message':_0x21745a['TNPab']});}catch(_0x5ceffa){_0x694d2d[_0x389e(0x19)]({'platform':_0x21745a['HhweC'],'component':_0x21745a[_0x389e(0x56)],'status':_0x21745a[_0x389e(0x4a)],'message':_0x389e(0x4f)+_0x5ceffa[_0x389e(0x1d)]});}try{const {storeHingeData:_0x183387}=_0x21745a[_0x389e(0x53)](__ONAIROS_REQ_FUNC__,0xa);_0x694d2d[_0x389e(0x19)]({'platform':_0x389e(0x27),'component':_0x21745a[_0x389e(0x56)],'status':_0x21745a[_0x389e(0x57)](typeof _0x183387,_0x21745a['SAPnX'])?_0x389e(0xa):_0x389e(0x6),'message':_0x389e(0x58)});}catch(_0x1b094f){_0x21745a[_0x389e(0x59)](_0x389e(0x5a),_0x21745a[_0x389e(0x5b)])?_0x7e714b[_0x389e(0x19)]({'platform':_0x21745a[_0x389e(0x50)],'component':_0x21745a[_0x389e(0x5c)],'status':_0x21745a[_0x389e(0x4a)],'message':_0x389e(0x4f)+_0x10d003[_0x389e(0x1d)]}):_0x694d2d[_0x389e(0x19)]({'platform':_0x21745a[_0x389e(0x5d)],'component':'service','status':_0x21745a['JcnCX'],'message':_0x389e(0x4f)+_0x1b094f[_0x389e(0x1d)]});}try{const {storeInstagramData:_0x67a2db}=_0x21745a[_0x389e(0x53)](__ONAIROS_REQ_FUNC__,0xb);_0x694d2d[_0x389e(0x19)]({'platform':_0x21745a['QqYjO'],'component':_0x21745a['XWhvM'],'status':typeof _0x67a2db===_0x389e(0x5e)?_0x21745a[_0x389e(0x5f)]:_0x21745a['JcnCX'],'message':_0x21745a[_0x389e(0x60)]});}catch(_0x338c38){if(_0x21745a['CvZOO']===_0x21745a[_0x389e(0x61)]){const {storeInstagramData:_0x5a7c09}=_0x21745a[_0x389e(0x47)](_0x54a168,0xb);_0x3375a5[_0x389e(0x19)]({'platform':_0x21745a[_0x389e(0x62)],'component':_0x21745a[_0x389e(0x56)],'status':_0x21745a[_0x389e(0x57)](typeof _0x5a7c09,_0x389e(0x5e))?_0x21745a[_0x389e(0x5f)]:_0x21745a['JcnCX'],'message':_0x21745a[_0x389e(0x60)]});}else _0x694d2d[_0x389e(0x19)]({'platform':_0x389e(0x35),'component':_0x21745a[_0x389e(0x56)],'status':_0x21745a[_0x389e(0x4a)],'message':_0x389e(0x4f)+_0x338c38[_0x389e(0x1d)]});}try{if(_0x21745a[_0x389e(0x4c)](_0x21745a['LLLNu'],_0x21745a[_0x389e(0x63)])){const {storeSephoraData:_0xca04d3}=_0x21745a[_0x389e(0x53)](__ONAIROS_REQ_FUNC__,0xc);_0x694d2d['push']({'platform':_0x21745a[_0x389e(0x64)],'component':_0x389e(0x36),'status':_0x21745a[_0x389e(0x55)](typeof _0xca04d3,_0x21745a['SAPnX'])?_0x21745a[_0x389e(0x5f)]:_0x21745a[_0x389e(0x4a)],'message':_0x21745a[_0x389e(0x65)]});}else _0x476317[_0x389e(0x66)]('โŒ\x20Some\x20tests\x20failed!\x20Please\x20check\x20the\x20errors\x20above.');}catch(_0x2ee7ec){if(_0x21745a[_0x389e(0x67)](_0x21745a[_0x389e(0x68)],_0x389e(0x44))){const {useSephoraDataExtractor:useSephoraDataExtractor}=_0x21745a[_0x389e(0x47)](_0xd2a766,0x10);_0x15ac53[_0x389e(0x19)]({'platform':_0x21745a[_0x389e(0x64)],'component':_0x389e(0x5),'status':_0x21745a[_0x389e(0x57)](typeof useSephoraDataExtractor,_0x21745a['SAPnX'])?_0x21745a['goOek']:'fail','message':_0x21745a[_0x389e(0x69)]});}else _0x694d2d[_0x389e(0x19)]({'platform':_0x21745a[_0x389e(0x64)],'component':_0x21745a[_0x389e(0x56)],'status':_0x21745a[_0x389e(0x4a)],'message':_0x389e(0x4f)+_0x2ee7ec[_0x389e(0x1d)]});}try{const {storeTelegramData:_0x5d1107}=__ONAIROS_REQ_FUNC__(0xd);_0x694d2d[_0x389e(0x19)]({'platform':_0x389e(0x13),'component':_0x21745a[_0x389e(0x56)],'status':typeof _0x5d1107===_0x389e(0x5e)?_0x389e(0xa):_0x389e(0x6),'message':_0x21745a[_0x389e(0x6a)]});}catch(_0x46139a){if(_0x21745a[_0x389e(0x4c)](_0x389e(0x46),_0x21745a[_0x389e(0x6b)])){const _0x293fb9=_0x137aed(0x15),_0x33afa0=_0x21745a[_0x389e(0x59)](_0x1a44aa,_0x21745a[_0x389e(0x5d)])?_0x21745a['KPnvJ']:_0x21745a['MKJJw'](_0x4c15e4,_0x21745a[_0x389e(0x62)])?_0x21745a[_0x389e(0x6c)]:_0x21745a[_0x389e(0x6d)](_0x83ab09,'telegram')?_0x21745a['VltZH']:_0x21745a[_0x389e(0x6e)];_0x42183f['push']({'platform':_0x28c61d,'component':_0x21745a[_0x389e(0x56)],'status':_0x21745a[_0x389e(0x6f)](typeof _0x293fb9[_0x33afa0],_0x389e(0x5e))?_0x21745a[_0x389e(0x5f)]:_0x21745a['JcnCX'],'message':_0x389e(0x70)+_0x33afa0+_0x389e(0x71)});}else _0x694d2d['push']({'platform':_0x21745a[_0x389e(0x72)],'component':_0x389e(0x36),'status':_0x21745a[_0x389e(0x4a)],'message':'Import\x20error:\x20'+_0x46139a[_0x389e(0x1d)]});}return _0x694d2d;};exports[_0x389e(0x2)]=testServiceImports;const testExtractorImports=()=>{const _0x2778e3={'eiOLn':function(_0x4400c4,_0x1283e7){return _0x4400c4(_0x1283e7);},'Vywwj':function(_0x3450d6,_0x5dbec9){return _0x3450d6+_0x5dbec9;},'zOJtw':_0x389e(0x5),'zyiBM':function(_0x3438d8,_0xc8e18e){return _0x3438d8===_0xc8e18e;},'yXxjg':_0x389e(0x5e),'slpno':_0x389e(0x27),'SGpgh':'pass','bZwDL':'Hinge\x20extractor\x20hook\x20available','UgZFk':_0x389e(0x6),'Odoov':_0x389e(0x73),'dQMtD':'Sephora\x20extractor\x20hook\x20available','XVBcz':function(_0x1beb7b,_0x539bb4){return _0x1beb7b!==_0x539bb4;},'zvZVK':_0x389e(0x74),'wkiKo':'ECZmS','VIazU':_0x389e(0x13),'ugSgN':_0x389e(0x75)},_0x59b9f9=[];try{const {useHingeDataExtractor:useHingeDataExtractor}=_0x2778e3[_0x389e(0x76)](__ONAIROS_REQ_FUNC__,0xe);_0x59b9f9['push']({'platform':_0x2778e3[_0x389e(0x77)],'component':_0x2778e3['zOJtw'],'status':typeof useHingeDataExtractor===_0x2778e3[_0x389e(0x78)]?_0x2778e3[_0x389e(0x79)]:_0x389e(0x6),'message':_0x2778e3[_0x389e(0x7a)]});}catch(_0x44683a){_0x59b9f9['push']({'platform':_0x2778e3[_0x389e(0x77)],'component':_0x2778e3[_0x389e(0x7b)],'status':_0x2778e3[_0x389e(0x7c)],'message':_0x389e(0x4f)+_0x44683a['message']});}try{const {useInstagramDataExtractor:useInstagramDataExtractor}=__ONAIROS_REQ_FUNC__(0xf);_0x59b9f9['push']({'platform':_0x389e(0x35),'component':'extractor','status':_0x2778e3[_0x389e(0x7d)](typeof useInstagramDataExtractor,_0x2778e3['yXxjg'])?_0x2778e3[_0x389e(0x79)]:_0x2778e3[_0x389e(0x7c)],'message':_0x389e(0x7e)});}catch(_0x27b019){_0x59b9f9[_0x389e(0x19)]({'platform':'instagram','component':_0x2778e3['zOJtw'],'status':_0x2778e3[_0x389e(0x7c)],'message':_0x389e(0x4f)+_0x27b019[_0x389e(0x1d)]});}try{const {useSephoraDataExtractor:useSephoraDataExtractor}=__ONAIROS_REQ_FUNC__(0x10);_0x59b9f9[_0x389e(0x19)]({'platform':_0x2778e3['Odoov'],'component':_0x2778e3[_0x389e(0x7b)],'status':_0x2778e3['zyiBM'](typeof useSephoraDataExtractor,_0x389e(0x5e))?'pass':_0x2778e3[_0x389e(0x7c)],'message':_0x2778e3[_0x389e(0x7f)]});}catch(_0x1ef5cf){_0x59b9f9[_0x389e(0x19)]({'platform':_0x389e(0x73),'component':_0x2778e3[_0x389e(0x7b)],'status':'fail','message':_0x389e(0x4f)+_0x1ef5cf[_0x389e(0x1d)]});}try{if(_0x2778e3[_0x389e(0x80)](_0x2778e3[_0x389e(0x81)],_0x2778e3[_0x389e(0x82)])){const {useTelegramDataExtractor:useTelegramDataExtractor}=_0x2778e3[_0x389e(0x76)](__ONAIROS_REQ_FUNC__,0x11);_0x59b9f9['push']({'platform':_0x2778e3[_0x389e(0x83)],'component':_0x389e(0x5),'status':_0x2778e3[_0x389e(0x7d)](typeof useTelegramDataExtractor,_0x2778e3[_0x389e(0x78)])?_0x2778e3[_0x389e(0x79)]:_0x2778e3[_0x389e(0x7c)],'message':_0x2778e3[_0x389e(0x84)]});}else{const _0x2b17ad=_0x2778e3[_0x389e(0x76)](_0x4af3b3,0x16),_0x48481f='use'+_0x2778e3['Vywwj'](_0x5dee74[_0x389e(0x85)](0x0)[_0x389e(0x86)](),_0x11ad11[_0x389e(0x87)](0x1))+_0x389e(0x88);_0x3130e3[_0x389e(0x19)]({'platform':_0x4a13a6,'component':_0x2778e3[_0x389e(0x7b)],'status':_0x2778e3[_0x389e(0x7d)](typeof _0x2b17ad[_0x48481f],_0x2778e3[_0x389e(0x78)])?_0x389e(0xa):_0x389e(0x6),'message':_0x389e(0x89)+_0x48481f+_0x389e(0x71)});}}catch(_0x490eca){_0x59b9f9[_0x389e(0x19)]({'platform':_0x2778e3[_0x389e(0x83)],'component':_0x2778e3[_0x389e(0x7b)],'status':_0x2778e3[_0x389e(0x7c)],'message':_0x389e(0x4f)+_0x490eca[_0x389e(0x1d)]});}return _0x59b9f9;};exports['testExtractorImports']=testExtractorImports;const testBackendConnectivity=async()=>{const _0x4cd714={'erhSB':function(_0x120bdb,_0x1d1f6f,_0x15b3d1){return _0x120bdb(_0x1d1f6f,_0x15b3d1);},'lHjcr':function(_0x567653,_0x5629d9,_0x2f93ea){return _0x567653(_0x5629d9,_0x2f93ea);},'Xvkpt':function(_0x213cb4,_0xf077ea){return _0x213cb4(_0xf077ea);},'GPdrO':_0x389e(0x8a),'Mbotk':'pass','jJexe':_0x389e(0x8b),'TlYeE':_0x389e(0x8c),'PDEQW':_0x389e(0x8d),'omlTL':_0x389e(0x6),'fgilN':'OPTIONS','bHiHB':_0x389e(0x8e),'aMbLy':function(_0x11c897,_0x58c397){return _0x11c897<_0x58c397;}},_0x36a9dc=[];try{const _0x215964=new AbortController(),_0x479b1c=_0x4cd714[_0x389e(0x8f)](setTimeout,()=>_0x215964['abort'](),0x2710),_0x311bb8=await _0x4cd714[_0x389e(0x90)](fetch,_api[_0x389e(0x91)][_0x389e(0x92)]+_0x389e(0x93),{'method':'GET','signal':_0x215964['signal']});_0x4cd714[_0x389e(0x94)](clearTimeout,_0x479b1c),_0x36a9dc[_0x389e(0x19)]({'platform':_0x4cd714[_0x389e(0x95)],'component':'health','status':_0x311bb8['ok']?_0x4cd714[_0x389e(0x96)]:_0x4cd714[_0x389e(0x97)],'message':_0x311bb8['ok']?_0x4cd714[_0x389e(0x98)]:_0x389e(0x99)+_0x311bb8[_0x389e(0x9a)],'details':{'status':_0x311bb8[_0x389e(0x9a)]}});}catch(_0x5b9009){_0x36a9dc[_0x389e(0x19)]({'platform':_0x4cd714['GPdrO'],'component':_0x4cd714[_0x389e(0x9b)],'status':_0x4cd714[_0x389e(0x9c)],'message':_0x389e(0x9d)+_0x5b9009['message']});}try{const _0x3586c2=new AbortController(),_0x15ba54=setTimeout(()=>_0x3586c2['abort'](),0x2710),_0x28ffc9=await _0x4cd714['erhSB'](fetch,_api[_0x389e(0x91)][_0x389e(0x92)]+_0x389e(0x9e),{'method':_0x4cd714[_0x389e(0x9f)],'signal':_0x3586c2[_0x389e(0xa0)]});_0x4cd714[_0x389e(0x94)](clearTimeout,_0x15ba54),_0x36a9dc['push']({'platform':_0x389e(0x8a),'component':_0x4cd714[_0x389e(0xa1)],'status':_0x4cd714['aMbLy'](_0x28ffc9[_0x389e(0x9a)],0x1f4)?_0x4cd714[_0x389e(0x96)]:_0x4cd714[_0x389e(0x97)],'message':_0x389e(0xa2)+_0x28ffc9[_0x389e(0x9a)],'details':{'status':_0x28ffc9[_0x389e(0x9a)]}});}catch(_0x43ea6f){_0x36a9dc['push']({'platform':_0x389e(0x8a),'component':_0x4cd714[_0x389e(0xa1)],'status':_0x4cd714[_0x389e(0x97)],'message':'Endpoint\x20check\x20failed\x20(may\x20require\x20auth):\x20'+_0x43ea6f[_0x389e(0x1d)]});}return _0x36a9dc;};function _0x389e(_0x2d9391,_0x389eff){_0x2d9391=_0x2d9391-0x0;const _0x57b798=_0x2d93();let _0x7f5c23=_0x57b798[_0x2d9391];return _0x7f5c23;}exports['testBackendConnectivity']=testBackendConnectivity;const testPlatformDetection=()=>{const _0x25f484={'UDmcx':_0x389e(0x8),'qZCRf':_0x389e(0x36),'iVeFW':'fail','uXsMX':_0x389e(0x35),'GjqVz':_0x389e(0x5),'dDFug':function(_0x5f23ff,_0x21877f){return _0x5f23ff(_0x21877f);},'vhRkh':_0x389e(0x27),'scMNP':_0x389e(0x34),'fyiAO':'pass','Xbmnx':_0x389e(0xa3),'qBFyE':_0x389e(0xa4),'uIqfB':function(_0x511c8a,_0x1b474){return _0x511c8a(_0x1b474);},'nHcrp':_0x389e(0xa5),'TZYlX':_0x389e(0x73),'GuXyZ':function(_0x32dcab,_0x4afa63){return _0x32dcab(_0x4afa63);},'AZsjX':_0x389e(0x13),'Ntcow':function(_0x55ab33,_0x431a1b){return _0x55ab33(_0x431a1b);},'nNvSP':function(_0x3bc1ba,_0x3582b1){return _0x3bc1ba(_0x3582b1);},'rwYyg':_0x389e(0xa6),'NjFbX':_0x389e(0xa7),'eeiqY':_0x389e(0xa8),'qIYVp':_0x389e(0xa9),'CiHlW':_0x389e(0x17)},_0x132c7d=[];try{if('XDysu'!==_0x389e(0xaa)){const {isWebViewExtractionPlatform:_0x140d8a,isHingePlatform:_0x34c70e,isInstagramPlatform:_0x3631e1,isSephoraPlatform:_0x3995c7,isLLMPlatform:_0x153013}=__ONAIROS_REQ_FUNC__(0x3),_0x2835e3=_0x25f484[_0x389e(0xab)](_0x34c70e,_0x25f484[_0x389e(0xac)])&&_0x140d8a(_0x389e(0x27))&&!_0x25f484[_0x389e(0xab)](_0x153013,_0x25f484[_0x389e(0xac)]);_0x132c7d[_0x389e(0x19)]({'platform':_0x25f484['vhRkh'],'component':_0x25f484[_0x389e(0xad)],'status':_0x2835e3?_0x25f484[_0x389e(0xae)]:_0x25f484[_0x389e(0xaf)],'message':_0x2835e3?_0x25f484[_0x389e(0xb0)]:_0x25f484['qBFyE']});const _0x2f47e3=_0x3631e1(_0x25f484[_0x389e(0xb1)])&&_0x25f484[_0x389e(0xab)](_0x140d8a,_0x25f484[_0x389e(0xb1)])&&!_0x25f484[_0x389e(0xb2)](_0x153013,_0x25f484['uXsMX']);_0x132c7d[_0x389e(0x19)]({'platform':_0x25f484['uXsMX'],'component':_0x25f484[_0x389e(0xad)],'status':_0x2f47e3?'pass':_0x25f484['iVeFW'],'message':_0x2f47e3?_0x389e(0xb3):_0x25f484[_0x389e(0xb4)]});const _0x57ba0c=_0x3995c7(_0x389e(0x73))&&_0x25f484[_0x389e(0xab)](_0x140d8a,_0x25f484[_0x389e(0xb5)])&&!_0x25f484[_0x389e(0xb2)](_0x153013,_0x25f484[_0x389e(0xb5)]);_0x132c7d[_0x389e(0x19)]({'platform':_0x25f484[_0x389e(0xb5)],'component':_0x25f484[_0x389e(0xad)],'status':_0x57ba0c?_0x25f484[_0x389e(0xae)]:_0x389e(0x6),'message':_0x57ba0c?_0x389e(0xb6):_0x389e(0xb7)});const {isTelegramPlatform:_0x428d36}=_0x25f484[_0x389e(0xb2)](__ONAIROS_REQ_FUNC__,0x2),_0x387c28=_0x25f484[_0x389e(0xb8)](_0x428d36,_0x25f484[_0x389e(0xb9)])&&_0x25f484[_0x389e(0xba)](_0x140d8a,_0x25f484[_0x389e(0xb9)])&&!_0x25f484[_0x389e(0xbb)](_0x153013,'telegram');_0x132c7d['push']({'platform':_0x25f484[_0x389e(0xb9)],'component':'detection','status':_0x387c28?_0x389e(0xa):_0x389e(0x6),'message':_0x387c28?_0x25f484['rwYyg']:_0x25f484['NjFbX']});}else _0x13a6c7['push']({'platform':_0x25f484['UDmcx'],'component':_0x25f484[_0x389e(0xbc)],'status':_0x25f484[_0x389e(0xaf)],'message':_0x389e(0x4f)+_0x4f1049[_0x389e(0x1d)]});}catch(_0x3c1b8b){_0x25f484['eeiqY']!==_0x25f484[_0x389e(0xbd)]?_0x132c7d[_0x389e(0x19)]({'platform':_0x25f484[_0x389e(0xbe)],'component':_0x25f484[_0x389e(0xad)],'status':'fail','message':'Detection\x20test\x20error:\x20'+_0x3c1b8b[_0x389e(0x1d)]}):_0x105b99['push']({'platform':_0x25f484[_0x389e(0xb1)],'component':_0x25f484[_0x389e(0xbf)],'status':_0x389e(0x6),'message':_0x389e(0x4f)+_0x3a6668[_0x389e(0x1d)]});}return _0x132c7d;};exports['testPlatformDetection']=testPlatformDetection;const runConnectorSanityTests=async()=>{const _0xd848ff={'cyXOP':_0x389e(0x27),'AOdcW':_0x389e(0x36),'nvHbw':'fail','vBSKW':function(_0xe5cb66,_0x45946d){return _0xe5cb66(_0x45946d);},'xsyTW':'detection','evyey':_0x389e(0xa),'dPjXK':_0x389e(0xa3),'ZIyrg':_0x389e(0xa4),'iouiZ':'instagram','dlmZH':function(_0x2a0b9e,_0x1e5a78){return _0x2a0b9e(_0x1e5a78);},'QWwFf':'Instagram\x20detection\x20correct','PijfU':_0x389e(0xa5),'xNwMs':function(_0x15107d,_0x2bc017){return _0x15107d(_0x2bc017);},'CrLKv':_0x389e(0x73),'Wbgsx':_0x389e(0xb6),'pBBnf':_0x389e(0xb7),'CSWAq':function(_0x42bac9,_0x2ea24b){return _0x42bac9(_0x2ea24b);},'JXbfQ':_0x389e(0x13),'LyDdl':_0x389e(0xa6),'XvGLi':_0x389e(0xa7),'BtZVE':'all','MGikS':_0x389e(0xc0),'NHUJH':function(_0x4a548c){return _0x4a548c();},'IHjZi':'๐Ÿ“‹\x20Testing\x20service\x20imports...','GXPnw':function(_0x2bd665){return _0x2bd665();},'WmHch':'๐Ÿ“‹\x20Testing\x20backend\x20connectivity...','WMRCb':_0x389e(0xc1),'gNdkR':_0x389e(0xc2),'ndGiG':_0x389e(0xc3),'uFYZi':function(_0x527875,_0x11a03c){return _0x527875===_0x11a03c;},'PVDMt':function(_0x39944f,_0x4cf5b5){return _0x39944f>_0x4cf5b5;},'ZUUXs':'โŒ\x20Some\x20tests\x20failed!\x20Please\x20check\x20the\x20errors\x20above.','SjaWI':function(_0x3d48df,_0x3e91fa){return _0x3d48df>_0x3e91fa;},'hkhKR':_0x389e(0xc4),'hwiZY':_0x389e(0xc5),'lkvBX':_0x389e(0xc6)};console[_0x389e(0x66)]('๐Ÿงช\x20[CONNECTOR_TESTS]\x20Starting\x20connector\x20sanity\x20tests...\x0a');const _0x108871=[];console[_0x389e(0x66)](_0xd848ff[_0x389e(0xc7)]),_0x108871[_0x389e(0x19)](..._0xd848ff[_0x389e(0xc8)](testWebViewScriptExports)),console[_0x389e(0x66)](_0xd848ff[_0x389e(0xc9)]),_0x108871[_0x389e(0x19)](..._0xd848ff[_0x389e(0xc8)](testServiceImports)),console[_0x389e(0x66)](_0x389e(0xca)),_0x108871[_0x389e(0x19)](..._0xd848ff[_0x389e(0xcb)](testExtractorImports)),console[_0x389e(0x66)](_0x389e(0xcc)),_0x108871[_0x389e(0x19)](...testPlatformDetection()),console['log'](_0xd848ff[_0x389e(0xcd)]),_0x108871['push'](...await _0xd848ff[_0x389e(0xcb)](testBackendConnectivity));const _0x428381=_0x108871[_0x389e(0xce)](_0x183aef=>_0x183aef[_0x389e(0x9a)]===_0x389e(0xa))['length'],_0x101360=_0x108871[_0x389e(0xce)](_0x4d50f2=>_0x4d50f2[_0x389e(0x9a)]===_0x389e(0x6))['length'],_0x13c647=_0x108871[_0x389e(0xce)](_0x58a060=>_0x58a060[_0x389e(0x9a)]==='warning')[_0x389e(0xcf)];console[_0x389e(0x66)](_0xd848ff[_0x389e(0xd0)]),console['log']('๐Ÿงช\x20CONNECTOR\x20SANITY\x20TEST\x20RESULTS'),console[_0x389e(0x66)]('========================================\x0a');for(const _0x553d0d of _0x108871){if(_0xd848ff[_0x389e(0xd1)]!==_0xd848ff['ndGiG']){const _0x1f660e=_0xd848ff[_0x389e(0xd2)](_0x553d0d[_0x389e(0x9a)],_0xd848ff[_0x389e(0xd3)])?'โœ…':_0xd848ff['uFYZi'](_0x553d0d[_0x389e(0x9a)],_0xd848ff[_0x389e(0xd4)])?'โŒ':'โš ๏ธ';console[_0x389e(0x66)](_0x1f660e+'\x20['+_0x553d0d['platform'][_0x389e(0x86)]()+']\x20'+_0x553d0d['component']+':\x20'+_0x553d0d['message']);}else _0x473d53[_0x389e(0x19)]({'platform':_0xd848ff['cyXOP'],'component':_0xd848ff[_0x389e(0xd5)],'status':_0xd848ff[_0x389e(0xd4)],'message':_0x389e(0x4f)+_0x3ad652[_0x389e(0x1d)]});}console[_0x389e(0x66)]('\x0a========================================'),console[_0x389e(0x66)]('๐Ÿ“Š\x20Summary:\x20'+_0x428381+'\x20passed,\x20'+_0x101360+_0x389e(0xd6)+_0x13c647+_0x389e(0xd7)),console[_0x389e(0x66)](_0x389e(0xd8));if(_0xd848ff[_0x389e(0xd9)](_0x101360,0x0))console['log'](_0xd848ff[_0x389e(0xda)]);else{if(_0xd848ff[_0x389e(0xdb)](_0x13c647,0x0))console[_0x389e(0x66)](_0xd848ff[_0x389e(0xdc)]);else{if(_0xd848ff[_0x389e(0xdd)]===_0xd848ff['hwiZY'])console[_0x389e(0x66)](_0xd848ff[_0x389e(0xde)]);else{const _0x39f019=[];try{const {isWebViewExtractionPlatform:_0x569450,isHingePlatform:_0x32d19b,isInstagramPlatform:_0x54588c,isSephoraPlatform:_0x161a1f,isLLMPlatform:_0x5d9f54}=_0x1348e2(0x3),_0x51b1a0=_0xd848ff['vBSKW'](_0x32d19b,_0xd848ff[_0x389e(0xdf)])&&_0x569450(_0xd848ff[_0x389e(0xdf)])&&!_0x5d9f54(_0xd848ff[_0x389e(0xdf)]);_0x39f019['push']({'platform':_0xd848ff[_0x389e(0xdf)],'component':_0xd848ff[_0x389e(0xe0)],'status':_0x51b1a0?_0xd848ff[_0x389e(0xd3)]:_0xd848ff[_0x389e(0xd4)],'message':_0x51b1a0?_0xd848ff[_0x389e(0xe1)]:_0xd848ff[_0x389e(0xe2)]});const _0x44d915=_0xd848ff[_0x389e(0xe3)](_0x54588c,_0xd848ff[_0x389e(0xe4)])&&_0xd848ff[_0x389e(0xe3)](_0x569450,_0xd848ff[_0x389e(0xe4)])&&!_0xd848ff['dlmZH'](_0x5d9f54,_0x389e(0x35));_0x39f019[_0x389e(0x19)]({'platform':_0xd848ff['iouiZ'],'component':_0xd848ff[_0x389e(0xe0)],'status':_0x44d915?_0xd848ff['evyey']:_0xd848ff[_0x389e(0xd4)],'message':_0x44d915?_0xd848ff[_0x389e(0xe5)]:_0xd848ff[_0x389e(0xe6)]});const _0x1de19e=_0xd848ff[_0x389e(0xe7)](_0x161a1f,_0xd848ff[_0x389e(0xe8)])&&_0x569450(_0xd848ff['CrLKv'])&&!_0xd848ff[_0x389e(0xe3)](_0x5d9f54,_0xd848ff['CrLKv']);_0x39f019[_0x389e(0x19)]({'platform':_0x389e(0x73),'component':_0xd848ff[_0x389e(0xe0)],'status':_0x1de19e?_0xd848ff[_0x389e(0xd3)]:_0xd848ff['nvHbw'],'message':_0x1de19e?_0xd848ff[_0x389e(0xe9)]:_0xd848ff[_0x389e(0xea)]});const {isTelegramPlatform:_0x242587}=_0x484248(0x2),_0x3f53a5=_0xd848ff['vBSKW'](_0x242587,_0x389e(0x13))&&_0xd848ff[_0x389e(0xeb)](_0x569450,_0xd848ff[_0x389e(0xec)])&&!_0xd848ff[_0x389e(0xeb)](_0x5d9f54,_0xd848ff[_0x389e(0xec)]);_0x39f019[_0x389e(0x19)]({'platform':'telegram','component':_0xd848ff[_0x389e(0xe0)],'status':_0x3f53a5?_0xd848ff[_0x389e(0xd3)]:_0xd848ff[_0x389e(0xd4)],'message':_0x3f53a5?_0xd848ff['LyDdl']:_0xd848ff[_0x389e(0xed)]});}catch(_0x135d23){_0x39f019['push']({'platform':_0xd848ff[_0x389e(0xee)],'component':_0x389e(0x34),'status':_0xd848ff[_0x389e(0xd4)],'message':_0x389e(0x52)+_0x135d23[_0x389e(0x1d)]});}return _0x39f019;}}}return{'passed':_0x428381,'failed':_0x101360,'warnings':_0x13c647,'results':_0x108871};};exports[_0x389e(0xef)]=runConnectorSanityTests;const testPlatformConnector=async _0x275b44=>{const _0x5c4abf={'OEvcp':_0x389e(0x73),'cQiqw':_0x389e(0x6),'qByxe':function(_0x57b220,_0x4ba07a){return _0x57b220(_0x4ba07a);},'RfRKQ':'chatgpt','uTiPA':_0x389e(0xa),'faVvZ':'ChatGPT\x20scripts\x20missing','BFCbu':function(_0x53b4af,_0x300e22){return _0x53b4af(_0x300e22);},'tacJH':'claude','NttCe':_0x389e(0x9),'fXgVp':_0x389e(0xf0),'wEHhS':'hinge','SfTel':_0x389e(0xf1),'pBnJU':'Hinge\x20scripts\x20missing','BwSQF':'instagram','MPVEM':_0x389e(0xf2),'pnKRP':_0x389e(0x10),'UqmKH':'Sephora\x20scripts\x20exported\x20correctly','nPhAZ':_0x389e(0x12),'LOObG':function(_0x37d16c,_0x5102be){return _0x37d16c(_0x5102be);},'nXSgG':'telegram','YaRYK':_0x389e(0x2e),'VucJk':_0x389e(0x31),'FyAji':_0x389e(0x15),'IYWwz':'Platform\x20detection\x20functions\x20available','YjlCL':function(_0x1ba07a,_0x5ecf20){return _0x1ba07a(_0x5ecf20);},'kRqla':_0x389e(0xf3),'Jqpod':_0x389e(0xf4),'ttxlo':function(_0x4fc94d,_0x333c9e){return _0x4fc94d!==_0x333c9e;},'vzxHx':_0x389e(0xf5),'rBAJm':function(_0x228224,_0x26a110){return _0x228224===_0x26a110;},'AiHJM':function(_0x22105e,_0x2a0681){return _0x22105e===_0x2a0681;},'kyJlc':_0x389e(0x3a),'XVDRz':'storeTelegramData','qvtRa':_0x389e(0x36),'EtTpP':function(_0x3914b2,_0xf538da){return _0x3914b2===_0xf538da;},'omQbn':function(_0x19efb9,_0x2b7871){return _0x19efb9===_0x2b7871;},'DiFes':'qDCCX','nuJpL':_0x389e(0xf6),'iJEch':function(_0x4bd071,_0x59773d){return _0x4bd071(_0x59773d);},'AbLRR':function(_0x222967,_0xaf1200){return _0x222967+_0xaf1200;},'DLiQo':_0x389e(0x5),'CXwkT':function(_0x134040,_0x5c3419){return _0x134040===_0x5c3419;},'QeGXb':'validation','PCBHf':_0x389e(0xf7)};console[_0x389e(0x66)](_0x389e(0xf8)+_0x275b44+_0x389e(0xf9));const _0x462194=[],_0x27a1d1=_0x275b44[_0x389e(0xfa)]();if([_0x5c4abf[_0x389e(0xfb)],_0x5c4abf[_0x389e(0xfc)],_0x5c4abf['OEvcp'],_0x5c4abf[_0x389e(0xfd)]]['includes'](_0x27a1d1)){try{const _0x528ba3=_0x5c4abf[_0x389e(0xfe)](__ONAIROS_REQ_FUNC__,0x1),_0xd37af9=_0x27a1d1[_0x389e(0x86)]()+'_EXPORT_SCRIPT',_0x4f4464=!!_0x528ba3[_0xd37af9];_0x462194['push']({'platform':_0x27a1d1,'component':_0x5c4abf[_0x389e(0xff)],'status':_0x4f4464?_0x5c4abf[_0x389e(0x100)]:_0x389e(0x6),'message':_0x4f4464?_0x389e(0x101):_0x5c4abf[_0x389e(0x102)]});}catch(_0xd908a7){_0x462194[_0x389e(0x19)]({'platform':_0x27a1d1,'component':_0x5c4abf[_0x389e(0xff)],'status':_0x5c4abf[_0x389e(0x103)],'message':_0x389e(0x104)+_0xd908a7[_0x389e(0x1d)]});}try{if(_0x5c4abf[_0x389e(0x105)](_0x389e(0xf5),_0x5c4abf[_0x389e(0x106)]))_0x1d8af0[_0x389e(0x19)]({'platform':_0x5c4abf[_0x389e(0x107)],'component':'extractor','status':_0x5c4abf[_0x389e(0x103)],'message':_0x389e(0x4f)+_0x4d9fb5[_0x389e(0x1d)]});else{const _0x3e5c40=__ONAIROS_REQ_FUNC__(0x15),_0x1469e1=_0x5c4abf[_0x389e(0x108)](_0x27a1d1,_0x389e(0x27))?_0x389e(0x39):_0x5c4abf['AiHJM'](_0x27a1d1,_0x5c4abf[_0x389e(0xfc)])?_0x5c4abf[_0x389e(0x109)]:_0x5c4abf[_0x389e(0x10a)](_0x27a1d1,_0x5c4abf[_0x389e(0xfd)])?_0x5c4abf[_0x389e(0x10b)]:'storeSephoraData';_0x462194[_0x389e(0x19)]({'platform':_0x27a1d1,'component':_0x5c4abf[_0x389e(0x10c)],'status':_0x5c4abf['EtTpP'](typeof _0x3e5c40[_0x1469e1],_0x389e(0x5e))?_0x5c4abf[_0x389e(0x100)]:_0x389e(0x6),'message':_0x389e(0x70)+_0x1469e1+_0x389e(0x71)});}}catch(_0x3bdb73){_0x462194[_0x389e(0x19)]({'platform':_0x27a1d1,'component':_0x389e(0x36),'status':_0x389e(0x6),'message':_0x389e(0x10d)+_0x3bdb73['message']});}try{if(_0x5c4abf['omQbn'](_0x5c4abf['DiFes'],_0x5c4abf[_0x389e(0x10e)]))_0x4561ef[_0x389e(0x19)]({'platform':_0x389e(0x13),'component':_0x389e(0x5),'status':_0x5c4abf['cQiqw'],'message':_0x389e(0x4f)+_0x16dab2[_0x389e(0x1d)]});else{const _0x3b8452=_0x5c4abf[_0x389e(0x10f)](__ONAIROS_REQ_FUNC__,0x16),_0x2cf3ef=_0x389e(0x110)+_0x5c4abf[_0x389e(0x111)](_0x27a1d1[_0x389e(0x85)](0x0)['toUpperCase'](),_0x27a1d1['slice'](0x1))+_0x389e(0x88);_0x462194[_0x389e(0x19)]({'platform':_0x27a1d1,'component':_0x5c4abf[_0x389e(0x112)],'status':_0x5c4abf[_0x389e(0x113)](typeof _0x3b8452[_0x2cf3ef],_0x389e(0x5e))?'pass':_0x5c4abf[_0x389e(0x103)],'message':_0x389e(0x89)+_0x2cf3ef+_0x389e(0x71)});}}catch(_0x37e5e7){_0x462194['push']({'platform':_0x27a1d1,'component':_0x389e(0x5),'status':_0x389e(0x6),'message':_0x389e(0x1c)+_0x37e5e7[_0x389e(0x1d)]});}}else _0x462194[_0x389e(0x19)]({'platform':_0x27a1d1,'component':_0x5c4abf['QeGXb'],'status':_0x389e(0x8b),'message':_0x389e(0x114)+_0x275b44+_0x389e(0x115)});for(const _0x1f0be2 of _0x462194){if(_0x5c4abf[_0x389e(0x116)]!==_0x5c4abf[_0x389e(0x116)]){const {CHATGPT_CONSENT_POPUP_SCRIPT:_0x2404a8,CHATGPT_EXPORT_SCRIPT:_0x1f8446}=_0x5c4abf['qByxe'](_0x3a12d1,0x14);_0x1b46df[_0x389e(0x19)]({'platform':_0x5c4abf['RfRKQ'],'component':_0x389e(0x9),'status':_0x1f8446?_0x5c4abf['uTiPA']:_0x5c4abf[_0x389e(0x103)],'message':_0x1f8446?'ChatGPT\x20scripts\x20exported\x20correctly':_0x5c4abf['faVvZ']});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x1456eb,CLAUDE_EXPORT_SCRIPT:_0x282791}=_0x5c4abf[_0x389e(0x117)](_0x38d5f8,0x13);_0x543fc2[_0x389e(0x19)]({'platform':_0x5c4abf[_0x389e(0x118)],'component':_0x5c4abf['NttCe'],'status':_0x282791?_0x5c4abf[_0x389e(0x100)]:_0x5c4abf[_0x389e(0x103)],'message':_0x282791?_0x5c4abf[_0x389e(0x119)]:_0x389e(0xe)});const {HINGE_CONSENT_POPUP_SCRIPT:_0x6b0412,HINGE_EXPORT_SCRIPT:_0x44ddee}=_0x5c4abf['BFCbu'](_0x21462e,0x12);_0x153841[_0x389e(0x19)]({'platform':_0x5c4abf['wEHhS'],'component':_0x5c4abf[_0x389e(0x11a)],'status':_0x44ddee?_0x389e(0xa):_0x5c4abf[_0x389e(0x103)],'message':_0x44ddee?_0x5c4abf['SfTel']:_0x5c4abf[_0x389e(0x11b)]});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x4be838,INSTAGRAM_EXPORT_SCRIPT:_0x11c9b6}=_0x5c4abf['qByxe'](_0x4bee0e,0x7);_0x57edd2[_0x389e(0x19)]({'platform':_0x5c4abf['BwSQF'],'component':_0x5c4abf[_0x389e(0x11a)],'status':_0x11c9b6?_0x5c4abf[_0x389e(0x100)]:_0x5c4abf[_0x389e(0x103)],'message':_0x11c9b6?_0x5c4abf['MPVEM']:_0x5c4abf[_0x389e(0x11c)]});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0x4c757a,SEPHORA_EXPORT_SCRIPT:_0x2a12f7}=_0x5c4abf[_0x389e(0x11d)](_0x2c9cc1,0x6);_0x50143a[_0x389e(0x19)]({'platform':'sephora','component':_0x5c4abf['NttCe'],'status':_0x2a12f7?_0x389e(0xa):_0x5c4abf['cQiqw'],'message':_0x2a12f7?_0x5c4abf['UqmKH']:_0x5c4abf[_0x389e(0x11e)]});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x58fff6,TELEGRAM_EXPORT_SCRIPT:_0xf4299a}=_0x5c4abf[_0x389e(0x11f)](_0x3b44f4,0x5);_0x3aa112[_0x389e(0x19)]({'platform':_0x5c4abf[_0x389e(0xfd)],'component':_0x5c4abf[_0x389e(0x11a)],'status':_0xf4299a?_0x5c4abf[_0x389e(0x100)]:_0x5c4abf[_0x389e(0x103)],'message':_0xf4299a?_0x5c4abf[_0x389e(0x120)]:'Telegram\x20scripts\x20missing'});const {isWebViewExtractionPlatform:_0x3c13b8,isHingePlatform:_0x364280,isInstagramPlatform:_0x30944e,isSephoraPlatform:_0xa1de85,isTelegramPlatform:_0x5af485}=_0x5c4abf['qByxe'](_0xe3d2ed,0x4);_0x4c2a34[_0x389e(0x19)]({'platform':_0x5c4abf[_0x389e(0x121)],'component':_0x5c4abf['FyAji'],'status':_0x3c13b8&&_0x364280&&_0x30944e&&_0xa1de85&&_0x5af485?_0x389e(0xa):_0x5c4abf[_0x389e(0x103)],'message':_0x5c4abf[_0x389e(0x122)]});}else{const _0x285a10=_0x1f0be2[_0x389e(0x9a)]===_0x389e(0xa)?'โœ…':_0x1f0be2['status']===_0x5c4abf['cQiqw']?'โŒ':'โš ๏ธ';console[_0x389e(0x66)](_0x285a10+'\x20'+_0x1f0be2[_0x389e(0x123)]+':\x20'+_0x1f0be2['message']);}}return _0x462194;};exports['testPlatformConnector']=testPlatformConnector;
29
+ Object[_0x3a07(0x0)](exports,'__esModule',{'value':!![]}),exports[_0x3a07(0x1)]=exports[_0x3a07(0x2)]=exports[_0x3a07(0x3)]=exports[_0x3a07(0x4)]=exports[_0x3a07(0x5)]=exports[_0x3a07(0x6)]=exports[_0x3a07(0x7)]=void 0x0;var _api=__ONAIROS_REQ_FUNC__(0x0);const testWebViewScriptExports=()=>{const _0x17670f={'byatN':_0x3a07(0x8),'yhtwm':_0x3a07(0x9),'zLwjV':_0x3a07(0xa),'qOtcW':function(_0x44cfdd,_0x300ffe){return _0x44cfdd(_0x300ffe);},'EzyZC':_0x3a07(0xb),'NSjRJ':'ChatGPT\x20scripts\x20exported\x20correctly','eROJL':_0x3a07(0xc),'lHbNQ':_0x3a07(0xd),'xhWAg':_0x3a07(0xe),'wIqOf':_0x3a07(0xf),'zfmYL':_0x3a07(0x10),'txPRp':_0x3a07(0x11),'TUhwB':'Hinge\x20scripts\x20missing','LImvL':_0x3a07(0x12),'JAikE':_0x3a07(0x13),'hdpvS':_0x3a07(0x14),'RGEvm':_0x3a07(0x15),'jbzDM':'Sephora\x20scripts\x20exported\x20correctly','fEMYz':_0x3a07(0x16),'uIVJM':_0x3a07(0x17),'nxjoD':_0x3a07(0x18),'CnhpO':_0x3a07(0x19),'QuURn':function(_0x375baf,_0x52f5cf){return _0x375baf&&_0x52f5cf;},'vISEj':'Platform\x20detection\x20functions\x20available','AuCVr':'twSgN','TQEyP':'all'},_0x41e298=[];try{const {CHATGPT_CONSENT_POPUP_SCRIPT:_0x20a246,CHATGPT_EXPORT_SCRIPT:_0x3e3173}=_0x17670f[_0x3a07(0x1a)](__ONAIROS_REQ_FUNC__,0x14);_0x41e298[_0x3a07(0x1b)]({'platform':_0x3a07(0x1c),'component':_0x17670f['EzyZC'],'status':_0x3e3173?_0x3a07(0xe):_0x17670f['zLwjV'],'message':_0x3e3173?_0x17670f[_0x3a07(0x1d)]:_0x17670f['eROJL']});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x5c4f6d,CLAUDE_EXPORT_SCRIPT:_0x364305}=_0x17670f[_0x3a07(0x1a)](__ONAIROS_REQ_FUNC__,0x13);_0x41e298['push']({'platform':_0x17670f[_0x3a07(0x1e)],'component':_0x17670f[_0x3a07(0x1f)],'status':_0x364305?_0x17670f[_0x3a07(0x20)]:_0x17670f[_0x3a07(0x21)],'message':_0x364305?_0x17670f[_0x3a07(0x22)]:_0x3a07(0x23)});const {HINGE_CONSENT_POPUP_SCRIPT:_0x26f328,HINGE_EXPORT_SCRIPT:_0x117e2e}=_0x17670f[_0x3a07(0x1a)](__ONAIROS_REQ_FUNC__,0x12);_0x41e298[_0x3a07(0x1b)]({'platform':_0x17670f['zfmYL'],'component':_0x17670f['EzyZC'],'status':_0x117e2e?_0x3a07(0xe):_0x17670f[_0x3a07(0x21)],'message':_0x117e2e?_0x17670f[_0x3a07(0x24)]:_0x17670f[_0x3a07(0x25)]});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x25e770,INSTAGRAM_EXPORT_SCRIPT:_0x5d5efa}=__ONAIROS_REQ_FUNC__(0x7);_0x41e298[_0x3a07(0x1b)]({'platform':_0x17670f['LImvL'],'component':_0x3a07(0xb),'status':_0x5d5efa?_0x17670f['xhWAg']:_0x3a07(0xa),'message':_0x5d5efa?_0x17670f[_0x3a07(0x26)]:_0x17670f[_0x3a07(0x27)]});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0xa68f86,SEPHORA_EXPORT_SCRIPT:_0x5a2f0e}=_0x17670f[_0x3a07(0x1a)](__ONAIROS_REQ_FUNC__,0x6);_0x41e298[_0x3a07(0x1b)]({'platform':_0x17670f[_0x3a07(0x28)],'component':_0x17670f['EzyZC'],'status':_0x5a2f0e?'pass':_0x3a07(0xa),'message':_0x5a2f0e?_0x17670f[_0x3a07(0x29)]:_0x17670f['fEMYz']});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x22ff2f,TELEGRAM_EXPORT_SCRIPT:_0x57c629}=_0x17670f[_0x3a07(0x1a)](__ONAIROS_REQ_FUNC__,0x5);_0x41e298[_0x3a07(0x1b)]({'platform':_0x17670f[_0x3a07(0x2a)],'component':_0x17670f[_0x3a07(0x1f)],'status':_0x57c629?_0x17670f[_0x3a07(0x20)]:_0x17670f[_0x3a07(0x21)],'message':_0x57c629?'Telegram\x20scripts\x20exported\x20correctly':_0x17670f[_0x3a07(0x2b)]});const {isWebViewExtractionPlatform:_0x481330,isHingePlatform:_0x3a9fb5,isInstagramPlatform:_0x650d2c,isSephoraPlatform:_0x11a903,isTelegramPlatform:_0x52cf47}=_0x17670f['qOtcW'](__ONAIROS_REQ_FUNC__,0x4);_0x41e298[_0x3a07(0x1b)]({'platform':_0x17670f['nxjoD'],'component':_0x17670f[_0x3a07(0x2c)],'status':_0x17670f[_0x3a07(0x2d)](_0x481330,_0x3a9fb5)&&_0x650d2c&&_0x11a903&&_0x52cf47?_0x17670f[_0x3a07(0x20)]:_0x17670f[_0x3a07(0x21)],'message':_0x17670f['vISEj']});}catch(_0x26d0b6){_0x17670f[_0x3a07(0x2e)]!==_0x3a07(0x2f)?_0x50ad13['push']({'platform':_0x17670f[_0x3a07(0x2a)],'component':_0x17670f[_0x3a07(0x30)],'status':_0x17670f[_0x3a07(0x21)],'message':_0x3a07(0x31)+_0x202c21[_0x3a07(0x32)]}):_0x41e298[_0x3a07(0x1b)]({'platform':_0x17670f[_0x3a07(0x33)],'component':_0x17670f[_0x3a07(0x1f)],'status':_0x17670f[_0x3a07(0x21)],'message':_0x3a07(0x31)+_0x26d0b6[_0x3a07(0x32)]});}return _0x41e298;};exports['testWebViewScriptExports']=testWebViewScriptExports;const testServiceImports=()=>{const _0x5c8ab0={'BHtVq':function(_0x1ce4d9,_0xb9b6bd){return _0x1ce4d9(_0xb9b6bd);},'LckSi':function(_0x334909,_0x473ce6){return _0x334909===_0x473ce6;},'cNpxx':_0x3a07(0x10),'ouLYe':'storeHingeData','ClJZE':'instagram','AMveh':_0x3a07(0x34),'PQrLK':_0x3a07(0x8),'yGCiR':_0x3a07(0x35),'NIZAM':_0x3a07(0x36),'XttAQ':_0x3a07(0x37),'sHOja':function(_0x638225,_0x1816c9){return _0x638225===_0x1816c9;},'UIIpg':'function','pJAZd':_0x3a07(0xa),'Ciccr':_0x3a07(0x1c),'RRbdX':'webview_scripts','WmlRZ':_0x3a07(0xe),'cSyZj':_0x3a07(0x38),'aCokN':_0x3a07(0xc),'wfaFX':function(_0x358b94,_0x35e179){return _0x358b94(_0x35e179);},'otypo':'claude','qZMli':_0x3a07(0xf),'qCQwo':_0x3a07(0x23),'itcdk':_0x3a07(0x11),'nffoh':_0x3a07(0x13),'yZPey':'Instagram\x20scripts\x20missing','qwTXP':_0x3a07(0x15),'psMiC':'Sephora\x20scripts\x20exported\x20correctly','fANlc':_0x3a07(0x16),'hqAXB':'Telegram\x20scripts\x20exported\x20correctly','azCiJ':_0x3a07(0x17),'WPHIk':_0x3a07(0x18),'UpJsS':_0x3a07(0x19),'TMUoA':function(_0x4500d6,_0x13d1ea){return _0x4500d6&&_0x13d1ea;},'CtuBE':_0x3a07(0x39),'GNRGq':function(_0x259e84,_0x4dfa30){return _0x259e84(_0x4dfa30);},'AtCvM':_0x3a07(0x9),'brQTN':function(_0xcd2241,_0x4de84b){return _0xcd2241===_0x4de84b;},'eScRf':function(_0x55a0a5,_0x346b9e){return _0x55a0a5===_0x346b9e;},'daoTp':_0x3a07(0x3a),'MmNSW':'Hinge\x20service\x20function\x20available','gOZZb':_0x3a07(0x3b),'mkbbH':function(_0xe65894,_0x37553a){return _0xe65894===_0x37553a;},'fBCqj':'Instagram\x20service\x20function\x20available','qerYd':_0x3a07(0x3c),'kNYnf':_0x3a07(0x3d),'jqTDW':function(_0x49295a,_0x237b29){return _0x49295a===_0x237b29;},'jCmSC':_0x3a07(0x3e),'VrapV':_0x3a07(0x3f)},_0x3080ea=[];try{const {storeChatGPTConversations:_0x451092}=__ONAIROS_REQ_FUNC__(0x8);_0x3080ea[_0x3a07(0x1b)]({'platform':_0x5c8ab0[_0x3a07(0x40)],'component':_0x5c8ab0['XttAQ'],'status':_0x5c8ab0[_0x3a07(0x41)](typeof _0x451092,_0x5c8ab0[_0x3a07(0x42)])?_0x5c8ab0[_0x3a07(0x43)]:_0x3a07(0xa),'message':'ChatGPT\x20service\x20function\x20available'});}catch(_0x387b7e){_0x3080ea[_0x3a07(0x1b)]({'platform':_0x5c8ab0[_0x3a07(0x40)],'component':'service','status':_0x5c8ab0['pJAZd'],'message':'Import\x20error:\x20'+_0x387b7e[_0x3a07(0x32)]});}try{const {storeClaudeConversations:_0xe30fb4}=_0x5c8ab0[_0x3a07(0x44)](__ONAIROS_REQ_FUNC__,0x9);_0x3080ea[_0x3a07(0x1b)]({'platform':_0x3a07(0xd),'component':_0x5c8ab0[_0x3a07(0x45)],'status':typeof _0xe30fb4===_0x5c8ab0[_0x3a07(0x42)]?_0x5c8ab0['WmlRZ']:_0x5c8ab0[_0x3a07(0x46)],'message':_0x3a07(0x47)});}catch(_0x1a91ae){_0x3080ea['push']({'platform':_0x5c8ab0['otypo'],'component':_0x5c8ab0['XttAQ'],'status':'fail','message':_0x3a07(0x31)+_0x1a91ae['message']});}try{if(_0x5c8ab0[_0x3a07(0x48)]!==_0x5c8ab0[_0x3a07(0x48)]){const _0x24f696=_0x5c8ab0['BHtVq'](_0x27e6ef,0x15),_0x3295e8=_0x5c8ab0['LckSi'](_0x1b4bb0,_0x5c8ab0[_0x3a07(0x49)])?_0x5c8ab0[_0x3a07(0x4a)]:_0x5c8ab0[_0x3a07(0x4b)](_0x98563,_0x5c8ab0[_0x3a07(0x4c)])?_0x5c8ab0['AMveh']:_0xaae12b===_0x5c8ab0[_0x3a07(0x4d)]?_0x5c8ab0[_0x3a07(0x4e)]:_0x5c8ab0[_0x3a07(0x4f)];_0x143d4d['push']({'platform':_0x4b8061,'component':_0x5c8ab0[_0x3a07(0x45)],'status':_0x5c8ab0[_0x3a07(0x50)](typeof _0x24f696[_0x3295e8],_0x5c8ab0[_0x3a07(0x42)])?'pass':_0x5c8ab0['pJAZd'],'message':_0x3a07(0x51)+_0x3295e8+'\x20available'});}else{const {storeHingeData:_0x145ed4}=__ONAIROS_REQ_FUNC__(0xa);_0x3080ea[_0x3a07(0x1b)]({'platform':_0x5c8ab0['cNpxx'],'component':_0x5c8ab0[_0x3a07(0x45)],'status':typeof _0x145ed4===_0x5c8ab0[_0x3a07(0x42)]?_0x5c8ab0[_0x3a07(0x43)]:_0x5c8ab0[_0x3a07(0x46)],'message':_0x5c8ab0['MmNSW']});}}catch(_0x12803f){_0x3080ea[_0x3a07(0x1b)]({'platform':_0x5c8ab0[_0x3a07(0x49)],'component':_0x5c8ab0['XttAQ'],'status':_0x5c8ab0[_0x3a07(0x46)],'message':'Import\x20error:\x20'+_0x12803f['message']});}try{if(_0x3a07(0x3b)===_0x5c8ab0[_0x3a07(0x52)]){const {storeInstagramData:_0x8fcb46}=_0x5c8ab0[_0x3a07(0x53)](__ONAIROS_REQ_FUNC__,0xb);_0x3080ea[_0x3a07(0x1b)]({'platform':_0x3a07(0x12),'component':_0x3a07(0x37),'status':_0x5c8ab0[_0x3a07(0x54)](typeof _0x8fcb46,_0x5c8ab0[_0x3a07(0x42)])?_0x5c8ab0[_0x3a07(0x43)]:_0x3a07(0xa),'message':_0x5c8ab0[_0x3a07(0x55)]});}else{const {CHATGPT_CONSENT_POPUP_SCRIPT:_0x397c64,CHATGPT_EXPORT_SCRIPT:_0x4ea6dd}=_0x211c60(0x14);_0x3fc6f9[_0x3a07(0x1b)]({'platform':_0x5c8ab0[_0x3a07(0x40)],'component':_0x5c8ab0[_0x3a07(0x56)],'status':_0x4ea6dd?_0x5c8ab0['WmlRZ']:_0x5c8ab0[_0x3a07(0x46)],'message':_0x4ea6dd?_0x5c8ab0['cSyZj']:_0x5c8ab0[_0x3a07(0x57)]});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x4928a5,CLAUDE_EXPORT_SCRIPT:_0x23199d}=_0x5c8ab0[_0x3a07(0x58)](_0x4d3e44,0x13);_0x33b35c[_0x3a07(0x1b)]({'platform':_0x5c8ab0[_0x3a07(0x59)],'component':_0x5c8ab0[_0x3a07(0x56)],'status':_0x23199d?'pass':_0x5c8ab0[_0x3a07(0x46)],'message':_0x23199d?_0x5c8ab0[_0x3a07(0x5a)]:_0x5c8ab0[_0x3a07(0x5b)]});const {HINGE_CONSENT_POPUP_SCRIPT:_0x8ad932,HINGE_EXPORT_SCRIPT:_0x3fc7f5}=_0x2ec755(0x12);_0x11668d[_0x3a07(0x1b)]({'platform':_0x3a07(0x10),'component':_0x3a07(0xb),'status':_0x3fc7f5?_0x5c8ab0[_0x3a07(0x43)]:_0x5c8ab0[_0x3a07(0x46)],'message':_0x3fc7f5?_0x5c8ab0['itcdk']:_0x3a07(0x5c)});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x3acc38,INSTAGRAM_EXPORT_SCRIPT:_0x38565e}=_0x5c8ab0[_0x3a07(0x44)](_0x4df311,0x7);_0x4ee3bf['push']({'platform':_0x5c8ab0['ClJZE'],'component':_0x5c8ab0[_0x3a07(0x56)],'status':_0x38565e?_0x5c8ab0['WmlRZ']:_0x5c8ab0[_0x3a07(0x46)],'message':_0x38565e?_0x5c8ab0[_0x3a07(0x5d)]:_0x5c8ab0[_0x3a07(0x5e)]});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0x1b8a3c,SEPHORA_EXPORT_SCRIPT:_0x8e1e2f}=_0x5c8ab0['BHtVq'](_0x12007e,0x6);_0x4da2fa[_0x3a07(0x1b)]({'platform':_0x5c8ab0[_0x3a07(0x5f)],'component':_0x5c8ab0[_0x3a07(0x56)],'status':_0x8e1e2f?_0x3a07(0xe):'fail','message':_0x8e1e2f?_0x5c8ab0[_0x3a07(0x60)]:_0x5c8ab0['fANlc']});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x14f520,TELEGRAM_EXPORT_SCRIPT:_0x58d64c}=_0x5c8ab0[_0x3a07(0x44)](_0x2faed7,0x5);_0x45092b[_0x3a07(0x1b)]({'platform':_0x5c8ab0[_0x3a07(0x4d)],'component':_0x5c8ab0[_0x3a07(0x56)],'status':_0x58d64c?_0x5c8ab0[_0x3a07(0x43)]:_0x3a07(0xa),'message':_0x58d64c?_0x5c8ab0[_0x3a07(0x61)]:_0x5c8ab0['azCiJ']});const {isWebViewExtractionPlatform:_0x54ba6c,isHingePlatform:_0x121e12,isInstagramPlatform:_0x71ec4e,isSephoraPlatform:_0x1e8d62,isTelegramPlatform:_0x24e948}=_0x5c8ab0['BHtVq'](_0x5862c6,0x4);_0x592a22['push']({'platform':_0x5c8ab0[_0x3a07(0x62)],'component':_0x5c8ab0['UpJsS'],'status':_0x5c8ab0[_0x3a07(0x63)](_0x54ba6c,_0x121e12)&&_0x71ec4e&&_0x1e8d62&&_0x24e948?_0x5c8ab0[_0x3a07(0x43)]:_0x5c8ab0[_0x3a07(0x46)],'message':_0x5c8ab0[_0x3a07(0x64)]});}}catch(_0x28d7d6){_0x3080ea[_0x3a07(0x1b)]({'platform':_0x5c8ab0[_0x3a07(0x4c)],'component':_0x5c8ab0['XttAQ'],'status':'fail','message':_0x3a07(0x31)+_0x28d7d6[_0x3a07(0x32)]});}try{const {storeSephoraData:_0x454a16}=_0x5c8ab0[_0x3a07(0x58)](__ONAIROS_REQ_FUNC__,0xc);_0x3080ea['push']({'platform':_0x5c8ab0[_0x3a07(0x5f)],'component':'service','status':_0x5c8ab0['LckSi'](typeof _0x454a16,_0x5c8ab0[_0x3a07(0x42)])?_0x5c8ab0[_0x3a07(0x43)]:_0x3a07(0xa),'message':_0x5c8ab0['qerYd']});}catch(_0x23d5a3){_0x3080ea[_0x3a07(0x1b)]({'platform':_0x5c8ab0['qwTXP'],'component':_0x5c8ab0[_0x3a07(0x45)],'status':_0x5c8ab0[_0x3a07(0x46)],'message':'Import\x20error:\x20'+_0x23d5a3[_0x3a07(0x32)]});}try{if(_0x3a07(0x65)!==_0x5c8ab0[_0x3a07(0x66)]){const {storeTelegramData:_0x4a6baf}=_0x5c8ab0[_0x3a07(0x53)](__ONAIROS_REQ_FUNC__,0xd);_0x3080ea[_0x3a07(0x1b)]({'platform':_0x5c8ab0[_0x3a07(0x4d)],'component':'service','status':_0x5c8ab0[_0x3a07(0x67)](typeof _0x4a6baf,_0x3a07(0x68))?'pass':_0x3a07(0xa),'message':_0x5c8ab0[_0x3a07(0x69)]});}else{const {useHingeDataExtractor:useHingeDataExtractor}=_0x5c8ab0['GNRGq'](_0x486bae,0xe);_0xe3646b['push']({'platform':_0x3a07(0x10),'component':_0x5c8ab0[_0x3a07(0x6a)],'status':_0x5c8ab0[_0x3a07(0x6b)](typeof useHingeDataExtractor,_0x5c8ab0[_0x3a07(0x42)])?_0x5c8ab0['WmlRZ']:_0x5c8ab0[_0x3a07(0x46)],'message':_0x3a07(0x6c)});}}catch(_0x378cc0){if(_0x5c8ab0['brQTN'](_0x5c8ab0['VrapV'],_0x5c8ab0[_0x3a07(0x6d)]))_0x3080ea[_0x3a07(0x1b)]({'platform':_0x5c8ab0[_0x3a07(0x4d)],'component':_0x5c8ab0[_0x3a07(0x45)],'status':_0x5c8ab0['pJAZd'],'message':_0x3a07(0x31)+_0x378cc0[_0x3a07(0x32)]});else{const _0x1144d0=_0x5c8ab0[_0x3a07(0x58)](_0x5edeff,0x16),_0x5e5cd1=_0x3a07(0x6e)+(_0x2888d8[_0x3a07(0x6f)](0x0)['toUpperCase']()+_0x1faebd['slice'](0x1))+_0x3a07(0x70);_0x31da1d[_0x3a07(0x1b)]({'platform':_0xf2769a,'component':_0x5c8ab0['AtCvM'],'status':_0x5c8ab0[_0x3a07(0x50)](typeof _0x1144d0[_0x5e5cd1],_0x5c8ab0[_0x3a07(0x42)])?_0x5c8ab0[_0x3a07(0x43)]:_0x5c8ab0['pJAZd'],'message':'Extractor\x20hook\x20'+_0x5e5cd1+_0x3a07(0x71)});}}return _0x3080ea;};exports[_0x3a07(0x2)]=testServiceImports;const testExtractorImports=()=>{const _0x3a1405={'tSadr':'service','YwOux':_0x3a07(0xa),'FkRRy':_0x3a07(0x72),'BvKRH':_0x3a07(0xb),'nGsNy':function(_0x14038b,_0x4143c7){return _0x14038b(_0x4143c7);},'LpWGD':_0x3a07(0x73),'UfQfi':_0x3a07(0xe),'mEIVw':'Export\x20script\x20missing','eaDaL':function(_0x57ec7e,_0x2b174c){return _0x57ec7e===_0x2b174c;},'Ddftr':_0x3a07(0x74),'AfBcO':_0x3a07(0x75),'dShTS':'hinge','KXKNS':_0x3a07(0x9),'csDoQ':function(_0x246487,_0x3d65b5){return _0x246487===_0x3d65b5;},'kfvqf':_0x3a07(0x68),'OZwle':'Hinge\x20extractor\x20hook\x20available','JvSNf':_0x3a07(0x76),'iBORj':_0x3a07(0x12),'iXODP':_0x3a07(0x77),'lGTPJ':function(_0xf43374,_0x2b3e67){return _0xf43374(_0x2b3e67);},'FeLCZ':_0x3a07(0x15),'tHcYn':function(_0x4c43c,_0x42be52){return _0x4c43c===_0x42be52;},'hdOaf':_0x3a07(0x78),'NmkAs':_0x3a07(0x8),'COvAT':_0x3a07(0x79),'XoShX':function(_0x45529d,_0x5ec263){return _0x45529d!==_0x5ec263;},'KJexC':'RugYW','VDXog':'sAGaH'},_0x383b01=[];try{if(_0x3a1405[_0x3a07(0x7a)](_0x3a1405['Ddftr'],_0x3a1405[_0x3a07(0x7b)]))_0x30f6b1[_0x3a07(0x1b)]({'platform':_0x3a07(0x8),'component':_0x3a1405[_0x3a07(0x7c)],'status':_0x3a1405[_0x3a07(0x7d)],'message':'Import\x20error:\x20'+_0x1dd547[_0x3a07(0x32)]});else{const {useHingeDataExtractor:useHingeDataExtractor}=__ONAIROS_REQ_FUNC__(0xe);_0x383b01[_0x3a07(0x1b)]({'platform':_0x3a1405[_0x3a07(0x7e)],'component':_0x3a1405[_0x3a07(0x7f)],'status':_0x3a1405[_0x3a07(0x80)](typeof useHingeDataExtractor,_0x3a1405['kfvqf'])?_0x3a1405[_0x3a07(0x81)]:'fail','message':_0x3a1405['OZwle']});}}catch(_0x8cd055){_0x383b01[_0x3a07(0x1b)]({'platform':_0x3a1405[_0x3a07(0x7e)],'component':_0x3a1405[_0x3a07(0x7f)],'status':_0x3a1405[_0x3a07(0x7d)],'message':_0x3a07(0x31)+_0x8cd055[_0x3a07(0x32)]});}try{if(_0x3a1405['csDoQ'](_0x3a1405[_0x3a07(0x82)],_0x3a1405['JvSNf'])){const {useInstagramDataExtractor:useInstagramDataExtractor}=__ONAIROS_REQ_FUNC__(0xf);_0x383b01[_0x3a07(0x1b)]({'platform':_0x3a1405[_0x3a07(0x83)],'component':_0x3a07(0x9),'status':_0x3a1405[_0x3a07(0x80)](typeof useInstagramDataExtractor,_0x3a1405['kfvqf'])?_0x3a1405['UfQfi']:_0x3a1405[_0x3a07(0x7d)],'message':_0x3a1405[_0x3a07(0x84)]});}else _0x5b2eb3['push']({'platform':_0x3a1405[_0x3a07(0x85)],'component':_0x3a1405[_0x3a07(0x86)],'status':_0x3a1405[_0x3a07(0x7d)],'message':_0x3a07(0x31)+_0x53f7a4[_0x3a07(0x32)]});}catch(_0x539244){_0x383b01['push']({'platform':_0x3a07(0x12),'component':_0x3a1405[_0x3a07(0x7f)],'status':_0x3a1405[_0x3a07(0x7d)],'message':_0x3a07(0x31)+_0x539244['message']});}try{const {useSephoraDataExtractor:useSephoraDataExtractor}=_0x3a1405[_0x3a07(0x87)](__ONAIROS_REQ_FUNC__,0x10);_0x383b01[_0x3a07(0x1b)]({'platform':_0x3a1405['FeLCZ'],'component':'extractor','status':_0x3a1405[_0x3a07(0x88)](typeof useSephoraDataExtractor,_0x3a1405[_0x3a07(0x89)])?_0x3a1405[_0x3a07(0x81)]:'fail','message':_0x3a1405['hdOaf']});}catch(_0x13be6e){_0x383b01[_0x3a07(0x1b)]({'platform':_0x3a1405['FeLCZ'],'component':_0x3a1405[_0x3a07(0x7f)],'status':_0x3a1405[_0x3a07(0x7d)],'message':'Import\x20error:\x20'+_0x13be6e[_0x3a07(0x32)]});}try{const {useTelegramDataExtractor:useTelegramDataExtractor}=_0x3a1405[_0x3a07(0x8a)](__ONAIROS_REQ_FUNC__,0x11);_0x383b01['push']({'platform':_0x3a1405[_0x3a07(0x8b)],'component':_0x3a1405['KXKNS'],'status':typeof useTelegramDataExtractor===_0x3a1405['kfvqf']?'pass':_0x3a07(0xa),'message':_0x3a1405[_0x3a07(0x8c)]});}catch(_0x489cb9){if(_0x3a1405[_0x3a07(0x8d)](_0x3a1405['KJexC'],_0x3a1405['VDXog']))_0x383b01['push']({'platform':_0x3a07(0x8),'component':_0x3a1405[_0x3a07(0x7f)],'status':_0x3a07(0xa),'message':_0x3a07(0x31)+_0x489cb9[_0x3a07(0x32)]});else{const _0x4f640c=_0x3a1405[_0x3a07(0x8a)](_0x4e3181,0x1),_0x759ffe=_0x4f4469['toUpperCase']()+'_EXPORT_SCRIPT',_0x25326b=!!_0x4f640c[_0x759ffe];_0x3bd217[_0x3a07(0x1b)]({'platform':_0xe4d797,'component':_0x3a1405[_0x3a07(0x8e)],'status':_0x25326b?_0x3a1405[_0x3a07(0x81)]:_0x3a1405['YwOux'],'message':_0x25326b?_0x3a07(0x8f):_0x3a1405[_0x3a07(0x90)]});}}return _0x383b01;};exports[_0x3a07(0x5)]=testExtractorImports;const testBackendConnectivity=async()=>{const _0x588294={'EGxqR':function(_0x324d1c,_0x227008,_0x588389){return _0x324d1c(_0x227008,_0x588389);},'KnSOs':function(_0x5df176,_0xd42ce8,_0x49a547){return _0x5df176(_0xd42ce8,_0x49a547);},'ceSew':function(_0x2faa8d,_0x30e67b){return _0x2faa8d(_0x30e67b);},'paVHn':_0x3a07(0x91),'bwGpd':_0x3a07(0xe),'ofjvb':_0x3a07(0x92),'AdMSk':_0x3a07(0x93),'vTUqB':'backend','pHXOb':function(_0x3eafa9,_0xdf2a7,_0x5ad55e){return _0x3eafa9(_0xdf2a7,_0x5ad55e);},'nfYiC':'OPTIONS','IfWmg':_0x3a07(0x94),'phvYK':function(_0xb4251c,_0x3490f1){return _0xb4251c<_0x3490f1;}},_0x199e8d=[];try{const _0xae3083=new AbortController(),_0x42cc3a=_0x588294['EGxqR'](setTimeout,()=>_0xae3083[_0x3a07(0x95)](),0x2710),_0x4fc7dd=await _0x588294['KnSOs'](fetch,_api[_0x3a07(0x96)][_0x3a07(0x97)]+_0x3a07(0x98),{'method':'GET','signal':_0xae3083['signal']});_0x588294['ceSew'](clearTimeout,_0x42cc3a),_0x199e8d['push']({'platform':'backend','component':_0x588294[_0x3a07(0x99)],'status':_0x4fc7dd['ok']?_0x588294['bwGpd']:_0x588294['ofjvb'],'message':_0x4fc7dd['ok']?_0x588294[_0x3a07(0x9a)]:_0x3a07(0x9b)+_0x4fc7dd[_0x3a07(0x9c)],'details':{'status':_0x4fc7dd[_0x3a07(0x9c)]}});}catch(_0x5eaea4){_0x199e8d['push']({'platform':_0x588294[_0x3a07(0x9d)],'component':_0x588294['paVHn'],'status':_0x3a07(0xa),'message':'Backend\x20unreachable:\x20'+_0x5eaea4[_0x3a07(0x32)]});}try{const _0x7cc170=new AbortController(),_0x45085b=_0x588294[_0x3a07(0x9e)](setTimeout,()=>_0x7cc170[_0x3a07(0x95)](),0x2710),_0x5bfc82=await fetch(_api[_0x3a07(0x96)][_0x3a07(0x97)]+'/platform-data/store',{'method':_0x588294[_0x3a07(0x9f)],'signal':_0x7cc170[_0x3a07(0xa0)]});clearTimeout(_0x45085b),_0x199e8d[_0x3a07(0x1b)]({'platform':_0x588294['vTUqB'],'component':_0x588294[_0x3a07(0xa1)],'status':_0x588294[_0x3a07(0xa2)](_0x5bfc82['status'],0x1f4)?_0x3a07(0xe):_0x588294[_0x3a07(0xa3)],'message':_0x3a07(0xa4)+_0x5bfc82[_0x3a07(0x9c)],'details':{'status':_0x5bfc82['status']}});}catch(_0x43bd5c){_0x199e8d[_0x3a07(0x1b)]({'platform':_0x3a07(0xa5),'component':_0x588294['IfWmg'],'status':_0x588294[_0x3a07(0xa3)],'message':_0x3a07(0xa6)+_0x43bd5c[_0x3a07(0x32)]});}return _0x199e8d;};exports[_0x3a07(0x6)]=testBackendConnectivity;const testPlatformDetection=()=>{const _0x43a298={'xvScv':function(_0x40c20d,_0x188f16){return _0x40c20d(_0x188f16);},'MFDQa':_0x3a07(0x10),'UJTSu':_0x3a07(0xa7),'MxNUd':'pass','XXNmO':_0x3a07(0xa),'hpXCw':_0x3a07(0xa8),'qLmNl':'Hinge\x20detection\x20failed','mjavB':function(_0xc41e81,_0x3b4285){return _0xc41e81(_0x3b4285);},'YwHeZ':function(_0x4f358a,_0x2c9125){return _0x4f358a(_0x2c9125);},'XqDQW':_0x3a07(0xa9),'DwDUq':'Instagram\x20detection\x20failed','PIlwr':function(_0x40bbb8,_0x3fe0bc){return _0x40bbb8(_0x3fe0bc);},'BQTni':_0x3a07(0x15),'IAMIR':'Sephora\x20detection\x20correct','bojUV':_0x3a07(0xaa),'PRCgE':function(_0x27eeb6,_0x2bc89a){return _0x27eeb6(_0x2bc89a);},'AeSNC':_0x3a07(0x8),'kWmlw':_0x3a07(0xab),'LomEM':'instagram','Tvkal':function(_0x5b1c44,_0x9e9582){return _0x5b1c44(_0x9e9582);},'BPJrZ':function(_0x351f31,_0x4c5c49){return _0x351f31(_0x4c5c49);},'MuCIh':function(_0x49cae0,_0x40ba0b){return _0x49cae0(_0x40ba0b);},'wcVPE':_0x3a07(0xac),'GDTLd':function(_0x31c83e,_0x556642){return _0x31c83e!==_0x556642;},'tCCog':_0x3a07(0xad)},_0x4183c8=[];try{const {isWebViewExtractionPlatform:_0x34cf85,isHingePlatform:_0x5433e5,isInstagramPlatform:_0x3a3486,isSephoraPlatform:_0x17a520,isLLMPlatform:_0x8dc09b}=_0x43a298[_0x3a07(0xae)](__ONAIROS_REQ_FUNC__,0x3),_0x46b21c=_0x43a298[_0x3a07(0xaf)](_0x5433e5,_0x43a298[_0x3a07(0xb0)])&&_0x43a298[_0x3a07(0xb1)](_0x34cf85,_0x43a298[_0x3a07(0xb0)])&&!_0x43a298[_0x3a07(0xb2)](_0x8dc09b,_0x43a298['MFDQa']);_0x4183c8[_0x3a07(0x1b)]({'platform':_0x43a298[_0x3a07(0xb0)],'component':_0x43a298[_0x3a07(0xb3)],'status':_0x46b21c?'pass':_0x43a298[_0x3a07(0xb4)],'message':_0x46b21c?_0x43a298['hpXCw']:_0x43a298[_0x3a07(0xb5)]});const _0x152a88=_0x43a298['xvScv'](_0x3a3486,_0x43a298['LomEM'])&&_0x43a298[_0x3a07(0xb2)](_0x34cf85,_0x43a298[_0x3a07(0xb6)])&&!_0x43a298[_0x3a07(0xaf)](_0x8dc09b,_0x3a07(0x12));_0x4183c8[_0x3a07(0x1b)]({'platform':_0x43a298[_0x3a07(0xb6)],'component':_0x43a298['UJTSu'],'status':_0x152a88?_0x3a07(0xe):_0x43a298[_0x3a07(0xb4)],'message':_0x152a88?'Instagram\x20detection\x20correct':_0x43a298[_0x3a07(0xb7)]});const _0x5eeb12=_0x43a298[_0x3a07(0xb2)](_0x17a520,_0x43a298['BQTni'])&&_0x34cf85(_0x43a298['BQTni'])&&!_0x43a298[_0x3a07(0xb1)](_0x8dc09b,_0x43a298[_0x3a07(0xb8)]);_0x4183c8[_0x3a07(0x1b)]({'platform':_0x43a298[_0x3a07(0xb8)],'component':_0x43a298[_0x3a07(0xb3)],'status':_0x5eeb12?_0x43a298[_0x3a07(0xb9)]:_0x43a298[_0x3a07(0xb4)],'message':_0x5eeb12?_0x43a298[_0x3a07(0xba)]:_0x3a07(0xaa)});const {isTelegramPlatform:_0x3f500a}=_0x43a298[_0x3a07(0xae)](__ONAIROS_REQ_FUNC__,0x2),_0x3604e6=_0x43a298[_0x3a07(0xbb)](_0x3f500a,_0x43a298[_0x3a07(0xbc)])&&_0x43a298[_0x3a07(0xbd)](_0x34cf85,_0x43a298[_0x3a07(0xbc)])&&!_0x43a298[_0x3a07(0xbe)](_0x8dc09b,_0x43a298['AeSNC']);_0x4183c8['push']({'platform':'telegram','component':_0x43a298[_0x3a07(0xb3)],'status':_0x3604e6?_0x43a298[_0x3a07(0xb9)]:_0x43a298[_0x3a07(0xb4)],'message':_0x3604e6?_0x43a298[_0x3a07(0xbf)]:_0x3a07(0xab)});}catch(_0xf1cfa3){if(_0x43a298[_0x3a07(0xc0)](_0x3a07(0xc1),_0x43a298[_0x3a07(0xc2)]))_0x4183c8[_0x3a07(0x1b)]({'platform':'all','component':'detection','status':_0x3a07(0xa),'message':_0x3a07(0xc3)+_0xf1cfa3[_0x3a07(0x32)]});else{const {isWebViewExtractionPlatform:_0x2c6b29,isHingePlatform:_0x369f74,isInstagramPlatform:_0x18b1ec,isSephoraPlatform:_0x5a37f9,isLLMPlatform:_0x18d51c}=_0x2d088a(0x3),_0x3c20ae=_0x43a298[_0x3a07(0xb2)](_0x369f74,_0x3a07(0x10))&&_0x43a298[_0x3a07(0xb2)](_0x2c6b29,_0x43a298[_0x3a07(0xb0)])&&!_0x43a298['xvScv'](_0x18d51c,_0x3a07(0x10));_0x5673af[_0x3a07(0x1b)]({'platform':_0x43a298[_0x3a07(0xb0)],'component':_0x43a298[_0x3a07(0xb3)],'status':_0x3c20ae?_0x43a298['MxNUd']:_0x43a298[_0x3a07(0xb4)],'message':_0x3c20ae?_0x43a298['hpXCw']:_0x43a298['qLmNl']});const _0x1c2da6=_0x43a298['xvScv'](_0x18b1ec,_0x3a07(0x12))&&_0x43a298[_0x3a07(0xc4)](_0x2c6b29,_0x3a07(0x12))&&!_0x43a298[_0x3a07(0xb1)](_0x18d51c,_0x3a07(0x12));_0x1ecc12['push']({'platform':_0x3a07(0x12),'component':_0x43a298['UJTSu'],'status':_0x1c2da6?_0x43a298['MxNUd']:'fail','message':_0x1c2da6?_0x43a298[_0x3a07(0xc5)]:_0x43a298[_0x3a07(0xb7)]});const _0x10afbd=_0x43a298[_0x3a07(0xaf)](_0x5a37f9,_0x43a298['BQTni'])&&_0x43a298[_0x3a07(0xb1)](_0x2c6b29,_0x43a298[_0x3a07(0xb8)])&&!_0x43a298[_0x3a07(0xb1)](_0x18d51c,_0x43a298['BQTni']);_0x5ee4a7[_0x3a07(0x1b)]({'platform':_0x43a298[_0x3a07(0xb8)],'component':_0x43a298[_0x3a07(0xb3)],'status':_0x10afbd?_0x43a298[_0x3a07(0xb9)]:_0x43a298['XXNmO'],'message':_0x10afbd?_0x43a298['IAMIR']:_0x43a298['bojUV']});const {isTelegramPlatform:_0x933384}=_0x43a298['mjavB'](_0x5e7cb8,0x2),_0x11ed5d=_0x43a298[_0x3a07(0xae)](_0x933384,_0x43a298['AeSNC'])&&_0x43a298['PRCgE'](_0x2c6b29,_0x43a298[_0x3a07(0xbc)])&&!_0x18d51c(_0x43a298[_0x3a07(0xbc)]);_0x3b3ad4[_0x3a07(0x1b)]({'platform':'telegram','component':_0x43a298[_0x3a07(0xb3)],'status':_0x11ed5d?_0x43a298['MxNUd']:_0x43a298[_0x3a07(0xb4)],'message':_0x11ed5d?'Telegram\x20detection\x20correct':_0x43a298[_0x3a07(0xc6)]});}}return _0x4183c8;};function _0x3a07(_0x443a5a,_0x3a0771){_0x443a5a=_0x443a5a-0x0;const _0x50732c=_0x443a();let _0x14476b=_0x50732c[_0x443a5a];return _0x14476b;}exports['testPlatformDetection']=testPlatformDetection;const runConnectorSanityTests=async()=>{const _0x4f6566={'xkAhK':_0x3a07(0x8),'bgBNZ':'function','WZbJh':_0x3a07(0xe),'LWpLv':_0x3a07(0x79),'WNNdQ':_0x3a07(0xc7),'EHKiG':'๐Ÿ“‹\x20Testing\x20WebView\x20script\x20exports...','avPya':function(_0x25d0e2){return _0x25d0e2();},'rroha':function(_0x38d4c4){return _0x38d4c4();},'ZNaHB':function(_0x276249){return _0x276249();},'pDHwl':'๐Ÿ“‹\x20Testing\x20platform\x20detection...','nzIof':function(_0x1f3447){return _0x1f3447();},'VXkzB':_0x3a07(0xc8),'jVJvM':_0x3a07(0xc9),'OoSrr':'๐Ÿงช\x20CONNECTOR\x20SANITY\x20TEST\x20RESULTS','Heckk':'========================================\x0a','XRmED':function(_0x17f52b,_0x21d1c6){return _0x17f52b===_0x21d1c6;},'gFnmT':function(_0x26822c,_0x4a19c8){return _0x26822c===_0x4a19c8;},'dicqv':_0x3a07(0xca),'ssLhn':_0x3a07(0xcb),'GbFzJ':function(_0x1b5f30,_0x2338c6){return _0x1b5f30===_0x2338c6;},'ogLbx':_0x3a07(0xcc),'pHHLr':_0x3a07(0xcd)};console['log'](_0x4f6566[_0x3a07(0xce)]);const _0x2cc7f2=[];console['log'](_0x4f6566[_0x3a07(0xcf)]),_0x2cc7f2['push'](..._0x4f6566[_0x3a07(0xd0)](testWebViewScriptExports)),console['log'](_0x3a07(0xd1)),_0x2cc7f2[_0x3a07(0x1b)](..._0x4f6566[_0x3a07(0xd2)](testServiceImports)),console[_0x3a07(0xd3)]('๐Ÿ“‹\x20Testing\x20extractor\x20imports...'),_0x2cc7f2[_0x3a07(0x1b)](..._0x4f6566[_0x3a07(0xd4)](testExtractorImports)),console[_0x3a07(0xd3)](_0x4f6566[_0x3a07(0xd5)]),_0x2cc7f2['push'](..._0x4f6566[_0x3a07(0xd6)](testPlatformDetection)),console[_0x3a07(0xd3)](_0x4f6566[_0x3a07(0xd7)]),_0x2cc7f2['push'](...await _0x4f6566[_0x3a07(0xd4)](testBackendConnectivity));const _0x49bbe7=_0x2cc7f2[_0x3a07(0xd8)](_0x3c867a=>_0x3c867a[_0x3a07(0x9c)]===_0x3a07(0xe))[_0x3a07(0xd9)],_0x31c87b=_0x2cc7f2[_0x3a07(0xd8)](_0x16d971=>_0x16d971['status']===_0x3a07(0xa))['length'],_0x4b8de7=_0x2cc7f2[_0x3a07(0xd8)](_0x473722=>_0x473722[_0x3a07(0x9c)]===_0x3a07(0x92))[_0x3a07(0xd9)];console['log'](_0x4f6566['jVJvM']),console['log'](_0x4f6566[_0x3a07(0xda)]),console[_0x3a07(0xd3)](_0x4f6566['Heckk']);for(const _0x58f775 of _0x2cc7f2){const _0x2a8da0=_0x4f6566['XRmED'](_0x58f775[_0x3a07(0x9c)],_0x4f6566['WZbJh'])?'โœ…':_0x4f6566[_0x3a07(0xdb)](_0x58f775[_0x3a07(0x9c)],_0x3a07(0xa))?'โŒ':'โš ๏ธ';console['log'](_0x2a8da0+'\x20['+_0x58f775[_0x3a07(0xdc)][_0x3a07(0xdd)]()+']\x20'+_0x58f775['component']+':\x20'+_0x58f775[_0x3a07(0x32)]);}console[_0x3a07(0xd3)](_0x4f6566['jVJvM']),console[_0x3a07(0xd3)](_0x3a07(0xde)+_0x49bbe7+_0x3a07(0xdf)+_0x31c87b+_0x3a07(0xe0)+_0x4b8de7+_0x3a07(0xe1)),console[_0x3a07(0xd3)](_0x4f6566['Heckk']);if(_0x31c87b>0x0)console[_0x3a07(0xd3)](_0x4f6566[_0x3a07(0xe2)]);else{if(_0x4b8de7>0x0)console[_0x3a07(0xd3)](_0x4f6566[_0x3a07(0xe3)]);else{if(_0x4f6566['GbFzJ'](_0x4f6566['ogLbx'],_0x4f6566[_0x3a07(0xe4)]))console[_0x3a07(0xd3)](_0x4f6566[_0x3a07(0xe5)]);else{const {useTelegramDataExtractor:useTelegramDataExtractor}=_0x31cc99(0x11);_0xcf8536[_0x3a07(0x1b)]({'platform':_0x4f6566['xkAhK'],'component':_0x3a07(0x9),'status':typeof useTelegramDataExtractor===_0x4f6566[_0x3a07(0xe6)]?_0x4f6566[_0x3a07(0xe7)]:_0x3a07(0xa),'message':_0x4f6566[_0x3a07(0xe8)]});}}}return{'passed':_0x49bbe7,'failed':_0x31c87b,'warnings':_0x4b8de7,'results':_0x2cc7f2};};exports[_0x3a07(0x7)]=runConnectorSanityTests;const testPlatformConnector=async _0x576960=>{const _0x352978={'OeLvf':_0x3a07(0x9),'idcVj':_0x3a07(0xa),'kSiIZ':_0x3a07(0x10),'OppGP':_0x3a07(0x37),'ipYaF':_0x3a07(0x12),'XHYVF':_0x3a07(0x15),'GXpHq':'telegram','XlRgb':_0x3a07(0x73),'DUITa':_0x3a07(0x8f),'PYBbF':_0x3a07(0xe9),'qgihA':function(_0x589828,_0x236fe4){return _0x589828!==_0x236fe4;},'ZRSkC':_0x3a07(0xea),'Tybeh':function(_0x36116a,_0x27f776){return _0x36116a===_0x27f776;},'fyDdS':_0x3a07(0x34),'cFYRm':function(_0x5634ef,_0x152273){return _0x5634ef===_0x152273;},'yNxNH':_0x3a07(0x35),'OHfkA':_0x3a07(0x36),'BzkHP':function(_0xf86068,_0x3b6ae0){return _0xf86068===_0x3b6ae0;},'dnLms':_0x3a07(0x68),'EcXPq':function(_0x53c888,_0x99fd9b){return _0x53c888===_0x99fd9b;},'skvKK':_0x3a07(0xeb),'NfxCq':_0x3a07(0xec),'UPDCf':function(_0x53da3e,_0x547e50){return _0x53da3e(_0x547e50);},'xzLXN':function(_0x6b9a7,_0x15c88a){return _0x6b9a7+_0x15c88a;},'jUYRQ':'pass','fiiZY':_0x3a07(0x92),'UufDM':function(_0xfaaf8b,_0x582c09){return _0xfaaf8b===_0x582c09;}};console['log'](_0x3a07(0xed)+_0x576960+'\x20connector...\x0a');const _0x4d1b06=[],_0x5664e4=_0x576960['toLowerCase']();if([_0x352978[_0x3a07(0xee)],_0x352978[_0x3a07(0xef)],_0x352978[_0x3a07(0xf0)],_0x352978[_0x3a07(0xf1)]][_0x3a07(0xf2)](_0x5664e4)){try{const _0x3ef2b6=__ONAIROS_REQ_FUNC__(0x1),_0x37d165=_0x5664e4[_0x3a07(0xdd)]()+'_EXPORT_SCRIPT',_0x49e944=!!_0x3ef2b6[_0x37d165];_0x4d1b06['push']({'platform':_0x5664e4,'component':_0x352978[_0x3a07(0xf3)],'status':_0x49e944?'pass':_0x352978['idcVj'],'message':_0x49e944?_0x352978[_0x3a07(0xf4)]:_0x352978['PYBbF']});}catch(_0x148ae0){_0x352978[_0x3a07(0xf5)](_0x3a07(0xf6),_0x352978[_0x3a07(0xf7)])?_0x4d1b06[_0x3a07(0x1b)]({'platform':_0x5664e4,'component':_0x352978[_0x3a07(0xf3)],'status':_0x352978[_0x3a07(0xf8)],'message':'Script\x20import\x20failed:\x20'+_0x148ae0[_0x3a07(0x32)]}):_0x58832d[_0x3a07(0x1b)]({'platform':_0x3a07(0x15),'component':_0x352978[_0x3a07(0xf9)],'status':_0x352978[_0x3a07(0xf8)],'message':'Import\x20error:\x20'+_0x31f155['message']});}try{const _0x4c84c4=__ONAIROS_REQ_FUNC__(0x15),_0x16a424=_0x352978[_0x3a07(0xfa)](_0x5664e4,_0x352978['kSiIZ'])?'storeHingeData':_0x5664e4===_0x352978[_0x3a07(0xef)]?_0x352978[_0x3a07(0xfb)]:_0x352978[_0x3a07(0xfc)](_0x5664e4,_0x352978[_0x3a07(0xf1)])?_0x352978[_0x3a07(0xfd)]:_0x352978[_0x3a07(0xfe)];_0x4d1b06[_0x3a07(0x1b)]({'platform':_0x5664e4,'component':_0x3a07(0x37),'status':_0x352978['BzkHP'](typeof _0x4c84c4[_0x16a424],_0x352978['dnLms'])?_0x3a07(0xe):_0x352978[_0x3a07(0xf8)],'message':_0x3a07(0x51)+_0x16a424+'\x20available'});}catch(_0x82c4aa){_0x4d1b06[_0x3a07(0x1b)]({'platform':_0x5664e4,'component':_0x352978[_0x3a07(0xff)],'status':_0x352978[_0x3a07(0xf8)],'message':_0x3a07(0x100)+_0x82c4aa[_0x3a07(0x32)]});}try{if(_0x352978['EcXPq'](_0x352978[_0x3a07(0x101)],_0x352978[_0x3a07(0x102)]))_0x2695ef[_0x3a07(0x1b)]({'platform':_0x352978[_0x3a07(0xee)],'component':_0x352978[_0x3a07(0xff)],'status':_0x352978[_0x3a07(0xf8)],'message':_0x3a07(0x31)+_0x3ba986[_0x3a07(0x32)]});else{const _0x4c2c4b=_0x352978[_0x3a07(0x103)](__ONAIROS_REQ_FUNC__,0x16),_0x414120=_0x3a07(0x6e)+_0x352978['xzLXN'](_0x5664e4[_0x3a07(0x6f)](0x0)[_0x3a07(0xdd)](),_0x5664e4[_0x3a07(0x104)](0x1))+'DataExtractor';_0x4d1b06[_0x3a07(0x1b)]({'platform':_0x5664e4,'component':_0x352978[_0x3a07(0xf9)],'status':typeof _0x4c2c4b[_0x414120]===_0x352978[_0x3a07(0x105)]?_0x352978[_0x3a07(0x106)]:'fail','message':_0x3a07(0x107)+_0x414120+_0x3a07(0x71)});}}catch(_0x107200){_0x4d1b06[_0x3a07(0x1b)]({'platform':_0x5664e4,'component':_0x352978['OeLvf'],'status':_0x3a07(0xa),'message':'Extractor\x20import\x20failed:\x20'+_0x107200[_0x3a07(0x32)]});}}else _0x4d1b06[_0x3a07(0x1b)]({'platform':_0x5664e4,'component':_0x3a07(0x108),'status':_0x352978['fiiZY'],'message':_0x3a07(0x109)+_0x576960+_0x3a07(0x10a)});for(const _0x804174 of _0x4d1b06){const _0x39a4b4=_0x352978[_0x3a07(0x10b)](_0x804174['status'],_0x352978[_0x3a07(0x106)])?'โœ…':_0x804174['status']===_0x352978['idcVj']?'โŒ':'โš ๏ธ';console[_0x3a07(0xd3)](_0x39a4b4+'\x20'+_0x804174['component']+':\x20'+_0x804174[_0x3a07(0x32)]);}return _0x4d1b06;};exports[_0x3a07(0x4)]=testPlatformConnector;function _0x443a(){const _0x71209f=['defineProperty','testWebViewScriptExports','testServiceImports','testPlatformDetection','testPlatformConnector','testExtractorImports','testBackendConnectivity','runConnectorSanityTests','telegram','extractor','fail','webview_scripts','ChatGPT\x20scripts\x20missing','claude','pass','Claude\x20scripts\x20exported\x20correctly','hinge','Hinge\x20scripts\x20exported\x20correctly','instagram','Instagram\x20scripts\x20exported\x20correctly','Instagram\x20scripts\x20missing','sephora','Sephora\x20scripts\x20missing','Telegram\x20scripts\x20missing','utilities','platform_detection','qOtcW','push','chatgpt','NSjRJ','lHbNQ','EzyZC','xhWAg','zLwjV','wIqOf','Claude\x20scripts\x20missing','txPRp','TUhwB','JAikE','hdpvS','RGEvm','jbzDM','byatN','uIVJM','CnhpO','QuURn','AuCVr','twSgN','yhtwm','Import\x20error:\x20','message','TQEyP','storeInstagramData','storeTelegramData','storeSephoraData','service','ChatGPT\x20scripts\x20exported\x20correctly','Platform\x20detection\x20functions\x20available','jyNEA','RvaQr','Sephora\x20service\x20function\x20available','htXdV','Telegram\x20service\x20function\x20available','UwiAD','Ciccr','eScRf','UIIpg','WmlRZ','BHtVq','XttAQ','pJAZd','Claude\x20service\x20function\x20available','daoTp','cNpxx','ouLYe','LckSi','ClJZE','PQrLK','yGCiR','NIZAM','sHOja','Service\x20function\x20','gOZZb','GNRGq','mkbbH','fBCqj','RRbdX','aCokN','wfaFX','otypo','qZMli','qCQwo','Hinge\x20scripts\x20missing','nffoh','yZPey','qwTXP','psMiC','hqAXB','WPHIk','TMUoA','CtuBE','vyant','kNYnf','jqTDW','function','jCmSC','AtCvM','brQTN','Hinge\x20extractor\x20hook\x20available','VrapV','use','charAt','DataExtractor','\x20available','all','webview_script','hFZyY','gnEeT','TNEzy','Instagram\x20extractor\x20hook\x20available','Sephora\x20extractor\x20hook\x20available','Telegram\x20extractor\x20hook\x20available','eaDaL','AfBcO','tSadr','YwOux','dShTS','KXKNS','csDoQ','UfQfi','JvSNf','iBORj','iXODP','FkRRy','BvKRH','lGTPJ','tHcYn','kfvqf','nGsNy','NmkAs','COvAT','XoShX','LpWGD','Export\x20script\x20available','mEIVw','health','warning','Backend\x20health\x20check\x20passed','platform_data_endpoint','abort','API_CONFIG','BASE_URL','/health','paVHn','AdMSk','Backend\x20returned\x20status\x20','status','vTUqB','pHXOb','nfYiC','signal','IfWmg','phvYK','ofjvb','Platform\x20data\x20endpoint\x20check:\x20','backend','Endpoint\x20check\x20failed\x20(may\x20require\x20auth):\x20','detection','Hinge\x20detection\x20correct','Instagram\x20detection\x20correct','Sephora\x20detection\x20failed','Telegram\x20detection\x20failed','Telegram\x20detection\x20correct','CiHYr','PRCgE','PIlwr','MFDQa','YwHeZ','xvScv','UJTSu','XXNmO','qLmNl','LomEM','DwDUq','BQTni','MxNUd','IAMIR','Tvkal','AeSNC','BPJrZ','MuCIh','wcVPE','GDTLd','lLvLh','tCCog','Detection\x20test\x20error:\x20','mjavB','XqDQW','kWmlw','๐Ÿงช\x20[CONNECTOR_TESTS]\x20Starting\x20connector\x20sanity\x20tests...\x0a','๐Ÿ“‹\x20Testing\x20backend\x20connectivity...','\x0a========================================','โŒ\x20Some\x20tests\x20failed!\x20Please\x20check\x20the\x20errors\x20above.','โš ๏ธ\x20All\x20critical\x20tests\x20passed,\x20but\x20there\x20are\x20warnings.','XqsJj','โœ…\x20All\x20tests\x20passed!\x20Connectors\x20are\x20ready.','WNNdQ','EHKiG','avPya','๐Ÿ“‹\x20Testing\x20service\x20imports...','rroha','log','ZNaHB','pDHwl','nzIof','VXkzB','filter','length','OoSrr','gFnmT','platform','toUpperCase','๐Ÿ“Š\x20Summary:\x20','\x20passed,\x20','\x20failed,\x20','\x20warnings','dicqv','ssLhn','ogLbx','pHHLr','bgBNZ','WZbJh','LWpLv','Export\x20script\x20missing','dXHKN','RyHBg','LRlhj','๐Ÿงช\x20Testing\x20','kSiIZ','ipYaF','XHYVF','GXpHq','includes','XlRgb','DUITa','qgihA','tWcgD','ZRSkC','idcVj','OeLvf','Tybeh','fyDdS','cFYRm','yNxNH','OHfkA','OppGP','Service\x20import\x20failed:\x20','skvKK','NfxCq','UPDCf','slice','dnLms','jUYRQ','Extractor\x20hook\x20','validation','Unknown\x20platform:\x20','.\x20Use\x20\x27hinge\x27,\x20\x27instagram\x27,\x20\x27sephora\x27,\x20or\x20\x27telegram\x27.','UufDM'];_0x443a=function(){return _0x71209f;};return _0x443a();}
@@ -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
- Object['defineProperty'](exports,_0x26a2(0x0),{'value':!![]}),exports[_0x26a2(0x1)]=exports[_0x26a2(0x2)]=exports[_0x26a2(0x3)]=void 0x0;var _reactNativeRsaNative=__ONAIROS_REQ_FUNC__(0x0),_reactNativeCryptoJs=__ONAIROS_REQ_FUNC__(0x1);const rsaEncrypt=async(_0x54fd1e,_0x389c83)=>{const _0x4181f8={'ZuiQJ':_0x26a2(0x4),'RDZXD':_0x26a2(0x5),'HnxiD':'RSA\x20encryption\x20failed:'};try{const _0x458e11=_0x54fd1e[_0x26a2(0x6)](/\\n/g,'')[_0x26a2(0x6)](/^\s+|\s+$/g,'')[_0x26a2(0x6)](_0x4181f8[_0x26a2(0x7)],'')[_0x26a2(0x6)](_0x4181f8[_0x26a2(0x8)],'')[_0x26a2(0x9)](),_0x1491c5='-----BEGIN\x20PUBLIC\x20KEY-----\x0a'+_0x458e11+_0x26a2(0xa),_0x100d44=await _reactNativeRsaNative[_0x26a2(0xb)][_0x26a2(0xc)](_0x389c83,_0x1491c5);return _0x100d44;}catch(_0x20ddf5){console[_0x26a2(0xd)](_0x4181f8[_0x26a2(0xe)],_0x20ddf5);throw _0x20ddf5;}};exports[_0x26a2(0x2)]=rsaEncrypt;const sha256=_0x8ee905=>{return(0x0,_reactNativeCryptoJs['sha256'])(_0x8ee905)[_0x26a2(0xf)]();};function _0x26a2(_0x1b913f,_0x26a2a4){_0x1b913f=_0x1b913f-0x0;const _0x1e4217=_0x1b91();let _0x5d497f=_0x1e4217[_0x1b913f];return _0x5d497f;}exports['sha256']=sha256;const base64ToBuffer=_0x43757a=>{const _0x40eaae={'dCQVs':_0x26a2(0x10),'jVlgp':function(_0x2c5d52,_0x34dc2d){return _0x2c5d52!==_0x34dc2d;},'DuzXp':_0x26a2(0x11),'gdTlD':_0x26a2(0x12),'iuIrA':_0x26a2(0x13),'etVQZ':function(_0x9b7c45,_0x2f944e){return _0x9b7c45<_0x2f944e;},'vMiQB':function(_0x3da67e,_0x1f73fc){return _0x3da67e===_0x1f73fc;},'mzLOZ':_0x26a2(0x14),'fZitR':_0x26a2(0x15)};try{if(_0x40eaae['jVlgp'](_0x40eaae['DuzXp'],_0x40eaae[_0x26a2(0x16)])){const _0x67f9e1=Buffer[_0x26a2(0x17)](_0x43757a,_0x40eaae[_0x26a2(0x18)])['toString'](_0x40eaae[_0x26a2(0x19)]),_0x5c7371=new Uint8Array(_0x67f9e1[_0x26a2(0x1a)]);for(let _0x56f94a=0x0;_0x40eaae[_0x26a2(0x1b)](_0x56f94a,_0x67f9e1[_0x26a2(0x1a)]);_0x56f94a++){_0x5c7371[_0x56f94a]=_0x67f9e1[_0x26a2(0x1c)](_0x56f94a);}return _0x5c7371['buffer'];}else{_0x1cfc97['error']('RSA\x20encryption\x20failed:',_0x68ab88);throw _0x519b85;}}catch(_0x3ac383){if(_0x40eaae[_0x26a2(0x1d)](_0x40eaae[_0x26a2(0x1e)],_0x26a2(0x1f))){const _0x7a02b1=_0xe07bdc['from'](_0x37c94c,_0x40eaae[_0x26a2(0x18)])[_0x26a2(0xf)](_0x26a2(0x13)),_0x3de204=new _0x5d5f36(_0x7a02b1[_0x26a2(0x1a)]);for(let _0x7babec=0x0;_0x7babec<_0x7a02b1[_0x26a2(0x1a)];_0x7babec++){_0x3de204[_0x7babec]=_0x7a02b1[_0x26a2(0x1c)](_0x7babec);}return _0x3de204[_0x26a2(0x20)];}else{console[_0x26a2(0xd)](_0x40eaae['fZitR'],_0x3ac383);throw _0x3ac383;}}};function _0x1b91(){const _0x87ad8b=['__esModule','sha256','rsaEncrypt','base64ToBuffer','-----BEGIN\x20PUBLIC\x20KEY-----','-----END\x20PUBLIC\x20KEY-----','replace','ZuiQJ','RDZXD','trim','\x0a-----END\x20PUBLIC\x20KEY-----','RSA','encrypt','error','HnxiD','toString','base64','oLzQS','KBvMB','binary','heFTe','Error\x20converting\x20base64\x20to\x20buffer:','gdTlD','from','dCQVs','iuIrA','length','etVQZ','charCodeAt','vMiQB','mzLOZ','OWBZb','buffer'];_0x1b91=function(){return _0x87ad8b;};return _0x1b91();}exports['base64ToBuffer']=base64ToBuffer;
8
+ function _0x488b(){const _0x2f53d4=['defineProperty','sha256','base64ToBuffer','RSA\x20encryption\x20failed:','replace','-----BEGIN\x20PUBLIC\x20KEY-----','-----END\x20PUBLIC\x20KEY-----','trim','-----BEGIN\x20PUBLIC\x20KEY-----\x0a','\x0a-----END\x20PUBLIC\x20KEY-----','RSA','encrypt','error','BKgnd','rsaEncrypt','Error\x20converting\x20base64\x20to\x20buffer:','from','toString','ifDDR','length','lWpYZ','yEOCn','bspJA','YKxpq','charCodeAt'];_0x488b=function(){return _0x2f53d4;};return _0x488b();}function _0xb57e(_0x488bf4,_0xb57e0){_0x488bf4=_0x488bf4-0x0;const _0x1cf111=_0x488b();let _0x45dc29=_0x1cf111[_0x488bf4];return _0x45dc29;}Object[_0xb57e(0x0)](exports,'__esModule',{'value':!![]}),exports[_0xb57e(0x1)]=exports['rsaEncrypt']=exports[_0xb57e(0x2)]=void 0x0;var _reactNativeRsaNative=__ONAIROS_REQ_FUNC__(0x0),_reactNativeCryptoJs=__ONAIROS_REQ_FUNC__(0x1);const rsaEncrypt=async(_0x1d1c3f,_0x5750e1)=>{const _0xb14fa0={'BKgnd':_0xb57e(0x3)};try{const _0x1ebc84=_0x1d1c3f[_0xb57e(0x4)](/\\n/g,'')[_0xb57e(0x4)](/^\s+|\s+$/g,'')[_0xb57e(0x4)](_0xb57e(0x5),'')[_0xb57e(0x4)](_0xb57e(0x6),'')[_0xb57e(0x7)](),_0x5da82f=_0xb57e(0x8)+_0x1ebc84+_0xb57e(0x9),_0xe6d874=await _reactNativeRsaNative[_0xb57e(0xa)][_0xb57e(0xb)](_0x5750e1,_0x5da82f);return _0xe6d874;}catch(_0x519c6d){console[_0xb57e(0xc)](_0xb14fa0[_0xb57e(0xd)],_0x519c6d);throw _0x519c6d;}};exports[_0xb57e(0xe)]=rsaEncrypt;const sha256=_0xc42796=>{return(0x0,_reactNativeCryptoJs[_0xb57e(0x1)])(_0xc42796)['toString']();};exports[_0xb57e(0x1)]=sha256;const base64ToBuffer=_0x22dc21=>{const _0x132b0b={'ifDDR':'binary','lWpYZ':function(_0x1cdcb7,_0x34c482){return _0x1cdcb7<_0x34c482;},'yEOCn':function(_0x22f4e4,_0x1e61be){return _0x22f4e4!==_0x1e61be;},'YKxpq':'Hdbzt','VMQHo':_0xb57e(0xf)};try{const _0x5904c4=Buffer[_0xb57e(0x10)](_0x22dc21,'base64')[_0xb57e(0x11)](_0x132b0b[_0xb57e(0x12)]),_0xbaad47=new Uint8Array(_0x5904c4[_0xb57e(0x13)]);for(let _0x23eb83=0x0;_0x132b0b[_0xb57e(0x14)](_0x23eb83,_0x5904c4['length']);_0x23eb83++){_0xbaad47[_0x23eb83]=_0x5904c4['charCodeAt'](_0x23eb83);}return _0xbaad47['buffer'];}catch(_0x48f9d9){if(_0x132b0b[_0xb57e(0x15)](_0xb57e(0x16),_0x132b0b[_0xb57e(0x17)])){console[_0xb57e(0xc)](_0x132b0b['VMQHo'],_0x48f9d9);throw _0x48f9d9;}else _0x204c63[_0x313a8b]=_0x3055f7[_0xb57e(0x18)](_0x3e5f80);}};exports[_0xb57e(0x2)]=base64ToBuffer;
@@ -1 +1 @@
1
- 'use strict';Object[_0x18af(0x0)](exports,_0x18af(0x1),{'value':!![]}),exports[_0x18af(0x2)]=exports[_0x18af(0x3)]=exports['logApiRequest']=exports[_0x18af(0x4)]=void 0x0;function _0x18af(_0x253f52,_0x18af70){_0x253f52=_0x253f52-0x0;const _0x36ce78=_0x253f();let _0xa97a2a=_0x36ce78[_0x253f52];return _0xa97a2a;}const __DEV__=process[_0x18af(0x5)][_0x18af(0x6)]!==_0x18af(0x7),logDebug=(_0x1ec555,_0xc78333)=>{__DEV__&&console[_0x18af(0x8)]('[Onairos\x20Debug]\x20'+_0x1ec555+':',_0xc78333||'');};exports[_0x18af(0x3)]=logDebug;function _0x253f(){const _0x29b640=['defineProperty','__esModule','logError','logDebug','isDebugMode','env','NODE_ENV','production','log','error','[Onairos\x20Error]\x20','tazfF','API\x20Request','itcOj','mMvMi','sAzDe','logApiRequest'];_0x253f=function(){return _0x29b640;};return _0x253f();}const logError=(_0x5890bc,_0x4e4048)=>{__DEV__&&console[_0x18af(0x9)](_0x18af(0xa)+_0x5890bc+':',_0x4e4048);};exports['logError']=logError;const isDebugMode=_0x554e08=>{const _0x58ce89={'tazfF':function(_0x263a8f,_0x64599d){return _0x263a8f===_0x64599d;}};return _0x58ce89[_0x18af(0xb)](_0x554e08,!![])||__DEV__;};exports[_0x18af(0x4)]=isDebugMode;const logApiRequest=(_0xe23e33,_0x50c17d,_0x268b77)=>{const _0x40dd24={'itcOj':function(_0x3d247e,_0x50b889,_0x4c8b2f){return _0x3d247e(_0x50b889,_0x4c8b2f);},'mMvMi':_0x18af(0xc),'sAzDe':function(_0x16edfd,_0x17a6e1){return _0x16edfd||_0x17a6e1;}};__DEV__&&_0x40dd24[_0x18af(0xd)](logDebug,_0x40dd24[_0x18af(0xe)],{'method':_0xe23e33,'url':_0x50c17d,'data':_0x40dd24[_0x18af(0xf)](_0x268b77,{})});};exports[_0x18af(0x10)]=logApiRequest;
1
+ 'use strict';Object[_0x1ef3(0x0)](exports,_0x1ef3(0x1),{'value':!![]}),exports[_0x1ef3(0x2)]=exports[_0x1ef3(0x3)]=exports[_0x1ef3(0x4)]=exports[_0x1ef3(0x5)]=void 0x0;const __DEV__=process[_0x1ef3(0x6)][_0x1ef3(0x7)]!=='production',logDebug=(_0x5c623e,_0x262e96)=>{const _0x1d0931={'jrDvU':function(_0x13128b,_0x77c766){return _0x13128b||_0x77c766;}};__DEV__&&console[_0x1ef3(0x8)](_0x1ef3(0x9)+_0x5c623e+':',_0x1d0931[_0x1ef3(0xa)](_0x262e96,''));};function _0x1ef3(_0x314d27,_0x1ef39a){_0x314d27=_0x314d27-0x0;const _0x12d13b=_0x314d();let _0x472ca9=_0x12d13b[_0x314d27];return _0x472ca9;}exports[_0x1ef3(0x3)]=logDebug;const logError=(_0x214b72,_0x28d957)=>{const _0x4a0d23={'huBOR':function(_0x58c1a5,_0x323717,_0x4459d9){return _0x58c1a5(_0x323717,_0x4459d9);},'KZHpG':function(_0x1df6a7,_0x1d9dd9){return _0x1df6a7||_0x1d9dd9;},'TKQpH':function(_0x395f7c,_0x53dc83){return _0x395f7c===_0x53dc83;},'TFnoW':_0x1ef3(0xb)};__DEV__&&(_0x4a0d23[_0x1ef3(0xc)](_0x4a0d23['TFnoW'],_0x4a0d23[_0x1ef3(0xd)])?console[_0x1ef3(0xe)](_0x1ef3(0xf)+_0x214b72+':',_0x28d957):_0x4a0d23[_0x1ef3(0x10)](_0x2b2617,_0x1ef3(0x11),{'method':_0x19e2b7,'url':_0x3dfabd,'data':_0x4a0d23['KZHpG'](_0x588b32,{})}));};exports[_0x1ef3(0x2)]=logError;const isDebugMode=_0x3eb44f=>{const _0x106429={'jkyph':function(_0x54f532,_0x1b54ff){return _0x54f532===_0x1b54ff;}};return _0x106429[_0x1ef3(0x12)](_0x3eb44f,!![])||__DEV__;};exports['isDebugMode']=isDebugMode;const logApiRequest=(_0x4f4461,_0x3cc3d1,_0x121b41)=>{const _0x2a0e9b={'BvYPW':function(_0x502910,_0x33d223){return _0x502910||_0x33d223;},'EiOJj':function(_0x1c7abe,_0x253d15){return _0x1c7abe===_0x253d15;},'ZaIYb':_0x1ef3(0x13),'vRKJP':_0x1ef3(0x11)};__DEV__&&(_0x2a0e9b[_0x1ef3(0x14)](_0x1ef3(0x13),_0x2a0e9b['ZaIYb'])?logDebug(_0x2a0e9b['vRKJP'],{'method':_0x4f4461,'url':_0x3cc3d1,'data':_0x121b41||{}}):_0x3b3133[_0x1ef3(0x8)](_0x1ef3(0x9)+_0x2ef5f3+':',_0x2a0e9b[_0x1ef3(0x15)](_0x10b9f0,'')));};exports['logApiRequest']=logApiRequest;function _0x314d(){const _0x42aa1d=['defineProperty','__esModule','logError','logDebug','logApiRequest','isDebugMode','env','NODE_ENV','log','[Onairos\x20Debug]\x20','jrDvU','Koabh','TKQpH','TFnoW','error','[Onairos\x20Error]\x20','huBOR','API\x20Request','jkyph','haiXg','EiOJj','BvYPW'];_0x314d=function(){return _0x42aa1d;};return _0x314d();}
@@ -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
- function _0x25c0(_0xaea058,_0x25c0c6){_0xaea058=_0xaea058-0x0;const _0xae6e94=_0xaea0();let _0x253915=_0xae6e94[_0xaea058];return _0x253915;}Object[_0x25c0(0x0)](exports,_0x25c0(0x1),{'value':!![]}),exports[_0x25c0(0x2)]=exports['getServerPublicKey']=exports[_0x25c0(0x3)]=void 0x0;var _api=__ONAIROS_REQ_FUNC__(0x0);const encryptModelKey=(_0x4e4bc0,_0x50e449)=>{const _0x4e1f90={'Uguvi':_0x25c0(0x4),'JHCGU':_0x25c0(0x5),'DqroK':function(_0xb82e2a,_0x39351b){return _0xb82e2a||_0x39351b;},'QLISB':'TmVHf','cPAQW':_0x25c0(0x6)};try{console[_0x25c0(0x7)](_0x4e1f90[_0x25c0(0x8)]);if(_0x4e1f90[_0x25c0(0x9)](!_0x4e4bc0,!_0x50e449))throw new Error(_0x25c0(0xa));return _0x25c0(0xb)+_0x50e449+'_'+Date[_0x25c0(0xc)]();}catch(_0x55a3ca){if(_0x4e1f90[_0x25c0(0xd)]===_0x4e1f90[_0x25c0(0xe)]){_0x47dd00[_0x25c0(0xf)](_0x4e1f90[_0x25c0(0x10)],_0x4517d0);throw _0x1372ef;}else{console['error'](_0x4e1f90['Uguvi'],_0x55a3ca);throw _0x55a3ca;}}};exports['encryptModelKey']=encryptModelKey;const getServerPublicKey=async()=>{const _0x5f33df={'lVOrP':_0x25c0(0x11),'rCvBn':_0x25c0(0x12),'creIx':_0x25c0(0x13),'AgLTA':function(_0x4fb87c,_0x498332){return _0x4fb87c===_0x498332;},'duhaO':_0x25c0(0x14),'qldSK':'public/getPublicKey','YCCqI':function(_0x395eb4,_0x115e06){return _0x395eb4!==_0x115e06;},'YSBJp':function(_0x255b8a,_0x44702a){return _0x255b8a===_0x44702a;},'lWyZb':_0x25c0(0x15),'HdfpH':_0x25c0(0x16),'gvzLI':function(_0x2da43a,_0x301587){return _0x2da43a!==_0x301587;},'ymMjf':'No\x20public\x20key\x20found\x20in\x20response'};try{if(_0x5f33df[_0x25c0(0x17)](_0x5f33df['duhaO'],_0x5f33df[_0x25c0(0x18)])){var _0x4c6ce2,_0x580a29;const _0x191737=await _api[_0x25c0(0x19)][_0x25c0(0x1a)](_0x5f33df[_0x25c0(0x1b)]);if(_0x5f33df[_0x25c0(0x1c)](_0x191737,null)&&_0x191737!==void 0x0&&(_0x4c6ce2=_0x191737[_0x25c0(0x1d)])!==null&&_0x4c6ce2!==void 0x0&&_0x5f33df['YCCqI'](_0x4c6ce2=_0x4c6ce2['data'],null)&&_0x5f33df[_0x25c0(0x1c)](_0x4c6ce2,void 0x0)&&_0x4c6ce2['publicKey'])return _0x5f33df[_0x25c0(0x1e)](_0x5f33df['lWyZb'],_0x5f33df[_0x25c0(0x1f)])?(_0x4f1b66['error'](_0x5f33df[_0x25c0(0x20)],_0x1e2c7d),_0x5f33df['rCvBn']):_0x191737[_0x25c0(0x1d)]['data'][_0x25c0(0x21)];else{if(_0x5f33df['gvzLI'](_0x191737,null)&&_0x5f33df[_0x25c0(0x22)](_0x191737,void 0x0)&&_0x5f33df[_0x25c0(0x1c)](_0x580a29=_0x191737[_0x25c0(0x1d)],null)&&_0x5f33df[_0x25c0(0x22)](_0x580a29,void 0x0)&&_0x580a29['publicKey'])return _0x191737[_0x25c0(0x1d)][_0x25c0(0x21)];else throw new Error(_0x5f33df[_0x25c0(0x23)]);}}else try{return _0x25c0(0x24)+_0xb94184[_0x25c0(0x25)](/\s+/g,'_')+'_'+_0x30a0e2[_0x25c0(0xc)]();}catch(_0x26d57b){return _0x5085c8[_0x25c0(0xf)](_0x5f33df[_0x25c0(0x26)],_0x26d57b),_0x25c0(0x27)+_0x1ebccd[_0x25c0(0xc)]();}}catch(_0x432fa5){return console[_0x25c0(0xf)](_0x5f33df[_0x25c0(0x20)],_0x432fa5),_0x5f33df[_0x25c0(0x28)];}};function _0xaea0(){const _0x2548b8=['defineProperty','__esModule','hashString','encryptModelKey','Error\x20encrypting\x20model\x20key:','Encrypting\x20model\x20key','OZcGV','log','JHCGU','DqroK','Public\x20key\x20or\x20model\x20key\x20is\x20missing','encrypted_','now','QLISB','cPAQW','error','Uguvi','Error\x20getting\x20server\x20public\x20key:','mock_public_key_for_testing','Error\x20hashing\x20string:','ixnYl','KtkUF','fpgrq','AgLTA','duhaO','onairosApi','get','qldSK','YCCqI','data','YSBJp','HdfpH','lVOrP','publicKey','gvzLI','ymMjf','hash_','replace','creIx','fallback_hash_','rCvBn'];_0xaea0=function(){return _0x2548b8;};return _0xaea0();}exports['getServerPublicKey']=getServerPublicKey;const hashString=async _0x434a7c=>{try{return'hash_'+_0x434a7c['replace'](/\s+/g,'_')+'_'+Date[_0x25c0(0xc)]();}catch(_0xce616e){return console[_0x25c0(0xf)](_0x25c0(0x13),_0xce616e),_0x25c0(0x27)+Date[_0x25c0(0xc)]();}};exports[_0x25c0(0x2)]=hashString;
7
+ Object['defineProperty'](exports,_0x4bbc(0x0),{'value':!![]}),exports['hashString']=exports[_0x4bbc(0x1)]=exports[_0x4bbc(0x2)]=void 0x0;function _0x4bbc(_0x4deefe,_0x4bbc8d){_0x4deefe=_0x4deefe-0x0;const _0x4a80e5=_0x4dee();let _0x3b0e2e=_0x4a80e5[_0x4deefe];return _0x3b0e2e;}var _api=__ONAIROS_REQ_FUNC__(0x0);function _0x4dee(){const _0x14088d=['__esModule','getServerPublicKey','encryptModelKey','Public\x20key\x20or\x20model\x20key\x20is\x20missing','Error\x20encrypting\x20model\x20key:','log','Encrypting\x20model\x20key','IvdTc','error','fUQhn','Error\x20getting\x20server\x20public\x20key:','mock_public_key_for_testing','xtyxL','public/getPublicKey','tfjVN','HDVep','vIHqW','farzB','osNua','onairosApi','get','eJUlr','uRfMK','data','ZvkOW','YXRCm','publicKey','BYjKG','YTHzX','vTzkg','fcpTk','njALc','No\x20public\x20key\x20found\x20in\x20response','hash_','replace','now','fallback_hash_','IQZas','Error\x20hashing\x20string:','IYlxu','DgKeJ','GhoiO','ZNuCI','HKrYw','encrypted_','hashString'];_0x4dee=function(){return _0x14088d;};return _0x4dee();}const encryptModelKey=(_0x411394,_0x147df7)=>{const _0x4c1772={'IvdTc':_0x4bbc(0x3),'fUQhn':_0x4bbc(0x4)};try{console[_0x4bbc(0x5)](_0x4bbc(0x6));if(!_0x411394||!_0x147df7)throw new Error(_0x4c1772[_0x4bbc(0x7)]);return'encrypted_'+_0x147df7+'_'+Date['now']();}catch(_0x57c772){console[_0x4bbc(0x8)](_0x4c1772[_0x4bbc(0x9)],_0x57c772);throw _0x57c772;}};exports[_0x4bbc(0x2)]=encryptModelKey;const getServerPublicKey=async()=>{const _0xccac44={'farzB':_0x4bbc(0xa),'osNua':_0x4bbc(0xb),'vIHqW':_0x4bbc(0xc),'eJUlr':_0x4bbc(0xd),'uRfMK':function(_0x416859,_0x26547b){return _0x416859!==_0x26547b;},'YXRCm':function(_0x218818,_0x45ed03){return _0x218818!==_0x45ed03;},'ZvkOW':function(_0x1702fd,_0x4bbce2){return _0x1702fd!==_0x4bbce2;},'uAgBz':function(_0x155d30,_0x495e0e){return _0x155d30!==_0x495e0e;},'BYjKG':function(_0x1ae904,_0x252f4d){return _0x1ae904!==_0x252f4d;},'YTHzX':function(_0x29c688,_0x5afa0c){return _0x29c688!==_0x5afa0c;},'vTzkg':function(_0x5c0547,_0x410597){return _0x5c0547!==_0x410597;},'fcpTk':_0x4bbc(0xe),'njALc':'oVbQf'};try{if(_0x4bbc(0xf)===_0xccac44[_0x4bbc(0x10)])return _0x20ab6b['error'](_0xccac44[_0x4bbc(0x11)],_0x2ded73),_0xccac44[_0x4bbc(0x12)];else{var _0x36a499,_0x129480;const _0x48211b=await _api[_0x4bbc(0x13)][_0x4bbc(0x14)](_0xccac44[_0x4bbc(0x15)]);if(_0x48211b!==null&&_0xccac44[_0x4bbc(0x16)](_0x48211b,void 0x0)&&_0xccac44['YXRCm'](_0x36a499=_0x48211b[_0x4bbc(0x17)],null)&&_0xccac44[_0x4bbc(0x18)](_0x36a499,void 0x0)&&_0xccac44[_0x4bbc(0x19)](_0x36a499=_0x36a499[_0x4bbc(0x17)],null)&&_0xccac44['uAgBz'](_0x36a499,void 0x0)&&_0x36a499['publicKey'])return _0x48211b['data'][_0x4bbc(0x17)][_0x4bbc(0x1a)];else{if(_0xccac44[_0x4bbc(0x1b)](_0x48211b,null)&&_0xccac44[_0x4bbc(0x18)](_0x48211b,void 0x0)&&_0xccac44[_0x4bbc(0x1c)](_0x129480=_0x48211b[_0x4bbc(0x17)],null)&&_0xccac44[_0x4bbc(0x1b)](_0x129480,void 0x0)&&_0x129480['publicKey'])return _0x48211b[_0x4bbc(0x17)]['publicKey'];else{if(_0xccac44[_0x4bbc(0x1d)](_0xccac44[_0x4bbc(0x1e)],_0xccac44[_0x4bbc(0x1f)]))throw new Error(_0x4bbc(0x20));else try{return _0x4bbc(0x21)+_0x523633[_0x4bbc(0x22)](/\s+/g,'_')+'_'+_0x52eaf5[_0x4bbc(0x23)]();}catch(_0x15e8d9){return _0x5e22ec[_0x4bbc(0x8)]('Error\x20hashing\x20string:',_0x15e8d9),_0x4bbc(0x24)+_0x7e3ac7[_0x4bbc(0x23)]();}}}}}catch(_0x243d1a){return console[_0x4bbc(0x8)](_0xccac44[_0x4bbc(0x11)],_0x243d1a),_0xccac44[_0x4bbc(0x12)];}};exports[_0x4bbc(0x1)]=getServerPublicKey;const hashString=async _0x339e62=>{const _0x34e207={'HKrYw':_0x4bbc(0x3),'rZjbD':_0x4bbc(0x6),'ZNuCI':function(_0x560e8c,_0x3f6434){return _0x560e8c||_0x3f6434;},'sSxrJ':_0x4bbc(0x4),'IYlxu':function(_0x143254,_0x12ea94){return _0x143254===_0x12ea94;},'GhoiO':_0x4bbc(0x25),'Zbfxr':_0x4bbc(0x26)};try{if(_0x34e207[_0x4bbc(0x27)]('tHdJi',_0x4bbc(0x28)))throw new _0x5ac044(_0x34e207['HKrYw']);else return _0x4bbc(0x21)+_0x339e62[_0x4bbc(0x22)](/\s+/g,'_')+'_'+Date['now']();}catch(_0x1f1610){if(_0x34e207['IYlxu'](_0x4bbc(0x25),_0x34e207[_0x4bbc(0x29)]))return console[_0x4bbc(0x8)](_0x34e207['Zbfxr'],_0x1f1610),_0x4bbc(0x24)+Date[_0x4bbc(0x23)]();else try{_0x1da044[_0x4bbc(0x5)](_0x34e207['rZjbD']);if(_0x34e207[_0x4bbc(0x2a)](!_0x2292eb,!_0x1c903d))throw new _0x1d55c6(_0x34e207[_0x4bbc(0x2b)]);return _0x4bbc(0x2c)+_0x43e4ad+'_'+_0x3c01ce[_0x4bbc(0x23)]();}catch(_0x4d6441){_0x4e7ff3[_0x4bbc(0x8)](_0x34e207['sSxrJ'],_0x4d6441);throw _0x4d6441;}}};exports[_0x4bbc(0x2d)]=hashString;
@@ -1 +1 @@
1
- 'use strict';Object[_0x41e5(0x0)](exports,_0x41e5(0x1),{'value':!![]}),exports['validateEventCode']=exports[_0x41e5(0x2)]=exports[_0x41e5(0x3)]=exports[_0x41e5(0x4)]=exports['getUniqueEventTags']=exports[_0x41e5(0x5)]=exports[_0x41e5(0x6)]=exports[_0x41e5(0x7)]=exports[_0x41e5(0x8)]=exports[_0x41e5(0x9)]=exports[_0x41e5(0xa)]=exports[_0x41e5(0xb)]=void 0x0;const generateEventCode=(_0x20fbca=0x6)=>{const _0x15d1e0='ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';let _0x55e10c='';for(let _0xf8063f=0x0;_0xf8063f<_0x20fbca;_0xf8063f++){_0x55e10c+=_0x15d1e0[_0x41e5(0xc)](Math[_0x41e5(0xd)](Math['random']()*_0x15d1e0[_0x41e5(0xe)]));}return _0x55e10c;};exports[_0x41e5(0x8)]=generateEventCode;const generateSmartEventCode=_0x306bd3=>{const _0x29e38c={'naEhG':function(_0x5cc26b,_0xb9c743){return _0x5cc26b(_0xb9c743);},'VFmhH':'Past','OkcnJ':_0x41e5(0xf),'AXHgv':function(_0x512cb7){return _0x512cb7();},'ssmSR':function(_0x11c42b,_0x2a3d9a){return _0x11c42b===_0x2a3d9a;},'hXpwY':function(_0x59c6bd,_0x5e5413){return _0x59c6bd!==_0x5e5413;},'mpkMI':_0x41e5(0x10),'nuSzk':function(_0x13c302){return _0x13c302();},'dGrzT':function(_0x5cba55,_0x3152f1){return _0x5cba55>=_0x3152f1;},'oIaue':function(_0x21a971,_0x3caaca){return _0x21a971===_0x3caaca;},'XPdXe':'ZmfVK','SKqtn':function(_0x207db2,_0x351a76){return _0x207db2<_0x351a76;},'zSLyj':function(_0x480437,_0x4cb398){return _0x480437-_0x4cb398;},'UTgBm':function(_0x35d113,_0x4f9c0d){return _0x35d113>_0x4f9c0d;}};if(!_0x306bd3[_0x41e5(0x11)]())return _0x29e38c[_0x41e5(0x12)](generateEventCode);const _0x484fc6=_0x306bd3[_0x41e5(0x11)]()[_0x41e5(0x13)]()[_0x41e5(0x14)](/[^A-Z0-9\s]/g,'')[_0x41e5(0x15)](/\s+/)[_0x41e5(0x16)](_0x3382fe=>_0x3382fe[_0x41e5(0xe)]>0x0);if(_0x29e38c[_0x41e5(0x17)](_0x484fc6[_0x41e5(0xe)],0x0)){if(_0x29e38c[_0x41e5(0x18)](_0x29e38c[_0x41e5(0x19)],_0x29e38c[_0x41e5(0x19)])){if(!_0x1182b2)return _0x41e5(0x1a);if(_0x29e38c[_0x41e5(0x1b)](_0x31c20a,_0x39777f))return _0x29e38c[_0x41e5(0x1c)];if(_0x29e38c[_0x41e5(0x1b)](_0x3d573d,_0x2065b8))return _0x41e5(0x1d);return _0x29e38c['OkcnJ'];}else return _0x29e38c[_0x41e5(0x1e)](generateEventCode);}let _0x3bc2ad='';if(_0x29e38c[_0x41e5(0x1f)](_0x484fc6[_0x41e5(0xe)],0x2)){const _0x3eefb2=_0x484fc6[_0x41e5(0x20)](0x0,0x3);_0x3bc2ad=_0x3eefb2[_0x41e5(0x21)](_0x505b86=>_0x505b86[_0x41e5(0x22)](0x0,0x2))['join']('');}else{if(_0x29e38c[_0x41e5(0x23)](_0x29e38c[_0x41e5(0x24)],_0x29e38c[_0x41e5(0x24)]))_0x3bc2ad=_0x484fc6[0x0]['substring'](0x0,0x4);else{const _0x31966e=new _0x11d229(),_0x559c2b=new _0x295deb(_0x3cc5c3);return _0x31966e['setHours'](0x0,0x0,0x0,0x0),_0x559c2b[_0x41e5(0x25)](0x0,0x0,0x0,0x0),_0x559c2b<_0x31966e;}}const _0x4d25da=new Date()['getFullYear']()[_0x41e5(0x26)]()[_0x41e5(0x20)](-0x2);_0x3bc2ad+=_0x4d25da;if(_0x29e38c[_0x41e5(0x27)](_0x3bc2ad[_0x41e5(0xe)],0x4))_0x3bc2ad+=_0x29e38c[_0x41e5(0x1b)](generateEventCode,_0x29e38c['zSLyj'](0x4,_0x3bc2ad[_0x41e5(0xe)]));else _0x29e38c[_0x41e5(0x28)](_0x3bc2ad[_0x41e5(0xe)],0x8)&&(_0x3bc2ad=_0x3bc2ad['substring'](0x0,0x8));return _0x3bc2ad;};exports[_0x41e5(0x7)]=generateSmartEventCode;const validateEventCode=_0x42bd94=>{const _0x24f156={'KpJwZ':_0x41e5(0x29),'ZBYna':'zZiwz','RbLpJ':_0x41e5(0x2a),'qbAvf':_0x41e5(0x2b),'Bqvdh':function(_0x5a6ea4,_0x9fee69){return _0x5a6ea4<_0x9fee69;},'pPMQZ':function(_0x181c83,_0xd9dc07){return _0x181c83!==_0xd9dc07;},'qHkFz':'JAxXo','WmfXa':_0x41e5(0x2c),'UAmqz':'Event\x20code\x20must\x20be\x2010\x20characters\x20or\x20less'};if(!_0x42bd94||!_0x42bd94[_0x41e5(0x11)]())return _0x24f156[_0x41e5(0x2d)]===_0x24f156[_0x41e5(0x2e)]?![]:{'isValid':![],'error':_0x24f156['qbAvf']};const _0x319cda=_0x42bd94[_0x41e5(0x11)]()[_0x41e5(0x13)]();if(_0x24f156[_0x41e5(0x2f)](_0x319cda['length'],0x3))return _0x24f156[_0x41e5(0x30)](_0x24f156[_0x41e5(0x31)],_0x24f156[_0x41e5(0x31)])?{'isValid':![],'error':_0x24f156[_0x41e5(0x32)]}:{'isValid':![],'error':_0x24f156[_0x41e5(0x33)]};if(_0x319cda['length']>0xa)return{'isValid':![],'error':_0x24f156[_0x41e5(0x34)]};if(!/^[A-Z0-9]+$/[_0x41e5(0x35)](_0x319cda))return{'isValid':![],'error':_0x41e5(0x29)};return{'isValid':!![]};};exports[_0x41e5(0x36)]=validateEventCode;const formatEventDate=_0x44b355=>{const _0x33ccbc={'oWXjW':_0x41e5(0x37),'bCRYc':_0x41e5(0x38),'ODnWX':_0x41e5(0x39),'TbdDP':function(_0x3ea472,_0x586424){return _0x3ea472===_0x586424;},'NSwac':_0x41e5(0x3a)};try{if(_0x33ccbc['TbdDP'](_0x33ccbc[_0x41e5(0x3b)],_0x33ccbc[_0x41e5(0x3b)])){const _0x29e3c3=new Date(_0x44b355);return _0x29e3c3[_0x41e5(0x3c)](_0x41e5(0x37),{'weekday':_0x33ccbc[_0x41e5(0x3d)],'year':_0x33ccbc[_0x41e5(0x3e)],'month':_0x33ccbc['bCRYc'],'day':'numeric'});}else try{const _0x598b38=new _0x3cde02(_0x295790);return _0x598b38[_0x41e5(0x3c)](_0x33ccbc[_0x41e5(0x3f)],{'weekday':_0x33ccbc['bCRYc'],'year':_0x33ccbc[_0x41e5(0x3e)],'month':_0x33ccbc['bCRYc'],'day':_0x41e5(0x39)});}catch(_0x32711a){return _0x5dd6c0;}}catch(_0x5324ad){return _0x44b355;}};exports['formatEventDate']=formatEventDate;const isEventToday=_0x145a0b=>{const _0x1a589f={'vgGCI':function(_0x9f03f1,_0x71e9d7){return _0x9f03f1===_0x71e9d7;}};try{const _0x44d754=new Date(),_0x3f03fc=new Date(_0x145a0b);return _0x1a589f[_0x41e5(0x40)](_0x44d754[_0x41e5(0x41)](),_0x3f03fc[_0x41e5(0x41)]())&&_0x1a589f[_0x41e5(0x40)](_0x44d754[_0x41e5(0x42)](),_0x3f03fc[_0x41e5(0x42)]())&&_0x1a589f[_0x41e5(0x40)](_0x44d754[_0x41e5(0x43)](),_0x3f03fc[_0x41e5(0x43)]());}catch(_0x58c6b0){return![];}};exports['isEventToday']=isEventToday;const isEventPast=_0x3588d3=>{const _0x5f188b={'BCeCy':function(_0x42be3,_0x1711ad){return _0x42be3*_0x1711ad;},'BHTEO':function(_0x2b8cf7,_0x220ec7){return _0x2b8cf7<_0x220ec7;},'UYbXT':function(_0x4d734f,_0x332c41){return _0x4d734f===_0x332c41;},'XjmJR':'mOWMD'};try{const _0x4bcdd7=new Date(),_0x5d31ad=new Date(_0x3588d3);return _0x4bcdd7[_0x41e5(0x25)](0x0,0x0,0x0,0x0),_0x5d31ad[_0x41e5(0x25)](0x0,0x0,0x0,0x0),_0x5f188b[_0x41e5(0x44)](_0x5d31ad,_0x4bcdd7);}catch(_0x793742){if(_0x5f188b[_0x41e5(0x45)](_0x41e5(0x46),_0x5f188b['XjmJR']))_0x3650fc+=_0x876b6c[_0x41e5(0xc)](_0x239746[_0x41e5(0xd)](_0x5f188b[_0x41e5(0x47)](_0x13b3c1['random'](),_0x16c7c8[_0x41e5(0xe)])));else return![];}};exports[_0x41e5(0x4)]=isEventPast;const getEventStatus=(_0x100471,_0x5a5850)=>{const _0xb67366={'MTsfF':function(_0x57bbc5,_0x47d08e){return _0x57bbc5-_0x47d08e;},'rpqUF':function(_0x321faa){return _0x321faa();},'qKQdR':function(_0x1d93cf,_0x3d7ede){return _0x1d93cf(_0x3d7ede);},'bDDon':'ZrMZP','bUimm':_0x41e5(0x48),'AFNKh':_0x41e5(0x49),'mRpfU':function(_0x28a9e6,_0x44ee6b){return _0x28a9e6===_0x44ee6b;},'HCvMN':_0x41e5(0x4a),'ZRlhv':'RyDEH','ZhAHs':_0x41e5(0x1d),'YCxBZ':_0x41e5(0xf)};if(!_0x5a5850)return _0x41e5(0x1a);if(_0xb67366[_0x41e5(0x4b)](isEventPast,_0x100471))return _0xb67366[_0x41e5(0x4c)]===_0xb67366['bUimm']?_0xb67366[_0x41e5(0x4d)](_0x67ca4d[_0x41e5(0x4e)](),_0x6892['getTime']()):_0xb67366['AFNKh'];if(isEventToday(_0x100471))return _0xb67366[_0x41e5(0x4f)](_0xb67366[_0x41e5(0x50)],_0xb67366['ZRlhv'])?_0xb67366[_0x41e5(0x51)](_0x34566a):_0xb67366[_0x41e5(0x52)];return _0xb67366['YCxBZ'];};exports[_0x41e5(0x5)]=getEventStatus;const getDaysUntilEvent=_0x51a479=>{const _0x3df178={'tftKw':function(_0x2570af){return _0x2570af();},'LWerJ':function(_0x136d98,_0x434793){return _0x136d98-_0x434793;},'iCKQC':function(_0x5ce73d,_0xadc3f3){return _0x5ce73d*_0xadc3f3;},'PsNJR':function(_0x7463a0,_0x1222e2){return _0x7463a0*_0x1222e2;},'WwWTI':_0x41e5(0x53)};try{const _0x4d25d2=new Date(),_0x19be49=new Date(_0x51a479);_0x4d25d2[_0x41e5(0x25)](0x0,0x0,0x0,0x0),_0x19be49[_0x41e5(0x25)](0x0,0x0,0x0,0x0);const _0xb72f00=_0x3df178[_0x41e5(0x54)](_0x19be49[_0x41e5(0x4e)](),_0x4d25d2['getTime']()),_0x5c9eec=Math[_0x41e5(0x55)](_0xb72f00/_0x3df178[_0x41e5(0x56)](_0x3df178[_0x41e5(0x57)](_0x3df178[_0x41e5(0x56)](0x3e8,0x3c),0x3c),0x18));return _0x5c9eec;}catch(_0x3ede9a){return _0x41e5(0x58)!==_0x3df178[_0x41e5(0x59)]?0x0:_0x3df178['tftKw'](_0x4d1b21);}};exports['getDaysUntilEvent']=getDaysUntilEvent;const sortEventsByDate=_0x316245=>{const _0xdb41c1={'aOBcF':function(_0x2a66fc,_0x244f0e){return _0x2a66fc/_0x244f0e;},'SnITf':function(_0x5e6ed5,_0x195255){return _0x5e6ed5*_0x195255;},'BGMnE':function(_0x110502,_0xfacbfe){return _0x110502*_0xfacbfe;},'xrOvE':function(_0x3901be,_0x4649a8){return _0x3901be<_0x4649a8;},'FqkqI':function(_0x4fef2e,_0x36d6e0){return _0x4fef2e&&_0x36d6e0;},'guzyF':_0x41e5(0x5a),'xVItd':function(_0x2b6e08,_0x1bee21){return _0x2b6e08-_0x1bee21;},'NHyGw':function(_0x190e8b,_0x29deda){return _0x190e8b!==_0x29deda;},'FpUuD':_0x41e5(0x5b)};return _0x316245['sort']((_0x4fdd3f,_0x4a3914)=>{if(_0x4fdd3f[_0x41e5(0x5c)]&&!_0x4a3914[_0x41e5(0x5c)])return-0x1;if(!_0x4fdd3f[_0x41e5(0x5c)]&&_0x4a3914[_0x41e5(0x5c)])return 0x1;const _0x5cb73f=new Date(_0x4fdd3f[_0x41e5(0x5d)]),_0x4392d6=new Date(_0x4a3914['eventDate']),_0xd5de32=new Date(),_0x28f192=_0xdb41c1[_0x41e5(0x5e)](_0x5cb73f,_0xd5de32),_0x5ded60=_0x4392d6<_0xd5de32;if(_0x28f192&&!_0x5ded60)return 0x1;if(_0xdb41c1[_0x41e5(0x5f)](!_0x28f192,_0x5ded60))return-0x1;if(_0xdb41c1['FqkqI'](_0x28f192,_0x5ded60))return _0xdb41c1['guzyF']===_0x41e5(0x60)?_0x5cb5e1:_0xdb41c1['xVItd'](_0x4392d6[_0x41e5(0x4e)](),_0x5cb73f[_0x41e5(0x4e)]());else{if(_0xdb41c1[_0x41e5(0x61)](_0x41e5(0x62),_0xdb41c1[_0x41e5(0x63)]))return _0x5cb73f[_0x41e5(0x4e)]()-_0x4392d6[_0x41e5(0x4e)]();else{const _0x14267c=new _0x58bc2f(),_0x59b4a3=new _0x4c4fd0(_0x5bf99b);_0x14267c[_0x41e5(0x25)](0x0,0x0,0x0,0x0),_0x59b4a3[_0x41e5(0x25)](0x0,0x0,0x0,0x0);const _0x46f3d9=_0x59b4a3[_0x41e5(0x4e)]()-_0x14267c[_0x41e5(0x4e)](),_0x5e6457=_0x1edb02[_0x41e5(0x55)](_0xdb41c1[_0x41e5(0x64)](_0x46f3d9,_0xdb41c1[_0x41e5(0x65)](_0xdb41c1[_0x41e5(0x66)](_0xdb41c1[_0x41e5(0x66)](0x3e8,0x3c),0x3c),0x18)));return _0x5e6457;}}});};exports[_0x41e5(0x2)]=sortEventsByDate;const filterEventsBySearch=(_0xf4eb0e,_0x113ddd)=>{const _0x56d3f7={'ZfRqi':function(_0xe737e,_0x39d07a){return _0xe737e!==_0x39d07a;},'jUlOR':_0x41e5(0x67),'hqsoO':function(_0x1a52d9,_0x3f8699){return _0x1a52d9===_0x3f8699;},'ekNru':function(_0x438d5e,_0x47eb6e){return _0x438d5e===_0x47eb6e;},'hQkTy':function(_0x470689,_0x557408){return _0x470689===_0x557408;},'ndYpS':function(_0x1ed477,_0x1edb13){return _0x1ed477===_0x1edb13;},'iLDCE':function(_0x588e7c,_0x171948){return _0x588e7c===_0x171948;}};if(!_0x113ddd[_0x41e5(0x11)]())return _0xf4eb0e;const _0x3ee61a=_0x113ddd['toLowerCase']()[_0x41e5(0x11)]();return _0xf4eb0e[_0x41e5(0x16)](_0x3da2f2=>{if(_0x56d3f7[_0x41e5(0x68)](_0x41e5(0x69),_0x56d3f7[_0x41e5(0x6a)])){var _0x54cb69,_0x1c5f19,_0x25a81e;return _0x3da2f2['title'][_0x41e5(0x6b)]()['includes'](_0x3ee61a)||_0x3da2f2[_0x41e5(0x6c)][_0x41e5(0x6b)]()[_0x41e5(0x6d)](_0x3ee61a)||_0x3da2f2[_0x41e5(0x6e)][_0x41e5(0x6b)]()[_0x41e5(0x6d)](_0x3ee61a)||(_0x56d3f7['hqsoO'](_0x54cb69=_0x3da2f2['location'],null)||_0x56d3f7[_0x41e5(0x6f)](_0x54cb69,void 0x0)?void 0x0:_0x54cb69['toLowerCase']()[_0x41e5(0x6d)](_0x3ee61a))||(_0x56d3f7[_0x41e5(0x70)](_0x1c5f19=_0x3da2f2[_0x41e5(0x71)],null)||_0x56d3f7[_0x41e5(0x72)](_0x1c5f19,void 0x0)?void 0x0:_0x1c5f19[_0x41e5(0x6b)]()[_0x41e5(0x6d)](_0x3ee61a))||(_0x56d3f7[_0x41e5(0x70)](_0x25a81e=_0x3da2f2[_0x41e5(0x73)],null)||_0x56d3f7[_0x41e5(0x74)](_0x25a81e,void 0x0)?void 0x0:_0x25a81e[_0x41e5(0x75)](_0x4e9d96=>_0x4e9d96[_0x41e5(0x6b)]()[_0x41e5(0x6d)](_0x3ee61a)));}else return 0x0;});};function _0x40d8(){const _0x4554bb=['defineProperty','__esModule','sortEventsByDate','isEventToday','isEventPast','getEventStatus','getDaysUntilEvent','generateSmartEventCode','generateEventCode','formatEventDate','filterEventsBySearch','calculateEventStats','charAt','floor','length','Upcoming','gvKWn','trim','AXHgv','toUpperCase','replace','split','filter','ssmSR','hXpwY','mpkMI','Inactive','naEhG','VFmhH','Today','nuSzk','dGrzT','slice','map','substring','oIaue','XPdXe','setHours','toString','SKqtn','UTgBm','Event\x20code\x20must\x20contain\x20only\x20letters\x20and\x20numbers','qqJGc','Event\x20code\x20is\x20required','Event\x20code\x20must\x20be\x20at\x20least\x203\x20characters','ZBYna','RbLpJ','Bqvdh','pPMQZ','qHkFz','KpJwZ','WmfXa','UAmqz','test','validateEventCode','en-US','long','numeric','VFFXi','NSwac','toLocaleDateString','bCRYc','ODnWX','oWXjW','vgGCI','getFullYear','getMonth','getDate','BHTEO','UYbXT','ViXoa','BCeCy','bCcZR','Past','ClilC','qKQdR','bDDon','MTsfF','getTime','mRpfU','HCvMN','rpqUF','ZhAHs','pFDsL','LWerJ','ceil','iCKQC','PsNJR','lgQuI','WwWTI','ueZZb','KzNAv','isActive','eventDate','xrOvE','FqkqI','VTMHT','NHyGw','dmQYf','FpUuD','aOBcF','SnITf','BGMnE','UjMuM','ZfRqi','VEXKQ','jUlOR','toLowerCase','description','includes','code','ekNru','hQkTy','organizer','ndYpS','tags','iLDCE','some','flatMap','from','sort','getUniqueEventTags','reduce','attendeeCount','maxAttendees','QFZQj','ECuyc','cYfub'];_0x40d8=function(){return _0x4554bb;};return _0x40d8();}exports[_0x41e5(0xa)]=filterEventsBySearch;function _0x41e5(_0x40d8af,_0x41e50d){_0x40d8af=_0x40d8af-0x0;const _0xf95384=_0x40d8();let _0x1b7b00=_0xf95384[_0x40d8af];return _0x1b7b00;}const getUniqueEventTags=_0x4b89c9=>{const _0x1aca68=_0x4b89c9[_0x41e5(0x76)](_0x47917d=>_0x47917d[_0x41e5(0x73)]||[]);return Array[_0x41e5(0x77)](new Set(_0x1aca68))[_0x41e5(0x78)]();};exports[_0x41e5(0x79)]=getUniqueEventTags;const calculateEventStats=_0x2fd59e=>{const _0xd1a751={'wKTQd':function(_0x593895,_0x224c35){return _0x593895-_0x224c35;},'QFZQj':function(_0x16307f,_0x2492f8){return _0x16307f>_0x2492f8;},'ECuyc':function(_0x527c59,_0x3c5550){return _0x527c59*_0x3c5550;},'cYfub':function(_0x5a43ca,_0x29c0ad){return _0x5a43ca/_0x29c0ad;}},_0x19e676=_0x2fd59e[_0x41e5(0xe)],_0x149e2e=_0x2fd59e[_0x41e5(0x16)](_0x232c19=>_0x232c19['isActive'])[_0x41e5(0xe)],_0x1f86e6=_0xd1a751['wKTQd'](_0x19e676,_0x149e2e),_0x1f5cb3=_0x2fd59e[_0x41e5(0x7a)]((_0x209cbc,_0x32487b)=>_0x209cbc+_0x32487b[_0x41e5(0x7b)],0x0),_0x3f06d9=_0x2fd59e['reduce']((_0x21fe5b,_0x5a5fa0)=>_0x21fe5b+_0x5a5fa0[_0x41e5(0x7c)],0x0),_0x2c6a16=_0x2fd59e['filter'](_0x2c37bc=>_0x2c37bc['isActive']&&!isEventPast(_0x2c37bc['eventDate']))[_0x41e5(0xe)],_0x50f5be=_0x2fd59e[_0x41e5(0x16)](_0x3ed89e=>isEventPast(_0x3ed89e[_0x41e5(0x5d)]))[_0x41e5(0xe)],_0x40ac6f=_0x2fd59e['filter'](_0x19e9b7=>_0x19e9b7['isActive']&&isEventToday(_0x19e9b7[_0x41e5(0x5d)]))['length'];return{'total':_0x19e676,'active':_0x149e2e,'inactive':_0x1f86e6,'upcoming':_0x2c6a16,'past':_0x50f5be,'today':_0x40ac6f,'totalAttendees':_0x1f5cb3,'totalCapacity':_0x3f06d9,'averageAttendance':_0xd1a751[_0x41e5(0x7d)](_0x3f06d9,0x0)?Math['round'](_0xd1a751[_0x41e5(0x7e)](_0xd1a751[_0x41e5(0x7f)](_0x1f5cb3,_0x3f06d9),0x64)):0x0};};exports[_0x41e5(0xb)]=calculateEventStats;
1
+ 'use strict';Object[_0xc902(0x0)](exports,_0xc902(0x1),{'value':!![]}),exports[_0xc902(0x2)]=exports[_0xc902(0x3)]=exports[_0xc902(0x4)]=exports[_0xc902(0x5)]=exports[_0xc902(0x6)]=exports[_0xc902(0x7)]=exports[_0xc902(0x8)]=exports[_0xc902(0x9)]=exports[_0xc902(0xa)]=exports['formatEventDate']=exports[_0xc902(0xb)]=exports[_0xc902(0xc)]=void 0x0;const generateEventCode=(_0x48c835=0x6)=>{const _0x311799={'nAOic':_0xc902(0xd),'DFrBp':function(_0x3f2c92,_0x2a2791){return _0x3f2c92*_0x2a2791;}},_0x3aab71=_0x311799[_0xc902(0xe)];let _0x58c5db='';for(let _0x17a858=0x0;_0x17a858<_0x48c835;_0x17a858++){_0x58c5db+=_0x3aab71[_0xc902(0xf)](Math[_0xc902(0x10)](_0x311799[_0xc902(0x11)](Math[_0xc902(0x12)](),_0x3aab71[_0xc902(0x13)])));}return _0x58c5db;};exports[_0xc902(0xa)]=generateEventCode;function _0x4c9e(){const _0x73d9fb=['defineProperty','__esModule','validateEventCode','sortEventsByDate','isEventToday','isEventPast','getUniqueEventTags','getEventStatus','getDaysUntilEvent','generateSmartEventCode','generateEventCode','filterEventsBySearch','calculateEventStats','ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789','nAOic','charAt','floor','DFrBp','random','length','ilpkF','gAGIO','trim','mAHvF','replace','filter','pIPUU','wIYGh','Xzqbd','getTime','ExIpo','map','substring','join','getFullYear','toString','MAOYJ','vzpjT','mLxOL','Baccx','Event\x20code\x20is\x20required','Event\x20code\x20must\x20be\x2010\x20characters\x20or\x20less','kpqXq','Event\x20code\x20must\x20be\x20at\x20least\x203\x20characters','test','iMwZF','zZDQs','numeric','fPiaN','FYIAC','YakpE','iYrLx','toLocaleDateString','xsZku','aVSQr','long','isActive','wOwnG','reduce','maxAttendees','eventDate','glcOD','round','WdCjr','xoDSD','GlLBE','pHFwL','UDEAO','hKNFr','setHours','OXUhA','getMonth','getDate','tjEaf','VdqQT','YxJAK','EXohC','Inactive','Past','MkkSc','uIDzD','QZBpc','EcJfx','Upcoming','ceil','xVIVV','xYmZS','wRMLr','sort','Etgnl','eMlcF','oDiNV','SokSx','flatMap','tags','from','AVJPH','jJsWV','ytVkP','fieVQ','mGUlk','toLowerCase','KtYms','ZNxKI','Egfjm','yiAXF','tcucZ','includes','description','location','organizer','some','attendeeCount','KIjwM','xFgmQ'];_0x4c9e=function(){return _0x73d9fb;};return _0x4c9e();}const generateSmartEventCode=_0x1f26cd=>{const _0x4b8b89={'Xzqbd':function(_0x497dd7,_0x1051cf){return _0x497dd7-_0x1051cf;},'mAHvF':function(_0x2eb5c4){return _0x2eb5c4();},'pIPUU':function(_0x4c11e9,_0x470496){return _0x4c11e9===_0x470496;},'DTVWB':function(_0x26c9ad,_0x1fa548){return _0x26c9ad!==_0x1fa548;},'wIYGh':_0xc902(0x14),'raWhn':function(_0x22fe2a){return _0x22fe2a();},'ExIpo':function(_0x1a37c2,_0x156ded){return _0x1a37c2>=_0x156ded;},'MAOYJ':function(_0x18042d,_0x3bc772){return _0x18042d-_0x3bc772;},'vzpjT':function(_0x3c4efd,_0x5ef071){return _0x3c4efd>_0x5ef071;},'mLxOL':'DsVDz','Baccx':_0xc902(0x15)};if(!_0x1f26cd[_0xc902(0x16)]())return _0x4b8b89[_0xc902(0x17)](generateEventCode);const _0x45dfd4=_0x1f26cd[_0xc902(0x16)]()['toUpperCase']()[_0xc902(0x18)](/[^A-Z0-9\s]/g,'')['split'](/\s+/)[_0xc902(0x19)](_0x1ee100=>_0x1ee100[_0xc902(0x13)]>0x0);if(_0x4b8b89[_0xc902(0x1a)](_0x45dfd4['length'],0x0))return _0x4b8b89['DTVWB'](_0x4b8b89[_0xc902(0x1b)],_0x4b8b89['wIYGh'])?_0x4b8b89[_0xc902(0x1c)](_0x5f7758[_0xc902(0x1d)](),_0x335751[_0xc902(0x1d)]()):_0x4b8b89['raWhn'](generateEventCode);let _0x3f7432='';if(_0x4b8b89[_0xc902(0x1e)](_0x45dfd4['length'],0x2)){const _0x46b7bf=_0x45dfd4['slice'](0x0,0x3);_0x3f7432=_0x46b7bf[_0xc902(0x1f)](_0x12e9cd=>_0x12e9cd[_0xc902(0x20)](0x0,0x2))[_0xc902(0x21)]('');}else _0x3f7432=_0x45dfd4[0x0][_0xc902(0x20)](0x0,0x4);const _0x5bef9f=new Date()[_0xc902(0x22)]()[_0xc902(0x23)]()['slice'](-0x2);_0x3f7432+=_0x5bef9f;if(_0x3f7432[_0xc902(0x13)]<0x4)_0x3f7432+=generateEventCode(_0x4b8b89[_0xc902(0x24)](0x4,_0x3f7432[_0xc902(0x13)]));else{if(_0x4b8b89[_0xc902(0x25)](_0x3f7432['length'],0x8)){if(_0x4b8b89[_0xc902(0x1a)](_0x4b8b89[_0xc902(0x26)],_0x4b8b89[_0xc902(0x27)]))return _0x52afdc;else _0x3f7432=_0x3f7432['substring'](0x0,0x8);}}return _0x3f7432;};exports['generateSmartEventCode']=generateSmartEventCode;const validateEventCode=_0x2315b4=>{const _0x5b8920={'kpqXq':_0xc902(0x28),'bUjfM':function(_0x397d48,_0x1e3bb4){return _0x397d48<_0x1e3bb4;},'TdDGY':function(_0x1b55ae,_0x28feea){return _0x1b55ae>_0x28feea;},'TleNB':_0xc902(0x29),'iMwZF':'Event\x20code\x20must\x20contain\x20only\x20letters\x20and\x20numbers'};if(!_0x2315b4||!_0x2315b4[_0xc902(0x16)]())return{'isValid':![],'error':_0x5b8920[_0xc902(0x2a)]};const _0xb09e4a=_0x2315b4[_0xc902(0x16)]()['toUpperCase']();if(_0x5b8920['bUjfM'](_0xb09e4a[_0xc902(0x13)],0x3))return{'isValid':![],'error':_0xc902(0x2b)};if(_0x5b8920['TdDGY'](_0xb09e4a[_0xc902(0x13)],0xa))return{'isValid':![],'error':_0x5b8920['TleNB']};if(!/^[A-Z0-9]+$/[_0xc902(0x2c)](_0xb09e4a))return{'isValid':![],'error':_0x5b8920[_0xc902(0x2d)]};return{'isValid':!![]};};exports[_0xc902(0x2)]=validateEventCode;const formatEventDate=_0x50b3f9=>{const _0x5ee360={'wOwnG':function(_0x5d6305,_0x1941ce){return _0x5d6305-_0x1941ce;},'glcOD':function(_0x5cd974,_0x151808){return _0x5cd974>_0x151808;},'rCNeL':function(_0xacaf43,_0x4e21be){return _0xacaf43*_0x4e21be;},'KLWFk':function(_0x196e1d,_0x8dc1e2){return _0x196e1d/_0x8dc1e2;},'YakpE':function(_0x2a3dfe,_0x5479f5){return _0x2a3dfe===_0x5479f5;},'iYrLx':_0xc902(0x2e),'xsZku':'long','aVSQr':_0xc902(0x2f),'WdCjr':_0xc902(0x30),'UjWna':_0xc902(0x31)};try{if(_0x5ee360[_0xc902(0x32)](_0x5ee360[_0xc902(0x33)],_0x5ee360['iYrLx'])){const _0x1af254=new Date(_0x50b3f9);return _0x1af254[_0xc902(0x34)]('en-US',{'weekday':_0x5ee360[_0xc902(0x35)],'year':_0x5ee360[_0xc902(0x36)],'month':_0xc902(0x37),'day':_0x5ee360[_0xc902(0x36)]});}else{const _0x10d19b=_0x4cb2da[_0xc902(0x13)],_0x4e2222=_0x1231b3[_0xc902(0x19)](_0x69e590=>_0x69e590[_0xc902(0x38)])[_0xc902(0x13)],_0x29bac8=_0x5ee360[_0xc902(0x39)](_0x10d19b,_0x4e2222),_0x18b6f7=_0x3d50ac[_0xc902(0x3a)]((_0x5a5168,_0x375642)=>_0x5a5168+_0x375642['attendeeCount'],0x0),_0x508531=_0x4489e3[_0xc902(0x3a)]((_0x3c104d,_0x3e67c2)=>_0x3c104d+_0x3e67c2[_0xc902(0x3b)],0x0),_0x4fe4b1=_0x429e32[_0xc902(0x19)](_0x14eb7b=>_0x14eb7b[_0xc902(0x38)]&&!_0x41dc99(_0x14eb7b[_0xc902(0x3c)]))['length'],_0x44ff7f=_0x36b60b[_0xc902(0x19)](_0x8c6ec5=>_0x20e6b5(_0x8c6ec5['eventDate']))[_0xc902(0x13)],_0x518379=_0x362890[_0xc902(0x19)](_0x5ccab9=>_0x5ccab9[_0xc902(0x38)]&&_0x5068cb(_0x5ccab9[_0xc902(0x3c)]))[_0xc902(0x13)];return{'total':_0x10d19b,'active':_0x4e2222,'inactive':_0x29bac8,'upcoming':_0x4fe4b1,'past':_0x44ff7f,'today':_0x518379,'totalAttendees':_0x18b6f7,'totalCapacity':_0x508531,'averageAttendance':_0x5ee360[_0xc902(0x3d)](_0x508531,0x0)?_0x5181fc[_0xc902(0x3e)](_0x5ee360['rCNeL'](_0x5ee360['KLWFk'](_0x18b6f7,_0x508531),0x64)):0x0};}}catch(_0x1578be){if(_0x5ee360[_0xc902(0x32)](_0x5ee360[_0xc902(0x3f)],_0x5ee360['UjWna']))_0x1b753a=_0x3b57c9[0x0][_0xc902(0x20)](0x0,0x4);else return _0x50b3f9;}};exports['formatEventDate']=formatEventDate;const isEventToday=_0x4304f3=>{const _0x84399a={'OXUhA':function(_0x28c8f2,_0x36ab62){return _0x28c8f2<_0x36ab62;},'YxJAK':function(_0x187bce,_0x394cfe){return _0x187bce*_0x394cfe;},'tjEaf':function(_0x444e65,_0x46cd95){return _0x444e65===_0x46cd95;},'UDEAO':_0xc902(0x40),'hKNFr':_0xc902(0x41),'VdqQT':_0xc902(0x42)};try{if(_0x84399a['tjEaf'](_0x84399a[_0xc902(0x43)],_0x84399a[_0xc902(0x44)]))try{const _0x20a0fb=new _0x22bd54(),_0x4afd4c=new _0x4fdaca(_0x33e8e0);return _0x20a0fb[_0xc902(0x45)](0x0,0x0,0x0,0x0),_0x4afd4c[_0xc902(0x45)](0x0,0x0,0x0,0x0),_0x84399a[_0xc902(0x46)](_0x4afd4c,_0x20a0fb);}catch(_0x199e57){return![];}else{const _0x27638a=new Date(),_0x2e4eac=new Date(_0x4304f3);return _0x84399a['tjEaf'](_0x27638a['getFullYear'](),_0x2e4eac[_0xc902(0x22)]())&&_0x84399a['tjEaf'](_0x27638a[_0xc902(0x47)](),_0x2e4eac['getMonth']())&&_0x84399a['tjEaf'](_0x27638a[_0xc902(0x48)](),_0x2e4eac[_0xc902(0x48)]());}}catch(_0x3ef2d3){if(_0x84399a[_0xc902(0x49)](_0x84399a[_0xc902(0x4a)],_0x84399a[_0xc902(0x4a)]))return![];else _0x347d63+=_0x463c6c[_0xc902(0xf)](_0x191e00[_0xc902(0x10)](_0x84399a[_0xc902(0x4b)](_0x1e1f8e[_0xc902(0x12)](),_0x1255e9['length'])));}};exports[_0xc902(0x4)]=isEventToday;const isEventPast=_0x281ed7=>{const _0x3b05e0={'EXohC':function(_0x251d08,_0xd7a51){return _0x251d08<_0xd7a51;}};try{const _0x791874=new Date(),_0x589a6b=new Date(_0x281ed7);return _0x791874[_0xc902(0x45)](0x0,0x0,0x0,0x0),_0x589a6b[_0xc902(0x45)](0x0,0x0,0x0,0x0),_0x3b05e0[_0xc902(0x4c)](_0x589a6b,_0x791874);}catch(_0xa114e){return![];}};exports[_0xc902(0x5)]=isEventPast;const getEventStatus=(_0x16588d,_0x2022a6)=>{const _0x5822db={'uIDzD':_0xc902(0x4d),'QZBpc':function(_0x502b57,_0x1f268c){return _0x502b57(_0x1f268c);},'HjIvG':_0xc902(0x4e),'EcJfx':function(_0x37c5c9,_0x251579){return _0x37c5c9!==_0x251579;},'KuTvd':_0xc902(0x4f),'mlIob':'Today'};if(!_0x2022a6)return _0x5822db[_0xc902(0x50)];if(_0x5822db['QZBpc'](isEventPast,_0x16588d))return _0x5822db['HjIvG'];if(_0x5822db[_0xc902(0x51)](isEventToday,_0x16588d)){if(_0x5822db[_0xc902(0x52)]('MkkSc',_0x5822db['KuTvd']))_0x31426c=_0x204ec4[_0xc902(0x20)](0x0,0x8);else return _0x5822db['mlIob'];}return _0xc902(0x53);};exports['getEventStatus']=getEventStatus;function _0xc902(_0x4c9e19,_0xc902eb){_0x4c9e19=_0x4c9e19-0x0;const _0x49b300=_0x4c9e();let _0x140a28=_0x49b300[_0x4c9e19];return _0x140a28;}const getDaysUntilEvent=_0x5910bc=>{const _0x154cf7={'wRMLr':_0xc902(0x2b),'xVIVV':function(_0x5337be,_0x4086d1){return _0x5337be*_0x4086d1;},'xYmZS':'LEgKm'};try{const _0x1f3706=new Date(),_0x5d75c5=new Date(_0x5910bc);_0x1f3706[_0xc902(0x45)](0x0,0x0,0x0,0x0),_0x5d75c5[_0xc902(0x45)](0x0,0x0,0x0,0x0);const _0x2a7edb=_0x5d75c5['getTime']()-_0x1f3706[_0xc902(0x1d)](),_0x41f2a0=Math[_0xc902(0x54)](_0x2a7edb/_0x154cf7[_0xc902(0x55)](_0x154cf7[_0xc902(0x55)](_0x154cf7['xVIVV'](0x3e8,0x3c),0x3c),0x18));return _0x41f2a0;}catch(_0x7173ba){return'LEgKm'===_0x154cf7[_0xc902(0x56)]?0x0:{'isValid':![],'error':_0x154cf7[_0xc902(0x57)]};}};exports[_0xc902(0x8)]=getDaysUntilEvent;const sortEventsByDate=_0xe18c12=>{const _0x4054d5={'Etgnl':function(_0x40ca32,_0x2ebf30){return _0x40ca32<_0x2ebf30;},'eMlcF':function(_0x365bc9,_0x144125){return _0x365bc9&&_0x144125;},'oDiNV':function(_0x194a09,_0x19ee31){return _0x194a09&&_0x19ee31;},'QWOdr':function(_0xf2f47d,_0x266c18){return _0xf2f47d!==_0x266c18;},'SokSx':'UiRFt','AVJPH':function(_0x45b19d,_0x8fff49){return _0x45b19d-_0x8fff49;}};return _0xe18c12[_0xc902(0x58)]((_0x4b702a,_0x6751c7)=>{if(_0x4b702a[_0xc902(0x38)]&&!_0x6751c7[_0xc902(0x38)])return-0x1;if(!_0x4b702a[_0xc902(0x38)]&&_0x6751c7[_0xc902(0x38)])return 0x1;const _0x12ba77=new Date(_0x4b702a[_0xc902(0x3c)]),_0x1886a6=new Date(_0x6751c7['eventDate']),_0x38c7ba=new Date(),_0x28a43f=_0x12ba77<_0x38c7ba,_0x5640ee=_0x4054d5[_0xc902(0x59)](_0x1886a6,_0x38c7ba);if(_0x4054d5[_0xc902(0x5a)](_0x28a43f,!_0x5640ee))return 0x1;if(_0x4054d5[_0xc902(0x5b)](!_0x28a43f,_0x5640ee))return-0x1;if(_0x28a43f&&_0x5640ee){if(_0x4054d5['QWOdr']('DgGpW',_0x4054d5[_0xc902(0x5c)]))return _0x1886a6[_0xc902(0x1d)]()-_0x12ba77[_0xc902(0x1d)]();else{const _0x5cd9a=_0x13c6a2[_0xc902(0x5d)](_0x35c141=>_0x35c141[_0xc902(0x5e)]||[]);return _0x17d841[_0xc902(0x5f)](new _0xfb8d07(_0x5cd9a))[_0xc902(0x58)]();}}else return _0x4054d5[_0xc902(0x60)](_0x12ba77[_0xc902(0x1d)](),_0x1886a6[_0xc902(0x1d)]());});};exports['sortEventsByDate']=sortEventsByDate;const filterEventsBySearch=(_0x5517f4,_0x2dde7f)=>{const _0x5cc3c2={'KtYms':function(_0x4e5dd4,_0x1a3179){return _0x4e5dd4*_0x1a3179;},'ZNxKI':function(_0x32d54b,_0x301a9f){return _0x32d54b!==_0x301a9f;},'Egfjm':_0xc902(0x61),'fieVQ':function(_0x22763d,_0x1988e5){return _0x22763d===_0x1988e5;},'KJFpA':function(_0x8779ce,_0x50f8f1){return _0x8779ce===_0x50f8f1;},'mGUlk':_0xc902(0x62)};if(!_0x2dde7f['trim']())return _0x5cc3c2[_0xc902(0x63)](_0x5cc3c2[_0xc902(0x64)],_0x5cc3c2['mGUlk'])?_0x5517f4:0x0;const _0x49d28b=_0x2dde7f[_0xc902(0x65)]()['trim']();return _0x5517f4[_0xc902(0x19)](_0x28e54c=>{const _0x33fb86={'yiAXF':function(_0x19aef9,_0x5596d7){return _0x19aef9-_0x5596d7;},'tcucZ':function(_0x2298bb,_0x5b2083){return _0x5cc3c2[_0xc902(0x66)](_0x2298bb,_0x5b2083);}};if(_0x5cc3c2[_0xc902(0x67)](_0x5cc3c2[_0xc902(0x68)],'jJsWV')){const _0x3d2c80=new _0xcb128c(),_0x194476=new _0x447ff2(_0x4fc7b1);_0x3d2c80['setHours'](0x0,0x0,0x0,0x0),_0x194476[_0xc902(0x45)](0x0,0x0,0x0,0x0);const _0x263839=_0x33fb86[_0xc902(0x69)](_0x194476[_0xc902(0x1d)](),_0x3d2c80[_0xc902(0x1d)]()),_0x51c34a=_0x3eab1e[_0xc902(0x54)](_0x263839/(_0x33fb86['tcucZ'](_0x33fb86[_0xc902(0x6a)](0x3e8,0x3c),0x3c)*0x18));return _0x51c34a;}else{var _0x5e7f18,_0x5ac403,_0x4d99ca;return _0x28e54c['title'][_0xc902(0x65)]()[_0xc902(0x6b)](_0x49d28b)||_0x28e54c[_0xc902(0x6c)][_0xc902(0x65)]()[_0xc902(0x6b)](_0x49d28b)||_0x28e54c['code'][_0xc902(0x65)]()['includes'](_0x49d28b)||((_0x5e7f18=_0x28e54c[_0xc902(0x6d)])===null||_0x5cc3c2['fieVQ'](_0x5e7f18,void 0x0)?void 0x0:_0x5e7f18[_0xc902(0x65)]()[_0xc902(0x6b)](_0x49d28b))||((_0x5ac403=_0x28e54c[_0xc902(0x6e)])===null||_0x5ac403===void 0x0?void 0x0:_0x5ac403[_0xc902(0x65)]()['includes'](_0x49d28b))||(_0x5cc3c2['KJFpA'](_0x4d99ca=_0x28e54c['tags'],null)||_0x5cc3c2['KJFpA'](_0x4d99ca,void 0x0)?void 0x0:_0x4d99ca[_0xc902(0x6f)](_0x51dfa6=>_0x51dfa6[_0xc902(0x65)]()[_0xc902(0x6b)](_0x49d28b)));}});};exports[_0xc902(0xb)]=filterEventsBySearch;const getUniqueEventTags=_0x49dee4=>{const _0x205cd1=_0x49dee4[_0xc902(0x5d)](_0x55c737=>_0x55c737[_0xc902(0x5e)]||[]);return Array[_0xc902(0x5f)](new Set(_0x205cd1))[_0xc902(0x58)]();};exports[_0xc902(0x6)]=getUniqueEventTags;const calculateEventStats=_0x120c36=>{const _0xfffe62={'xBxiG':function(_0x55eab0,_0x18549b){return _0x55eab0-_0x18549b;},'pMXYY':function(_0xd49ccc,_0x195c96){return _0xd49ccc>_0x195c96;},'KIjwM':function(_0x15df4e,_0x367bde){return _0x15df4e*_0x367bde;},'xFgmQ':function(_0x375b9b,_0x5a3a9e){return _0x375b9b/_0x5a3a9e;}},_0x3fbfa0=_0x120c36['length'],_0x5b2f51=_0x120c36[_0xc902(0x19)](_0x5b7126=>_0x5b7126[_0xc902(0x38)])['length'],_0x51c84f=_0xfffe62['xBxiG'](_0x3fbfa0,_0x5b2f51),_0x404f2d=_0x120c36[_0xc902(0x3a)]((_0x6c9cec,_0x5972d4)=>_0x6c9cec+_0x5972d4[_0xc902(0x70)],0x0),_0x12cd7c=_0x120c36[_0xc902(0x3a)]((_0x243785,_0x3b1d05)=>_0x243785+_0x3b1d05[_0xc902(0x3b)],0x0),_0x506c58=_0x120c36[_0xc902(0x19)](_0x2b099f=>_0x2b099f[_0xc902(0x38)]&&!isEventPast(_0x2b099f[_0xc902(0x3c)]))[_0xc902(0x13)],_0x4f3aa1=_0x120c36['filter'](_0x386be1=>isEventPast(_0x386be1[_0xc902(0x3c)]))['length'],_0x550c79=_0x120c36[_0xc902(0x19)](_0x4c2b92=>_0x4c2b92[_0xc902(0x38)]&&isEventToday(_0x4c2b92[_0xc902(0x3c)]))['length'];return{'total':_0x3fbfa0,'active':_0x5b2f51,'inactive':_0x51c84f,'upcoming':_0x506c58,'past':_0x4f3aa1,'today':_0x550c79,'totalAttendees':_0x404f2d,'totalCapacity':_0x12cd7c,'averageAttendance':_0xfffe62['pMXYY'](_0x12cd7c,0x0)?Math['round'](_0xfffe62[_0xc902(0x71)](_0xfffe62[_0xc902(0x72)](_0x404f2d,_0x12cd7c),0x64)):0x0};};exports[_0xc902(0xc)]=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
- Object[_0x32a2(0x0)](exports,_0x32a2(0x1),{'value':!![]}),exports[_0x32a2(0x2)]=exports[_0x32a2(0x3)]=void 0x0;var _reactNative=__ONAIROS_REQ_FUNC__(0x0);function _0x32a2(_0x17e3aa,_0x32a2c9){_0x17e3aa=_0x17e3aa-0x0;const _0x82f9d2=_0x17e3();let _0x2c2444=_0x82f9d2[_0x17e3aa];return _0x2c2444;}function _0x17e3(){const _0x4648cd=['defineProperty','__esModule','triggerHaptic','HapticType','6|0|3|7|2|5|4|1','medium','WARNING','HEAVY','light','error','success','yUBVC','split','RMrkR','ncmkN','WVOOC','VtfNj','jLuDV','BUTTON_PRESS','dOxBF','Cungs','PwJtw','LIGHT','7|1|4|2|6|0|3|5','MEDIUM','SUCCESS','warning','ios','TLnlV','ODFLZ','impactMedium','notificationSuccess','notificationError','zPpEQ','Haptic\x20feedback\x20not\x20available:','android','MdvCv','pXhYo','ekugJ','Platform','hUNQH','gFEPu','lxhMP','TDqHs','NIZiI','ITFcc','vibrate','gHFDg','trigger','impactHeavy','notificationWarning','ERROR','oNfrl','impactLight','NtQuh','VbsVN','sNSvB','warn','khojq','srzxk','jIxmL','pkhig','luewn','heavy','dvMZn','zIYFq','IMUjX','BrJnN','TmEgh','aHUuJ'];_0x17e3=function(){return _0x4648cd;};return _0x17e3();}let HapticType=exports[_0x32a2(0x3)]=function(_0xbf7df3){const _0x508a9a={'yUBVC':_0x32a2(0x4),'RMrkR':'MEDIUM','ncmkN':_0x32a2(0x5),'TepQk':_0x32a2(0x6),'WVOOC':'warning','VtfNj':_0x32a2(0x7),'jLuDV':'heavy','dOxBF':_0x32a2(0x8),'Cungs':_0x32a2(0x9),'hNdeh':'SUCCESS','PwJtw':_0x32a2(0xa)},_0x5b232f=_0x508a9a[_0x32a2(0xb)][_0x32a2(0xc)]('|');let _0x53ddb4=0x0;while(!![]){switch(_0x5b232f[_0x53ddb4++]){case'0':_0xbf7df3[_0x508a9a[_0x32a2(0xd)]]=_0x508a9a[_0x32a2(0xe)];continue;case'1':return _0xbf7df3;case'2':_0xbf7df3[_0x508a9a['TepQk']]=_0x508a9a[_0x32a2(0xf)];continue;case'3':_0xbf7df3[_0x508a9a[_0x32a2(0x10)]]=_0x508a9a[_0x32a2(0x11)];continue;case'4':_0xbf7df3[_0x32a2(0x12)]=_0x508a9a[_0x32a2(0x13)];continue;case'5':_0xbf7df3['ERROR']=_0x508a9a[_0x32a2(0x14)];continue;case'6':_0xbf7df3['LIGHT']=_0x508a9a[_0x32a2(0x13)];continue;case'7':_0xbf7df3[_0x508a9a['hNdeh']]=_0x508a9a[_0x32a2(0x15)];continue;}break;}}({});const triggerHaptic=(_0x22b502=HapticType[_0x32a2(0x16)])=>{const _0x4184c0={'ITFcc':function(_0x30296e,_0x14eaf4){return _0x30296e(_0x14eaf4);},'sNSvB':'Vibration\x20not\x20available:','srzxk':_0x32a2(0x17),'jIxmL':'error','pkhig':_0x32a2(0x18),'luewn':_0x32a2(0x5),'mLIks':_0x32a2(0x19),'zIYFq':_0x32a2(0x8),'sxrwh':'WARNING','ohUDP':_0x32a2(0x1a),'dvMZn':_0x32a2(0x16),'ekugJ':function(_0x2260fe,_0x274bd8){return _0x2260fe===_0x274bd8;},'hUNQH':_0x32a2(0x1b),'TDqHs':function(_0x1e9534,_0x344f5e){return _0x1e9534!==_0x344f5e;},'lxhMP':_0x32a2(0x1c),'NIZiI':_0x32a2(0x1d),'gHFDg':function(_0x3b291e,_0x4ebf32){return _0x3b291e(_0x4ebf32);},'LhaZt':_0x32a2(0x1e),'bzCQc':_0x32a2(0x1f),'oNfrl':_0x32a2(0x20),'NtQuh':function(_0x324ae2,_0x2e9f48){return _0x324ae2!==_0x2e9f48;},'VbsVN':_0x32a2(0x21),'khojq':_0x32a2(0x22),'XqVdJ':_0x32a2(0x23),'IMUjX':_0x32a2(0x24),'BrJnN':function(_0x77ccbf,_0x4b5a19){return _0x77ccbf===_0x4b5a19;},'TmEgh':_0x32a2(0x25),'aHUuJ':'zghtc'};if(_0x4184c0[_0x32a2(0x26)](_reactNative[_0x32a2(0x27)]['OS'],_0x4184c0[_0x32a2(0x28)])){if(_0x4184c0['TDqHs'](_0x32a2(0x29),_0x4184c0[_0x32a2(0x2a)]))try{if(_0x4184c0[_0x32a2(0x2b)](_0x32a2(0x1d),_0x4184c0[_0x32a2(0x2c)])){const {Vibration:_0x3b8948}=_0x4184c0[_0x32a2(0x2d)](_0x48c563,0x2);_0x3b8948[_0x32a2(0x2e)](0x32);}else{const _0x860c2=_0x4184c0[_0x32a2(0x2f)](__ONAIROS_REQ_FUNC__,0x1),_0x14ce13={'enableVibrateFallback':!![],'ignoreAndroidSystemSettings':![]};switch(_0x22b502){case HapticType[_0x32a2(0x16)]:_0x860c2['trigger']('impactLight',_0x14ce13);break;case HapticType[_0x32a2(0x18)]:_0x860c2[_0x32a2(0x30)](_0x4184c0['LhaZt'],_0x14ce13);break;case HapticType[_0x32a2(0x7)]:_0x860c2[_0x32a2(0x30)](_0x32a2(0x31),_0x14ce13);break;case HapticType['SUCCESS']:_0x860c2['trigger'](_0x4184c0['bzCQc'],_0x14ce13);break;case HapticType['WARNING']:_0x860c2['trigger'](_0x32a2(0x32),_0x14ce13);break;case HapticType[_0x32a2(0x33)]:_0x860c2[_0x32a2(0x30)](_0x4184c0[_0x32a2(0x34)],_0x14ce13);break;default:_0x860c2['trigger'](_0x32a2(0x35),_0x14ce13);}}}catch(_0x2c4556){_0x4184c0[_0x32a2(0x36)](_0x4184c0[_0x32a2(0x37)],_0x4184c0[_0x32a2(0x37)])?_0xf478ad['warn'](_0x4184c0[_0x32a2(0x38)],_0xc2ff93):console[_0x32a2(0x39)](_0x4184c0[_0x32a2(0x3a)],_0x2c4556);}else{const _0x2d9f97=_0x4184c0[_0x32a2(0x3b)]['split']('|');let _0xbe8615=0x0;while(!![]){switch(_0x2d9f97[_0xbe8615++]){case'0':_0x36bc5e[_0x32a2(0x33)]=_0x4184c0[_0x32a2(0x3c)];continue;case'1':_0x1fefe1[_0x4184c0[_0x32a2(0x3d)]]=_0x4184c0[_0x32a2(0x3e)];continue;case'2':_0x16e50a[_0x4184c0['mLIks']]='success';continue;case'3':_0x270193[_0x32a2(0x12)]=_0x4184c0['zIYFq'];continue;case'4':_0x251855['HEAVY']=_0x32a2(0x3f);continue;case'5':return _0x36968b;case'6':_0x2fa444[_0x4184c0['sxrwh']]=_0x4184c0['ohUDP'];continue;case'7':_0x3fdb62[_0x4184c0[_0x32a2(0x40)]]=_0x4184c0[_0x32a2(0x41)];continue;}break;}}}else{if(_0x4184c0[_0x32a2(0x26)](_reactNative[_0x32a2(0x27)]['OS'],_0x4184c0['XqVdJ'])){if(_0x4184c0['NtQuh'](_0x4184c0['IMUjX'],_0x4184c0[_0x32a2(0x42)]))try{const {Vibration:_0x53ebf6}=_0x4184c0[_0x32a2(0x2d)](_0x8df2b8,0x2);_0x53ebf6[_0x32a2(0x2e)](0x32);}catch(_0x260180){_0x110191[_0x32a2(0x39)](_0x4184c0[_0x32a2(0x38)],_0x260180);}else try{if(_0x4184c0[_0x32a2(0x43)](_0x4184c0[_0x32a2(0x44)],_0x4184c0[_0x32a2(0x45)]))_0x5cb6af[_0x32a2(0x39)](_0x32a2(0x22),_0x2717b7);else{const {Vibration:_0x5efc6b}=__ONAIROS_REQ_FUNC__(0x2);_0x5efc6b[_0x32a2(0x2e)](0x32);}}catch(_0x49be24){console['warn']('Vibration\x20not\x20available:',_0x49be24);}}}};exports[_0x32a2(0x2)]=triggerHaptic;
9
+ Object['defineProperty'](exports,_0x564b(0x0),{'value':!![]}),exports[_0x564b(0x1)]=exports[_0x564b(0x2)]=void 0x0;var _reactNative=__ONAIROS_REQ_FUNC__(0x0);function _0x564b(_0x2039c7,_0x564b73){_0x2039c7=_0x2039c7-0x0;const _0x4a96b0=_0x2039();let _0x408c7c=_0x4a96b0[_0x2039c7];return _0x408c7c;}function _0x2039(){const _0x1fe5f8=['__esModule','triggerHaptic','HapticType','4|0|1|3|7|5|2|6','MEDIUM','HEAVY','BUTTON_PRESS','LIGHT','WARNING','OcIKG','split','foadn','heavy','uIqah','success','XtVlH','light','ERROR','error','bTyfk','warning','medium','EOniC','XItQD','impactLight','impactMedium','impactHeavy','notificationSuccess','notificationError','Haptic\x20feedback\x20not\x20available:','android','byxIf','ToiUZ','zPwLz','VxLIE','yDCEw','yykIJ','vibrate','WDJQz','TrJyU','trigger','jqdhL','bKeUe','FQhFm','Fbjwo','LfryY','dCuJO','Platform','CQRTR','JkIfa','ZFeba','ieKmh','hMjcD','LpHlb','warn','fOYZx','RCHIP','lzIdt','KMBuk','eFYBd','KjejT','PiBCD','vlkWi','aQmAG','VzTzn'];_0x2039=function(){return _0x1fe5f8;};return _0x2039();}let HapticType=exports['HapticType']=function(_0x41f584){const _0x526fed={'OcIKG':_0x564b(0x3),'foadn':_0x564b(0x4),'GKUsL':_0x564b(0x5),'uIqah':_0x564b(0x6),'mCDmN':'light','XtVlH':_0x564b(0x7),'bTyfk':_0x564b(0x8)},_0x432c14=_0x526fed[_0x564b(0x9)][_0x564b(0xa)]('|');let _0x2cbb10=0x0;while(!![]){switch(_0x432c14[_0x2cbb10++]){case'0':_0x41f584[_0x526fed[_0x564b(0xb)]]='medium';continue;case'1':_0x41f584[_0x526fed['GKUsL']]=_0x564b(0xc);continue;case'2':_0x41f584[_0x526fed[_0x564b(0xd)]]=_0x526fed['mCDmN'];continue;case'3':_0x41f584['SUCCESS']=_0x564b(0xe);continue;case'4':_0x41f584[_0x526fed[_0x564b(0xf)]]=_0x564b(0x10);continue;case'5':_0x41f584[_0x564b(0x11)]=_0x564b(0x12);continue;case'6':return _0x41f584;case'7':_0x41f584[_0x526fed[_0x564b(0x13)]]=_0x564b(0x14);continue;}break;}}({});const triggerHaptic=(_0x2b9534=HapticType[_0x564b(0x7)])=>{const _0x2baa68={'WDJQz':function(_0x3eed03,_0x18e87d){return _0x3eed03(_0x18e87d);},'fOYZx':'7|3|0|4|5|6|2|1','RCHIP':_0x564b(0x5),'lzIdt':_0x564b(0x6),'KMBuk':_0x564b(0x10),'OLHfT':'MEDIUM','eFYBd':_0x564b(0x15),'rsiqn':'SUCCESS','KjejT':_0x564b(0xe),'PiBCD':_0x564b(0x8),'vlkWi':_0x564b(0x14),'iKyBo':_0x564b(0x11),'aQmAG':'error','VzTzn':_0x564b(0x7),'zPwLz':function(_0x368aa2,_0x4e8095){return _0x368aa2===_0x4e8095;},'VxLIE':function(_0x2b40d3,_0x5c5852){return _0x2b40d3===_0x5c5852;},'yDCEw':_0x564b(0x16),'yykIJ':_0x564b(0x17),'TrJyU':_0x564b(0x18),'jqdhL':_0x564b(0x19),'bKeUe':_0x564b(0x1a),'FQhFm':_0x564b(0x1b),'Fbjwo':'notificationWarning','LfryY':_0x564b(0x1c),'dCuJO':_0x564b(0x1d),'CQRTR':_0x564b(0x1e),'JkIfa':function(_0x4baa12,_0x499992){return _0x4baa12===_0x499992;},'ZFeba':_0x564b(0x1f),'GDxTW':_0x564b(0x20),'ieKmh':function(_0x50fc35,_0x425644){return _0x50fc35===_0x425644;},'LpHlb':'hMjcD'};if(_0x2baa68[_0x564b(0x21)](_reactNative['Platform']['OS'],'ios')){if(_0x2baa68[_0x564b(0x22)](_0x2baa68[_0x564b(0x23)],_0x2baa68[_0x564b(0x24)])){const {Vibration:_0x143f01}=_0x2baa68['WDJQz'](_0x5b6dab,0x2);_0x143f01[_0x564b(0x25)](0x32);}else try{const _0x1d84d8=_0x2baa68[_0x564b(0x26)](__ONAIROS_REQ_FUNC__,0x1),_0x553f32={'enableVibrateFallback':!![],'ignoreAndroidSystemSettings':![]};switch(_0x2b9534){case HapticType['LIGHT']:_0x1d84d8['trigger'](_0x2baa68[_0x564b(0x27)],_0x553f32);break;case HapticType[_0x564b(0x4)]:_0x1d84d8[_0x564b(0x28)](_0x2baa68[_0x564b(0x29)],_0x553f32);break;case HapticType['HEAVY']:_0x1d84d8[_0x564b(0x28)](_0x2baa68[_0x564b(0x2a)],_0x553f32);break;case HapticType['SUCCESS']:_0x1d84d8['trigger'](_0x2baa68[_0x564b(0x2b)],_0x553f32);break;case HapticType['WARNING']:_0x1d84d8[_0x564b(0x28)](_0x2baa68[_0x564b(0x2c)],_0x553f32);break;case HapticType['ERROR']:_0x1d84d8[_0x564b(0x28)](_0x2baa68[_0x564b(0x2d)],_0x553f32);break;default:_0x1d84d8[_0x564b(0x28)](_0x2baa68[_0x564b(0x27)],_0x553f32);}}catch(_0x3afea1){console['warn'](_0x2baa68[_0x564b(0x2e)],_0x3afea1);}}else{if(_0x2baa68['VxLIE'](_reactNative[_0x564b(0x2f)]['OS'],_0x2baa68[_0x564b(0x30)]))try{if(_0x2baa68[_0x564b(0x31)](_0x2baa68[_0x564b(0x32)],_0x2baa68['GDxTW']))try{const {Vibration:_0x30ad7d}=_0x452e13(0x2);_0x30ad7d[_0x564b(0x25)](0x32);}catch(_0x52ec3d){_0x1c9ed5['warn']('Vibration\x20not\x20available:',_0x52ec3d);}else{const {Vibration:_0x24eae9}=__ONAIROS_REQ_FUNC__(0x2);_0x24eae9[_0x564b(0x25)](0x32);}}catch(_0x223610){if(_0x2baa68[_0x564b(0x33)](_0x564b(0x34),_0x2baa68[_0x564b(0x35)]))console[_0x564b(0x36)]('Vibration\x20not\x20available:',_0x223610);else{const _0x52d0e0=_0x2baa68[_0x564b(0x37)][_0x564b(0xa)]('|');let _0x1d4dcd=0x0;while(!![]){switch(_0x52d0e0[_0x1d4dcd++]){case'0':_0x48c8bf[_0x2baa68[_0x564b(0x38)]]=_0x564b(0xc);continue;case'1':return _0x5aa6f8;case'2':_0x3d146b[_0x2baa68[_0x564b(0x39)]]=_0x2baa68[_0x564b(0x3a)];continue;case'3':_0x360ba7[_0x2baa68['OLHfT']]=_0x2baa68[_0x564b(0x3b)];continue;case'4':_0x8bfe94[_0x2baa68['rsiqn']]=_0x2baa68[_0x564b(0x3c)];continue;case'5':_0x537cf5[_0x2baa68[_0x564b(0x3d)]]=_0x2baa68[_0x564b(0x3e)];continue;case'6':_0x302c5a[_0x2baa68['iKyBo']]=_0x2baa68[_0x564b(0x3f)];continue;case'7':_0x3ab871[_0x2baa68[_0x564b(0x40)]]=_0x2baa68[_0x564b(0x3a)];continue;}break;}}}}};exports[_0x564b(0x1)]=triggerHaptic;
@@ -1 +1 @@
1
- 'use strict';function _0x5b4c(_0x3033a1,_0x5b4cbf){_0x3033a1=_0x3033a1-0x0;var _0x3f8826=_0x3033();var _0x14d181=_0x3f8826[_0x3033a1];return _0x14d181;}Object[_0x5b4c(0x0)](exports,_0x5b4c(0x1),{'value':!![]});function _0x3033(){var _0x1f135b=['defineProperty','__esModule'];_0x3033=function(){return _0x1f135b;};return _0x3033();}
1
+ 'use strict';function _0x31c0(_0x5eecd1,_0x31c07b){_0x5eecd1=_0x5eecd1-0x0;var _0x37cd63=_0x5eec();var _0xe918fa=_0x37cd63[_0x5eecd1];return _0xe918fa;}function _0x5eec(){var _0x38d5bd=['defineProperty','__esModule'];_0x5eec=function(){return _0x38d5bd;};return _0x5eec();}Object[_0x31c0(0x0)](exports,_0x31c0(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
- function _0x3fd6(_0x13d76f,_0x3fd6ed){_0x13d76f=_0x13d76f-0x0;const _0xbe88f1=_0x13d7();let _0x1ba39c=_0xbe88f1[_0x13d76f];return _0x1ba39c;}Object[_0x3fd6(0x0)](exports,'__esModule',{'value':!![]}),exports[_0x3fd6(0x1)]=exports[_0x3fd6(0x2)]=exports[_0x3fd6(0x3)]=void 0x0;var _reactNative=__ONAIROS_REQ_FUNC__(0x0),_api=__ONAIROS_REQ_FUNC__(0x1);const runFullDiagnostics=async()=>{const _0x41e632={'cJkYL':_0x3fd6(0x4),'CZVSl':_0x3fd6(0x5),'ZoQYF':_0x3fd6(0x6),'faVBZ':_0x3fd6(0x7),'mDVUY':_0x3fd6(0x8),'jTGal':_0x3fd6(0x9),'gvYKg':function(_0x23d2f9,_0x3a685f){return _0x23d2f9-_0x3a685f;},'MxbcS':function(_0xf66c19,_0x57fd10){return _0xf66c19===_0x57fd10;},'aKFqd':_0x3fd6(0xa),'cRHLB':_0x3fd6(0xb),'WCGnr':function(_0x2f5096,_0x1b8488){return _0x2f5096!==_0x1b8488;},'jfhLq':'PeIDX','iawmV':function(_0x2bd82d,_0x5f10d4,_0x16632b){return _0x2bd82d(_0x5f10d4,_0x16632b);},'Dpmrl':function(_0x4ac14d,_0x128f90){return _0x4ac14d-_0x128f90;},'pDLpH':_0x3fd6(0xc),'RtwDK':_0x3fd6(0xd),'qcIIk':_0x3fd6(0xe),'ZaxuH':_0x3fd6(0xf),'vNBfz':function(_0x4af637,_0xb1d741){return _0x4af637!==_0xb1d741;},'nnhHn':_0x3fd6(0x10),'iUVzw':_0x3fd6(0x11),'LtWnu':_0x3fd6(0x12),'POYNe':_0x3fd6(0x13),'fhiTh':function(_0x4b6206,_0x328c81){return _0x4b6206===_0x328c81;},'wIMsQ':'ios','CWheE':_0x3fd6(0x14),'LLiNp':_0x3fd6(0x15),'eVTPy':'\x0a๐Ÿ“Œ\x20RECOMMENDATIONS:','Znerp':_0x3fd6(0x16),'jsYig':_0x3fd6(0x17)};console[_0x3fd6(0x18)](_0x3fd6(0x6)),console[_0x3fd6(0x18)](_0x41e632[_0x3fd6(0x19)]),console[_0x3fd6(0x18)](_0x41e632[_0x3fd6(0x1a)]);const _0x1aefec={'timestamp':new Date()[_0x3fd6(0x1b)](),'platform':_reactNative[_0x3fd6(0x1c)]['OS'],'platformVersion':_reactNative[_0x3fd6(0x1c)][_0x3fd6(0x1d)],'tests':{'googleReachable':![],'apiReachable':![],'apiPostWorks':![],'youtubeOAuthWorks':![]},'errors':[],'recommendations':[],'rawResults':{}};console[_0x3fd6(0x18)](_0x3fd6(0x1e)+_reactNative[_0x3fd6(0x1c)]['OS']+'\x20'+_reactNative[_0x3fd6(0x1c)]['Version']),console[_0x3fd6(0x18)](_0x41e632['faVBZ']),console['log'](_0x41e632['mDVUY']);try{const _0x1fb075=Date[_0x3fd6(0x1f)](),_0x3acf37=await fetch(_0x41e632['jTGal'],{'method':_0x3fd6(0x20)}),_0x1f8380=_0x41e632[_0x3fd6(0x21)](Date[_0x3fd6(0x1f)](),_0x1fb075);_0x1aefec['tests'][_0x3fd6(0x22)]=!![],_0x1aefec[_0x3fd6(0x23)][_0x3fd6(0x24)]={'status':_0x3acf37[_0x3fd6(0x25)],'time':_0x1f8380},console['log'](_0x3fd6(0x26)+_0x1f8380+_0x3fd6(0x27));}catch(_0x1ecefc){_0x41e632[_0x3fd6(0x28)](_0x41e632[_0x3fd6(0x29)],_0x41e632['aKFqd'])?(_0x1aefec['tests']['googleReachable']=![],_0x1aefec['errors'][_0x3fd6(0x2a)](_0x3fd6(0x2b)+_0x1ecefc['message']),_0x1aefec[_0x3fd6(0x23)]['google']={'error':_0x1ecefc[_0x3fd6(0x2c)]},console[_0x3fd6(0x18)]('\x20\x20\x20โŒ\x20FAIL\x20-\x20'+_0x1ecefc['message']),_0x1aefec[_0x3fd6(0x2d)]['push']('Check\x20internet\x20connection\x20on\x20device')):_0x129149['recommendations']['push'](_0x3fd6(0x2e));}console['log'](_0x41e632[_0x3fd6(0x2f)]);try{if(_0x41e632[_0x3fd6(0x30)](_0x3fd6(0x31),_0x41e632[_0x3fd6(0x32)])){const _0x1420ec='1|0|2|3|4'['split']('|');let _0x27c75a=0x0;while(!![]){switch(_0x1420ec[_0x27c75a++]){case'0':_0x33cc80[_0x3fd6(0x33)][_0x3fd6(0x2a)](_0x3fd6(0x34)+_0x4c972c[_0x3fd6(0x2c)]);continue;case'1':_0x39990d[_0x3fd6(0x35)][_0x3fd6(0x36)]=![];continue;case'2':_0x2ebcb4['rawResults'][_0x3fd6(0x37)]={'error':_0x26b3fe[_0x3fd6(0x2c)]};continue;case'3':_0x513a44['log']('\x20\x20\x20โŒ\x20FAIL\x20-\x20'+_0x531236[_0x3fd6(0x2c)]);continue;case'4':_0x330fae['recommendations'][_0x3fd6(0x2a)]('POST requests failing. This is the exact issue affecting OAuth.');continue;}break;}}else{const _0x52ddde=Date['now'](),_0x2e5096=await _0x41e632[_0x3fd6(0x38)](fetch,_api['API_CONFIG'][_0x3fd6(0x39)]+_0x3fd6(0x3a),{'method':'GET','headers':{'Accept':'application/json'}}),_0x53f9c1=_0x41e632[_0x3fd6(0x3b)](Date[_0x3fd6(0x1f)](),_0x52ddde),_0x3f6c1b=await _0x2e5096['text']()[_0x3fd6(0x3c)](()=>_0x3fd6(0x3d));_0x1aefec[_0x3fd6(0x35)]['apiReachable']=_0x2e5096['ok'],_0x1aefec[_0x3fd6(0x23)][_0x3fd6(0x3e)]={'status':_0x2e5096[_0x3fd6(0x25)],'time':_0x53f9c1,'body':_0x3f6c1b['substring'](0x0,0xc8)};if(_0x2e5096['ok'])console[_0x3fd6(0x18)](_0x3fd6(0x3f)+_0x53f9c1+_0x3fd6(0x27));else{if('KhPhR'!==_0x41e632[_0x3fd6(0x40)]){const _0x17ec73=_0x27e750[_0x3fd6(0x41)](_0x3b3260);_0x17ec73[_0x3fd6(0x42)]&&(_0x14ab3d['tests'][_0x3fd6(0x43)]=!![],_0x5def0b[_0x3fd6(0x18)]('\x20\x20\x20โœ…\x20BONUS\x20-\x20Got\x20YouTube\x20OAuth\x20URL!'));}else console[_0x3fd6(0x18)](_0x3fd6(0x44)+_0x2e5096['status']),_0x1aefec[_0x3fd6(0x33)][_0x3fd6(0x2a)](_0x3fd6(0x45)+_0x2e5096[_0x3fd6(0x25)]);}}}catch(_0x37b2df){_0x41e632['WCGnr'](_0x41e632['RtwDK'],_0x41e632[_0x3fd6(0x46)])?_0x3f9153['log'](_0x41e632[_0x3fd6(0x47)]):(_0x1aefec[_0x3fd6(0x35)][_0x3fd6(0x48)]=![],_0x1aefec['errors'][_0x3fd6(0x2a)]('API\x20unreachable:\x20'+_0x37b2df[_0x3fd6(0x2c)]),_0x1aefec['rawResults']['apiHealth']={'error':_0x37b2df[_0x3fd6(0x2c)]},console[_0x3fd6(0x18)](_0x3fd6(0x49)+_0x37b2df[_0x3fd6(0x2c)]),_0x1aefec['tests'][_0x3fd6(0x22)]&&_0x1aefec[_0x3fd6(0x2d)][_0x3fd6(0x2a)](_0x3fd6(0x4a)));}console[_0x3fd6(0x18)]('\n\uD83E\uDDEA Test 3: POST Request (OAuth simulation)');try{const _0x5bd8be=Date[_0x3fd6(0x1f)](),_0x228b01=await _0x41e632['iawmV'](fetch,_api[_0x3fd6(0x4b)][_0x3fd6(0x39)]+_0x3fd6(0x4c),{'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/json'},'body':JSON[_0x3fd6(0x4d)]({'session':{'username':_0x41e632[_0x3fd6(0x4e)],'platform':_0x41e632[_0x3fd6(0x4f)],'timestamp':new Date()[_0x3fd6(0x1b)]()}})}),_0x14c1e1=Date[_0x3fd6(0x1f)]()-_0x5bd8be,_0x444cbf=await _0x228b01[_0x3fd6(0x50)]()['catch'](()=>_0x3fd6(0x3d));_0x1aefec[_0x3fd6(0x23)][_0x3fd6(0x37)]={'status':_0x228b01['status'],'time':_0x14c1e1,'body':_0x444cbf[_0x3fd6(0x51)](0x0,0x1f4)},_0x1aefec[_0x3fd6(0x35)]['apiPostWorks']=!![],console[_0x3fd6(0x18)](_0x3fd6(0x52)+_0x228b01[_0x3fd6(0x25)]+'\x20('+_0x14c1e1+_0x3fd6(0x27));try{const _0x3b735b=JSON[_0x3fd6(0x41)](_0x444cbf);if(_0x3b735b[_0x3fd6(0x42)]){if(_0x41e632[_0x3fd6(0x53)](_0x41e632[_0x3fd6(0x54)],_0x41e632['nnhHn']))return![];else _0x1aefec[_0x3fd6(0x35)][_0x3fd6(0x43)]=!![],console[_0x3fd6(0x18)](_0x3fd6(0x55));}}catch{}}catch(_0x34a97a){const _0x2729de=_0x41e632[_0x3fd6(0x56)]['split']('|');let _0x11cf62=0x0;while(!![]){switch(_0x2729de[_0x11cf62++]){case'0':_0x1aefec['errors'][_0x3fd6(0x2a)](_0x3fd6(0x34)+_0x34a97a[_0x3fd6(0x2c)]);continue;case'1':_0x1aefec[_0x3fd6(0x23)][_0x3fd6(0x37)]={'error':_0x34a97a['message']};continue;case'2':_0x1aefec[_0x3fd6(0x2d)][_0x3fd6(0x2a)]('POST requests failing. This is the exact issue affecting OAuth.');continue;case'3':console['log'](_0x3fd6(0x49)+_0x34a97a[_0x3fd6(0x2c)]);continue;case'4':_0x1aefec[_0x3fd6(0x35)][_0x3fd6(0x36)]=![];continue;}break;}}console[_0x3fd6(0x18)](_0x41e632[_0x3fd6(0x57)]),console[_0x3fd6(0x18)](_0x41e632[_0x3fd6(0x58)]),console['log'](_0x41e632[_0x3fd6(0x59)]);const _0x578051=Object[_0x3fd6(0x5a)](_0x1aefec[_0x3fd6(0x35)])[_0x3fd6(0x5b)](Boolean)['length'],_0x701b66=Object[_0x3fd6(0x5c)](_0x1aefec['tests'])[_0x3fd6(0x5d)];console[_0x3fd6(0x18)](_0x3fd6(0x5e)+_0x578051+'/'+_0x701b66);if(_0x41e632[_0x3fd6(0x5f)](_0x578051,_0x701b66))console[_0x3fd6(0x18)](_0x3fd6(0x4));else{const _0x24d798=_0x3fd6(0x60)[_0x3fd6(0x61)]('|');let _0x27f456=0x0;while(!![]){switch(_0x24d798[_0x27f456++]){case'0':!_0x1aefec[_0x3fd6(0x35)][_0x3fd6(0x22)]&&_0x1aefec['recommendations'][_0x3fd6(0x2a)](_0x3fd6(0x2e));continue;case'1':console[_0x3fd6(0x18)](_0x3fd6(0x62));continue;case'2':_reactNative[_0x3fd6(0x1c)]['OS']===_0x41e632[_0x3fd6(0x63)]&&!_0x1aefec['tests'][_0x3fd6(0x48)]&&_0x1aefec[_0x3fd6(0x2d)][_0x3fd6(0x2a)](_0x41e632[_0x3fd6(0x64)],_0x41e632[_0x3fd6(0x65)]);continue;case'3':console[_0x3fd6(0x18)](_0x41e632[_0x3fd6(0x66)]);continue;case'4':_0x1aefec['recommendations'][_0x3fd6(0x67)]((_0x152215,_0x160129)=>{console[_0x3fd6(0x18)](_0x3fd6(0x68)+(_0x160129+0x1)+'.\x20'+_0x152215);});continue;}break;}}return console[_0x3fd6(0x18)](_0x41e632[_0x3fd6(0x69)]),console['log'](_0x41e632[_0x3fd6(0x6a)]),console[_0x3fd6(0x18)](JSON[_0x3fd6(0x4d)](_0x1aefec,null,0x2)),_0x1aefec;};exports['runFullDiagnostics']=runFullDiagnostics;const isApiReachable=async()=>{const _0x10961e={'EuxxX':_0x3fd6(0x6b),'mIXwm':function(_0x5c5a2e,_0x119c04){return _0x5c5a2e!==_0x119c04;},'hDkYS':function(_0x215d9b,_0x19ff8f,_0x11961c){return _0x215d9b(_0x19ff8f,_0x11961c);}};try{if(_0x10961e['mIXwm']('tXLxc',_0x3fd6(0x6c)))return _0x10961e[_0x3fd6(0x6d)];else{const _0x51d5f9=await _0x10961e[_0x3fd6(0x6e)](fetch,_api[_0x3fd6(0x4b)][_0x3fd6(0x39)]+_0x3fd6(0x3a),{'method':'GET'});return _0x51d5f9['ok'];}}catch{return![];}};exports[_0x3fd6(0x2)]=isApiReachable;function _0x13d7(){const _0x38f7b3=['defineProperty','runFullDiagnostics','isApiReachable','getNetworkStatus','\x0aโœ…\x20ALL\x20TESTS\x20PASSED\x20-\x20SDK\x20should\x20work\x20correctly','๐Ÿ”\x20ONAIROS\x20SDK\x20NETWORK\x20DIAGNOSTICS','โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•','โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€','\x0a๐Ÿงช\x20Test\x201:\x20Internet\x20Connectivity\x20(google.com)','https://www.google.com','pOmPh','\x0a๐Ÿงช\x20Test\x202:\x20API\x20Reachability\x20(API\x20server/health)','KhPhR','tSPwg','diagnostic_test','youtube','vBBIE','4|0|1|3|2','\x0aโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€','๐Ÿ“‹\x20SUMMARY','iOS:\x20Add\x20NSAppTransportSecurity\x20to\x20Info.plist','iOS:\x20Try\x20on\x20physical\x20device\x20instead\x20of\x20simulator','\x0aโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•','Full\x20results\x20object\x20logged\x20below\x20for\x20debugging:','log','CZVSl','ZoQYF','toISOString','Platform','Version','๐Ÿ“ฑ\x20Platform:\x20','now','HEAD','gvYKg','googleReachable','rawResults','google','status','\x20\x20\x20โœ…\x20PASS\x20-\x20Google\x20reachable\x20(','ms)','MxbcS','aKFqd','push','Google\x20unreachable:\x20','message','recommendations','Device\x20has\x20no\x20internet\x20-\x20check\x20WiFi/cellular','cRHLB','WCGnr','PeIDX','jfhLq','errors','POST\x20request\x20failed:\x20','tests','apiPostWorks','apiPost','iawmV','BASE_URL','/health','Dpmrl','catch','Unable\x20to\x20read','apiHealth','\x20\x20\x20โœ…\x20PASS\x20-\x20API\x20reachable\x20(','pDLpH','parse','youtubeURL','youtubeOAuthWorks','\x20\x20\x20โš ๏ธ\x20PARTIAL\x20-\x20API\x20responded\x20with\x20','API\x20returned\x20status\x20','RtwDK','cJkYL','apiReachable','\x20\x20\x20โŒ\x20FAIL\x20-\x20','Internet\x20works\x20but\x20API\x20blocked.\x20Check:\x20VPN,\x20Firewall,\x20iOS\x20ATS\x20settings','API_CONFIG','/youtube/authorize','stringify','qcIIk','ZaxuH','text','substring','\x20\x20\x20โœ…\x20PASS\x20-\x20POST\x20request\x20succeeded,\x20status:\x20','vNBfz','nnhHn','\x20\x20\x20โœ…\x20BONUS\x20-\x20Got\x20YouTube\x20OAuth\x20URL!','iUVzw','LtWnu','POYNe','faVBZ','values','filter','keys','length','\x0aTests\x20Passed:\x20','fhiTh','1|2|0|3|4','split','\x0aโš ๏ธ\x20SOME\x20TESTS\x20FAILED\x20-\x20See\x20recommendations\x20below:','wIMsQ','CWheE','LLiNp','eVTPy','forEach','\x20\x20\x20','Znerp','jsYig','offline','tXLxc','EuxxX','hDkYS','Check\x20internet\x20connection\x20on\x20device','FxoPo','PvKiy','online','rXmVS','rhfVn','jxeJL','sonpp','vCyIz','BCNgD','PtCSg','dwDsy'];_0x13d7=function(){return _0x38f7b3;};return _0x13d7();}const getNetworkStatus=async()=>{const _0x25427a={'LziGU':function(_0x786878,_0x381f3a){return _0x786878+_0x381f3a;},'dwDsy':_0x3fd6(0x6f),'WssaZ':function(_0xa30d94,_0x3ad43c,_0x2d5819){return _0xa30d94(_0x3ad43c,_0x2d5819);},'rXmVS':_0x3fd6(0x9),'rhfVn':_0x3fd6(0x70),'MyqLO':_0x3fd6(0x71),'jxeJL':_0x3fd6(0x72),'oVRht':'api_unreachable','sonpp':function(_0x1f7f3c,_0x2171de){return _0x1f7f3c!==_0x2171de;},'PtCSg':'offline'};try{await _0x25427a['WssaZ'](fetch,_0x25427a[_0x3fd6(0x73)],{'method':'HEAD'});const _0x261aac=await fetch(_api['API_CONFIG']['BASE_URL']+_0x3fd6(0x3a));if(_0x261aac['ok']){if(_0x25427a[_0x3fd6(0x74)]!==_0x25427a['MyqLO'])return _0x25427a[_0x3fd6(0x75)];else _0x1e16b2[_0x3fd6(0x18)](_0x3fd6(0x68)+_0x25427a['LziGU'](_0x2add3b,0x1)+'.\x20'+_0x5331aa);}else return _0x25427a['oVRht'];}catch{if(_0x25427a[_0x3fd6(0x76)](_0x3fd6(0x77),_0x3fd6(0x78)))return _0x25427a[_0x3fd6(0x79)];else _0x293415[_0x3fd6(0x35)][_0x3fd6(0x22)]=![],_0x5dfeba[_0x3fd6(0x33)][_0x3fd6(0x2a)](_0x3fd6(0x2b)+_0x48aca1[_0x3fd6(0x2c)]),_0x1bb79e[_0x3fd6(0x23)][_0x3fd6(0x24)]={'error':_0x2ac253['message']},_0x2d1315['log'](_0x3fd6(0x49)+_0x5c0b6a['message']),_0x36cae2[_0x3fd6(0x2d)][_0x3fd6(0x2a)](_0x25427a[_0x3fd6(0x7a)]);}};exports[_0x3fd6(0x3)]=getNetworkStatus;
8
+ Object['defineProperty'](exports,'__esModule',{'value':!![]}),exports[_0x13bf(0x0)]=exports['isApiReachable']=exports['getNetworkStatus']=void 0x0;var _reactNative=__ONAIROS_REQ_FUNC__(0x0),_api=__ONAIROS_REQ_FUNC__(0x1);const runFullDiagnostics=async()=>{const _0x4b5247={'wCMIO':function(_0x23d9d4,_0x44c74e){return _0x23d9d4+_0x44c74e;},'jGkdl':_0x13bf(0x1),'uIMiy':function(_0xc3a89,_0x1ac542){return _0xc3a89===_0x1ac542;},'hWCpu':_0x13bf(0x2),'trzDx':_0x13bf(0x3),'xVPGr':'Device\x20has\x20no\x20internet\x20-\x20check\x20WiFi/cellular','odUSw':_0x13bf(0x4),'JpbVb':'offline','Fdeim':'\x0aโœ…\x20ALL\x20TESTS\x20PASSED\x20-\x20SDK\x20should\x20work\x20correctly','Rnpsv':_0x13bf(0x5),'gIiWp':_0x13bf(0x6),'KSIGf':_0x13bf(0x7),'acVYg':_0x13bf(0x8),'AcqTM':function(_0x3c1192,_0x531610,_0x25cd8b){return _0x3c1192(_0x531610,_0x25cd8b);},'wckBb':_0x13bf(0x9),'Ctspj':'HEAD','SwzQt':function(_0x152020,_0x14bd47){return _0x152020-_0x14bd47;},'aMPSA':_0x13bf(0xa),'jnfsx':'\x0a๐Ÿงช\x20Test\x202:\x20API\x20Reachability\x20(API\x20server/health)','beKDL':function(_0x4828cc,_0x24fc5b){return _0x4828cc!==_0x24fc5b;},'cdnZt':'CSLAv','ihMKP':function(_0xa305bf,_0xe065fd){return _0xa305bf-_0xe065fd;},'vIPbB':function(_0x34933e,_0x5ceab1){return _0x34933e===_0x5ceab1;},'AAJuY':_0x13bf(0xb),'htOmB':_0x13bf(0xc),'VXwnJ':_0x13bf(0xd),'ppqXI':function(_0x4f3862,_0x16b006){return _0x4f3862-_0x16b006;},'ccnrT':function(_0x756acb,_0x2bcebd){return _0x756acb===_0x2bcebd;},'xMzmM':_0x13bf(0xe),'Legyj':_0x13bf(0xf),'qNmSr':function(_0x5a3a8a,_0x4811b4){return _0x5a3a8a!==_0x4811b4;},'DMOFF':_0x13bf(0x10),'IvdMP':_0x13bf(0x11),'PdSac':_0x13bf(0x12),'GaBtW':_0x13bf(0x13),'qfUVf':'RzvoW','MGomZ':function(_0x41d6ea,_0x2b5042){return _0x41d6ea===_0x2b5042;},'UauoY':_0x13bf(0x14),'nHdIX':_0x13bf(0x15),'iEmXG':_0x13bf(0x16),'dtIRK':_0x13bf(0x17),'qjbPM':_0x13bf(0x18)};console['log'](_0x4b5247[_0x13bf(0x19)]),console[_0x13bf(0x1a)](_0x4b5247['KSIGf']),console[_0x13bf(0x1a)](_0x4b5247['gIiWp']);const _0x304ce2={'timestamp':new Date()['toISOString'](),'platform':_reactNative['Platform']['OS'],'platformVersion':_reactNative[_0x13bf(0x1b)][_0x13bf(0x1c)],'tests':{'googleReachable':![],'apiReachable':![],'apiPostWorks':![],'youtubeOAuthWorks':![]},'errors':[],'recommendations':[],'rawResults':{}};console[_0x13bf(0x1a)](_0x13bf(0x1d)+_reactNative[_0x13bf(0x1b)]['OS']+'\x20'+_reactNative[_0x13bf(0x1b)][_0x13bf(0x1c)]),console[_0x13bf(0x1a)](_0x4b5247[_0x13bf(0x1e)]),console[_0x13bf(0x1a)](_0x13bf(0x1f));try{const _0x1a19db=Date[_0x13bf(0x20)](),_0x509147=await _0x4b5247[_0x13bf(0x21)](fetch,_0x4b5247[_0x13bf(0x22)],{'method':_0x4b5247[_0x13bf(0x23)]}),_0x3306eb=_0x4b5247['SwzQt'](Date[_0x13bf(0x20)](),_0x1a19db);_0x304ce2['tests']['googleReachable']=!![],_0x304ce2['rawResults'][_0x13bf(0x24)]={'status':_0x509147[_0x13bf(0x25)],'time':_0x3306eb},console[_0x13bf(0x1a)](_0x13bf(0x26)+_0x3306eb+'ms)');}catch(_0x501a24){const _0x2534b3=_0x4b5247[_0x13bf(0x27)]['split']('|');let _0x192b4c=0x0;while(!![]){switch(_0x2534b3[_0x192b4c++]){case'0':_0x304ce2[_0x13bf(0x28)][_0x13bf(0x29)]=![];continue;case'1':_0x304ce2[_0x13bf(0x2a)][_0x13bf(0x2b)](_0x13bf(0x2c)+_0x501a24['message']);continue;case'2':console[_0x13bf(0x1a)](_0x13bf(0x2d)+_0x501a24[_0x13bf(0x2e)]);continue;case'3':_0x304ce2['recommendations'][_0x13bf(0x2b)]('Check\x20internet\x20connection\x20on\x20device');continue;case'4':_0x304ce2['rawResults'][_0x13bf(0x24)]={'error':_0x501a24['message']};continue;}break;}}console['log'](_0x4b5247['jnfsx']);try{if(_0x4b5247[_0x13bf(0x2f)](_0x4b5247[_0x13bf(0x30)],_0x13bf(0x31))){const _0x263971=Date[_0x13bf(0x20)](),_0x112e89=await fetch(_api[_0x13bf(0x32)]['BASE_URL']+'/health',{'method':'GET','headers':{'Accept':'application/json'}}),_0x2ed588=_0x4b5247[_0x13bf(0x33)](Date[_0x13bf(0x20)](),_0x263971),_0x4fee29=await _0x112e89[_0x13bf(0x34)]()[_0x13bf(0x35)](()=>'Unable\x20to\x20read');_0x304ce2[_0x13bf(0x28)][_0x13bf(0x36)]=_0x112e89['ok'],_0x304ce2[_0x13bf(0x37)][_0x13bf(0x38)]={'status':_0x112e89[_0x13bf(0x25)],'time':_0x2ed588,'body':_0x4fee29[_0x13bf(0x39)](0x0,0xc8)};if(_0x112e89['ok']){if(_0x4b5247[_0x13bf(0x3a)](_0x13bf(0x3b),_0x4b5247[_0x13bf(0x3c)])){const _0x296074={'IVBIs':function(_0x182ffa,_0x34b1a8){return _0x4b5247[_0x13bf(0x3d)](_0x182ffa,_0x34b1a8);}};_0x4086ab['log'](_0x4b5247[_0x13bf(0x3e)]),_0x4b5247[_0x13bf(0x3f)](_0x3ac6bf[_0x13bf(0x1b)]['OS'],_0x13bf(0x14))&&!_0x1daaf0[_0x13bf(0x28)][_0x13bf(0x36)]&&_0x5b1900[_0x13bf(0x40)][_0x13bf(0x2b)](_0x4b5247[_0x13bf(0x41)],_0x4b5247[_0x13bf(0x42)]),!_0x59e612[_0x13bf(0x28)][_0x13bf(0x29)]&&_0x162908['recommendations'][_0x13bf(0x2b)](_0x4b5247[_0x13bf(0x43)]),_0x5e7951[_0x13bf(0x1a)](_0x13bf(0x44)),_0x5e35f8[_0x13bf(0x40)][_0x13bf(0x45)]((_0x267881,_0x19d17c)=>{_0xbac4cf[_0x13bf(0x1a)](_0x13bf(0x46)+_0x296074[_0x13bf(0x47)](_0x19d17c,0x1)+'.\x20'+_0x267881);});}else console[_0x13bf(0x1a)](_0x13bf(0x48)+_0x2ed588+'ms)');}else console[_0x13bf(0x1a)](_0x13bf(0x49)+_0x112e89[_0x13bf(0x25)]),_0x304ce2['errors'][_0x13bf(0x2b)]('API\x20returned\x20status\x20'+_0x112e89[_0x13bf(0x25)]);}else{const _0x405570=_0x4b5247[_0x13bf(0x4a)]['split']('|');let _0x4b3703=0x0;while(!![]){switch(_0x405570[_0x4b3703++]){case'0':_0x1c1191[_0x13bf(0x40)][_0x13bf(0x2b)](_0x13bf(0x4b));continue;case'1':_0x55dfb1[_0x13bf(0x28)][_0x13bf(0x29)]=![];continue;case'2':_0x325b8b[_0x13bf(0x2a)]['push'](_0x13bf(0x2c)+_0x41ae00[_0x13bf(0x2e)]);continue;case'3':_0xb8e8[_0x13bf(0x37)][_0x13bf(0x24)]={'error':_0x401158['message']};continue;case'4':_0x56212b[_0x13bf(0x1a)]('\x20\x20\x20โŒ\x20FAIL\x20-\x20'+_0x1135a1['message']);continue;}break;}}}catch(_0x524c2d){_0x304ce2[_0x13bf(0x28)][_0x13bf(0x36)]=![],_0x304ce2[_0x13bf(0x2a)][_0x13bf(0x2b)](_0x13bf(0x4c)+_0x524c2d[_0x13bf(0x2e)]),_0x304ce2[_0x13bf(0x37)][_0x13bf(0x38)]={'error':_0x524c2d[_0x13bf(0x2e)]},console['log']('\x20\x20\x20โŒ\x20FAIL\x20-\x20'+_0x524c2d['message']);if(_0x304ce2[_0x13bf(0x28)][_0x13bf(0x29)]){if(_0x4b5247[_0x13bf(0x4d)]===_0x4b5247[_0x13bf(0x4d)])_0x304ce2[_0x13bf(0x40)]['push'](_0x4b5247['Rnpsv']);else return![];}}console[_0x13bf(0x1a)]('\n\uD83E\uDDEA Test 3: POST Request (OAuth simulation)');try{const _0x52c764=Date[_0x13bf(0x20)](),_0x4f2f5c=await fetch(_api[_0x13bf(0x32)]['BASE_URL']+_0x13bf(0x4e),{'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/json'},'body':JSON[_0x13bf(0x4f)]({'session':{'username':_0x4b5247[_0x13bf(0x50)],'platform':_0x13bf(0x51),'timestamp':new Date()[_0x13bf(0x52)]()}})}),_0x1886f3=_0x4b5247[_0x13bf(0x53)](Date[_0x13bf(0x20)](),_0x52c764),_0x59b621=await _0x4f2f5c[_0x13bf(0x34)]()['catch'](()=>'Unable\x20to\x20read');_0x304ce2[_0x13bf(0x37)]['apiPost']={'status':_0x4f2f5c[_0x13bf(0x25)],'time':_0x1886f3,'body':_0x59b621[_0x13bf(0x39)](0x0,0x1f4)},_0x304ce2['tests'][_0x13bf(0x54)]=!![],console[_0x13bf(0x1a)](_0x13bf(0x55)+_0x4f2f5c['status']+'\x20('+_0x1886f3+_0x13bf(0x56));try{if(_0x4b5247[_0x13bf(0x57)](_0x13bf(0xe),_0x4b5247['xMzmM'])){const _0x1620c4=JSON['parse'](_0x59b621);if(_0x1620c4[_0x13bf(0x58)]){if(_0x4b5247['ccnrT'](_0x4b5247[_0x13bf(0x59)],_0x13bf(0x5a)))return _0x4b5247['JpbVb'];else _0x304ce2[_0x13bf(0x28)][_0x13bf(0x5b)]=!![],console[_0x13bf(0x1a)]('\x20\x20\x20โœ…\x20BONUS\x20-\x20Got\x20YouTube\x20OAuth\x20URL!');}}else _0x3e3dcb[_0x13bf(0x1a)](_0x4b5247[_0x13bf(0x5c)]);}catch{}}catch(_0x471582){if(_0x4b5247[_0x13bf(0x5d)]('CnVRy',_0x4b5247['DMOFF']))return'api_unreachable';else{const _0x2d3f91=_0x4b5247['IvdMP'][_0x13bf(0x5e)]('|');let _0x2379e4=0x0;while(!![]){switch(_0x2d3f91[_0x2379e4++]){case'0':_0x304ce2[_0x13bf(0x28)][_0x13bf(0x54)]=![];continue;case'1':_0x304ce2[_0x13bf(0x2a)][_0x13bf(0x2b)](_0x13bf(0x5f)+_0x471582[_0x13bf(0x2e)]);continue;case'2':console[_0x13bf(0x1a)](_0x13bf(0x2d)+_0x471582[_0x13bf(0x2e)]);continue;case'3':_0x304ce2[_0x13bf(0x37)][_0x13bf(0x60)]={'error':_0x471582['message']};continue;case'4':_0x304ce2['recommendations'][_0x13bf(0x2b)]('POST requests failing. This is the exact issue affecting OAuth.');continue;}break;}}}console[_0x13bf(0x1a)](_0x4b5247[_0x13bf(0x61)]),console[_0x13bf(0x1a)](_0x13bf(0x62)),console['log'](_0x4b5247[_0x13bf(0x1e)]);const _0x2fb41b=Object[_0x13bf(0x63)](_0x304ce2[_0x13bf(0x28)])[_0x13bf(0x64)](Boolean)[_0x13bf(0x65)],_0x50dd23=Object['keys'](_0x304ce2[_0x13bf(0x28)])[_0x13bf(0x65)];console['log'](_0x13bf(0x66)+_0x2fb41b+'/'+_0x50dd23);if(_0x4b5247[_0x13bf(0x3f)](_0x2fb41b,_0x50dd23))console[_0x13bf(0x1a)](_0x4b5247[_0x13bf(0x5c)]);else{if(_0x4b5247[_0x13bf(0x2f)](_0x4b5247[_0x13bf(0x67)],_0x4b5247['qfUVf']))console['log'](_0x4b5247[_0x13bf(0x3e)]),_0x4b5247[_0x13bf(0x68)](_reactNative['Platform']['OS'],_0x4b5247['UauoY'])&&!_0x304ce2[_0x13bf(0x28)][_0x13bf(0x36)]&&(_0x13bf(0x69)!==_0x4b5247[_0x13bf(0x6a)]?_0x304ce2[_0x13bf(0x40)]['push'](_0x4b5247[_0x13bf(0x41)],_0x4b5247[_0x13bf(0x42)]):_0x33d58c[_0x13bf(0x40)][_0x13bf(0x2b)]('iOS:\x20Add\x20NSAppTransportSecurity\x20to\x20Info.plist',_0x4b5247[_0x13bf(0x42)])),!_0x304ce2[_0x13bf(0x28)][_0x13bf(0x29)]&&(_0x4b5247[_0x13bf(0x6b)]===_0x4b5247[_0x13bf(0x6b)]?_0x304ce2[_0x13bf(0x40)][_0x13bf(0x2b)](_0x13bf(0x6c)):_0x542431['recommendations'][_0x13bf(0x2b)](_0x4b5247[_0x13bf(0x6d)])),console[_0x13bf(0x1a)](_0x13bf(0x44)),_0x304ce2[_0x13bf(0x40)][_0x13bf(0x45)]((_0x2237f3,_0x271064)=>{console[_0x13bf(0x1a)](_0x13bf(0x46)+_0x4b5247[_0x13bf(0x3d)](_0x271064,0x1)+'.\x20'+_0x2237f3);});else{const _0x5ed74a=_0x5da371['parse'](_0x5241e0);_0x5ed74a['youtubeURL']&&(_0x5c058b['tests']['youtubeOAuthWorks']=!![],_0x4fba10[_0x13bf(0x1a)](_0x13bf(0x6e)));}}return console[_0x13bf(0x1a)](_0x4b5247[_0x13bf(0x6f)]),console[_0x13bf(0x1a)](_0x4b5247[_0x13bf(0x70)]),console[_0x13bf(0x1a)](JSON['stringify'](_0x304ce2,null,0x2)),_0x304ce2;};exports[_0x13bf(0x0)]=runFullDiagnostics;const isApiReachable=async()=>{const _0x85c439={'yCaTA':_0x13bf(0x71),'ocBGW':function(_0x349c2f,_0x58f7d3,_0x4b5577){return _0x349c2f(_0x58f7d3,_0x4b5577);},'noGJn':function(_0x1ecd24,_0x4e8fae){return _0x1ecd24===_0x4e8fae;},'czQaY':_0x13bf(0x72)};try{const _0x14fbad=await _0x85c439['ocBGW'](fetch,_api[_0x13bf(0x32)]['BASE_URL']+_0x13bf(0x73),{'method':'GET'});return _0x14fbad['ok'];}catch{if(_0x85c439['noGJn'](_0x85c439[_0x13bf(0x74)],_0x85c439[_0x13bf(0x74)]))return![];else{const _0x1182ef=_0x85c439[_0x13bf(0x75)][_0x13bf(0x5e)]('|');let _0x232f61=0x0;while(!![]){switch(_0x1182ef[_0x232f61++]){case'0':_0xade972[_0x13bf(0x1a)](_0x13bf(0x2d)+_0x55656d[_0x13bf(0x2e)]);continue;case'1':_0x48b659[_0x13bf(0x28)][_0x13bf(0x36)]=![];continue;case'2':_0x5641c4['errors'][_0x13bf(0x2b)](_0x13bf(0x4c)+_0x4eb125[_0x13bf(0x2e)]);continue;case'3':_0x54ab97[_0x13bf(0x37)]['apiHealth']={'error':_0x2c46dc[_0x13bf(0x2e)]};continue;case'4':_0x3d06d0['tests']['googleReachable']&&_0x29bd2b[_0x13bf(0x40)][_0x13bf(0x2b)](_0x13bf(0x5));continue;}break;}}}};function _0x13bf(_0x57ee66,_0x13bfb9){_0x57ee66=_0x57ee66-0x0;const _0x57cf44=_0x57ee();let _0x1c3064=_0x57cf44[_0x57ee66];return _0x1c3064;}function _0x57ee(){const _0x3b7c3f=['runFullDiagnostics','\x0aโš ๏ธ\x20SOME\x20TESTS\x20FAILED\x20-\x20See\x20recommendations\x20below:','iOS:\x20Add\x20NSAppTransportSecurity\x20to\x20Info.plist','iOS:\x20Try\x20on\x20physical\x20device\x20instead\x20of\x20simulator','1|2|3|4|0','Internet\x20works\x20but\x20API\x20blocked.\x20Check:\x20VPN,\x20Firewall,\x20iOS\x20ATS\x20settings','โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•','๐Ÿ”\x20ONAIROS\x20SDK\x20NETWORK\x20DIAGNOSTICS','โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€','https://www.google.com','0|1|4|2|3','ozACy','OpVeG','diagnostic_test','MDFtl','wiweJ','CnVRy','0|1|3|2|4','\x0aโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€','PKwYH','ios','xatMi','hdthH','\x0aโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•','Full\x20results\x20object\x20logged\x20below\x20for\x20debugging:','gIiWp','log','Platform','Version','๐Ÿ“ฑ\x20Platform:\x20','acVYg','\x0a๐Ÿงช\x20Test\x201:\x20Internet\x20Connectivity\x20(google.com)','now','AcqTM','wckBb','Ctspj','google','status','\x20\x20\x20โœ…\x20PASS\x20-\x20Google\x20reachable\x20(','aMPSA','tests','googleReachable','errors','push','Google\x20unreachable:\x20','\x20\x20\x20โŒ\x20FAIL\x20-\x20','message','beKDL','cdnZt','ARjBM','API_CONFIG','ihMKP','text','catch','apiReachable','rawResults','apiHealth','substring','vIPbB','SWuMm','AAJuY','wCMIO','jGkdl','uIMiy','recommendations','hWCpu','trzDx','xVPGr','\x0a๐Ÿ“Œ\x20RECOMMENDATIONS:','forEach','\x20\x20\x20','IVBIs','\x20\x20\x20โœ…\x20PASS\x20-\x20API\x20reachable\x20(','\x20\x20\x20โš ๏ธ\x20PARTIAL\x20-\x20API\x20responded\x20with\x20','odUSw','Check\x20internet\x20connection\x20on\x20device','API\x20unreachable:\x20','htOmB','/youtube/authorize','stringify','VXwnJ','youtube','toISOString','ppqXI','apiPostWorks','\x20\x20\x20โœ…\x20PASS\x20-\x20POST\x20request\x20succeeded,\x20status:\x20','ms)','ccnrT','youtubeURL','Legyj','uEzfW','youtubeOAuthWorks','Fdeim','qNmSr','split','POST\x20request\x20failed:\x20','apiPost','PdSac','๐Ÿ“‹\x20SUMMARY','values','filter','length','\x0aTests\x20Passed:\x20','GaBtW','MGomZ','DGBIC','nHdIX','iEmXG','Device\x20has\x20no\x20internet\x20-\x20check\x20WiFi/cellular','Rnpsv','\x20\x20\x20โœ…\x20BONUS\x20-\x20Got\x20YouTube\x20OAuth\x20URL!','dtIRK','qjbPM','1|2|3|0|4','TREya','/health','czQaY','yCaTA','isApiReachable','HEAD','AUWZe','online','api_unreachable','cnKcS','offline','YDtnH','DuOTn','mLPRS','IulXB','BASE_URL','pApyl','BVVVi','lPnyx','tHeLR','LBDBZ','nTpIG','getNetworkStatus'];_0x57ee=function(){return _0x3b7c3f;};return _0x57ee();}exports[_0x13bf(0x76)]=isApiReachable;const getNetworkStatus=async()=>{const _0x4898dd={'BVVVi':function(_0x5cf4d7,_0x2ef376){return _0x5cf4d7+_0x2ef376;},'YDtnH':function(_0xa53718,_0xdf6349,_0xec311a){return _0xa53718(_0xdf6349,_0xec311a);},'DuOTn':'https://www.google.com','mLPRS':_0x13bf(0x77),'IulXB':function(_0x46ad84,_0x1f7729){return _0x46ad84(_0x1f7729);},'xbhtX':_0x13bf(0x78),'pApyl':_0x13bf(0x79),'lPnyx':_0x13bf(0x7a),'tHeLR':function(_0x5a3b82,_0x75f257){return _0x5a3b82!==_0x75f257;},'LBDBZ':_0x13bf(0x7b),'nTpIG':_0x13bf(0x7c)};try{await _0x4898dd[_0x13bf(0x7d)](fetch,_0x4898dd[_0x13bf(0x7e)],{'method':_0x4898dd[_0x13bf(0x7f)]});const _0x12e6fc=await _0x4898dd[_0x13bf(0x80)](fetch,_api['API_CONFIG'][_0x13bf(0x81)]+_0x13bf(0x73));if(_0x12e6fc['ok']){if(_0x4898dd['xbhtX']!=='ULJXa')return _0x4898dd[_0x13bf(0x82)];else _0x2157b8[_0x13bf(0x1a)]('\x20\x20\x20'+_0x4898dd[_0x13bf(0x83)](_0x393b79,0x1)+'.\x20'+_0x3dd77f);}else return _0x4898dd[_0x13bf(0x84)];}catch{if(_0x4898dd[_0x13bf(0x85)](_0x4898dd['LBDBZ'],_0x4898dd[_0x13bf(0x86)]))_0x166441[_0x13bf(0x1a)](_0x13bf(0x48)+_0x35aaa5+_0x13bf(0x56));else return _0x4898dd[_0x13bf(0x87)];}};exports[_0x13bf(0x88)]=getNetworkStatus;