@onairos/react-native 3.6.6 โ†’ 3.6.8

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
@@ -25,4 +25,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
25
25
  require(`../services/${platform}DataExtractor`)
26
26
  ];
27
27
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
28
- import{API_CONFIG}from'../config/api';export const testWebViewScriptExports=()=>{const _0x1f8239={'lcukE':_0x4442(0x0),'gkgwt':function(_0x3c7032,_0x1a4bfe){return _0x3c7032===_0x1a4bfe;},'LdlhL':_0x4442(0x1),'aeZXg':_0x4442(0x2),'GBYJS':'ChatGPT\x20service\x20function\x20available','FyQcj':function(_0x3d8752,_0x9238d0){return _0x3d8752(_0x9238d0);},'IaHIf':_0x4442(0x3),'lHfdV':'Claude\x20scripts\x20missing','bsZMS':_0x4442(0x4),'acWBY':_0x4442(0x5),'qEokT':_0x4442(0x6),'BqedV':'Instagram\x20scripts\x20missing','dWLle':_0x4442(0x7),'DMctx':_0x4442(0x8),'khcDa':_0x4442(0x9),'qYddy':_0x4442(0xa),'rkMfY':'Telegram\x20scripts\x20missing','PBPwi':function(_0x59379d,_0x226227){return _0x59379d(_0x226227);},'lSKmx':_0x4442(0xb),'vWCFX':_0x4442(0xc),'Hsxih':_0x4442(0xd),'ALryI':function(_0x50d3b8,_0x143ea6){return _0x50d3b8!==_0x143ea6;},'UUHcV':_0x4442(0xe),'qhzuY':_0x4442(0xf)},_0x4598ad=[];try{const {CHATGPT_CONSENT_POPUP_SCRIPT:_0x5eeb15,CHATGPT_EXPORT_SCRIPT:_0x48b46a}=_0x1f8239[_0x4442(0x10)](__ONAIROS_REQ_FUNC__,0x13);_0x4598ad[_0x4442(0x11)]({'platform':_0x1f8239[_0x4442(0x12)],'component':_0x1f8239[_0x4442(0x13)],'status':_0x48b46a?'pass':_0x1f8239[_0x4442(0x14)],'message':_0x48b46a?'ChatGPT\x20scripts\x20exported\x20correctly':_0x4442(0x15)});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x5ef5bf,CLAUDE_EXPORT_SCRIPT:_0x48184c}=_0x1f8239['FyQcj'](__ONAIROS_REQ_FUNC__,0x12);_0x4598ad['push']({'platform':'claude','component':_0x4442(0x3),'status':_0x48184c?_0x1f8239['LdlhL']:_0x1f8239[_0x4442(0x14)],'message':_0x48184c?'Claude\x20scripts\x20exported\x20correctly':_0x1f8239[_0x4442(0x16)]});const {HINGE_CONSENT_POPUP_SCRIPT:_0x4d0842,HINGE_EXPORT_SCRIPT:_0x2c5904}=__ONAIROS_REQ_FUNC__(0x11);_0x4598ad['push']({'platform':_0x4442(0x17),'component':_0x1f8239[_0x4442(0x13)],'status':_0x2c5904?_0x1f8239[_0x4442(0x18)]:_0x4442(0x2),'message':_0x2c5904?_0x1f8239[_0x4442(0x19)]:_0x1f8239[_0x4442(0x1a)]});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x27328a,INSTAGRAM_EXPORT_SCRIPT:_0xdbb293}=__ONAIROS_REQ_FUNC__(0x6);_0x4598ad[_0x4442(0x11)]({'platform':_0x1f8239['qEokT'],'component':_0x4442(0x3),'status':_0xdbb293?'pass':_0x1f8239[_0x4442(0x14)],'message':_0xdbb293?_0x4442(0x1b):_0x1f8239[_0x4442(0x1c)]});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0x19277d,SEPHORA_EXPORT_SCRIPT:_0x1ca590}=_0x1f8239['FyQcj'](__ONAIROS_REQ_FUNC__,0x5);_0x4598ad[_0x4442(0x11)]({'platform':_0x1f8239[_0x4442(0x1d)],'component':_0x1f8239[_0x4442(0x13)],'status':_0x1ca590?_0x1f8239[_0x4442(0x18)]:_0x1f8239[_0x4442(0x14)],'message':_0x1ca590?_0x1f8239[_0x4442(0x1e)]:_0x1f8239[_0x4442(0x1f)]});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x49f12e,TELEGRAM_EXPORT_SCRIPT:_0x36ea7c}=__ONAIROS_REQ_FUNC__(0x4);_0x4598ad[_0x4442(0x11)]({'platform':_0x1f8239['qYddy'],'component':_0x1f8239[_0x4442(0x13)],'status':_0x36ea7c?_0x4442(0x1):_0x1f8239['aeZXg'],'message':_0x36ea7c?'Telegram\x20scripts\x20exported\x20correctly':_0x1f8239[_0x4442(0x20)]});const {isWebViewExtractionPlatform:_0x4bed8a,isHingePlatform:_0x5f14ea,isInstagramPlatform:_0x5eb807,isSephoraPlatform:_0x2b8df8,isTelegramPlatform:_0x3b4e23}=_0x1f8239[_0x4442(0x21)](__ONAIROS_REQ_FUNC__,0x3);_0x4598ad['push']({'platform':_0x1f8239[_0x4442(0x22)],'component':_0x1f8239[_0x4442(0x23)],'status':_0x4bed8a&&_0x5f14ea&&_0x5eb807&&_0x2b8df8&&_0x3b4e23?_0x1f8239[_0x4442(0x18)]:_0x1f8239[_0x4442(0x14)],'message':_0x1f8239['Hsxih']});}catch(_0xe68e9){if(_0x1f8239['ALryI'](_0x1f8239[_0x4442(0x24)],_0x4442(0xe))){const {storeChatGPTConversations:_0x46279b}=_0x4d83c5(0x7);_0x4353ee[_0x4442(0x11)]({'platform':_0x1f8239[_0x4442(0x12)],'component':_0x4442(0x25),'status':_0x1f8239[_0x4442(0x26)](typeof _0x46279b,'function')?_0x1f8239[_0x4442(0x18)]:_0x1f8239[_0x4442(0x14)],'message':_0x1f8239[_0x4442(0x27)]});}else _0x4598ad[_0x4442(0x11)]({'platform':_0x1f8239[_0x4442(0x28)],'component':_0x1f8239[_0x4442(0x13)],'status':_0x4442(0x2),'message':_0x4442(0x29)+_0xe68e9['message']});}return _0x4598ad;};export const testServiceImports=()=>{const _0x120cdd={'YcWiF':'โŒ\x20Some\x20tests\x20failed!\x20Please\x20check\x20the\x20errors\x20above.','DbMGw':function(_0x43751b,_0x27397e){return _0x43751b(_0x27397e);},'LAPPb':_0x4442(0x0),'JClTy':_0x4442(0x3),'CIDBR':_0x4442(0x1),'nFjRq':'ChatGPT\x20scripts\x20exported\x20correctly','KEpGj':function(_0x1836c0,_0x2ec47b){return _0x1836c0(_0x2ec47b);},'ztTWv':_0x4442(0x2a),'lSJUg':_0x4442(0x2),'AAiwG':_0x4442(0x2b),'vHCPj':function(_0x766d25,_0xf14118){return _0x766d25(_0xf14118);},'nzPvg':'hinge','hJnMn':_0x4442(0x4),'tSvED':_0x4442(0x5),'YlgPh':function(_0x298cd9,_0x525729){return _0x298cd9(_0x525729);},'zIBJh':_0x4442(0x6),'oZGAu':_0x4442(0x1b),'yFPdM':_0x4442(0x2c),'TSKNL':_0x4442(0x7),'JMIYu':_0x4442(0x9),'KHVwR':'telegram','qKvXU':_0x4442(0x2d),'mPfwL':'Telegram\x20scripts\x20missing','beyWY':function(_0xf2d2d6,_0x47b3c1){return _0xf2d2d6(_0x47b3c1);},'atymU':'utilities','Jpzca':_0x4442(0xc),'YZkZO':function(_0x375e8d,_0x4aba74){return _0x375e8d&&_0x4aba74;},'UAbLJ':'all','yOGGF':function(_0xc144c1,_0x5cdc16){return _0xc144c1+_0x5cdc16;},'AkWOf':_0x4442(0x2e),'oskwi':function(_0x50cb01,_0x23e12e){return _0x50cb01===_0x23e12e;},'hoEPQ':_0x4442(0x2f),'ORTSG':function(_0x1d446f,_0x252349){return _0x1d446f(_0x252349);},'DdXfk':'service','DlIVl':_0x4442(0x30),'RuuJB':function(_0x5eba59,_0x49f72c){return _0x5eba59(_0x49f72c);},'eQaKq':function(_0x2e3ba3,_0x7b5755){return _0x2e3ba3===_0x7b5755;},'ZgaAa':_0x4442(0x31),'qKXfk':_0x4442(0x32),'tNjMH':_0x4442(0x33),'Visow':function(_0x4d075b,_0x634882){return _0x4d075b===_0x634882;},'NiTaG':function(_0x19c8ba,_0x16339b){return _0x19c8ba(_0x16339b);},'bcqsE':_0x4442(0x34),'RCUeC':function(_0x416438,_0x57d086){return _0x416438===_0x57d086;},'mMRzd':_0x4442(0x35),'NEBQl':function(_0x93abeb,_0x46334c){return _0x93abeb!==_0x46334c;},'hjljw':'SyBOU','rqHVV':function(_0x51085e,_0x5bb196){return _0x51085e(_0x5bb196);},'QpPKI':_0x4442(0x36),'qNMFE':_0x4442(0x37),'cGTiE':function(_0xb4e58,_0x4427d8){return _0xb4e58(_0x4427d8);},'mzGEA':_0x4442(0x38),'FaeQY':function(_0x5b61c1,_0x50a5cf){return _0x5b61c1===_0x50a5cf;},'vBiwt':_0x4442(0x39)},_0x2f50e2=[];try{if(_0x120cdd[_0x4442(0x3a)](_0x120cdd[_0x4442(0x3b)],'Wtkue')){const {storeChatGPTConversations:_0x1e5b54}=_0x120cdd[_0x4442(0x3c)](__ONAIROS_REQ_FUNC__,0x7);_0x2f50e2[_0x4442(0x11)]({'platform':_0x120cdd[_0x4442(0x3d)],'component':_0x120cdd['DdXfk'],'status':_0x120cdd[_0x4442(0x3e)](typeof _0x1e5b54,_0x120cdd[_0x4442(0x3f)])?_0x120cdd['CIDBR']:_0x120cdd[_0x4442(0x40)],'message':_0x120cdd[_0x4442(0x41)]});}else _0xc38924[_0x4442(0x42)](_0x120cdd[_0x4442(0x43)]);}catch(_0x51d723){_0x2f50e2[_0x4442(0x11)]({'platform':_0x120cdd[_0x4442(0x3d)],'component':_0x120cdd[_0x4442(0x44)],'status':_0x4442(0x2),'message':_0x4442(0x29)+_0x51d723[_0x4442(0x45)]});}try{const {storeClaudeConversations:_0x2ea232}=__ONAIROS_REQ_FUNC__(0x8);_0x2f50e2[_0x4442(0x11)]({'platform':_0x120cdd[_0x4442(0x46)],'component':_0x4442(0x25),'status':_0x120cdd[_0x4442(0x47)](typeof _0x2ea232,_0x4442(0x2f))?_0x120cdd[_0x4442(0x48)]:_0x120cdd[_0x4442(0x40)],'message':_0x120cdd['ZgaAa']});}catch(_0x5cb019){_0x2f50e2[_0x4442(0x11)]({'platform':_0x120cdd['ztTWv'],'component':_0x120cdd[_0x4442(0x44)],'status':_0x120cdd[_0x4442(0x40)],'message':'Import\x20error:\x20'+_0x5cb019[_0x4442(0x45)]});}try{const {storeHingeData:_0x2efab2}=_0x120cdd[_0x4442(0x49)](__ONAIROS_REQ_FUNC__,0x9);_0x2f50e2[_0x4442(0x11)]({'platform':_0x4442(0x17),'component':_0x120cdd[_0x4442(0x44)],'status':_0x120cdd[_0x4442(0x47)](typeof _0x2efab2,_0x120cdd['hoEPQ'])?_0x4442(0x1):_0x120cdd[_0x4442(0x40)],'message':_0x120cdd['bcqsE']});}catch(_0x56f12c){_0x2f50e2[_0x4442(0x11)]({'platform':_0x120cdd[_0x4442(0x4a)],'component':_0x120cdd[_0x4442(0x44)],'status':_0x120cdd[_0x4442(0x40)],'message':_0x4442(0x29)+_0x56f12c['message']});}try{const {storeInstagramData:_0x4571dc}=__ONAIROS_REQ_FUNC__(0xa);_0x2f50e2[_0x4442(0x11)]({'platform':_0x120cdd['zIBJh'],'component':_0x4442(0x25),'status':_0x120cdd[_0x4442(0x47)](typeof _0x4571dc,_0x120cdd['hoEPQ'])?_0x120cdd[_0x4442(0x48)]:_0x4442(0x2),'message':_0x4442(0x4b)});}catch(_0x52354c){if(_0x120cdd[_0x4442(0x4c)](_0x4442(0x4d),_0x120cdd[_0x4442(0x4e)])){const _0x3c0806=[];try{const {CHATGPT_CONSENT_POPUP_SCRIPT:_0x2efa01,CHATGPT_EXPORT_SCRIPT:_0x5d061e}=_0x120cdd[_0x4442(0x4f)](_0x1f9b26,0x13);_0x3c0806[_0x4442(0x11)]({'platform':_0x120cdd[_0x4442(0x3d)],'component':_0x120cdd['JClTy'],'status':_0x5d061e?_0x120cdd[_0x4442(0x48)]:_0x4442(0x2),'message':_0x5d061e?_0x120cdd[_0x4442(0x50)]:_0x4442(0x15)});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x5a4acb,CLAUDE_EXPORT_SCRIPT:_0xbacc03}=_0x120cdd[_0x4442(0x51)](_0x41ab38,0x12);_0x3c0806['push']({'platform':_0x120cdd[_0x4442(0x46)],'component':_0x120cdd[_0x4442(0x52)],'status':_0xbacc03?_0x120cdd['CIDBR']:_0x120cdd[_0x4442(0x40)],'message':_0xbacc03?_0x120cdd[_0x4442(0x53)]:_0x4442(0x54)});const {HINGE_CONSENT_POPUP_SCRIPT:_0x2cd7ac,HINGE_EXPORT_SCRIPT:_0x1d2ca2}=_0x120cdd[_0x4442(0x55)](_0x544e13,0x11);_0x3c0806['push']({'platform':_0x120cdd[_0x4442(0x4a)],'component':_0x120cdd[_0x4442(0x52)],'status':_0x1d2ca2?_0x4442(0x1):_0x120cdd[_0x4442(0x40)],'message':_0x1d2ca2?_0x120cdd['hJnMn']:_0x120cdd['tSvED']});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x36f1b6,INSTAGRAM_EXPORT_SCRIPT:_0x34ba22}=_0x120cdd[_0x4442(0x56)](_0x1d43c7,0x6);_0x3c0806[_0x4442(0x11)]({'platform':_0x120cdd[_0x4442(0x57)],'component':_0x120cdd[_0x4442(0x52)],'status':_0x34ba22?_0x120cdd[_0x4442(0x48)]:_0x4442(0x2),'message':_0x34ba22?_0x120cdd[_0x4442(0x58)]:_0x120cdd[_0x4442(0x59)]});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0x107269,SEPHORA_EXPORT_SCRIPT:_0x5cec29}=_0x120cdd[_0x4442(0x4f)](_0xf1e25c,0x5);_0x3c0806[_0x4442(0x11)]({'platform':_0x120cdd['TSKNL'],'component':_0x120cdd[_0x4442(0x52)],'status':_0x5cec29?_0x4442(0x1):_0x120cdd[_0x4442(0x40)],'message':_0x5cec29?'Sephora\x20scripts\x20exported\x20correctly':_0x120cdd[_0x4442(0x5a)]});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x3ccf6b,TELEGRAM_EXPORT_SCRIPT:_0x197c67}=_0x120cdd['KEpGj'](_0x45aa00,0x4);_0x3c0806[_0x4442(0x11)]({'platform':_0x120cdd['KHVwR'],'component':_0x120cdd[_0x4442(0x52)],'status':_0x197c67?_0x120cdd[_0x4442(0x48)]:_0x4442(0x2),'message':_0x197c67?_0x120cdd[_0x4442(0x5b)]:_0x120cdd[_0x4442(0x5c)]});const {isWebViewExtractionPlatform:_0x5cf4ce,isHingePlatform:_0x261351,isInstagramPlatform:_0x35a039,isSephoraPlatform:_0x126b40,isTelegramPlatform:_0xa9543a}=_0x120cdd[_0x4442(0x5d)](_0x5f4856,0x3);_0x3c0806[_0x4442(0x11)]({'platform':_0x120cdd[_0x4442(0x5e)],'component':_0x120cdd['Jpzca'],'status':_0x120cdd[_0x4442(0x5f)](_0x5cf4ce,_0x261351)&&_0x35a039&&_0x126b40&&_0xa9543a?_0x120cdd[_0x4442(0x48)]:_0x120cdd[_0x4442(0x40)],'message':_0x4442(0xd)});}catch(_0x5a428d){_0x3c0806['push']({'platform':_0x120cdd['UAbLJ'],'component':_0x120cdd[_0x4442(0x52)],'status':_0x120cdd[_0x4442(0x40)],'message':'Import\x20error:\x20'+_0x5a428d['message']});}return _0x3c0806;}else _0x2f50e2[_0x4442(0x11)]({'platform':_0x120cdd[_0x4442(0x57)],'component':_0x120cdd[_0x4442(0x44)],'status':_0x120cdd[_0x4442(0x40)],'message':_0x4442(0x29)+_0x52354c[_0x4442(0x45)]});}try{if(_0x120cdd[_0x4442(0x60)](_0x120cdd['hjljw'],_0x4442(0x61))){const _0x424bab=_0x1e5ede(0x15),_0x45360c=_0x4442(0x62)+_0x120cdd[_0x4442(0x63)](_0x52ca4f['charAt'](0x0)[_0x4442(0x64)](),_0x407c2d['slice'](0x1))+_0x4442(0x65);_0x56637f[_0x4442(0x11)]({'platform':_0x5d8bb4,'component':_0x120cdd[_0x4442(0x66)],'status':_0x120cdd['oskwi'](typeof _0x424bab[_0x45360c],_0x120cdd[_0x4442(0x3f)])?_0x120cdd['CIDBR']:_0x4442(0x2),'message':_0x4442(0x67)+_0x45360c+_0x4442(0x68)});}else{const {storeSephoraData:_0x26fc18}=_0x120cdd[_0x4442(0x69)](__ONAIROS_REQ_FUNC__,0xb);_0x2f50e2[_0x4442(0x11)]({'platform':_0x120cdd[_0x4442(0x6a)],'component':_0x4442(0x25),'status':_0x120cdd[_0x4442(0x47)](typeof _0x26fc18,_0x120cdd[_0x4442(0x3f)])?_0x4442(0x1):_0x120cdd[_0x4442(0x40)],'message':_0x120cdd[_0x4442(0x6b)]});}}catch(_0x3e2cd1){if(_0x120cdd['Visow'](_0x120cdd[_0x4442(0x6c)],_0x120cdd[_0x4442(0x6d)])){const {storeSephoraData:_0x32569e}=_0x120cdd[_0x4442(0x3c)](_0x1fe06c,0xb);_0x23b2f3['push']({'platform':'sephora','component':_0x120cdd[_0x4442(0x44)],'status':_0x120cdd['oskwi'](typeof _0x32569e,_0x120cdd[_0x4442(0x3f)])?_0x120cdd[_0x4442(0x48)]:_0x4442(0x2),'message':_0x120cdd[_0x4442(0x6b)]});}else _0x2f50e2[_0x4442(0x11)]({'platform':_0x4442(0x7),'component':_0x120cdd[_0x4442(0x44)],'status':_0x120cdd[_0x4442(0x40)],'message':_0x4442(0x29)+_0x3e2cd1[_0x4442(0x45)]});}try{const {storeTelegramData:_0x4e6fd4}=_0x120cdd[_0x4442(0x6e)](__ONAIROS_REQ_FUNC__,0xc);_0x2f50e2[_0x4442(0x11)]({'platform':_0x120cdd['KHVwR'],'component':_0x4442(0x25),'status':_0x120cdd[_0x4442(0x3a)](typeof _0x4e6fd4,'function')?_0x4442(0x1):_0x120cdd['lSJUg'],'message':_0x120cdd[_0x4442(0x6f)]});}catch(_0x323a03){if(_0x120cdd[_0x4442(0x70)](_0x120cdd['vBiwt'],'Pywfa')){const {storeClaudeConversations:_0x35b076}=_0x120cdd[_0x4442(0x71)](_0x484dc1,0x8);_0x17c33f[_0x4442(0x11)]({'platform':_0x120cdd['ztTWv'],'component':_0x120cdd[_0x4442(0x44)],'status':_0x120cdd[_0x4442(0x3e)](typeof _0x35b076,_0x4442(0x2f))?_0x120cdd['CIDBR']:_0x120cdd[_0x4442(0x40)],'message':_0x120cdd[_0x4442(0x72)]});}else _0x2f50e2['push']({'platform':_0x120cdd[_0x4442(0x73)],'component':_0x120cdd['DdXfk'],'status':_0x120cdd[_0x4442(0x40)],'message':_0x4442(0x29)+_0x323a03[_0x4442(0x45)]});}return _0x2f50e2;};export const testExtractorImports=()=>{const _0x58fedb={'MXoAQ':_0x4442(0x17),'fElhW':function(_0x3903ee,_0x530c4b){return _0x3903ee(_0x530c4b);},'iYzzl':function(_0x4635df,_0x19470c){return _0x4635df(_0x19470c);},'cVlde':_0x4442(0x74),'dLwWa':'fail','mCTLG':_0x4442(0x75),'ofxar':_0x4442(0x76),'hMcxQ':function(_0x45869c,_0x47a0f3){return _0x45869c(_0x47a0f3);},'qoMBS':_0x4442(0x6),'ASLoc':_0x4442(0x77),'KMpZO':_0x4442(0x78),'aXSYi':function(_0x576915,_0x30a272){return _0x576915(_0x30a272);},'gUgDG':'sephora','oquxo':_0x4442(0x1),'SZhqx':_0x4442(0x79),'OdPJp':'Sephora\x20detection\x20failed','reGfK':'telegram','vQQSV':function(_0x39e4b2,_0x2bb13e){return _0x39e4b2(_0x2bb13e);},'aDRAH':function(_0x1997e7,_0x16f417){return _0x1997e7(_0x16f417);},'LPANH':'Telegram\x20detection\x20correct','QiwaG':_0x4442(0xf),'kWdoh':'validation','doRbx':'warning','KRfLX':_0x4442(0x7a),'xMnNb':function(_0x3ffbd0,_0x315d6c){return _0x3ffbd0===_0x315d6c;},'WMaAz':function(_0x3f2d0f,_0x2903d8){return _0x3f2d0f===_0x2903d8;},'MdkCp':_0x4442(0x7b),'XwpJD':function(_0x55a24a,_0x701dfb){return _0x55a24a===_0x701dfb;},'xMUTy':_0x4442(0x7c),'mhyTF':'service','YuTgo':_0x4442(0x2f),'gZLFo':function(_0x269d4f,_0x31ae09){return _0x269d4f(_0x31ae09);},'CUArq':'extractor','DZkrp':_0x4442(0x7d),'mMjOR':function(_0x675e,_0x2e4ef8){return _0x675e!==_0x2e4ef8;},'CbPCj':_0x4442(0x7e),'buxOP':function(_0x13c3e9,_0x44c19f){return _0x13c3e9(_0x44c19f);},'VZvZP':_0x4442(0x7f),'xiUNl':_0x4442(0x80),'puoWJ':'LjEIP','ZKtua':_0x4442(0x81),'btyuB':_0x4442(0x82),'xnTgF':_0x4442(0x83),'EjVlH':'JNOeg','FbLWP':function(_0xbbf664,_0x5b65cc){return _0xbbf664(_0x5b65cc);},'EjxQI':_0x4442(0x84),'mJHHn':function(_0x1eefa0,_0x51335a){return _0x1eefa0!==_0x51335a;},'MmsdR':'kxefA'},_0x5e620e=[];try{const {useHingeDataExtractor:useHingeDataExtractor}=_0x58fedb[_0x4442(0x85)](__ONAIROS_REQ_FUNC__,0xd);_0x5e620e[_0x4442(0x11)]({'platform':_0x58fedb[_0x4442(0x86)],'component':_0x58fedb['CUArq'],'status':_0x58fedb[_0x4442(0x87)](typeof useHingeDataExtractor,_0x58fedb[_0x4442(0x88)])?'pass':_0x4442(0x2),'message':_0x58fedb[_0x4442(0x89)]});}catch(_0x5c3c63){if(_0x58fedb[_0x4442(0x8a)](_0x4442(0x7e),_0x58fedb[_0x4442(0x8b)])){const _0x47a4f8=[];try{const {isWebViewExtractionPlatform:_0x305e6d,isHingePlatform:_0x143bc8,isInstagramPlatform:_0x343da6,isSephoraPlatform:_0x5b9cdd,isLLMPlatform:_0x57a9e0}=_0x50c281(0x2),_0x43f222=_0x143bc8(_0x58fedb[_0x4442(0x86)])&&_0x58fedb[_0x4442(0x8c)](_0x305e6d,_0x58fedb[_0x4442(0x86)])&&!_0x58fedb[_0x4442(0x8d)](_0x57a9e0,_0x58fedb[_0x4442(0x86)]);_0x47a4f8[_0x4442(0x11)]({'platform':_0x4442(0x17),'component':_0x58fedb[_0x4442(0x8e)],'status':_0x43f222?'pass':_0x58fedb['dLwWa'],'message':_0x43f222?_0x58fedb['mCTLG']:_0x58fedb[_0x4442(0x8f)]});const _0x717248=_0x58fedb[_0x4442(0x8c)](_0x343da6,_0x4442(0x6))&&_0x58fedb[_0x4442(0x8c)](_0x305e6d,_0x4442(0x6))&&!_0x58fedb[_0x4442(0x90)](_0x57a9e0,_0x58fedb['qoMBS']);_0x47a4f8[_0x4442(0x11)]({'platform':_0x58fedb[_0x4442(0x91)],'component':_0x4442(0x74),'status':_0x717248?_0x4442(0x1):_0x58fedb['dLwWa'],'message':_0x717248?_0x58fedb[_0x4442(0x92)]:_0x58fedb[_0x4442(0x93)]});const _0x547849=_0x58fedb[_0x4442(0x94)](_0x5b9cdd,_0x58fedb[_0x4442(0x95)])&&_0x305e6d(_0x58fedb[_0x4442(0x95)])&&!_0x57a9e0(_0x58fedb[_0x4442(0x95)]);_0x47a4f8['push']({'platform':_0x4442(0x7),'component':_0x58fedb[_0x4442(0x8e)],'status':_0x547849?_0x58fedb[_0x4442(0x96)]:_0x58fedb[_0x4442(0x97)],'message':_0x547849?_0x58fedb[_0x4442(0x98)]:_0x58fedb[_0x4442(0x99)]});const {isTelegramPlatform:_0x56d55c}=_0xe5433a(0x1),_0x5d830c=_0x58fedb[_0x4442(0x8c)](_0x56d55c,_0x58fedb[_0x4442(0x9a)])&&_0x58fedb[_0x4442(0x9b)](_0x305e6d,_0x4442(0xa))&&!_0x58fedb['aDRAH'](_0x57a9e0,_0x4442(0xa));_0x47a4f8[_0x4442(0x11)]({'platform':_0x58fedb[_0x4442(0x9a)],'component':_0x58fedb[_0x4442(0x8e)],'status':_0x5d830c?_0x58fedb[_0x4442(0x96)]:_0x58fedb['dLwWa'],'message':_0x5d830c?_0x58fedb[_0x4442(0x9c)]:_0x4442(0x9d)});}catch(_0x33c0bb){_0x47a4f8[_0x4442(0x11)]({'platform':_0x58fedb['QiwaG'],'component':_0x4442(0x74),'status':_0x4442(0x2),'message':_0x4442(0x9e)+_0x33c0bb[_0x4442(0x45)]});}return _0x47a4f8;}else _0x5e620e[_0x4442(0x11)]({'platform':_0x58fedb[_0x4442(0x86)],'component':_0x4442(0x2e),'status':_0x58fedb[_0x4442(0x97)],'message':_0x4442(0x29)+_0x5c3c63[_0x4442(0x45)]});}try{const {useInstagramDataExtractor:useInstagramDataExtractor}=_0x58fedb[_0x4442(0x9f)](__ONAIROS_REQ_FUNC__,0xe);_0x5e620e[_0x4442(0x11)]({'platform':_0x4442(0x6),'component':_0x58fedb[_0x4442(0xa0)],'status':_0x58fedb[_0x4442(0xa1)](typeof useInstagramDataExtractor,_0x58fedb[_0x4442(0x88)])?_0x58fedb[_0x4442(0x96)]:_0x4442(0x2),'message':_0x58fedb[_0x4442(0xa2)]});}catch(_0x345012){'XBCcJ'!==_0x58fedb[_0x4442(0xa3)]?_0x1f8935['push']({'platform':_0x3e4954,'component':_0x58fedb[_0x4442(0xa4)],'status':_0x58fedb['doRbx'],'message':_0x4442(0xa5)+_0x48642c+'.\x20Use\x20\x27hinge\x27,\x20\x27instagram\x27,\x20\x27sephora\x27,\x20or\x20\x27telegram\x27.'}):_0x5e620e[_0x4442(0x11)]({'platform':_0x58fedb[_0x4442(0x91)],'component':_0x58fedb[_0x4442(0xa0)],'status':_0x58fedb[_0x4442(0x97)],'message':_0x4442(0x29)+_0x345012['message']});}try{if(_0x58fedb['puoWJ']===_0x58fedb[_0x4442(0xa6)])_0x4e3420[_0x4442(0x42)](_0x58fedb['KRfLX']);else{const {useSephoraDataExtractor:useSephoraDataExtractor}=_0x58fedb['vQQSV'](__ONAIROS_REQ_FUNC__,0xf);_0x5e620e['push']({'platform':_0x58fedb[_0x4442(0x95)],'component':_0x58fedb['CUArq'],'status':typeof useSephoraDataExtractor===_0x4442(0x2f)?_0x58fedb[_0x4442(0x96)]:_0x58fedb['dLwWa'],'message':_0x58fedb[_0x4442(0xa7)]});}}catch(_0x4808a9){_0x58fedb[_0x4442(0xa8)]!==_0x58fedb['EjVlH']?_0x5e620e[_0x4442(0x11)]({'platform':_0x58fedb[_0x4442(0x95)],'component':_0x58fedb[_0x4442(0xa0)],'status':_0x58fedb[_0x4442(0x97)],'message':'Import\x20error:\x20'+_0x4808a9['message']}):_0x56648b[_0x4442(0x11)]({'platform':_0x4442(0xa9),'component':_0x4442(0xaa),'status':_0x4442(0xab),'message':_0x4442(0xac)+_0x2ad425['message']});}try{const {useTelegramDataExtractor:useTelegramDataExtractor}=_0x58fedb[_0x4442(0xad)](__ONAIROS_REQ_FUNC__,0x10);_0x5e620e[_0x4442(0x11)]({'platform':_0x58fedb[_0x4442(0x9a)],'component':_0x58fedb[_0x4442(0xa0)],'status':_0x58fedb[_0x4442(0xa1)](typeof useTelegramDataExtractor,'function')?_0x58fedb['oquxo']:_0x58fedb[_0x4442(0x97)],'message':_0x58fedb[_0x4442(0xae)]});}catch(_0x1b374d){if(_0x58fedb[_0x4442(0xaf)](_0x58fedb['MmsdR'],_0x4442(0xb0))){const _0x574053=_0x58fedb[_0x4442(0xb1)](_0x3c6790,0x14),_0x5575eb=_0x58fedb[_0x4442(0x87)](_0x492925,_0x58fedb[_0x4442(0x86)])?_0x4442(0xb2):_0x58fedb['WMaAz'](_0x41eef4,_0x58fedb[_0x4442(0x91)])?_0x58fedb[_0x4442(0xb3)]:_0x58fedb[_0x4442(0xb4)](_0x2eb9b8,_0x4442(0xa))?_0x4442(0xb5):_0x58fedb[_0x4442(0xb6)];_0x2946fb[_0x4442(0x11)]({'platform':_0x2ff315,'component':_0x58fedb[_0x4442(0xb7)],'status':_0x58fedb[_0x4442(0xa1)](typeof _0x574053[_0x5575eb],_0x58fedb['YuTgo'])?_0x58fedb[_0x4442(0x96)]:_0x58fedb[_0x4442(0x97)],'message':_0x4442(0xb8)+_0x5575eb+'\x20available'});}else _0x5e620e['push']({'platform':_0x58fedb['reGfK'],'component':_0x58fedb[_0x4442(0xa0)],'status':_0x58fedb[_0x4442(0x97)],'message':_0x4442(0x29)+_0x1b374d[_0x4442(0x45)]});}return _0x5e620e;};function _0x3f65(){const _0x258a6f=['chatgpt','pass','fail','webview_scripts','Hinge\x20scripts\x20exported\x20correctly','Hinge\x20scripts\x20missing','instagram','sephora','Sephora\x20scripts\x20exported\x20correctly','Sephora\x20scripts\x20missing','telegram','utilities','platform_detection','Platform\x20detection\x20functions\x20available','vtfRD','all','FyQcj','push','lcukE','IaHIf','aeZXg','ChatGPT\x20scripts\x20missing','lHfdV','hinge','LdlhL','bsZMS','acWBY','Instagram\x20scripts\x20exported\x20correctly','BqedV','dWLle','DMctx','khcDa','rkMfY','PBPwi','lSKmx','vWCFX','UUHcV','service','gkgwt','GBYJS','qhzuY','Import\x20error:\x20','claude','Claude\x20scripts\x20exported\x20correctly','Instagram\x20scripts\x20missing','Telegram\x20scripts\x20exported\x20correctly','extractor','function','Sephora\x20service\x20function\x20available','Claude\x20service\x20function\x20available','Wtkue','ChatGPT\x20service\x20function\x20available','Hinge\x20service\x20function\x20available','sgKQw','sdgEr','vGklt','Telegram\x20service\x20function\x20available','OwRuA','oskwi','qKXfk','ORTSG','LAPPb','eQaKq','hoEPQ','lSJUg','tNjMH','log','YcWiF','DdXfk','message','ztTWv','Visow','CIDBR','NiTaG','nzPvg','Instagram\x20service\x20function\x20available','RCUeC','MQXLd','mMRzd','DbMGw','nFjRq','KEpGj','JClTy','AAiwG','Claude\x20scripts\x20missing','vHCPj','YlgPh','zIBJh','oZGAu','yFPdM','JMIYu','qKvXU','mPfwL','beyWY','atymU','YZkZO','NEBQl','SyBOU','use','yOGGF','toUpperCase','DataExtractor','AkWOf','Extractor\x20hook\x20','\x20available','rqHVV','TSKNL','DlIVl','QpPKI','qNMFE','cGTiE','mzGEA','FaeQY','RuuJB','ZgaAa','KHVwR','detection','Hinge\x20detection\x20correct','Hinge\x20detection\x20failed','Instagram\x20detection\x20correct','Instagram\x20detection\x20failed','Sephora\x20detection\x20correct','โœ…\x20All\x20tests\x20passed!\x20Connectors\x20are\x20ready.','storeInstagramData','storeSephoraData','Hinge\x20extractor\x20hook\x20available','gFYSo','Instagram\x20extractor\x20hook\x20available','XBCcJ','AbMje','Sephora\x20extractor\x20hook\x20available','KlRDh','Telegram\x20extractor\x20hook\x20available','gZLFo','MXoAQ','xMnNb','YuTgo','DZkrp','mMjOR','CbPCj','fElhW','iYzzl','cVlde','ofxar','hMcxQ','qoMBS','ASLoc','KMpZO','aXSYi','gUgDG','oquxo','dLwWa','SZhqx','OdPJp','reGfK','vQQSV','LPANH','Telegram\x20detection\x20failed','Detection\x20test\x20error:\x20','buxOP','CUArq','WMaAz','VZvZP','xiUNl','kWdoh','Unknown\x20platform:\x20','ZKtua','btyuB','xnTgF','backend','platform_data_endpoint','warning','Endpoint\x20check\x20failed\x20(may\x20require\x20auth):\x20','FbLWP','EjxQI','mJHHn','kxefA','aDRAH','storeHingeData','MdkCp','XwpJD','storeTelegramData','xMUTy','mhyTF','Service\x20function\x20','YBgqh','TkUBJ','health','OPTIONS','csLgC','FDxzN','hQnfK','lvOeE','VzAWy','LmzNV','JqpzU','mImId','QNMGt','abort','BASE_URL','/health','signal','HTSVJ','Backend\x20health\x20check\x20passed','status','KmJTC','tukSg','wyCYL','jtybE','Backend\x20unreachable:\x20','Extractor\x20import\x20failed:\x20','dNWDU','/platform-data/store','ZEcMy','jakPT','yqxil','tJKzp','Sephora\x20detection\x20failed','Telegram\x20detection\x20correct','TjTGN','GPAly','HouxS','QTfku','GdGiT','oBOvw','Zrqvd','yOgne','UCQUM','lUnvh','LjUBp','owWHi','nuDLb','FYzBl','VjLXH','lijWl','OQgkW','bPFvd','HttVe','๐Ÿ“‹\x20Testing\x20backend\x20connectivity...','๐Ÿงช\x20CONNECTOR\x20SANITY\x20TEST\x20RESULTS','\x0a========================================','โŒ\x20Some\x20tests\x20failed!\x20Please\x20check\x20the\x20errors\x20above.','โš ๏ธ\x20All\x20critical\x20tests\x20passed,\x20but\x20there\x20are\x20warnings.','Tbkiq','MEGwu','FxujT','hKqih','bXzYS','VEyhH','ZfBfB','pZKmm','filter','length','AkxRt','VfJSV','LdrUq','bAXNc','platform','component','oTtvN','๐Ÿ“Š\x20Summary:\x20','\x20passed,\x20','\x20failed,\x20','\x20warnings','vcOec','ZSLJH','TVJJx','pvzbr','baLLI','kRhHi','zYnVE','webview_script','Export\x20script\x20available','Export\x20script\x20missing','ZCGXC','atgle','PDclb','YhSOx','YDMxx','๐Ÿงช\x20Testing\x20','\x20connector...\x0a','toLowerCase','zqUKP','dTgGy','includes','faIFi','rbjUy','EwFti','QGxzV','HEsGE','aPuIo','dGLSy','UmZPc','_EXPORT_SCRIPT','qKaIr','PijYr','tqncL','cLAVM','NUvpm','CuHKc','Script\x20import\x20failed:\x20','EWtMI','JlpVE','XANZm','NGabC','mocCu','dOJYk','GbdrC','QCrJT','TTZat','Service\x20import\x20failed:\x20','gienl','OfmCa','slice','guMku','PGvDx','CGCaX','MpUgW','nZSrV','.\x20Use\x20\x27hinge\x27,\x20\x27instagram\x27,\x20\x27sephora\x27,\x20or\x20\x27telegram\x27.'];_0x3f65=function(){return _0x258a6f;};return _0x3f65();}export const testBackendConnectivity=async()=>{const _0x4ae92c={'hQnfK':function(_0x598378,_0x3e342f){return _0x598378(_0x3e342f);},'lvOeE':_0x4442(0x2e),'VzAWy':function(_0x5c9ccc,_0x4401dd){return _0x5c9ccc===_0x4401dd;},'LmzNV':'function','JqpzU':'pass','mImId':'fail','QNMGt':_0x4442(0x7f),'csLgC':_0x4442(0xb9),'DcAAY':function(_0x1433b1,_0x4073ab,_0x1a7a05){return _0x1433b1(_0x4073ab,_0x1a7a05);},'wLjMo':function(_0x336e9a,_0x1c8412){return _0x336e9a(_0x1c8412);},'tJKzp':'backend','HTSVJ':_0x4442(0xab),'KmJTC':function(_0x25d07d,_0x2b2dd0){return _0x25d07d!==_0x2b2dd0;},'tukSg':_0x4442(0xba),'jtybE':_0x4442(0xbb),'dNWDU':function(_0x323587,_0x33358f,_0x132b51){return _0x323587(_0x33358f,_0x132b51);},'ZEcMy':_0x4442(0xbc),'jakPT':_0x4442(0xaa),'yqxil':function(_0x4b7a7c,_0x5669cb){return _0x4b7a7c<_0x5669cb;}},_0x2d117d=[];try{if(_0x4ae92c[_0x4442(0xbd)]===_0x4442(0xbe)){const {useInstagramDataExtractor:useInstagramDataExtractor}=_0x4ae92c[_0x4442(0xbf)](_0x4c3ad2,0xe);_0x47969c[_0x4442(0x11)]({'platform':_0x4442(0x6),'component':_0x4ae92c[_0x4442(0xc0)],'status':_0x4ae92c[_0x4442(0xc1)](typeof useInstagramDataExtractor,_0x4ae92c[_0x4442(0xc2)])?_0x4ae92c[_0x4442(0xc3)]:_0x4ae92c[_0x4442(0xc4)],'message':_0x4ae92c[_0x4442(0xc5)]});}else{const _0x4c8764=new AbortController(),_0x5d28a8=_0x4ae92c['DcAAY'](setTimeout,()=>_0x4c8764[_0x4442(0xc6)](),0x2710),_0x82037f=await _0x4ae92c['DcAAY'](fetch,API_CONFIG[_0x4442(0xc7)]+_0x4442(0xc8),{'method':'GET','signal':_0x4c8764[_0x4442(0xc9)]});_0x4ae92c['wLjMo'](clearTimeout,_0x5d28a8),_0x2d117d['push']({'platform':_0x4ae92c['tJKzp'],'component':_0x4442(0xbb),'status':_0x82037f['ok']?_0x4ae92c[_0x4442(0xc3)]:_0x4ae92c[_0x4442(0xca)],'message':_0x82037f['ok']?_0x4442(0xcb):'Backend\x20returned\x20status\x20'+_0x82037f[_0x4442(0xcc)],'details':{'status':_0x82037f[_0x4442(0xcc)]}});}}catch(_0x37dbdf){_0x4ae92c[_0x4442(0xcd)](_0x4ae92c[_0x4442(0xce)],_0x4442(0xcf))?_0x2d117d[_0x4442(0x11)]({'platform':_0x4442(0xa9),'component':_0x4ae92c[_0x4442(0xd0)],'status':_0x4ae92c[_0x4442(0xc4)],'message':_0x4442(0xd1)+_0x37dbdf[_0x4442(0x45)]}):_0x27e8a0['push']({'platform':_0x26da37,'component':_0x4ae92c[_0x4442(0xc0)],'status':_0x4ae92c[_0x4442(0xc4)],'message':_0x4442(0xd2)+_0x3c6c0f[_0x4442(0x45)]});}try{const _0x62ce4a=new AbortController(),_0x3e2fca=_0x4ae92c[_0x4442(0xd3)](setTimeout,()=>_0x62ce4a[_0x4442(0xc6)](),0x2710),_0x5894ad=await _0x4ae92c[_0x4442(0xd3)](fetch,API_CONFIG[_0x4442(0xc7)]+_0x4442(0xd4),{'method':_0x4ae92c[_0x4442(0xd5)],'signal':_0x62ce4a['signal']});clearTimeout(_0x3e2fca),_0x2d117d[_0x4442(0x11)]({'platform':_0x4442(0xa9),'component':_0x4ae92c[_0x4442(0xd6)],'status':_0x4ae92c[_0x4442(0xd7)](_0x5894ad[_0x4442(0xcc)],0x1f4)?_0x4442(0x1):_0x4ae92c[_0x4442(0xca)],'message':'Platform\x20data\x20endpoint\x20check:\x20'+_0x5894ad[_0x4442(0xcc)],'details':{'status':_0x5894ad[_0x4442(0xcc)]}});}catch(_0x135439){_0x2d117d[_0x4442(0x11)]({'platform':_0x4ae92c[_0x4442(0xd8)],'component':_0x4442(0xaa),'status':_0x4442(0xab),'message':_0x4442(0xac)+_0x135439[_0x4442(0x45)]});}return _0x2d117d;};export const testPlatformDetection=()=>{const _0x3fe253={'TjTGN':function(_0x47003d,_0x1e8cb4){return _0x47003d(_0x1e8cb4);},'rQXdB':function(_0x570d3c,_0x4ab258){return _0x570d3c(_0x4ab258);},'GPAly':'hinge','HouxS':_0x4442(0x74),'QTfku':_0x4442(0x1),'GdGiT':'fail','oBOvw':_0x4442(0x75),'Zrqvd':function(_0x3146f1,_0x12f1e5){return _0x3146f1(_0x12f1e5);},'yOgne':function(_0x56118e,_0x274c34){return _0x56118e(_0x274c34);},'bEhSq':_0x4442(0x6),'UCQUM':function(_0xca08b5,_0x561d0a){return _0xca08b5(_0x561d0a);},'lUnvh':_0x4442(0x77),'LjUBp':'sephora','owWHi':_0x4442(0x79),'nuDLb':_0x4442(0xd9),'FYzBl':function(_0x4f2064,_0x22853b){return _0x4f2064(_0x22853b);},'VjLXH':function(_0xfe9d88,_0x3bc5cd){return _0xfe9d88(_0x3bc5cd);},'lijWl':_0x4442(0xa),'OQgkW':_0x4442(0xda),'bPFvd':_0x4442(0x9d),'HttVe':_0x4442(0xf)},_0x3ce204=[];try{const {isWebViewExtractionPlatform:_0x4b90ce,isHingePlatform:_0xba591b,isInstagramPlatform:_0x51e032,isSephoraPlatform:_0x7fab11,isLLMPlatform:_0x39c26f}=__ONAIROS_REQ_FUNC__(0x2),_0x465229=_0x3fe253['TjTGN'](_0xba591b,'hinge')&&_0x3fe253[_0x4442(0xdb)](_0x4b90ce,_0x4442(0x17))&&!_0x3fe253['rQXdB'](_0x39c26f,_0x3fe253[_0x4442(0xdc)]);_0x3ce204[_0x4442(0x11)]({'platform':'hinge','component':_0x3fe253[_0x4442(0xdd)],'status':_0x465229?_0x3fe253[_0x4442(0xde)]:_0x3fe253[_0x4442(0xdf)],'message':_0x465229?_0x3fe253[_0x4442(0xe0)]:_0x4442(0x76)});const _0x352192=_0x3fe253[_0x4442(0xe1)](_0x51e032,_0x4442(0x6))&&_0x3fe253[_0x4442(0xe2)](_0x4b90ce,_0x3fe253['bEhSq'])&&!_0x3fe253[_0x4442(0xe3)](_0x39c26f,_0x3fe253['bEhSq']);_0x3ce204['push']({'platform':_0x4442(0x6),'component':_0x3fe253['HouxS'],'status':_0x352192?_0x3fe253['QTfku']:_0x3fe253[_0x4442(0xdf)],'message':_0x352192?_0x3fe253[_0x4442(0xe4)]:'Instagram\x20detection\x20failed'});const _0x68407f=_0x3fe253[_0x4442(0xe2)](_0x7fab11,_0x3fe253[_0x4442(0xe5)])&&_0x3fe253[_0x4442(0xdb)](_0x4b90ce,_0x3fe253[_0x4442(0xe5)])&&!_0x3fe253['yOgne'](_0x39c26f,_0x3fe253[_0x4442(0xe5)]);_0x3ce204['push']({'platform':_0x3fe253['LjUBp'],'component':_0x4442(0x74),'status':_0x68407f?'pass':_0x3fe253[_0x4442(0xdf)],'message':_0x68407f?_0x3fe253[_0x4442(0xe6)]:_0x3fe253[_0x4442(0xe7)]});const {isTelegramPlatform:_0x38d461}=_0x3fe253[_0x4442(0xe8)](__ONAIROS_REQ_FUNC__,0x1),_0x219e40=_0x3fe253[_0x4442(0xe3)](_0x38d461,_0x4442(0xa))&&_0x3fe253[_0x4442(0xe9)](_0x4b90ce,_0x3fe253[_0x4442(0xea)])&&!_0x39c26f(_0x3fe253[_0x4442(0xea)]);_0x3ce204[_0x4442(0x11)]({'platform':_0x3fe253[_0x4442(0xea)],'component':_0x3fe253['HouxS'],'status':_0x219e40?_0x3fe253['QTfku']:_0x3fe253[_0x4442(0xdf)],'message':_0x219e40?_0x3fe253[_0x4442(0xeb)]:_0x3fe253[_0x4442(0xec)]});}catch(_0x3f9b74){_0x3ce204[_0x4442(0x11)]({'platform':_0x3fe253[_0x4442(0xed)],'component':_0x3fe253['HouxS'],'status':_0x3fe253[_0x4442(0xdf)],'message':_0x4442(0x9e)+_0x3f9b74[_0x4442(0x45)]});}return _0x3ce204;};export const runConnectorSanityTests=async()=>{const _0x2b72b7={'pvzbr':function(_0x33ef60,_0x439d2d){return _0x33ef60(_0x439d2d);},'OCULP':_0x4442(0x6),'wiJeU':'service','baLLI':_0x4442(0x2f),'kRhHi':'fail','zYnVE':'Instagram\x20service\x20function\x20available','MEGwu':'๐Ÿงช\x20[CONNECTOR_TESTS]\x20Starting\x20connector\x20sanity\x20tests...\x0a','FxujT':'๐Ÿ“‹\x20Testing\x20service\x20imports...','hKqih':function(_0x6284af){return _0x6284af();},'bXzYS':'๐Ÿ“‹\x20Testing\x20extractor\x20imports...','VEyhH':'๐Ÿ“‹\x20Testing\x20platform\x20detection...','ZfBfB':_0x4442(0xee),'pZKmm':function(_0x9c0b1a){return _0x9c0b1a();},'AkxRt':_0x4442(0xef),'VfJSV':'========================================\x0a','LdrUq':_0x4442(0x1),'bAXNc':function(_0x41b098,_0x2d0331){return _0x41b098===_0x2d0331;},'oTtvN':_0x4442(0xf0),'vcOec':function(_0x981d8b,_0x2eb64c){return _0x981d8b>_0x2eb64c;},'ZSLJH':_0x4442(0xf1),'tKkwK':_0x4442(0xf2),'TVJJx':_0x4442(0xf3)};console[_0x4442(0x42)](_0x2b72b7[_0x4442(0xf4)]);const _0x2fe5b9=[];console[_0x4442(0x42)]('๐Ÿ“‹\x20Testing\x20WebView\x20script\x20exports...'),_0x2fe5b9[_0x4442(0x11)](...testWebViewScriptExports()),console[_0x4442(0x42)](_0x2b72b7[_0x4442(0xf5)]),_0x2fe5b9[_0x4442(0x11)](..._0x2b72b7[_0x4442(0xf6)](testServiceImports)),console['log'](_0x2b72b7[_0x4442(0xf7)]),_0x2fe5b9[_0x4442(0x11)](..._0x2b72b7['hKqih'](testExtractorImports)),console[_0x4442(0x42)](_0x2b72b7[_0x4442(0xf8)]),_0x2fe5b9[_0x4442(0x11)](...testPlatformDetection()),console[_0x4442(0x42)](_0x2b72b7[_0x4442(0xf9)]),_0x2fe5b9[_0x4442(0x11)](...await _0x2b72b7[_0x4442(0xfa)](testBackendConnectivity));const _0x2bf757=_0x2fe5b9[_0x4442(0xfb)](_0xd9828d=>_0xd9828d[_0x4442(0xcc)]==='pass')[_0x4442(0xfc)],_0x10b686=_0x2fe5b9[_0x4442(0xfb)](_0x2d8a08=>_0x2d8a08[_0x4442(0xcc)]===_0x4442(0x2))[_0x4442(0xfc)],_0x33404c=_0x2fe5b9['filter'](_0x29225d=>_0x29225d['status']===_0x4442(0xab))[_0x4442(0xfc)];console[_0x4442(0x42)]('\x0a========================================'),console[_0x4442(0x42)](_0x2b72b7[_0x4442(0xfd)]),console[_0x4442(0x42)](_0x2b72b7[_0x4442(0xfe)]);for(const _0x15c72e of _0x2fe5b9){const _0x4a8d27=_0x15c72e[_0x4442(0xcc)]===_0x2b72b7[_0x4442(0xff)]?'โœ…':_0x2b72b7[_0x4442(0x100)](_0x15c72e[_0x4442(0xcc)],_0x2b72b7['kRhHi'])?'โŒ':'โš ๏ธ';console[_0x4442(0x42)](_0x4a8d27+'\x20['+_0x15c72e[_0x4442(0x101)][_0x4442(0x64)]()+']\x20'+_0x15c72e[_0x4442(0x102)]+':\x20'+_0x15c72e[_0x4442(0x45)]);}console[_0x4442(0x42)](_0x2b72b7[_0x4442(0x103)]),console['log'](_0x4442(0x104)+_0x2bf757+_0x4442(0x105)+_0x10b686+_0x4442(0x106)+_0x33404c+_0x4442(0x107)),console[_0x4442(0x42)](_0x2b72b7[_0x4442(0xfe)]);if(_0x2b72b7[_0x4442(0x108)](_0x10b686,0x0))console['log'](_0x2b72b7[_0x4442(0x109)]);else{if(_0x33404c>0x0)console['log'](_0x2b72b7['tKkwK']);else{if(_0x4442(0xf3)!==_0x2b72b7[_0x4442(0x10a)]){const {storeInstagramData:_0x5f55d8}=_0x2b72b7[_0x4442(0x10b)](_0x5e0a70,0xa);_0x42d116[_0x4442(0x11)]({'platform':_0x2b72b7['OCULP'],'component':_0x2b72b7['wiJeU'],'status':typeof _0x5f55d8===_0x2b72b7[_0x4442(0x10c)]?'pass':_0x2b72b7[_0x4442(0x10d)],'message':_0x2b72b7[_0x4442(0x10e)]});}else console[_0x4442(0x42)](_0x4442(0x7a));}}return{'passed':_0x2bf757,'failed':_0x10b686,'warnings':_0x33404c,'results':_0x2fe5b9};};function _0x4442(_0x3f65c5,_0x4442fc){_0x3f65c5=_0x3f65c5-0x0;const _0x2bd7d1=_0x3f65();let _0x1796cf=_0x2bd7d1[_0x3f65c5];return _0x1796cf;}export const testPlatformConnector=async _0x51fb13=>{const _0x3e5475={'QGxzV':function(_0x499466,_0x117d89){return _0x499466(_0x117d89);},'HEsGE':_0x4442(0x2e),'aPuIo':function(_0x586e41,_0x3cdbbb){return _0x586e41===_0x3cdbbb;},'dGLSy':_0x4442(0x2f),'QCrJT':'pass','UmZPc':_0x4442(0x7d),'NUvpm':'โš ๏ธ\x20All\x20critical\x20tests\x20passed,\x20but\x20there\x20are\x20warnings.','CuHKc':_0x4442(0x10f),'qKaIr':_0x4442(0x2),'CGCaX':_0x4442(0x110),'PijYr':_0x4442(0x111),'zqUKP':_0x4442(0x17),'dTgGy':_0x4442(0x6),'mKCym':_0x4442(0x7),'NGabC':'telegram','faIFi':function(_0x3e0e20,_0x54f40a){return _0x3e0e20===_0x54f40a;},'rbjUy':_0x4442(0x112),'tqncL':_0x4442(0x113),'cLAVM':_0x4442(0x114),'EWtMI':function(_0x34f5ee,_0x50e40d){return _0x34f5ee===_0x50e40d;},'JlpVE':'storeHingeData','XANZm':function(_0x249f7f,_0x5a3d29){return _0x249f7f===_0x5a3d29;},'mocCu':'storeTelegramData','dOJYk':'storeSephoraData','GbdrC':function(_0x3c36ad,_0x1d0be5){return _0x3c36ad===_0x1d0be5;},'TTZat':_0x4442(0x25),'gienl':_0x4442(0x115),'OfmCa':_0x4442(0x116),'yVkBQ':function(_0x1be7e2,_0x8b69df){return _0x1be7e2===_0x8b69df;},'vkBDp':function(_0x18a19f,_0x4569a1){return _0x18a19f!==_0x4569a1;},'guMku':'PGvDx','MpUgW':'validation','nZSrV':_0x4442(0xab),'SRZxH':function(_0x1a8f5c,_0x3a3f74){return _0x1a8f5c===_0x3a3f74;}};console[_0x4442(0x42)](_0x4442(0x117)+_0x51fb13+_0x4442(0x118));const _0x47608b=[],_0x19ae38=_0x51fb13[_0x4442(0x119)]();if([_0x3e5475[_0x4442(0x11a)],_0x3e5475[_0x4442(0x11b)],_0x3e5475['mKCym'],_0x3e5475['NGabC']][_0x4442(0x11c)](_0x19ae38)){if(_0x3e5475[_0x4442(0x11d)](_0x3e5475[_0x4442(0x11e)],_0x4442(0x11f))){const {useHingeDataExtractor:useHingeDataExtractor}=_0x3e5475[_0x4442(0x120)](_0x303427,0xd);_0xd807aa[_0x4442(0x11)]({'platform':'hinge','component':_0x3e5475[_0x4442(0x121)],'status':_0x3e5475[_0x4442(0x122)](typeof useHingeDataExtractor,_0x3e5475[_0x4442(0x123)])?_0x3e5475['QCrJT']:'fail','message':_0x3e5475[_0x4442(0x124)]});}else{try{const _0xae8892=_0x3e5475[_0x4442(0x120)](__ONAIROS_REQ_FUNC__,0x0),_0x3c2a7d=_0x19ae38[_0x4442(0x64)]()+_0x4442(0x125),_0xf42eeb=!!_0xae8892[_0x3c2a7d];_0x47608b['push']({'platform':_0x19ae38,'component':_0x3e5475['CuHKc'],'status':_0xf42eeb?_0x4442(0x1):_0x3e5475[_0x4442(0x126)],'message':_0xf42eeb?_0x3e5475['CGCaX']:_0x3e5475[_0x4442(0x127)]});}catch(_0x5dcbca){_0x3e5475[_0x4442(0x128)]===_0x3e5475[_0x4442(0x129)]?_0x5b7d52['log'](_0x3e5475[_0x4442(0x12a)]):_0x47608b['push']({'platform':_0x19ae38,'component':_0x3e5475[_0x4442(0x12b)],'status':_0x3e5475[_0x4442(0x126)],'message':_0x4442(0x12c)+_0x5dcbca['message']});}try{const _0x1b1a67=__ONAIROS_REQ_FUNC__(0x14),_0x17bf09=_0x3e5475[_0x4442(0x12d)](_0x19ae38,_0x3e5475[_0x4442(0x11a)])?_0x3e5475[_0x4442(0x12e)]:_0x3e5475[_0x4442(0x12f)](_0x19ae38,_0x3e5475['dTgGy'])?_0x4442(0x7b):_0x3e5475['EWtMI'](_0x19ae38,_0x3e5475[_0x4442(0x130)])?_0x3e5475[_0x4442(0x131)]:_0x3e5475[_0x4442(0x132)];_0x47608b[_0x4442(0x11)]({'platform':_0x19ae38,'component':_0x4442(0x25),'status':_0x3e5475[_0x4442(0x133)](typeof _0x1b1a67[_0x17bf09],_0x4442(0x2f))?_0x3e5475[_0x4442(0x134)]:_0x4442(0x2),'message':_0x4442(0xb8)+_0x17bf09+'\x20available'});}catch(_0x1406d3){_0x47608b[_0x4442(0x11)]({'platform':_0x19ae38,'component':_0x3e5475[_0x4442(0x135)],'status':_0x3e5475['qKaIr'],'message':_0x4442(0x136)+_0x1406d3[_0x4442(0x45)]});}try{if(_0x3e5475[_0x4442(0x11d)](_0x3e5475[_0x4442(0x137)],_0x3e5475[_0x4442(0x138)]))_0x4fb0d9[_0x4442(0x11)]({'platform':_0x2c1015,'component':_0x3e5475[_0x4442(0x12b)],'status':_0x3e5475[_0x4442(0x126)],'message':'Script\x20import\x20failed:\x20'+_0xc4d488[_0x4442(0x45)]});else{const _0x4996d1=_0x3e5475['QGxzV'](__ONAIROS_REQ_FUNC__,0x15),_0x10f446=_0x4442(0x62)+(_0x19ae38['charAt'](0x0)[_0x4442(0x64)]()+_0x19ae38[_0x4442(0x139)](0x1))+_0x4442(0x65);_0x47608b[_0x4442(0x11)]({'platform':_0x19ae38,'component':_0x3e5475[_0x4442(0x121)],'status':_0x3e5475['yVkBQ'](typeof _0x4996d1[_0x10f446],_0x4442(0x2f))?'pass':_0x3e5475[_0x4442(0x126)],'message':_0x4442(0x67)+_0x10f446+_0x4442(0x68)});}}catch(_0x1ae874){if(_0x3e5475['vkBDp'](_0x3e5475[_0x4442(0x13a)],_0x4442(0x13b))){const _0x107937=_0x3e5475['QGxzV'](_0x2222a,0x0),_0x116b3b=_0x175e1b[_0x4442(0x64)]()+_0x4442(0x125),_0x1305fd=!!_0x107937[_0x116b3b];_0x52c5ce[_0x4442(0x11)]({'platform':_0xbe5261,'component':_0x3e5475['CuHKc'],'status':_0x1305fd?_0x3e5475[_0x4442(0x134)]:_0x3e5475['qKaIr'],'message':_0x1305fd?_0x3e5475[_0x4442(0x13c)]:_0x3e5475[_0x4442(0x127)]});}else _0x47608b[_0x4442(0x11)]({'platform':_0x19ae38,'component':_0x3e5475[_0x4442(0x121)],'status':'fail','message':_0x4442(0xd2)+_0x1ae874[_0x4442(0x45)]});}}}else _0x47608b[_0x4442(0x11)]({'platform':_0x19ae38,'component':_0x3e5475[_0x4442(0x13d)],'status':_0x3e5475[_0x4442(0x13e)],'message':_0x4442(0xa5)+_0x51fb13+_0x4442(0x13f)});for(const _0x1a086f of _0x47608b){const _0x46b729=_0x1a086f[_0x4442(0xcc)]===_0x3e5475[_0x4442(0x134)]?'โœ…':_0x3e5475['SRZxH'](_0x1a086f[_0x4442(0xcc)],_0x3e5475[_0x4442(0x126)])?'โŒ':'โš ๏ธ';console[_0x4442(0x42)](_0x46b729+'\x20'+_0x1a086f[_0x4442(0x102)]+':\x20'+_0x1a086f[_0x4442(0x45)]);}return _0x47608b;};
28
+ import{API_CONFIG}from'../config/api';export const testWebViewScriptExports=()=>{const _0x9b0e8e={'oVubl':function(_0x2e1595,_0x53be0e){return _0x2e1595(_0x53be0e);},'JufUi':_0xb03f(0x0),'egRBW':'extractor','MKgJB':function(_0x5a2e89,_0x352b72){return _0x5a2e89===_0x352b72;},'YwhJF':_0xb03f(0x1),'kXTEd':_0xb03f(0x2),'FZneI':'fail','zhYFg':_0xb03f(0x3),'kXYPc':function(_0x125bc9,_0x57902c){return _0x125bc9(_0x57902c);},'xIivq':'webview_scripts','UQKlU':'ChatGPT\x20scripts\x20exported\x20correctly','UrPxj':'ChatGPT\x20scripts\x20missing','cMYCl':function(_0xd937f9,_0x519756){return _0xd937f9(_0x519756);},'FiHpD':'claude','jXwSg':_0xb03f(0x4),'gAGyt':function(_0x3e84ae,_0x54be61){return _0x3e84ae(_0x54be61);},'IlHaq':_0xb03f(0x5),'Qxgjk':_0xb03f(0x6),'dgBwJ':_0xb03f(0x7),'BPYIU':'Instagram\x20scripts\x20exported\x20correctly','VhcWu':'Instagram\x20scripts\x20missing','hZSKz':function(_0x12e070,_0x217d49){return _0x12e070(_0x217d49);},'FnbsO':_0xb03f(0x8),'uBgkJ':_0xb03f(0x9),'FcDwx':_0xb03f(0xa),'Vodnt':_0xb03f(0xb),'jQssu':'Telegram\x20scripts\x20missing','SBibA':'utilities','tgTse':_0xb03f(0xc),'kKfMH':function(_0x1432c4,_0x35fc16){return _0x1432c4&&_0x35fc16;},'auFAs':'Platform\x20detection\x20functions\x20available','USaIg':'all'},_0x3c78b3=[];try{const {CHATGPT_CONSENT_POPUP_SCRIPT:_0x38e70c,CHATGPT_EXPORT_SCRIPT:_0x29117e}=_0x9b0e8e['kXYPc'](__ONAIROS_REQ_FUNC__,0x13);_0x3c78b3[_0xb03f(0xd)]({'platform':_0xb03f(0xe),'component':_0x9b0e8e[_0xb03f(0xf)],'status':_0x29117e?_0x9b0e8e[_0xb03f(0x10)]:_0x9b0e8e[_0xb03f(0x11)],'message':_0x29117e?_0x9b0e8e[_0xb03f(0x12)]:_0x9b0e8e[_0xb03f(0x13)]});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x12b850,CLAUDE_EXPORT_SCRIPT:_0x514361}=_0x9b0e8e[_0xb03f(0x14)](__ONAIROS_REQ_FUNC__,0x12);_0x3c78b3['push']({'platform':_0x9b0e8e[_0xb03f(0x15)],'component':_0x9b0e8e[_0xb03f(0xf)],'status':_0x514361?_0x9b0e8e[_0xb03f(0x10)]:_0x9b0e8e['FZneI'],'message':_0x514361?_0x9b0e8e['jXwSg']:_0xb03f(0x16)});const {HINGE_CONSENT_POPUP_SCRIPT:_0x3f7659,HINGE_EXPORT_SCRIPT:_0x2f0752}=_0x9b0e8e[_0xb03f(0x17)](__ONAIROS_REQ_FUNC__,0x11);_0x3c78b3[_0xb03f(0xd)]({'platform':_0x9b0e8e[_0xb03f(0x18)],'component':_0x9b0e8e[_0xb03f(0xf)],'status':_0x2f0752?_0x9b0e8e[_0xb03f(0x10)]:_0x9b0e8e['FZneI'],'message':_0x2f0752?_0x9b0e8e[_0xb03f(0x19)]:_0xb03f(0x1a)});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x2b2399,INSTAGRAM_EXPORT_SCRIPT:_0x32f769}=_0x9b0e8e[_0xb03f(0x1b)](__ONAIROS_REQ_FUNC__,0x6);_0x3c78b3[_0xb03f(0xd)]({'platform':_0x9b0e8e[_0xb03f(0x1c)],'component':_0xb03f(0x1d),'status':_0x32f769?_0x9b0e8e[_0xb03f(0x10)]:_0x9b0e8e['FZneI'],'message':_0x32f769?_0x9b0e8e[_0xb03f(0x1e)]:_0x9b0e8e[_0xb03f(0x1f)]});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0x422618,SEPHORA_EXPORT_SCRIPT:_0x47d232}=_0x9b0e8e[_0xb03f(0x20)](__ONAIROS_REQ_FUNC__,0x5);_0x3c78b3['push']({'platform':_0xb03f(0x0),'component':_0x9b0e8e[_0xb03f(0xf)],'status':_0x47d232?_0x9b0e8e[_0xb03f(0x10)]:_0x9b0e8e['FZneI'],'message':_0x47d232?_0x9b0e8e[_0xb03f(0x21)]:_0x9b0e8e[_0xb03f(0x22)]});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x48aefa,TELEGRAM_EXPORT_SCRIPT:_0x1261d1}=__ONAIROS_REQ_FUNC__(0x4);_0x3c78b3[_0xb03f(0xd)]({'platform':_0x9b0e8e[_0xb03f(0x23)],'component':_0xb03f(0x1d),'status':_0x1261d1?_0x9b0e8e['kXTEd']:_0x9b0e8e['FZneI'],'message':_0x1261d1?_0x9b0e8e[_0xb03f(0x24)]:_0x9b0e8e[_0xb03f(0x25)]});const {isWebViewExtractionPlatform:_0x44bbf7,isHingePlatform:_0x5ce3b0,isInstagramPlatform:_0xa9ce70,isSephoraPlatform:_0x55de88,isTelegramPlatform:_0x5a4c72}=__ONAIROS_REQ_FUNC__(0x3);_0x3c78b3[_0xb03f(0xd)]({'platform':_0x9b0e8e[_0xb03f(0x26)],'component':_0x9b0e8e[_0xb03f(0x27)],'status':_0x9b0e8e[_0xb03f(0x28)](_0x44bbf7,_0x5ce3b0)&&_0xa9ce70&&_0x55de88&&_0x5a4c72?_0x9b0e8e['kXTEd']:_0x9b0e8e['FZneI'],'message':_0x9b0e8e[_0xb03f(0x29)]});}catch(_0x5db8c1){if(_0x9b0e8e['MKgJB'](_0xb03f(0x2a),_0xb03f(0x2a)))_0x3c78b3[_0xb03f(0xd)]({'platform':_0x9b0e8e[_0xb03f(0x2b)],'component':_0xb03f(0x1d),'status':_0x9b0e8e['FZneI'],'message':_0xb03f(0x2c)+_0x5db8c1[_0xb03f(0x2d)]});else{const {useSephoraDataExtractor:useSephoraDataExtractor}=_0x9b0e8e[_0xb03f(0x1b)](_0x2e46b6,0xf);_0x18fa46['push']({'platform':_0x9b0e8e[_0xb03f(0x2e)],'component':_0x9b0e8e[_0xb03f(0x2f)],'status':_0x9b0e8e[_0xb03f(0x30)](typeof useSephoraDataExtractor,_0x9b0e8e[_0xb03f(0x31)])?_0x9b0e8e[_0xb03f(0x10)]:_0x9b0e8e[_0xb03f(0x11)],'message':_0x9b0e8e[_0xb03f(0x32)]});}}return _0x3c78b3;};export const testServiceImports=()=>{const _0x1d99db={'Bzdml':function(_0x4c2f53,_0x51c68f){return _0x4c2f53(_0x51c68f);},'xfEeb':_0xb03f(0x33),'JUCal':function(_0x91aef0,_0x14ff66){return _0x91aef0===_0x14ff66;},'ZPevo':_0xb03f(0x1),'BSZeM':_0xb03f(0x34),'wqRlC':_0xb03f(0x35),'raFGQ':_0xb03f(0x36),'QWBxh':function(_0x109f2a,_0x16f8e4){return _0x109f2a(_0x16f8e4);},'qfDuI':'chatgpt','VjKNs':_0xb03f(0x2),'rQppv':_0xb03f(0x37),'MCSVC':'ligSb','TPPTv':function(_0x5444c7,_0x2d3e76){return _0x5444c7(_0x2d3e76);},'dSHOy':_0xb03f(0x38),'dvLUp':_0xb03f(0x39),'dCsSj':function(_0x365663,_0x1ec061){return _0x365663(_0x1ec061);},'xxUVP':'hinge','jkgpQ':_0xb03f(0x3a),'OCOmF':function(_0x4c4af7,_0x90fac5){return _0x4c4af7(_0x90fac5);},'qtavK':_0xb03f(0x3b),'hCSUe':_0xb03f(0x7),'JSQUC':_0xb03f(0x0),'Kkkbv':_0xb03f(0xa),'fHOrH':function(_0x1c4c2d,_0x3c4ab3){return _0x1c4c2d===_0x3c4ab3;},'lJIbd':_0xb03f(0x3c)},_0x8c6bcf=[];try{if(_0x1d99db[_0xb03f(0x3d)]!==_0x1d99db[_0xb03f(0x3d)]){const {storeSephoraData:_0x26baf5}=_0x1d99db[_0xb03f(0x3e)](_0x49430c,0xb);_0x343a2a[_0xb03f(0xd)]({'platform':_0xb03f(0x0),'component':_0x1d99db[_0xb03f(0x3f)],'status':_0x1d99db[_0xb03f(0x40)](typeof _0x26baf5,_0x1d99db[_0xb03f(0x41)])?'pass':_0x1d99db[_0xb03f(0x42)],'message':_0x1d99db['wqRlC']});}else{const {storeChatGPTConversations:_0x12b71c}=_0x1d99db[_0xb03f(0x43)](__ONAIROS_REQ_FUNC__,0x7);_0x8c6bcf[_0xb03f(0xd)]({'platform':_0x1d99db[_0xb03f(0x44)],'component':_0x1d99db[_0xb03f(0x3f)],'status':_0x1d99db[_0xb03f(0x40)](typeof _0x12b71c,_0xb03f(0x1))?_0x1d99db[_0xb03f(0x45)]:_0x1d99db['BSZeM'],'message':_0x1d99db[_0xb03f(0x46)]});}}catch(_0x2df9f0){_0x8c6bcf[_0xb03f(0xd)]({'platform':_0x1d99db[_0xb03f(0x44)],'component':_0x1d99db[_0xb03f(0x3f)],'status':_0x1d99db[_0xb03f(0x42)],'message':_0xb03f(0x2c)+_0x2df9f0[_0xb03f(0x2d)]});}try{if(_0xb03f(0x47)===_0x1d99db[_0xb03f(0x48)])_0xbdf531[_0xb03f(0xd)]({'platform':_0xb03f(0xa),'component':_0x1d99db['xfEeb'],'status':_0xb03f(0x34),'message':'Import\x20error:\x20'+_0x180cc4['message']});else{const {storeClaudeConversations:_0x3fb5c9}=_0x1d99db['TPPTv'](__ONAIROS_REQ_FUNC__,0x8);_0x8c6bcf[_0xb03f(0xd)]({'platform':_0x1d99db['dSHOy'],'component':_0x1d99db[_0xb03f(0x3f)],'status':typeof _0x3fb5c9===_0x1d99db['ZPevo']?_0x1d99db[_0xb03f(0x45)]:_0x1d99db[_0xb03f(0x42)],'message':_0x1d99db['dvLUp']});}}catch(_0x2e4e5f){_0x8c6bcf[_0xb03f(0xd)]({'platform':_0x1d99db['dSHOy'],'component':_0x1d99db[_0xb03f(0x3f)],'status':_0x1d99db[_0xb03f(0x42)],'message':_0xb03f(0x2c)+_0x2e4e5f[_0xb03f(0x2d)]});}try{const {storeHingeData:_0x5acadf}=_0x1d99db[_0xb03f(0x49)](__ONAIROS_REQ_FUNC__,0x9);_0x8c6bcf[_0xb03f(0xd)]({'platform':_0x1d99db[_0xb03f(0x4a)],'component':_0x1d99db[_0xb03f(0x3f)],'status':_0x1d99db[_0xb03f(0x40)](typeof _0x5acadf,_0xb03f(0x1))?_0xb03f(0x2):_0x1d99db[_0xb03f(0x42)],'message':_0x1d99db[_0xb03f(0x4b)]});}catch(_0x428b55){_0x8c6bcf['push']({'platform':_0x1d99db[_0xb03f(0x4a)],'component':_0x1d99db[_0xb03f(0x3f)],'status':_0x1d99db[_0xb03f(0x42)],'message':_0xb03f(0x2c)+_0x428b55['message']});}try{const {storeInstagramData:_0x16739c}=_0x1d99db[_0xb03f(0x4c)](__ONAIROS_REQ_FUNC__,0xa);_0x8c6bcf['push']({'platform':'instagram','component':_0x1d99db[_0xb03f(0x3f)],'status':_0x1d99db['JUCal'](typeof _0x16739c,_0x1d99db[_0xb03f(0x41)])?_0x1d99db['VjKNs']:_0x1d99db['BSZeM'],'message':_0x1d99db[_0xb03f(0x4d)]});}catch(_0x505e4b){_0x8c6bcf[_0xb03f(0xd)]({'platform':_0x1d99db[_0xb03f(0x4e)],'component':_0x1d99db[_0xb03f(0x3f)],'status':_0xb03f(0x34),'message':_0xb03f(0x2c)+_0x505e4b[_0xb03f(0x2d)]});}try{const {storeSephoraData:_0x3a15d6}=_0x1d99db[_0xb03f(0x49)](__ONAIROS_REQ_FUNC__,0xb);_0x8c6bcf[_0xb03f(0xd)]({'platform':_0xb03f(0x0),'component':_0x1d99db['xfEeb'],'status':typeof _0x3a15d6===_0x1d99db[_0xb03f(0x41)]?_0x1d99db[_0xb03f(0x45)]:_0xb03f(0x34),'message':_0xb03f(0x35)});}catch(_0xd17851){_0x8c6bcf[_0xb03f(0xd)]({'platform':_0x1d99db[_0xb03f(0x4f)],'component':_0xb03f(0x33),'status':_0xb03f(0x34),'message':_0xb03f(0x2c)+_0xd17851[_0xb03f(0x2d)]});}try{const {storeTelegramData:_0x369242}=__ONAIROS_REQ_FUNC__(0xc);_0x8c6bcf[_0xb03f(0xd)]({'platform':_0x1d99db[_0xb03f(0x50)],'component':_0x1d99db[_0xb03f(0x3f)],'status':_0x1d99db[_0xb03f(0x51)](typeof _0x369242,_0x1d99db['ZPevo'])?_0xb03f(0x2):_0x1d99db['BSZeM'],'message':_0x1d99db[_0xb03f(0x52)]});}catch(_0x197e63){_0x8c6bcf[_0xb03f(0xd)]({'platform':_0x1d99db[_0xb03f(0x50)],'component':_0x1d99db[_0xb03f(0x3f)],'status':'fail','message':_0xb03f(0x2c)+_0x197e63['message']});}return _0x8c6bcf;};export const testExtractorImports=()=>{const _0x317642={'UCHRe':_0xb03f(0x33),'LUHgd':_0xb03f(0x53),'qoYvA':_0xb03f(0x38),'ONhaw':function(_0x526883,_0x352302){return _0x526883===_0x352302;},'nacLD':_0xb03f(0x54),'fgUpe':function(_0x2aa3e0,_0x3a5e97){return _0x2aa3e0(_0x3a5e97);},'SNytH':_0xb03f(0x1),'rtpxU':_0xb03f(0x2),'bSPPU':_0xb03f(0x34),'QhAij':_0xb03f(0x55),'KGDMf':'extractor','ORjZw':_0xb03f(0x7),'jAnbl':_0xb03f(0x56),'mbOgv':_0xb03f(0x57),'hfBuV':function(_0x50de0f,_0x357f06){return _0x50de0f===_0x357f06;},'kLsVd':'pEPmi','vPOLL':_0xb03f(0x58),'PCJij':_0xb03f(0x0),'XqRIN':function(_0x3c5519,_0x44ae91){return _0x3c5519===_0x44ae91;},'oQVRZ':_0xb03f(0xa),'dpEVB':function(_0x55246c,_0xb8134b){return _0x55246c===_0xb8134b;}},_0x3ff28f=[];try{if(_0x317642[_0xb03f(0x59)](_0x317642[_0xb03f(0x5a)],_0x317642[_0xb03f(0x5a)])){const {useHingeDataExtractor:useHingeDataExtractor}=_0x317642[_0xb03f(0x5b)](__ONAIROS_REQ_FUNC__,0xd);_0x3ff28f[_0xb03f(0xd)]({'platform':_0xb03f(0x5),'component':'extractor','status':typeof useHingeDataExtractor===_0x317642[_0xb03f(0x5c)]?_0x317642[_0xb03f(0x5d)]:_0x317642[_0xb03f(0x5e)],'message':_0x317642[_0xb03f(0x5f)]});}else _0x3dd598['push']({'platform':_0xb03f(0x5),'component':_0x317642['UCHRe'],'status':'fail','message':_0xb03f(0x2c)+_0x166fd6[_0xb03f(0x2d)]});}catch(_0x45b81d){_0x3ff28f[_0xb03f(0xd)]({'platform':'hinge','component':_0x317642['KGDMf'],'status':_0x317642[_0xb03f(0x5e)],'message':_0xb03f(0x2c)+_0x45b81d[_0xb03f(0x2d)]});}try{const {useInstagramDataExtractor:useInstagramDataExtractor}=__ONAIROS_REQ_FUNC__(0xe);_0x3ff28f[_0xb03f(0xd)]({'platform':_0x317642[_0xb03f(0x60)],'component':_0x317642['KGDMf'],'status':typeof useInstagramDataExtractor===_0x317642[_0xb03f(0x5c)]?_0x317642['rtpxU']:_0x317642[_0xb03f(0x5e)],'message':_0x317642['jAnbl']});}catch(_0x36bcf3){_0x317642[_0xb03f(0x59)](_0x317642['mbOgv'],_0x317642[_0xb03f(0x61)])?_0x3ff28f[_0xb03f(0xd)]({'platform':_0x317642[_0xb03f(0x60)],'component':_0xb03f(0x62),'status':_0x317642['bSPPU'],'message':'Import\x20error:\x20'+_0x36bcf3['message']}):_0x4c2dd6[_0xb03f(0x63)](_0x317642[_0xb03f(0x64)]);}try{if(_0x317642['hfBuV'](_0x317642[_0xb03f(0x65)],_0x317642[_0xb03f(0x66)]))_0x4d4174[_0xb03f(0xd)]({'platform':_0x317642['qoYvA'],'component':'service','status':_0xb03f(0x34),'message':_0xb03f(0x2c)+_0xec0e94[_0xb03f(0x2d)]});else{const {useSephoraDataExtractor:useSephoraDataExtractor}=__ONAIROS_REQ_FUNC__(0xf);_0x3ff28f[_0xb03f(0xd)]({'platform':_0x317642[_0xb03f(0x67)],'component':_0x317642[_0xb03f(0x68)],'status':_0x317642[_0xb03f(0x69)](typeof useSephoraDataExtractor,_0x317642[_0xb03f(0x5c)])?_0x317642['rtpxU']:_0x317642[_0xb03f(0x5e)],'message':'Sephora\x20extractor\x20hook\x20available'});}}catch(_0x291b1c){_0x3ff28f[_0xb03f(0xd)]({'platform':_0x317642[_0xb03f(0x67)],'component':_0x317642[_0xb03f(0x68)],'status':_0x317642['bSPPU'],'message':_0xb03f(0x2c)+_0x291b1c[_0xb03f(0x2d)]});}try{const {useTelegramDataExtractor:useTelegramDataExtractor}=_0x317642['fgUpe'](__ONAIROS_REQ_FUNC__,0x10);_0x3ff28f[_0xb03f(0xd)]({'platform':_0x317642[_0xb03f(0x6a)],'component':_0x317642[_0xb03f(0x68)],'status':_0x317642['dpEVB'](typeof useTelegramDataExtractor,_0x317642[_0xb03f(0x5c)])?_0x317642[_0xb03f(0x5d)]:_0xb03f(0x34),'message':_0xb03f(0x6b)});}catch(_0xbee370){_0x3ff28f[_0xb03f(0xd)]({'platform':_0x317642['oQVRZ'],'component':_0x317642[_0xb03f(0x68)],'status':'fail','message':_0xb03f(0x2c)+_0xbee370[_0xb03f(0x2d)]});}return _0x3ff28f;};function _0xb03f(_0x73547c,_0xb03fa0){_0x73547c=_0x73547c-0x0;const _0x37a5d8=_0x7354();let _0x50f5e6=_0x37a5d8[_0x73547c];return _0x50f5e6;}export const testBackendConnectivity=async()=>{const _0x4e8be2={'sPfoK':function(_0x599dd8,_0xc09196){return _0x599dd8(_0xc09196);},'SMHVw':function(_0x4f4957,_0x5a9153){return _0x4f4957(_0x5a9153);},'hhVUp':_0xb03f(0x5),'AFqep':'fail','LEJNA':_0xb03f(0x6c),'gPtcI':_0xb03f(0x7),'SkUnm':function(_0x345ae2,_0xe74c07){return _0x345ae2(_0xe74c07);},'XKjKR':_0xb03f(0x6d),'fuGyL':_0xb03f(0x2),'fKOCi':_0xb03f(0x6e),'EzCpr':_0xb03f(0x0),'qlzVO':_0xb03f(0x6f),'TSjuA':function(_0x3ab509,_0x436d7d){return _0x3ab509(_0x436d7d);},'rBiAa':function(_0x1e92ca,_0x5b2617){return _0x1e92ca(_0x5b2617);},'fXvjr':_0xb03f(0xa),'SOrMJ':_0xb03f(0x70),'rvUsZ':_0xb03f(0x71),'KApQI':_0xb03f(0x72),'NVgnG':function(_0x2452eb,_0x4fb506,_0x23dd52){return _0x2452eb(_0x4fb506,_0x23dd52);},'IWRgx':function(_0x41a957,_0x134245,_0x14c99e){return _0x41a957(_0x134245,_0x14c99e);},'MaeOn':function(_0x1348d3,_0xf5b658){return _0x1348d3(_0xf5b658);},'CaoMj':'backend','cvSfU':_0xb03f(0x73),'tnvJA':'mDYzn','jgGhT':function(_0x30d71e,_0x124afe,_0x484f88){return _0x30d71e(_0x124afe,_0x484f88);},'EJbWP':_0xb03f(0x74)},_0x31f421=[];try{const _0x689a65=new AbortController(),_0x2ed8e0=_0x4e8be2[_0xb03f(0x75)](setTimeout,()=>_0x689a65[_0xb03f(0x76)](),0x2710),_0x539a50=await _0x4e8be2[_0xb03f(0x77)](fetch,API_CONFIG[_0xb03f(0x78)]+'/health',{'method':'GET','signal':_0x689a65[_0xb03f(0x79)]});_0x4e8be2['MaeOn'](clearTimeout,_0x2ed8e0),_0x31f421['push']({'platform':_0x4e8be2['CaoMj'],'component':_0x4e8be2[_0xb03f(0x7a)],'status':_0x539a50['ok']?_0x4e8be2['fuGyL']:_0xb03f(0x72),'message':_0x539a50['ok']?_0xb03f(0x7b):_0xb03f(0x7c)+_0x539a50[_0xb03f(0x7d)],'details':{'status':_0x539a50[_0xb03f(0x7d)]}});}catch(_0x27550a){if(_0x4e8be2[_0xb03f(0x7e)]!==_0x4e8be2['tnvJA']){const {isWebViewExtractionPlatform:_0x1ff3d8,isHingePlatform:_0x7d048d,isInstagramPlatform:_0x1217a9,isSephoraPlatform:_0x296373,isLLMPlatform:_0x56ca04}=_0x4e8be2[_0xb03f(0x7f)](_0x12dac5,0x2),_0x367840=_0x4e8be2[_0xb03f(0x80)](_0x7d048d,_0x4e8be2[_0xb03f(0x81)])&&_0x4e8be2[_0xb03f(0x80)](_0x1ff3d8,'hinge')&&!_0x56ca04(_0x4e8be2[_0xb03f(0x81)]);_0x135fbe[_0xb03f(0xd)]({'platform':_0x4e8be2[_0xb03f(0x81)],'component':_0xb03f(0x6d),'status':_0x367840?'pass':_0x4e8be2[_0xb03f(0x82)],'message':_0x367840?'Hinge\x20detection\x20correct':_0x4e8be2[_0xb03f(0x83)]});const _0x3e1b99=_0x4e8be2['sPfoK'](_0x1217a9,_0x4e8be2[_0xb03f(0x84)])&&_0x4e8be2[_0xb03f(0x85)](_0x1ff3d8,'instagram')&&!_0x4e8be2['SkUnm'](_0x56ca04,_0xb03f(0x7));_0x2adacf[_0xb03f(0xd)]({'platform':_0xb03f(0x7),'component':_0x4e8be2['XKjKR'],'status':_0x3e1b99?_0x4e8be2[_0xb03f(0x86)]:_0x4e8be2['AFqep'],'message':_0x3e1b99?_0xb03f(0x87):_0x4e8be2[_0xb03f(0x88)]});const _0x5232e3=_0x296373(_0x4e8be2[_0xb03f(0x89)])&&_0x4e8be2[_0xb03f(0x85)](_0x1ff3d8,_0x4e8be2['EzCpr'])&&!_0x4e8be2[_0xb03f(0x7f)](_0x56ca04,_0xb03f(0x0));_0x3ddbe7[_0xb03f(0xd)]({'platform':_0x4e8be2[_0xb03f(0x89)],'component':_0x4e8be2[_0xb03f(0x8a)],'status':_0x5232e3?_0x4e8be2['fuGyL']:_0x4e8be2[_0xb03f(0x82)],'message':_0x5232e3?_0x4e8be2['qlzVO']:'Sephora\x20detection\x20failed'});const {isTelegramPlatform:_0x95a223}=_0x4e8be2[_0xb03f(0x8b)](_0x2cdf26,0x1),_0x8831fb=_0x4e8be2[_0xb03f(0x8c)](_0x95a223,_0x4e8be2['fXvjr'])&&_0x4e8be2[_0xb03f(0x80)](_0x1ff3d8,_0x4e8be2[_0xb03f(0x8d)])&&!_0x56ca04(_0x4e8be2[_0xb03f(0x8d)]);_0x2b11aa[_0xb03f(0xd)]({'platform':_0x4e8be2[_0xb03f(0x8d)],'component':'detection','status':_0x8831fb?_0x4e8be2[_0xb03f(0x86)]:_0xb03f(0x34),'message':_0x8831fb?_0xb03f(0x8e):_0x4e8be2['SOrMJ']});}else _0x31f421[_0xb03f(0xd)]({'platform':_0x4e8be2[_0xb03f(0x8f)],'component':_0xb03f(0x73),'status':_0x4e8be2[_0xb03f(0x82)],'message':_0xb03f(0x90)+_0x27550a[_0xb03f(0x2d)]});}try{const _0x24acab=new AbortController(),_0x4749ae=_0x4e8be2[_0xb03f(0x91)](setTimeout,()=>_0x24acab[_0xb03f(0x76)](),0x2710),_0x25b950=await _0x4e8be2[_0xb03f(0x77)](fetch,API_CONFIG[_0xb03f(0x78)]+_0xb03f(0x92),{'method':'OPTIONS','signal':_0x24acab[_0xb03f(0x79)]});_0x4e8be2[_0xb03f(0x93)](clearTimeout,_0x4749ae),_0x31f421['push']({'platform':_0x4e8be2[_0xb03f(0x8f)],'component':_0x4e8be2[_0xb03f(0x94)],'status':_0x25b950[_0xb03f(0x7d)]<0x1f4?_0xb03f(0x2):_0x4e8be2[_0xb03f(0x95)],'message':_0xb03f(0x96)+_0x25b950['status'],'details':{'status':_0x25b950[_0xb03f(0x7d)]}});}catch(_0x575152){_0x4e8be2[_0xb03f(0x97)]!==_0x4e8be2[_0xb03f(0x97)]?_0x5bf4c5[_0xb03f(0xd)]({'platform':_0xb03f(0x98),'component':_0x4e8be2['rvUsZ'],'status':_0x4e8be2[_0xb03f(0x95)],'message':_0xb03f(0x99)+_0x455d21[_0xb03f(0x2d)]}):_0x31f421['push']({'platform':_0x4e8be2[_0xb03f(0x8f)],'component':_0xb03f(0x71),'status':_0xb03f(0x72),'message':_0xb03f(0x99)+_0x575152['message']});}return _0x31f421;};export const testPlatformDetection=()=>{const _0x489852={'SOgLq':_0xb03f(0x9a),'SthIU':function(_0x5c9e1e,_0x173a6f){return _0x5c9e1e!==_0x173a6f;},'uLcPZ':_0xb03f(0x9b),'tRXui':function(_0x136f1c,_0xe4e1fd){return _0x136f1c(_0xe4e1fd);},'hRZfe':function(_0x34a0f4,_0x1bac11){return _0x34a0f4(_0x1bac11);},'bvmsH':_0xb03f(0x5),'fbxGP':function(_0x1f6c69,_0x3bb42f){return _0x1f6c69(_0x3bb42f);},'DucPd':function(_0x28251f,_0x209c8d){return _0x28251f(_0x209c8d);},'RzBIB':_0xb03f(0x34),'jqQYJ':'Hinge\x20detection\x20correct','DqPCN':_0xb03f(0x6c),'vYFeS':function(_0x2cadad,_0x2c0fcc){return _0x2cadad(_0x2c0fcc);},'zMyXS':_0xb03f(0x7),'HbCDd':function(_0x5aade4,_0x4d8b85){return _0x5aade4(_0x4d8b85);},'lIBsE':'detection','MpeMk':'pass','kVKSW':'Instagram\x20detection\x20failed','AoOuU':'sephora','oqJuK':_0xb03f(0x9c),'UDdHt':function(_0x4a0269,_0x1dd4ee){return _0x4a0269(_0x1dd4ee);},'gtVXt':_0xb03f(0xa),'eVPjO':function(_0x6d39a6,_0x569d97){return _0x6d39a6(_0x569d97);},'ddGmn':_0xb03f(0x8e),'XlvZh':_0xb03f(0x70)},_0x2494c3=[];try{if(_0x489852['SthIU'](_0xb03f(0x9b),_0x489852[_0xb03f(0x9d)]))_0x574110[_0xb03f(0xd)]({'platform':_0x489852['SOgLq'],'component':_0xb03f(0x6d),'status':_0xb03f(0x34),'message':_0xb03f(0x9e)+_0x2e2054[_0xb03f(0x2d)]});else{const {isWebViewExtractionPlatform:_0x344659,isHingePlatform:_0x341cb6,isInstagramPlatform:_0x3134da,isSephoraPlatform:_0x4522ab,isLLMPlatform:_0x31102f}=_0x489852['tRXui'](__ONAIROS_REQ_FUNC__,0x2),_0x52fbd2=_0x489852[_0xb03f(0x9f)](_0x341cb6,_0x489852[_0xb03f(0xa0)])&&_0x489852['fbxGP'](_0x344659,_0x489852[_0xb03f(0xa0)])&&!_0x489852['DucPd'](_0x31102f,_0xb03f(0x5));_0x2494c3[_0xb03f(0xd)]({'platform':_0x489852[_0xb03f(0xa0)],'component':_0xb03f(0x6d),'status':_0x52fbd2?_0xb03f(0x2):_0x489852[_0xb03f(0xa1)],'message':_0x52fbd2?_0x489852[_0xb03f(0xa2)]:_0x489852['DqPCN']});const _0x184670=_0x3134da('instagram')&&_0x489852['vYFeS'](_0x344659,_0x489852['zMyXS'])&&!_0x489852[_0xb03f(0xa3)](_0x31102f,_0x489852[_0xb03f(0xa4)]);_0x2494c3[_0xb03f(0xd)]({'platform':_0x489852['zMyXS'],'component':_0x489852[_0xb03f(0xa5)],'status':_0x184670?_0x489852[_0xb03f(0xa6)]:_0xb03f(0x34),'message':_0x184670?'Instagram\x20detection\x20correct':_0x489852[_0xb03f(0xa7)]});const _0x599dd6=_0x4522ab(_0x489852[_0xb03f(0xa8)])&&_0x489852[_0xb03f(0xa3)](_0x344659,_0x489852[_0xb03f(0xa8)])&&!_0x489852[_0xb03f(0xa9)](_0x31102f,_0x489852[_0xb03f(0xa8)]);_0x2494c3[_0xb03f(0xd)]({'platform':'sephora','component':_0x489852[_0xb03f(0xa5)],'status':_0x599dd6?_0x489852[_0xb03f(0xa6)]:_0x489852[_0xb03f(0xa1)],'message':_0x599dd6?'Sephora\x20detection\x20correct':_0x489852[_0xb03f(0xaa)]});const {isTelegramPlatform:_0x1f99ee}=__ONAIROS_REQ_FUNC__(0x1),_0x3d2bef=_0x489852['UDdHt'](_0x1f99ee,_0x489852[_0xb03f(0xab)])&&_0x344659(_0x489852[_0xb03f(0xab)])&&!_0x489852['eVPjO'](_0x31102f,_0xb03f(0xa));_0x2494c3[_0xb03f(0xd)]({'platform':_0x489852[_0xb03f(0xab)],'component':_0x489852[_0xb03f(0xa5)],'status':_0x3d2bef?_0x489852['MpeMk']:_0x489852[_0xb03f(0xa1)],'message':_0x3d2bef?_0x489852['ddGmn']:_0x489852['XlvZh']});}}catch(_0x42b4d6){_0x2494c3['push']({'platform':_0x489852[_0xb03f(0xac)],'component':_0x489852[_0xb03f(0xa5)],'status':_0x489852[_0xb03f(0xa1)],'message':'Detection\x20test\x20error:\x20'+_0x42b4d6['message']});}return _0x2494c3;};export const runConnectorSanityTests=async()=>{const _0xccb78c={'HHjDk':function(_0x3eade3,_0x32653e){return _0x3eade3(_0x32653e);},'HOjqj':_0xb03f(0xe),'RQmUj':'pass','JhSTa':_0xb03f(0x34),'McLkD':_0xb03f(0xad),'LDJMn':_0xb03f(0xae),'aQTWr':_0xb03f(0x1d),'NkeMY':_0xb03f(0x16),'DvjLB':_0xb03f(0x5),'JNxup':_0xb03f(0x6),'maNvv':_0xb03f(0x1a),'eZmlT':_0xb03f(0x7),'Gssff':_0xb03f(0xaf),'MxebL':'Instagram\x20scripts\x20missing','xflih':function(_0xb826a5,_0x4d3b86){return _0xb826a5(_0x4d3b86);},'htWnF':_0xb03f(0x0),'mtejp':_0xb03f(0x9),'uTbGc':function(_0x4c9e69,_0x528fcc){return _0x4c9e69(_0x528fcc);},'VhknS':_0xb03f(0xa),'aoZaF':'Telegram\x20scripts\x20exported\x20correctly','fgNVK':'Telegram\x20scripts\x20missing','PnEXB':_0xb03f(0xb0),'wMxET':_0xb03f(0xb1),'zAWgF':'warning','Spgbi':'backend','FTuLI':_0xb03f(0x73),'ecGfn':_0xb03f(0xb2),'VQUml':function(_0x26618b){return _0x26618b();},'PKTjL':_0xb03f(0xb3),'RPOfv':function(_0x5bcc36){return _0x5bcc36();},'twAxb':'๐Ÿ“‹\x20Testing\x20extractor\x20imports...','GHEtX':function(_0x466cfe){return _0x466cfe();},'jekIG':'\x0a========================================','PWafW':function(_0x2d532b,_0x2b2e56){return _0x2d532b===_0x2b2e56;},'Vruyu':_0xb03f(0xb4),'MggVq':function(_0xbc2865,_0xa73640){return _0xbc2865>_0xa73640;},'zoBmK':_0xb03f(0xb5),'SeDJD':_0xb03f(0xb6),'mzhBR':_0xb03f(0x53),'tPaaM':function(_0xb6629f,_0x69e33e){return _0xb6629f!==_0x69e33e;},'ZdpWq':'GorBt','AWhgw':function(_0x75ade2,_0xdeca01){return _0x75ade2===_0xdeca01;},'mFfGM':'jcDcS','BEUNC':'โœ…\x20All\x20tests\x20passed!\x20Connectors\x20are\x20ready.'};console['log'](_0xb03f(0xb7));const _0x5e25da=[];console[_0xb03f(0x63)](_0xccb78c['ecGfn']),_0x5e25da[_0xb03f(0xd)](..._0xccb78c[_0xb03f(0xb8)](testWebViewScriptExports)),console['log'](_0xccb78c['PKTjL']),_0x5e25da[_0xb03f(0xd)](..._0xccb78c[_0xb03f(0xb9)](testServiceImports)),console[_0xb03f(0x63)](_0xccb78c[_0xb03f(0xba)]),_0x5e25da[_0xb03f(0xd)](..._0xccb78c['RPOfv'](testExtractorImports)),console[_0xb03f(0x63)](_0xb03f(0xbb)),_0x5e25da[_0xb03f(0xd)](..._0xccb78c['VQUml'](testPlatformDetection)),console[_0xb03f(0x63)](_0xb03f(0xbc)),_0x5e25da[_0xb03f(0xd)](...await _0xccb78c[_0xb03f(0xbd)](testBackendConnectivity));const _0x3134d1=_0x5e25da[_0xb03f(0xbe)](_0x565c62=>_0x565c62['status']==='pass')[_0xb03f(0xbf)],_0x32de64=_0x5e25da[_0xb03f(0xbe)](_0x4e4a10=>_0x4e4a10[_0xb03f(0x7d)]===_0xb03f(0x34))[_0xb03f(0xbf)],_0x5e7fd1=_0x5e25da[_0xb03f(0xbe)](_0x381805=>_0x381805[_0xb03f(0x7d)]===_0xb03f(0x72))['length'];console[_0xb03f(0x63)](_0xccb78c['jekIG']),console[_0xb03f(0x63)](_0xb03f(0xc0)),console[_0xb03f(0x63)](_0xb03f(0xb4));for(const _0x1dc509 of _0x5e25da){const _0x586206=_0xccb78c[_0xb03f(0xc1)](_0x1dc509[_0xb03f(0x7d)],_0xb03f(0x2))?'โœ…':_0x1dc509[_0xb03f(0x7d)]===_0xb03f(0x34)?'โŒ':'โš ๏ธ';console[_0xb03f(0x63)](_0x586206+'\x20['+_0x1dc509['platform']['toUpperCase']()+']\x20'+_0x1dc509[_0xb03f(0xc2)]+':\x20'+_0x1dc509[_0xb03f(0x2d)]);}console[_0xb03f(0x63)](_0xccb78c[_0xb03f(0xc3)]),console[_0xb03f(0x63)](_0xb03f(0xc4)+_0x3134d1+_0xb03f(0xc5)+_0x32de64+'\x20failed,\x20'+_0x5e7fd1+_0xb03f(0xc6)),console[_0xb03f(0x63)](_0xccb78c[_0xb03f(0xc7)]);if(_0xccb78c[_0xb03f(0xc8)](_0x32de64,0x0)){if(_0xccb78c[_0xb03f(0xc9)]===_0xccb78c[_0xb03f(0xca)]){const {CHATGPT_CONSENT_POPUP_SCRIPT:_0x267abd,CHATGPT_EXPORT_SCRIPT:_0x62a997}=_0xccb78c[_0xb03f(0xcb)](_0x38d8a8,0x13);_0x36fb40[_0xb03f(0xd)]({'platform':_0xccb78c['HOjqj'],'component':_0xb03f(0x1d),'status':_0x62a997?_0xccb78c[_0xb03f(0xcc)]:_0xccb78c[_0xb03f(0xcd)],'message':_0x62a997?_0xccb78c[_0xb03f(0xce)]:_0xccb78c[_0xb03f(0xcf)]});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x1a071b,CLAUDE_EXPORT_SCRIPT:_0x2b83e1}=_0xccb78c[_0xb03f(0xcb)](_0x58b356,0x12);_0x21380c[_0xb03f(0xd)]({'platform':_0xb03f(0x38),'component':_0xccb78c[_0xb03f(0xd0)],'status':_0x2b83e1?_0xccb78c[_0xb03f(0xcc)]:_0xccb78c[_0xb03f(0xcd)],'message':_0x2b83e1?_0xb03f(0x4):_0xccb78c['NkeMY']});const {HINGE_CONSENT_POPUP_SCRIPT:_0x23bb38,HINGE_EXPORT_SCRIPT:_0xd299a4}=_0xccb78c['HHjDk'](_0x58d135,0x11);_0x3bdb03[_0xb03f(0xd)]({'platform':_0xccb78c['DvjLB'],'component':_0xccb78c[_0xb03f(0xd0)],'status':_0xd299a4?_0xccb78c[_0xb03f(0xcc)]:_0xccb78c[_0xb03f(0xcd)],'message':_0xd299a4?_0xccb78c[_0xb03f(0xd1)]:_0xccb78c[_0xb03f(0xd2)]});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x172d5d,INSTAGRAM_EXPORT_SCRIPT:_0x4909c2}=_0xccb78c[_0xb03f(0xcb)](_0x1d8c52,0x6);_0x3951d6[_0xb03f(0xd)]({'platform':_0xccb78c[_0xb03f(0xd3)],'component':_0xccb78c[_0xb03f(0xd0)],'status':_0x4909c2?_0xccb78c['RQmUj']:_0xccb78c['JhSTa'],'message':_0x4909c2?_0xccb78c[_0xb03f(0xd4)]:_0xccb78c[_0xb03f(0xd5)]});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0x163002,SEPHORA_EXPORT_SCRIPT:_0x2b9428}=_0xccb78c[_0xb03f(0xd6)](_0x1834b6,0x5);_0x41f1f7[_0xb03f(0xd)]({'platform':_0xccb78c[_0xb03f(0xd7)],'component':_0xccb78c[_0xb03f(0xd0)],'status':_0x2b9428?_0xccb78c[_0xb03f(0xcc)]:_0xb03f(0x34),'message':_0x2b9428?_0xb03f(0x8):_0xccb78c[_0xb03f(0xd8)]});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x461e8c,TELEGRAM_EXPORT_SCRIPT:_0x565bd1}=_0xccb78c[_0xb03f(0xd9)](_0x4865fd,0x4);_0x45a98f[_0xb03f(0xd)]({'platform':_0xccb78c['VhknS'],'component':_0xccb78c[_0xb03f(0xd0)],'status':_0x565bd1?_0xccb78c[_0xb03f(0xcc)]:_0xccb78c[_0xb03f(0xcd)],'message':_0x565bd1?_0xccb78c[_0xb03f(0xda)]:_0xccb78c['fgNVK']});const {isWebViewExtractionPlatform:_0x6ae224,isHingePlatform:_0x342b25,isInstagramPlatform:_0x1ec4f6,isSephoraPlatform:_0x4ce2f8,isTelegramPlatform:_0xfe6aee}=_0x335971(0x3);_0x410842[_0xb03f(0xd)]({'platform':_0xccb78c[_0xb03f(0xdb)],'component':'platform_detection','status':_0x6ae224&&_0x342b25&&_0x1ec4f6&&_0x4ce2f8&&_0xfe6aee?_0xccb78c[_0xb03f(0xcc)]:'fail','message':_0xccb78c[_0xb03f(0xdc)]});}else console[_0xb03f(0x63)](_0xccb78c[_0xb03f(0xdd)]);}else _0xccb78c['MggVq'](_0x5e7fd1,0x0)?_0xccb78c['tPaaM'](_0xccb78c[_0xb03f(0xde)],_0xccb78c[_0xb03f(0xde)])?_0x52c522[_0xb03f(0xd)]({'platform':_0x2277ad,'component':'validation','status':_0xccb78c[_0xb03f(0xdf)],'message':_0xb03f(0xe0)+_0x47a53e+_0xb03f(0xe1)}):console[_0xb03f(0x63)]('โš ๏ธ\x20All\x20critical\x20tests\x20passed,\x20but\x20there\x20are\x20warnings.'):_0xccb78c[_0xb03f(0xe2)](_0xb03f(0xe3),_0xccb78c[_0xb03f(0xe4)])?_0x8969ab['push']({'platform':_0xccb78c[_0xb03f(0xe5)],'component':_0xccb78c['FTuLI'],'status':_0xccb78c['JhSTa'],'message':'Backend\x20unreachable:\x20'+_0x5924e['message']}):console['log'](_0xccb78c[_0xb03f(0xe6)]);return{'passed':_0x3134d1,'failed':_0x32de64,'warnings':_0x5e7fd1,'results':_0x5e25da};};function _0x7354(){const _0x5746e3=['sephora','function','pass','Sephora\x20extractor\x20hook\x20available','Claude\x20scripts\x20exported\x20correctly','hinge','Hinge\x20scripts\x20exported\x20correctly','instagram','Sephora\x20scripts\x20exported\x20correctly','Sephora\x20scripts\x20missing','telegram','Telegram\x20scripts\x20exported\x20correctly','platform_detection','push','chatgpt','xIivq','kXTEd','FZneI','UQKlU','UrPxj','cMYCl','FiHpD','Claude\x20scripts\x20missing','gAGyt','IlHaq','Qxgjk','Hinge\x20scripts\x20missing','oVubl','dgBwJ','webview_scripts','BPYIU','VhcWu','hZSKz','FnbsO','uBgkJ','FcDwx','Vodnt','jQssu','SBibA','tgTse','kKfMH','auFAs','yczaE','USaIg','Import\x20error:\x20','message','JufUi','egRBW','MKgJB','YwhJF','zhYFg','service','fail','Sephora\x20service\x20function\x20available','VYuGw','ChatGPT\x20service\x20function\x20available','claude','Claude\x20service\x20function\x20available','Hinge\x20service\x20function\x20available','Instagram\x20service\x20function\x20available','Telegram\x20service\x20function\x20available','raFGQ','Bzdml','xfEeb','JUCal','ZPevo','BSZeM','QWBxh','qfDuI','VjKNs','rQppv','Sjgwg','MCSVC','dCsSj','xxUVP','jkgpQ','OCOmF','qtavK','hCSUe','JSQUC','Kkkbv','fHOrH','lJIbd','โŒ\x20Some\x20tests\x20failed!\x20Please\x20check\x20the\x20errors\x20above.','ILDrw','Hinge\x20extractor\x20hook\x20available','Instagram\x20extractor\x20hook\x20available','vKukg','KScpq','ONhaw','nacLD','fgUpe','SNytH','rtpxU','bSPPU','QhAij','ORjZw','mbOgv','extractor','log','LUHgd','kLsVd','vPOLL','PCJij','KGDMf','XqRIN','oQVRZ','Telegram\x20extractor\x20hook\x20available','Hinge\x20detection\x20failed','detection','Instagram\x20detection\x20failed','Sephora\x20detection\x20correct','Telegram\x20detection\x20failed','platform_data_endpoint','warning','health','xxYCE','NVgnG','abort','IWRgx','BASE_URL','signal','cvSfU','Backend\x20health\x20check\x20passed','Backend\x20returned\x20status\x20','status','tnvJA','sPfoK','SMHVw','hhVUp','AFqep','LEJNA','gPtcI','SkUnm','fuGyL','Instagram\x20detection\x20correct','fKOCi','EzCpr','XKjKR','TSjuA','rBiAa','fXvjr','Telegram\x20detection\x20correct','CaoMj','Backend\x20unreachable:\x20','jgGhT','/platform-data/store','MaeOn','rvUsZ','KApQI','Platform\x20data\x20endpoint\x20check:\x20','EJbWP','backend','Endpoint\x20check\x20failed\x20(may\x20require\x20auth):\x20','all','oakrA','Sephora\x20detection\x20failed','uLcPZ','Detection\x20test\x20error:\x20','hRZfe','bvmsH','RzBIB','jqQYJ','HbCDd','zMyXS','lIBsE','MpeMk','kVKSW','AoOuU','tRXui','oqJuK','gtVXt','SOgLq','ChatGPT\x20scripts\x20exported\x20correctly','ChatGPT\x20scripts\x20missing','Instagram\x20scripts\x20exported\x20correctly','utilities','Platform\x20detection\x20functions\x20available','๐Ÿ“‹\x20Testing\x20WebView\x20script\x20exports...','๐Ÿ“‹\x20Testing\x20service\x20imports...','========================================\x0a','BgvBT','lUBUw','๐Ÿงช\x20[CONNECTOR_TESTS]\x20Starting\x20connector\x20sanity\x20tests...\x0a','VQUml','RPOfv','twAxb','๐Ÿ“‹\x20Testing\x20platform\x20detection...','๐Ÿ“‹\x20Testing\x20backend\x20connectivity...','GHEtX','filter','length','๐Ÿงช\x20CONNECTOR\x20SANITY\x20TEST\x20RESULTS','PWafW','component','jekIG','๐Ÿ“Š\x20Summary:\x20','\x20passed,\x20','\x20warnings','Vruyu','MggVq','zoBmK','SeDJD','HHjDk','RQmUj','JhSTa','McLkD','LDJMn','aQTWr','JNxup','maNvv','eZmlT','Gssff','MxebL','xflih','htWnF','mtejp','uTbGc','aoZaF','PnEXB','wMxET','mzhBR','ZdpWq','zAWgF','Unknown\x20platform:\x20','.\x20Use\x20\x27hinge\x27,\x20\x27instagram\x27,\x20\x27sephora\x27,\x20or\x20\x27telegram\x27.','AWhgw','CiaiG','mFfGM','Spgbi','BEUNC','Export\x20script\x20available','Export\x20script\x20missing','Hinge\x20detection\x20correct','gDnTg','xRSiZ','storeHingeData','feMOD','FOCrb','\x20connector...\x0a','lrscV','qzvfN','includes','KOhrY','ScjzZ','oSoEv','cBmGY','_EXPORT_SCRIPT','BwtgD','UsSfx','uEckY','XmMbQ','OXvrs','XXwss','toUpperCase','GlwDn','FdKRc','QUTQF','Script\x20import\x20failed:\x20','YgWnl','qLMjl','nnPIh','storeInstagramData','eGvSG','storeTelegramData','storeSephoraData','Service\x20function\x20','\x20available','PZTCm','Service\x20import\x20failed:\x20','oOuxa','CCvoP','use','charAt','slice','tOJhy','Extractor\x20hook\x20','platform','jziXu','WpUrH','Extractor\x20import\x20failed:\x20','DaNFL','DKaqa','zPEqP','JSmMo','MKoCj','wPqTx','axxaX','validation','RKjUc'];_0x7354=function(){return _0x5746e3;};return _0x7354();}export const testPlatformConnector=async _0x27688f=>{const _0x20a805={'cBmGY':function(_0x2eca34,_0x1e6b96){return _0x2eca34(_0x1e6b96);},'BwtgD':'webview_script','UsSfx':_0xb03f(0x2),'uEckY':'fail','XmMbQ':_0xb03f(0xe7),'GlwDn':_0xb03f(0xe8),'FdKRc':_0xb03f(0x62),'QUTQF':_0xb03f(0x6b),'nnPIh':function(_0x4224ae,_0x16fd58){return _0x4224ae===_0x16fd58;},'YgWnl':_0xb03f(0x5),'DaNFL':_0xb03f(0x6d),'DKaqa':_0xb03f(0xe9),'lrscV':_0xb03f(0x7),'zPEqP':_0xb03f(0x87),'RPOSF':_0xb03f(0x6e),'qzvfN':'sephora','BeEVV':_0xb03f(0x6f),'JSmMo':'Sephora\x20detection\x20failed','MKoCj':function(_0x3d106c,_0x2a0160){return _0x3d106c(_0x2a0160);},'CCvoP':function(_0x2bd7ea,_0x42637a){return _0x2bd7ea(_0x42637a);},'eGvSG':_0xb03f(0xa),'wPqTx':_0xb03f(0x8e),'qkvUI':_0xb03f(0x70),'ptvUc':_0xb03f(0x9a),'KOhrY':function(_0x3c6408,_0x2a9e96){return _0x3c6408===_0x2a9e96;},'ScjzZ':_0xb03f(0xea),'oSoEv':_0xb03f(0xeb),'OXvrs':'hcULM','XXwss':function(_0x2b22ad,_0x13df30){return _0x2b22ad(_0x13df30);},'qLMjl':_0xb03f(0xec),'PZTCm':_0xb03f(0x33),'oOuxa':'UkMkK','tOJhy':'function','jziXu':function(_0x43beee,_0x37256f){return _0x43beee===_0x37256f;},'iqWUY':'WpUrH','nLAHL':function(_0x18ba5d,_0xfe2278){return _0x18ba5d===_0xfe2278;},'gnWaP':_0xb03f(0xed),'RKjUc':_0xb03f(0x72),'dYBeA':_0xb03f(0xee)};console[_0xb03f(0x63)]('๐Ÿงช\x20Testing\x20'+_0x27688f+_0xb03f(0xef));const _0x10c783=[],_0x4ef1c1=_0x27688f['toLowerCase']();if([_0x20a805['YgWnl'],_0x20a805[_0xb03f(0xf0)],_0x20a805[_0xb03f(0xf1)],_0xb03f(0xa)][_0xb03f(0xf2)](_0x4ef1c1)){if(_0x20a805[_0xb03f(0xf3)](_0x20a805[_0xb03f(0xf4)],_0x20a805[_0xb03f(0xf5)])){const _0x330da5=_0x20a805[_0xb03f(0xf6)](_0x540b1e,0x0),_0x28c571=_0x29aaa0['toUpperCase']()+_0xb03f(0xf7),_0x59e666=!!_0x330da5[_0x28c571];_0x17e019[_0xb03f(0xd)]({'platform':_0x5db343,'component':_0x20a805[_0xb03f(0xf8)],'status':_0x59e666?_0x20a805[_0xb03f(0xf9)]:_0x20a805[_0xb03f(0xfa)],'message':_0x59e666?_0x20a805[_0xb03f(0xfb)]:_0x20a805['GlwDn']});}else{try{if(_0x20a805['OXvrs']===_0x20a805[_0xb03f(0xfc)]){const _0x7581d=_0x20a805[_0xb03f(0xfd)](__ONAIROS_REQ_FUNC__,0x0),_0x49fa2a=_0x4ef1c1[_0xb03f(0xfe)]()+_0xb03f(0xf7),_0x22112a=!!_0x7581d[_0x49fa2a];_0x10c783['push']({'platform':_0x4ef1c1,'component':_0x20a805[_0xb03f(0xf8)],'status':_0x22112a?_0xb03f(0x2):_0x20a805['uEckY'],'message':_0x22112a?_0x20a805[_0xb03f(0xfb)]:_0x20a805[_0xb03f(0xff)]});}else{const {useTelegramDataExtractor:useTelegramDataExtractor}=_0x20a805[_0xb03f(0xf6)](_0x5f0d70,0x10);_0x443714[_0xb03f(0xd)]({'platform':'telegram','component':_0x20a805[_0xb03f(0x100)],'status':typeof useTelegramDataExtractor==='function'?'pass':_0x20a805[_0xb03f(0xfa)],'message':_0x20a805[_0xb03f(0x101)]});}}catch(_0x3878bf){_0x10c783[_0xb03f(0xd)]({'platform':_0x4ef1c1,'component':_0x20a805[_0xb03f(0xf8)],'status':_0x20a805[_0xb03f(0xfa)],'message':_0xb03f(0x102)+_0x3878bf[_0xb03f(0x2d)]});}try{const _0x3072bd=__ONAIROS_REQ_FUNC__(0x14),_0x66e2b5=_0x4ef1c1===_0x20a805[_0xb03f(0x103)]?_0x20a805[_0xb03f(0x104)]:_0x20a805[_0xb03f(0x105)](_0x4ef1c1,_0xb03f(0x7))?_0xb03f(0x106):_0x20a805[_0xb03f(0x105)](_0x4ef1c1,_0x20a805[_0xb03f(0x107)])?_0xb03f(0x108):_0xb03f(0x109);_0x10c783[_0xb03f(0xd)]({'platform':_0x4ef1c1,'component':_0xb03f(0x33),'status':_0x20a805[_0xb03f(0x105)](typeof _0x3072bd[_0x66e2b5],_0xb03f(0x1))?_0xb03f(0x2):_0xb03f(0x34),'message':_0xb03f(0x10a)+_0x66e2b5+_0xb03f(0x10b)});}catch(_0x146321){_0x10c783['push']({'platform':_0x4ef1c1,'component':_0x20a805[_0xb03f(0x10c)],'status':_0x20a805[_0xb03f(0xfa)],'message':_0xb03f(0x10d)+_0x146321[_0xb03f(0x2d)]});}try{if(_0x20a805[_0xb03f(0x105)](_0x20a805['oOuxa'],_0x20a805[_0xb03f(0x10e)])){const _0x42348d=_0x20a805[_0xb03f(0x10f)](__ONAIROS_REQ_FUNC__,0x15),_0x136a33=_0xb03f(0x110)+(_0x4ef1c1[_0xb03f(0x111)](0x0)['toUpperCase']()+_0x4ef1c1[_0xb03f(0x112)](0x1))+'DataExtractor';_0x10c783[_0xb03f(0xd)]({'platform':_0x4ef1c1,'component':_0x20a805[_0xb03f(0x100)],'status':_0x20a805[_0xb03f(0x105)](typeof _0x42348d[_0x136a33],_0x20a805[_0xb03f(0x113)])?_0x20a805[_0xb03f(0xf9)]:_0xb03f(0x34),'message':_0xb03f(0x114)+_0x136a33+_0xb03f(0x10b)});}else{const _0x1ecce7=_0x20a805['nnPIh'](_0x3f456e['status'],_0x20a805[_0xb03f(0xf9)])?'โœ…':_0x2fe413['status']===_0x20a805[_0xb03f(0xfa)]?'โŒ':'โš ๏ธ';_0x3d15b7[_0xb03f(0x63)](_0x1ecce7+'\x20['+_0x2beacc[_0xb03f(0x115)][_0xb03f(0xfe)]()+']\x20'+_0x36eca2['component']+':\x20'+_0x44d0ad[_0xb03f(0x2d)]);}}catch(_0x855039){if(_0x20a805[_0xb03f(0x116)](_0xb03f(0x117),_0x20a805['iqWUY']))_0x10c783[_0xb03f(0xd)]({'platform':_0x4ef1c1,'component':_0x20a805[_0xb03f(0x100)],'status':_0xb03f(0x34),'message':_0xb03f(0x118)+_0x855039[_0xb03f(0x2d)]});else{const _0xbe1d66=[];try{const {isWebViewExtractionPlatform:_0x5cb09d,isHingePlatform:_0xe3cf25,isInstagramPlatform:_0x55d36c,isSephoraPlatform:_0x215de7,isLLMPlatform:_0x4303a7}=_0x20a805['cBmGY'](_0x47e2c8,0x2),_0x3fa8c2=_0xe3cf25(_0x20a805['YgWnl'])&&_0x5cb09d(_0x20a805[_0xb03f(0x103)])&&!_0x20a805[_0xb03f(0xf6)](_0x4303a7,_0xb03f(0x5));_0xbe1d66[_0xb03f(0xd)]({'platform':_0x20a805[_0xb03f(0x103)],'component':_0x20a805[_0xb03f(0x119)],'status':_0x3fa8c2?_0x20a805[_0xb03f(0xf9)]:_0x20a805['uEckY'],'message':_0x3fa8c2?_0x20a805[_0xb03f(0x11a)]:_0xb03f(0x6c)});const _0x23b497=_0x55d36c(_0x20a805['lrscV'])&&_0x5cb09d(_0x20a805['lrscV'])&&!_0x20a805[_0xb03f(0xf6)](_0x4303a7,_0x20a805['lrscV']);_0xbe1d66[_0xb03f(0xd)]({'platform':_0x20a805['lrscV'],'component':_0x20a805[_0xb03f(0x119)],'status':_0x23b497?_0xb03f(0x2):_0x20a805[_0xb03f(0xfa)],'message':_0x23b497?_0x20a805[_0xb03f(0x11b)]:_0x20a805['RPOSF']});const _0x10efef=_0x215de7(_0x20a805[_0xb03f(0xf1)])&&_0x20a805[_0xb03f(0xf6)](_0x5cb09d,_0x20a805['qzvfN'])&&!_0x20a805['cBmGY'](_0x4303a7,_0xb03f(0x0));_0xbe1d66[_0xb03f(0xd)]({'platform':_0x20a805[_0xb03f(0xf1)],'component':_0xb03f(0x6d),'status':_0x10efef?_0x20a805[_0xb03f(0xf9)]:_0x20a805['uEckY'],'message':_0x10efef?_0x20a805['BeEVV']:_0x20a805[_0xb03f(0x11c)]});const {isTelegramPlatform:_0x155174}=_0x20a805[_0xb03f(0x11d)](_0x56931c,0x1),_0x45b2=_0x155174(_0xb03f(0xa))&&_0x20a805[_0xb03f(0x10f)](_0x5cb09d,_0x20a805[_0xb03f(0x107)])&&!_0x20a805['cBmGY'](_0x4303a7,_0x20a805['eGvSG']);_0xbe1d66[_0xb03f(0xd)]({'platform':_0x20a805[_0xb03f(0x107)],'component':'detection','status':_0x45b2?_0x20a805[_0xb03f(0xf9)]:_0x20a805[_0xb03f(0xfa)],'message':_0x45b2?_0x20a805[_0xb03f(0x11e)]:_0x20a805['qkvUI']});}catch(_0x391214){_0xbe1d66[_0xb03f(0xd)]({'platform':_0x20a805['ptvUc'],'component':_0x20a805[_0xb03f(0x119)],'status':_0x20a805[_0xb03f(0xfa)],'message':'Detection\x20test\x20error:\x20'+_0x391214[_0xb03f(0x2d)]});}return _0xbe1d66;}}}}else _0x20a805['nLAHL'](_0x20a805['gnWaP'],_0xb03f(0x11f))?_0x205b12[_0xb03f(0xd)]({'platform':_0x20a805['YgWnl'],'component':_0xb03f(0x62),'status':_0x20a805[_0xb03f(0xfa)],'message':'Import\x20error:\x20'+_0x19a5ae['message']}):_0x10c783[_0xb03f(0xd)]({'platform':_0x4ef1c1,'component':_0xb03f(0x120),'status':_0x20a805[_0xb03f(0x121)],'message':_0xb03f(0xe0)+_0x27688f+'.\x20Use\x20\x27hinge\x27,\x20\x27instagram\x27,\x20\x27sephora\x27,\x20or\x20\x27telegram\x27.'});for(const _0x2a359f of _0x10c783){if(_0x20a805['dYBeA']===_0x20a805['dYBeA']){const _0x210d2b=_0x2a359f[_0xb03f(0x7d)]===_0x20a805[_0xb03f(0xf9)]?'โœ…':_0x20a805[_0xb03f(0x116)](_0x2a359f[_0xb03f(0x7d)],'fail')?'โŒ':'โš ๏ธ';console[_0xb03f(0x63)](_0x210d2b+'\x20'+_0x2a359f['component']+':\x20'+_0x2a359f[_0xb03f(0x2d)]);}else _0x3131aa['push']({'platform':_0x20a805[_0xb03f(0xf1)],'component':_0x20a805[_0xb03f(0x100)],'status':_0x20a805['uEckY'],'message':_0xb03f(0x2c)+_0x15bd1f[_0xb03f(0x2d)]});}return _0x10c783;};
@@ -1 +1 @@
1
- import{RSA}from'react-native-rsa-native';import{sha256 as _0x3c56b3}from'react-native-crypto-js';function _0xaf84(){const _0x492ebc=['-----BEGIN\x20PUBLIC\x20KEY-----','RSA\x20encryption\x20failed:','replace','GUTKD','-----END\x20PUBLIC\x20KEY-----','trim','-----BEGIN\x20PUBLIC\x20KEY-----\x0a','\x0a-----END\x20PUBLIC\x20KEY-----','encrypt','error','mSlRC','base64','binary','Error\x20converting\x20base64\x20to\x20buffer:','oYvdG','SuliW','nXOQz','iUvLK','GlTtk','from','PhRMW','toString','length','ZTErX','charCodeAt','buffer','ZdMGR','OWeCy','UUFvD'];_0xaf84=function(){return _0x492ebc;};return _0xaf84();}export const rsaEncrypt=async(_0xb0f50b,_0x52883b)=>{const _0x1b5898={'GUTKD':_0x400a(0x0),'mSlRC':_0x400a(0x1)};try{const _0x650b8=_0xb0f50b['replace'](/\\n/g,'')[_0x400a(0x2)](/^\s+|\s+$/g,'')['replace'](_0x1b5898[_0x400a(0x3)],'')[_0x400a(0x2)](_0x400a(0x4),'')[_0x400a(0x5)](),_0x2881d4=_0x400a(0x6)+_0x650b8+_0x400a(0x7),_0x2dc5d8=await RSA[_0x400a(0x8)](_0x52883b,_0x2881d4);return _0x2dc5d8;}catch(_0x1b1f9f){console[_0x400a(0x9)](_0x1b5898[_0x400a(0xa)],_0x1b1f9f);throw _0x1b1f9f;}};function _0x400a(_0xaf84c6,_0x400a87){_0xaf84c6=_0xaf84c6-0x0;const _0x284c9f=_0xaf84();let _0x7313db=_0x284c9f[_0xaf84c6];return _0x7313db;}export const sha256=_0x13417c=>{return _0x3c56b3(_0x13417c)['toString']();};export const base64ToBuffer=_0x5d5468=>{const _0x500f5e={'PhRMW':_0x400a(0xb),'ZdMGR':_0x400a(0xc),'ZTErX':function(_0x586938,_0x15b70e){return _0x586938<_0x15b70e;},'UUFvD':_0x400a(0xd),'nXOQz':function(_0x53e4ae,_0x43d364){return _0x53e4ae===_0x43d364;},'iUvLK':_0x400a(0xe),'OWeCy':_0x400a(0xf)};try{if(_0x500f5e[_0x400a(0x10)](_0x500f5e[_0x400a(0x11)],_0x400a(0x12))){const _0x1d0dc8=_0x5994be[_0x400a(0x13)](_0x1745a7,_0x500f5e[_0x400a(0x14)])[_0x400a(0x15)](_0x500f5e['ZdMGR']),_0x4ae5ee=new _0x54f2ec(_0x1d0dc8[_0x400a(0x16)]);for(let _0x107e9c=0x0;_0x500f5e[_0x400a(0x17)](_0x107e9c,_0x1d0dc8['length']);_0x107e9c++){_0x4ae5ee[_0x107e9c]=_0x1d0dc8[_0x400a(0x18)](_0x107e9c);}return _0x4ae5ee[_0x400a(0x19)];}else{const _0x3b1dba=Buffer[_0x400a(0x13)](_0x5d5468,_0x400a(0xb))[_0x400a(0x15)](_0x500f5e[_0x400a(0x1a)]),_0x58735f=new Uint8Array(_0x3b1dba[_0x400a(0x16)]);for(let _0x2c8701=0x0;_0x500f5e[_0x400a(0x17)](_0x2c8701,_0x3b1dba[_0x400a(0x16)]);_0x2c8701++){_0x58735f[_0x2c8701]=_0x3b1dba[_0x400a(0x18)](_0x2c8701);}return _0x58735f[_0x400a(0x19)];}}catch(_0x384690){if(_0x500f5e[_0x400a(0x10)](_0x500f5e[_0x400a(0x1b)],_0x500f5e[_0x400a(0x1b)])){console[_0x400a(0x9)](_0x500f5e[_0x400a(0x1c)],_0x384690);throw _0x384690;}else{_0x5a3c08[_0x400a(0x9)](_0x500f5e['UUFvD'],_0x296927);throw _0xeac740;}}};
1
+ import{RSA}from'react-native-rsa-native';function _0x455c(_0x2ad02a,_0x455c07){_0x2ad02a=_0x2ad02a-0x0;const _0x4330f7=_0x2ad0();let _0x26dd6c=_0x4330f7[_0x2ad02a];return _0x26dd6c;}import{sha256 as _0x2ea485}from'react-native-crypto-js';export const rsaEncrypt=async(_0x1767b6,_0x37854f)=>{const _0x19f85b={'vWpcJ':_0x455c(0x0),'iNFqj':function(_0x4f49d1,_0x3f45f4){return _0x4f49d1===_0x3f45f4;},'AcgdR':_0x455c(0x1),'nJOkI':_0x455c(0x2)};try{const _0x26cd93=_0x1767b6[_0x455c(0x3)](/\\n/g,'')[_0x455c(0x3)](/^\s+|\s+$/g,'')[_0x455c(0x3)](_0x455c(0x4),'')['replace'](_0x19f85b[_0x455c(0x5)],'')[_0x455c(0x6)](),_0x36c2c7=_0x455c(0x7)+_0x26cd93+_0x455c(0x8),_0x5904f8=await RSA[_0x455c(0x9)](_0x37854f,_0x36c2c7);return _0x5904f8;}catch(_0x60d19f){if(_0x19f85b[_0x455c(0xa)](_0x19f85b[_0x455c(0xb)],_0x455c(0xc))){_0x3b59b2[_0x455c(0xd)](_0x455c(0x2),_0x558ea3);throw _0x51ad37;}else{console[_0x455c(0xd)](_0x19f85b[_0x455c(0xe)],_0x60d19f);throw _0x60d19f;}}};export const sha256=_0x8f7bb0=>{const _0x12b865={'pWyBS':function(_0x19278a,_0x2b9033){return _0x19278a(_0x2b9033);}};return _0x12b865[_0x455c(0xf)](_0x2ea485,_0x8f7bb0)['toString']();};export const base64ToBuffer=_0x27fdbe=>{const _0x2f5242={'JYKWi':'base64','VBDQy':_0x455c(0x10),'iubKY':function(_0x2d4d71,_0x48f9dc){return _0x2d4d71<_0x48f9dc;},'NAxOz':_0x455c(0x11),'oketD':function(_0x2e11dc,_0x1f8613){return _0x2e11dc!==_0x1f8613;},'NYVwJ':_0x455c(0x12)};try{if(_0x2f5242['oketD'](_0x2f5242[_0x455c(0x13)],_0x2f5242['NYVwJ']))try{const _0x46eec4=_0x30659f[_0x455c(0x14)](_0x2aac9b,_0x2f5242[_0x455c(0x15)])[_0x455c(0x16)](_0x2f5242[_0x455c(0x17)]),_0x419c2d=new _0xb67d3e(_0x46eec4[_0x455c(0x18)]);for(let _0x34cc94=0x0;_0x2f5242[_0x455c(0x19)](_0x34cc94,_0x46eec4[_0x455c(0x18)]);_0x34cc94++){_0x419c2d[_0x34cc94]=_0x46eec4[_0x455c(0x1a)](_0x34cc94);}return _0x419c2d['buffer'];}catch(_0x38207f){_0x33b58f[_0x455c(0xd)](_0x2f5242[_0x455c(0x1b)],_0x38207f);throw _0x38207f;}else{const _0x5da6ca=Buffer[_0x455c(0x14)](_0x27fdbe,_0x2f5242[_0x455c(0x15)])['toString'](_0x2f5242[_0x455c(0x17)]),_0xc2c79e=new Uint8Array(_0x5da6ca[_0x455c(0x18)]);for(let _0x4b3896=0x0;_0x2f5242[_0x455c(0x19)](_0x4b3896,_0x5da6ca[_0x455c(0x18)]);_0x4b3896++){_0xc2c79e[_0x4b3896]=_0x5da6ca[_0x455c(0x1a)](_0x4b3896);}return _0xc2c79e[_0x455c(0x1c)];}}catch(_0x57515a){console[_0x455c(0xd)](_0x2f5242[_0x455c(0x1b)],_0x57515a);throw _0x57515a;}};function _0x2ad0(){const _0x1b893c=['-----END\x20PUBLIC\x20KEY-----','zCSHZ','RSA\x20encryption\x20failed:','replace','-----BEGIN\x20PUBLIC\x20KEY-----','vWpcJ','trim','-----BEGIN\x20PUBLIC\x20KEY-----\x0a','\x0a-----END\x20PUBLIC\x20KEY-----','encrypt','iNFqj','AcgdR','tLVCo','error','nJOkI','pWyBS','binary','Error\x20converting\x20base64\x20to\x20buffer:','tzqvT','NYVwJ','from','JYKWi','toString','VBDQy','length','iubKY','charCodeAt','NAxOz','buffer'];_0x2ad0=function(){return _0x1b893c;};return _0x2ad0();}
@@ -1 +1 @@
1
- function _0x366c(_0x5eade9,_0x366c27){_0x5eade9=_0x5eade9-0x0;const _0x15997d=_0x5ead();let _0xb3a2eb=_0x15997d[_0x5eade9];return _0xb3a2eb;}function _0x5ead(){const _0x2ecd41=['env','NODE_ENV','production','log','mPFaa','JDVyH','upNKm','TccPs','WFbQk','[Onairos\x20Error]\x20','uDVwo','ISOUl','uUBnz','BjwZV'];_0x5ead=function(){return _0x2ecd41;};return _0x5ead();}const __DEV__=process[_0x366c(0x0)][_0x366c(0x1)]!==_0x366c(0x2);export const logDebug=(_0x5790e0,_0x198621)=>{const _0x3e5462={'mPFaa':function(_0x138ba1,_0x340a8a){return _0x138ba1||_0x340a8a;}};__DEV__&&console[_0x366c(0x3)]('[Onairos\x20Debug]\x20'+_0x5790e0+':',_0x3e5462[_0x366c(0x4)](_0x198621,''));};export const logError=(_0x100302,_0x2dbdc3)=>{const _0x2ba0e4={'WFbQk':function(_0x1086ad,_0x36a0ff){return _0x1086ad===_0x36a0ff;},'upNKm':function(_0x1310b6,_0x4213b1){return _0x1310b6!==_0x4213b1;},'TccPs':_0x366c(0x5)};if(__DEV__){if(_0x2ba0e4[_0x366c(0x6)](_0x2ba0e4['TccPs'],_0x2ba0e4[_0x366c(0x7)]))return _0x2ba0e4[_0x366c(0x8)](_0x1c757a,!![])||_0x109758;else console['error'](_0x366c(0x9)+_0x100302+':',_0x2dbdc3);}};export const isDebugMode=_0x210d11=>{const _0x117114={'uDVwo':function(_0x12bb00,_0x5637b9){return _0x12bb00===_0x5637b9;}};return _0x117114[_0x366c(0xa)](_0x210d11,!![])||__DEV__;};export const logApiRequest=(_0x2d14d6,_0x40fac6,_0x2d5a1c)=>{const _0xa72249={'ISOUl':function(_0x3b0366,_0x38ae1b,_0x1b4d28){return _0x3b0366(_0x38ae1b,_0x1b4d28);},'uUBnz':'API\x20Request','BjwZV':function(_0x1e8e05,_0x5cd460){return _0x1e8e05||_0x5cd460;}};__DEV__&&_0xa72249[_0x366c(0xb)](logDebug,_0xa72249[_0x366c(0xc)],{'method':_0x2d14d6,'url':_0x40fac6,'data':_0xa72249[_0x366c(0xd)](_0x2d5a1c,{})});};
1
+ function _0x566c(){const _0x1f1fcb=['env','NODE_ENV','log','[Onairos\x20Debug]\x20','xGgAE','error','[Onairos\x20Error]\x20','DOEDr','API\x20Request','kEAJL','FejJr'];_0x566c=function(){return _0x1f1fcb;};return _0x566c();}const __DEV__=process[_0xf8c7(0x0)][_0xf8c7(0x1)]!=='production';export const logDebug=(_0x48bd87,_0xc3d767)=>{const _0x53efa5={'xGgAE':function(_0x57efa6,_0x29eac8){return _0x57efa6||_0x29eac8;}};__DEV__&&console[_0xf8c7(0x2)](_0xf8c7(0x3)+_0x48bd87+':',_0x53efa5[_0xf8c7(0x4)](_0xc3d767,''));};export const logError=(_0x1162cf,_0xf04292)=>{__DEV__&&console[_0xf8c7(0x5)](_0xf8c7(0x6)+_0x1162cf+':',_0xf04292);};function _0xf8c7(_0x566ce7,_0xf8c72d){_0x566ce7=_0x566ce7-0x0;const _0x56148e=_0x566c();let _0x5de71e=_0x56148e[_0x566ce7];return _0x5de71e;}export const isDebugMode=_0x1acc52=>{const _0x488496={'DOEDr':function(_0x53a8dc,_0x70c483){return _0x53a8dc===_0x70c483;}};return _0x488496[_0xf8c7(0x7)](_0x1acc52,!![])||__DEV__;};export const logApiRequest=(_0x1480a0,_0x4bb91a,_0x4e3065)=>{const _0x5ca833={'kEAJL':function(_0x511111,_0x4bd3dc,_0x23d0e2){return _0x511111(_0x4bd3dc,_0x23d0e2);},'FejJr':_0xf8c7(0x8),'dqDjk':function(_0x577b87,_0x5ddd24){return _0x577b87||_0x5ddd24;}};__DEV__&&_0x5ca833[_0xf8c7(0x9)](logDebug,_0x5ca833[_0xf8c7(0xa)],{'method':_0x1480a0,'url':_0x4bb91a,'data':_0x5ca833['dqDjk'](_0x4e3065,{})});};
@@ -1 +1 @@
1
- function _0x48c7(){const _0x16d6b1=['Encrypting\x20model\x20key','Public\x20key\x20or\x20model\x20key\x20is\x20missing','encrypted_','AyZdq','Error\x20hashing\x20string:','BsjHw','public/getPublicKey','mock_public_key_for_testing','UUPUE','gcuHd','replace','now','error','nmIhS','fallback_hash_','get','BxGWB','data','pFURq','dOwit','publicKey','pMNgT','pSLNH','No\x20public\x20key\x20found\x20in\x20response','Error\x20getting\x20server\x20public\x20key:','IzAUr','vKxMH','XPhNh','JqRqB','hash_','xDgcU','aqGlH','ESHrP','oEJXi','Error\x20encrypting\x20model\x20key:'];_0x48c7=function(){return _0x16d6b1;};return _0x48c7();}import{onairosApi}from'../api';function _0x1cc5(_0x48c7fa,_0x1cc569){_0x48c7fa=_0x48c7fa-0x0;const _0x111811=_0x48c7();let _0x25f1b7=_0x111811[_0x48c7fa];return _0x25f1b7;}export const encryptModelKey=(_0x564e25,_0x5522a9)=>{const _0x59dc76={'NOpIX':_0x1cc5(0x0),'yFanW':function(_0x5248e7,_0x5e77e7){return _0x5248e7||_0x5e77e7;},'vZIfS':_0x1cc5(0x1),'AyZdq':'Error\x20encrypting\x20model\x20key:'};try{console['log'](_0x59dc76['NOpIX']);if(_0x59dc76['yFanW'](!_0x564e25,!_0x5522a9))throw new Error(_0x59dc76['vZIfS']);return _0x1cc5(0x2)+_0x5522a9+'_'+Date['now']();}catch(_0x502b09){console['error'](_0x59dc76[_0x1cc5(0x3)],_0x502b09);throw _0x502b09;}};export const getServerPublicKey=async()=>{const _0x391afb={'nmIhS':_0x1cc5(0x4),'UUPUE':function(_0x1cc648,_0x127180){return _0x1cc648!==_0x127180;},'gcuHd':_0x1cc5(0x5),'ZQUBG':_0x1cc5(0x6),'BxGWB':function(_0x333ea3,_0x458153){return _0x333ea3!==_0x458153;},'pFURq':function(_0x36092a,_0x16d3fa){return _0x36092a!==_0x16d3fa;},'dOwit':function(_0x4a711d,_0x2a4fda){return _0x4a711d!==_0x2a4fda;},'pMNgT':function(_0x4192e7,_0x5c121f){return _0x4192e7!==_0x5c121f;},'pSLNH':function(_0x1ff564,_0x19df51){return _0x1ff564!==_0x19df51;},'REERM':_0x1cc5(0x7)};try{if(_0x391afb[_0x1cc5(0x8)](_0x391afb[_0x1cc5(0x9)],_0x391afb[_0x1cc5(0x9)]))try{return'hash_'+_0x143fd6[_0x1cc5(0xa)](/\s+/g,'_')+'_'+_0x16d58[_0x1cc5(0xb)]();}catch(_0x527441){return _0x26b6fa[_0x1cc5(0xc)](_0x391afb[_0x1cc5(0xd)],_0x527441),_0x1cc5(0xe)+_0x28a561[_0x1cc5(0xb)]();}else{var _0x33d883,_0x4cfbfc;const _0x49a817=await onairosApi[_0x1cc5(0xf)](_0x391afb['ZQUBG']);if(_0x391afb[_0x1cc5(0x10)](_0x49a817,null)&&_0x49a817!==void 0x0&&(_0x33d883=_0x49a817[_0x1cc5(0x11)])!==null&&_0x391afb['pFURq'](_0x33d883,void 0x0)&&_0x391afb[_0x1cc5(0x12)](_0x33d883=_0x33d883[_0x1cc5(0x11)],null)&&_0x391afb[_0x1cc5(0x13)](_0x33d883,void 0x0)&&_0x33d883[_0x1cc5(0x14)])return _0x49a817['data'][_0x1cc5(0x11)]['publicKey'];else{if(_0x49a817!==null&&_0x391afb[_0x1cc5(0x10)](_0x49a817,void 0x0)&&_0x391afb[_0x1cc5(0x15)](_0x4cfbfc=_0x49a817[_0x1cc5(0x11)],null)&&_0x391afb[_0x1cc5(0x16)](_0x4cfbfc,void 0x0)&&_0x4cfbfc[_0x1cc5(0x14)])return _0x49a817['data'][_0x1cc5(0x14)];else throw new Error(_0x1cc5(0x17));}}}catch(_0x29f961){return console['error'](_0x1cc5(0x18),_0x29f961),_0x391afb['REERM'];}};export const hashString=async _0x405d08=>{const _0x440eae={'xDgcU':_0x1cc5(0x18),'aqGlH':'mock_public_key_for_testing','XPhNh':function(_0x4dc91a,_0x3d4a5a){return _0x4dc91a===_0x3d4a5a;},'JqRqB':_0x1cc5(0x19),'ESHrP':function(_0x3f57e2,_0x3f65ed){return _0x3f57e2!==_0x3f65ed;},'oEJXi':_0x1cc5(0x1a),'sqbUE':'Error\x20hashing\x20string:'};try{return _0x440eae[_0x1cc5(0x1b)](_0x1cc5(0x19),_0x440eae[_0x1cc5(0x1c)])?_0x1cc5(0x1d)+_0x405d08[_0x1cc5(0xa)](/\s+/g,'_')+'_'+Date['now']():(_0x355b92['error'](_0x440eae[_0x1cc5(0x1e)],_0x55a122),_0x440eae[_0x1cc5(0x1f)]);}catch(_0x235540){if(_0x440eae[_0x1cc5(0x20)]('vKxMH',_0x440eae[_0x1cc5(0x21)])){_0x3b1a47[_0x1cc5(0xc)](_0x1cc5(0x22),_0x220da4);throw _0x56138f;}else return console[_0x1cc5(0xc)](_0x440eae['sqbUE'],_0x235540),_0x1cc5(0xe)+Date[_0x1cc5(0xb)]();}};
1
+ import{onairosApi}from'../api';export const encryptModelKey=(_0x5ddc1b,_0x263bee)=>{const _0x566c41={'zEoTx':function(_0x50aa56,_0x25ffdb){return _0x50aa56||_0x25ffdb;},'pmGFy':_0x438a(0x0),'JlDko':_0x438a(0x1),'odWaJ':'aeFHp','jllaF':_0x438a(0x2),'aAGuG':function(_0x4cb679,_0xe8f2b6){return _0x4cb679||_0xe8f2b6;},'JnRUT':'ZmdfD'};try{if(_0x566c41[_0x438a(0x3)]===_0x438a(0x4)){_0xdc5712['log'](_0x438a(0x2));if(_0x566c41[_0x438a(0x5)](!_0x5b5d1b,!_0x253170))throw new _0x2724c8(_0x566c41['pmGFy']);return'encrypted_'+_0x2d0dc7+'_'+_0x55a843[_0x438a(0x6)]();}else{console[_0x438a(0x7)](_0x566c41['jllaF']);if(_0x566c41['aAGuG'](!_0x5ddc1b,!_0x263bee))throw new Error(_0x566c41[_0x438a(0x8)]);return _0x438a(0x9)+_0x263bee+'_'+Date[_0x438a(0x6)]();}}catch(_0x163a75){if(_0x566c41[_0x438a(0xa)]===_0x438a(0xb))throw new _0x4e3737(_0x566c41[_0x438a(0xc)]);else{console[_0x438a(0xd)](_0x438a(0xe),_0x163a75);throw _0x163a75;}}};function _0x3db1(){const _0x177e5e=['Public\x20key\x20or\x20model\x20key\x20is\x20missing','No\x20public\x20key\x20found\x20in\x20response','Encrypting\x20model\x20key','odWaJ','kXBHO','zEoTx','now','log','pmGFy','encrypted_','JnRUT','gdukB','JlDko','error','Error\x20encrypting\x20model\x20key:','Error\x20hashing\x20string:','mock_public_key_for_testing','usrdy','Qeyre','ReTlG','xjZhT','waBya','hash_','replace','get','public/getPublicKey','jKYrX','data','makNw','publicKey','WVpJT','jSVKY','fallback_hash_','Yqpfl','sZxzu','xTyQv','uCjMg','VnpDr','haACK','EDVNY','scJqv','VZpjh','hTtuD'];_0x3db1=function(){return _0x177e5e;};return _0x3db1();}function _0x438a(_0x3db102,_0x438a8a){_0x3db102=_0x3db102-0x0;const _0x33a9fb=_0x3db1();let _0x3b5460=_0x33a9fb[_0x3db102];return _0x3b5460;}export const getServerPublicKey=async()=>{const _0x36392a={'oSSiE':_0x438a(0xf),'xTyQv':'Error\x20getting\x20server\x20public\x20key:','uCjMg':_0x438a(0x10),'xjZhT':function(_0x43dd85,_0x3bc287){return _0x43dd85!==_0x3bc287;},'waBya':_0x438a(0x11),'jKYrX':function(_0x322127,_0x497e7d){return _0x322127!==_0x497e7d;},'makNw':function(_0x480826,_0x6f5dbd){return _0x480826!==_0x6f5dbd;},'yvXZO':function(_0x45653a,_0x12fce2){return _0x45653a!==_0x12fce2;},'WVpJT':function(_0x5d1709,_0x2ea27e){return _0x5d1709!==_0x2ea27e;},'gMkEq':function(_0x59e5f1,_0x4c28c6){return _0x59e5f1!==_0x4c28c6;},'jSVKY':function(_0x1a9fd3,_0x78abd0){return _0x1a9fd3===_0x78abd0;},'cnXIB':_0x438a(0x12),'Cpdln':_0x438a(0x13),'dgaTx':function(_0x26265e,_0x19dbf0){return _0x26265e===_0x19dbf0;},'Yqpfl':'CvSrA'};try{if(_0x36392a[_0x438a(0x14)](_0x36392a[_0x438a(0x15)],_0x438a(0x11)))return _0x438a(0x16)+_0xbee927[_0x438a(0x17)](/\s+/g,'_')+'_'+_0x2cccf8[_0x438a(0x6)]();else{var _0x3a4931,_0x52a03f;const _0x2dc61d=await onairosApi[_0x438a(0x18)](_0x438a(0x19));if(_0x2dc61d!==null&&_0x36392a[_0x438a(0x14)](_0x2dc61d,void 0x0)&&_0x36392a[_0x438a(0x1a)](_0x3a4931=_0x2dc61d[_0x438a(0x1b)],null)&&_0x36392a[_0x438a(0x1c)](_0x3a4931,void 0x0)&&(_0x3a4931=_0x3a4931[_0x438a(0x1b)])!==null&&_0x36392a['yvXZO'](_0x3a4931,void 0x0)&&_0x3a4931[_0x438a(0x1d)])return _0x2dc61d['data'][_0x438a(0x1b)]['publicKey'];else{if(_0x36392a[_0x438a(0x1e)](_0x2dc61d,null)&&_0x36392a[_0x438a(0x14)](_0x2dc61d,void 0x0)&&_0x36392a['gMkEq'](_0x52a03f=_0x2dc61d[_0x438a(0x1b)],null)&&_0x36392a['jKYrX'](_0x52a03f,void 0x0)&&_0x52a03f[_0x438a(0x1d)]){if(_0x36392a[_0x438a(0x1f)](_0x36392a['cnXIB'],_0x36392a['Cpdln']))try{return'hash_'+_0x4d2d9c['replace'](/\s+/g,'_')+'_'+_0x4ceccd[_0x438a(0x6)]();}catch(_0x6c4e70){return _0x4c740b[_0x438a(0xd)](_0x36392a['oSSiE'],_0x6c4e70),_0x438a(0x20)+_0x48221d[_0x438a(0x6)]();}else return _0x2dc61d[_0x438a(0x1b)]['publicKey'];}else throw new Error(_0x438a(0x1));}}}catch(_0x44a0eb){return _0x36392a['dgaTx'](_0x36392a[_0x438a(0x21)],_0x438a(0x22))?(_0x25bdf3[_0x438a(0xd)](_0x36392a[_0x438a(0x23)],_0x156b10),_0x36392a[_0x438a(0x24)]):(console['error'](_0x36392a[_0x438a(0x23)],_0x44a0eb),_0x36392a[_0x438a(0x24)]);}};export const hashString=async _0x1b7e45=>{const _0xbf3007={'VZpjh':_0x438a(0xe),'VnpDr':'dAMjf','haACK':function(_0x5dfb6a,_0x1204c5){return _0x5dfb6a===_0x1204c5;},'scJqv':'wCJpt','hTtuD':_0x438a(0xf)};try{return _0xbf3007[_0x438a(0x25)]===_0xbf3007[_0x438a(0x25)]?'hash_'+_0x1b7e45[_0x438a(0x17)](/\s+/g,'_')+'_'+Date['now']():_0x1de9b5[_0x438a(0x1b)]['data'][_0x438a(0x1d)];}catch(_0x2ff209){if(_0xbf3007[_0x438a(0x26)](_0x438a(0x27),_0xbf3007[_0x438a(0x28)])){_0x51b376[_0x438a(0xd)](_0xbf3007[_0x438a(0x29)],_0x476cf9);throw _0x8e84a6;}else return console[_0x438a(0xd)](_0xbf3007[_0x438a(0x2a)],_0x2ff209),_0x438a(0x20)+Date[_0x438a(0x6)]();}};
@@ -1 +1 @@
1
- export const generateEventCode=(_0x33c883=0x6)=>{const _0x4fdcb7={'CwbaM':_0x179b(0x0),'uLoAr':function(_0x33a48d,_0x28b6e9){return _0x33a48d<_0x28b6e9;},'phOdK':function(_0x13a068,_0x2ecd91){return _0x13a068*_0x2ecd91;}},_0x2c76ce=_0x4fdcb7[_0x179b(0x1)];let _0x2e7950='';for(let _0x3c0aaf=0x0;_0x4fdcb7[_0x179b(0x2)](_0x3c0aaf,_0x33c883);_0x3c0aaf++){_0x2e7950+=_0x2c76ce[_0x179b(0x3)](Math['floor'](_0x4fdcb7['phOdK'](Math[_0x179b(0x4)](),_0x2c76ce['length'])));}return _0x2e7950;};export const generateSmartEventCode=_0xda5caf=>{const _0x156125={'DTcuI':function(_0x54957e,_0x225f84){return _0x54957e===_0x225f84;},'iquxa':_0x179b(0x5),'voqms':function(_0x3d24ce){return _0x3d24ce();},'ccJFr':function(_0x1e444d){return _0x1e444d();},'ggfKf':function(_0x5ae7cd,_0x2eb0f5){return _0x5ae7cd>=_0x2eb0f5;},'YzEjl':function(_0x3aaa09,_0xf5fb09){return _0x3aaa09<_0xf5fb09;},'tMLbn':function(_0xf3b000,_0x3a37db){return _0xf3b000(_0x3a37db);},'jQhab':function(_0x40854f,_0x5d1fff){return _0x40854f-_0x5d1fff;},'vCVmS':function(_0x34dad7,_0x324c4d){return _0x34dad7>_0x324c4d;},'TMdjE':function(_0x15e356,_0x27fdda){return _0x15e356!==_0x27fdda;},'OWLlc':_0x179b(0x6),'CnYhk':_0x179b(0x7)};if(!_0xda5caf[_0x179b(0x8)]())return _0x156125['DTcuI'](_0x156125[_0x179b(0x9)],_0x156125['iquxa'])?_0x156125[_0x179b(0xa)](generateEventCode):_0x55f7e5;const _0x17a19d=_0xda5caf['trim']()[_0x179b(0xb)]()[_0x179b(0xc)](/[^A-Z0-9\s]/g,'')[_0x179b(0xd)](/\s+/)[_0x179b(0xe)](_0x417744=>_0x417744[_0x179b(0xf)]>0x0);if(_0x156125['DTcuI'](_0x17a19d[_0x179b(0xf)],0x0))return _0x156125[_0x179b(0x10)](generateEventCode);let _0x5047a7='';if(_0x156125[_0x179b(0x11)](_0x17a19d['length'],0x2)){const _0x1f9573=_0x17a19d[_0x179b(0x12)](0x0,0x3);_0x5047a7=_0x1f9573[_0x179b(0x13)](_0x145d7b=>_0x145d7b['substring'](0x0,0x2))[_0x179b(0x14)]('');}else _0x5047a7=_0x17a19d[0x0][_0x179b(0x15)](0x0,0x4);const _0x59fef7=new Date()[_0x179b(0x16)]()[_0x179b(0x17)]()['slice'](-0x2);_0x5047a7+=_0x59fef7;if(_0x156125['YzEjl'](_0x5047a7[_0x179b(0xf)],0x4))_0x5047a7+=_0x156125['tMLbn'](generateEventCode,_0x156125[_0x179b(0x18)](0x4,_0x5047a7[_0x179b(0xf)]));else{if(_0x156125['vCVmS'](_0x5047a7['length'],0x8)){if(_0x156125['TMdjE'](_0x156125[_0x179b(0x19)],_0x156125[_0x179b(0x1a)]))_0x5047a7=_0x5047a7[_0x179b(0x15)](0x0,0x8);else return _0xd21637;}}return _0x5047a7;};export const validateEventCode=_0x47396a=>{const _0x246145={'FDfXa':_0x179b(0x1b),'qkbsA':function(_0x3f4539,_0x30bb0b){return _0x3f4539<_0x30bb0b;},'jfsJK':_0x179b(0x1c),'dQVpi':function(_0x2229a5,_0x40da5a){return _0x2229a5>_0x40da5a;},'CVxxL':_0x179b(0x1d)};if(!_0x47396a||!_0x47396a[_0x179b(0x8)]())return{'isValid':![],'error':_0x246145[_0x179b(0x1e)]};const _0x4cc1e8=_0x47396a['trim']()[_0x179b(0xb)]();if(_0x246145[_0x179b(0x1f)](_0x4cc1e8[_0x179b(0xf)],0x3))return{'isValid':![],'error':_0x246145[_0x179b(0x20)]};if(_0x246145['dQVpi'](_0x4cc1e8['length'],0xa))return{'isValid':![],'error':_0x179b(0x21)};if(!/^[A-Z0-9]+$/[_0x179b(0x22)](_0x4cc1e8))return{'isValid':![],'error':_0x246145[_0x179b(0x23)]};return{'isValid':!![]};};export const formatEventDate=_0x1e9ec3=>{const _0x2b4043={'MwaHh':_0x179b(0x24),'YqoFh':_0x179b(0x25)};try{const _0x3a41d3=new Date(_0x1e9ec3);return _0x3a41d3[_0x179b(0x26)](_0x2b4043[_0x179b(0x27)],{'weekday':_0x179b(0x28),'year':_0x179b(0x25),'month':_0x179b(0x28),'day':_0x2b4043[_0x179b(0x29)]});}catch(_0x5b4cf0){return _0x1e9ec3;}};function _0x179b(_0x50370b,_0x179bad){_0x50370b=_0x50370b-0x0;const _0x507156=_0x5037();let _0x4eb942=_0x507156[_0x50370b];return _0x4eb942;}export const isEventToday=_0x26e5bc=>{const _0x3d01fa={'shcRC':function(_0x3c5d88,_0x20a9c4){return _0x3c5d88===_0x20a9c4;},'hhRdG':function(_0x1c0c61,_0x4b5471){return _0x1c0c61===_0x4b5471;},'phANw':function(_0x56485a,_0x45a04e){return _0x56485a!==_0x45a04e;},'YKBai':_0x179b(0x2a)};try{const _0x14ccc1=new Date(),_0xe6ef84=new Date(_0x26e5bc);return _0x3d01fa[_0x179b(0x2b)](_0x14ccc1[_0x179b(0x16)](),_0xe6ef84[_0x179b(0x16)]())&&_0x3d01fa[_0x179b(0x2c)](_0x14ccc1[_0x179b(0x2d)](),_0xe6ef84['getMonth']())&&_0x3d01fa[_0x179b(0x2b)](_0x14ccc1['getDate'](),_0xe6ef84[_0x179b(0x2e)]());}catch(_0x80541d){return _0x3d01fa[_0x179b(0x2f)](_0x3d01fa['YKBai'],_0x3d01fa['YKBai'])?![]:![];}};export const isEventPast=_0x417ad3=>{const _0x267252={'qnoYk':'Event\x20code\x20must\x20contain\x20only\x20letters\x20and\x20numbers','VLpYm':function(_0x11d784,_0x1579cc){return _0x11d784<_0x1579cc;},'QNPyM':function(_0x759e22,_0x46d6f4){return _0x759e22===_0x46d6f4;},'EyyCL':_0x179b(0x30)};try{const _0x3efde1=new Date(),_0x164d8a=new Date(_0x417ad3);return _0x3efde1['setHours'](0x0,0x0,0x0,0x0),_0x164d8a[_0x179b(0x31)](0x0,0x0,0x0,0x0),_0x267252['VLpYm'](_0x164d8a,_0x3efde1);}catch(_0xb03da3){return _0x267252[_0x179b(0x32)](_0x267252[_0x179b(0x33)],_0x267252['EyyCL'])?![]:{'isValid':![],'error':_0x267252['qnoYk']};}};export const getEventStatus=(_0x1b724f,_0x136bae)=>{const _0x57c70e={'MJOAl':_0x179b(0x34),'pBPXT':function(_0x599f2d,_0x38cc48){return _0x599f2d(_0x38cc48);},'WNfYp':'Today','mpHuo':_0x179b(0x35)};if(!_0x136bae)return'Inactive';if(isEventPast(_0x1b724f))return _0x57c70e[_0x179b(0x36)];if(_0x57c70e['pBPXT'](isEventToday,_0x1b724f))return _0x57c70e[_0x179b(0x37)];return _0x57c70e[_0x179b(0x38)];};export const getDaysUntilEvent=_0x286fdd=>{const _0x3715fe={'UHghm':function(_0x35d8c8,_0x31fe90){return _0x35d8c8-_0x31fe90;},'MggHH':function(_0x451630,_0x11efbd){return _0x451630*_0x11efbd;},'vZnhf':function(_0x2dc81b,_0x2f1699){return _0x2dc81b*_0x2f1699;}};try{const _0x5500eb=new Date(),_0x525072=new Date(_0x286fdd);_0x5500eb[_0x179b(0x31)](0x0,0x0,0x0,0x0),_0x525072[_0x179b(0x31)](0x0,0x0,0x0,0x0);const _0x36048f=_0x3715fe[_0x179b(0x39)](_0x525072['getTime'](),_0x5500eb[_0x179b(0x3a)]()),_0x45ebd2=Math[_0x179b(0x3b)](_0x36048f/_0x3715fe[_0x179b(0x3c)](_0x3715fe[_0x179b(0x3d)](_0x3715fe[_0x179b(0x3c)](0x3e8,0x3c),0x3c),0x18));return _0x45ebd2;}catch(_0x35a15b){return 0x0;}};function _0x5037(){const _0x40e701=['ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789','CwbaM','uLoAr','charAt','random','FfGLM','OvzHz','RlAzX','trim','iquxa','voqms','toUpperCase','replace','split','filter','length','ccJFr','ggfKf','slice','map','join','substring','getFullYear','toString','jQhab','OWLlc','CnYhk','Event\x20code\x20is\x20required','Event\x20code\x20must\x20be\x20at\x20least\x203\x20characters','Event\x20code\x20must\x20contain\x20only\x20letters\x20and\x20numbers','FDfXa','qkbsA','jfsJK','Event\x20code\x20must\x20be\x2010\x20characters\x20or\x20less','test','CVxxL','en-US','numeric','toLocaleDateString','MwaHh','long','YqoFh','NevxY','shcRC','hhRdG','getMonth','getDate','phANw','cWpIH','setHours','QNPyM','EyyCL','Past','Upcoming','MJOAl','WNfYp','mpHuo','UHghm','getTime','ceil','MggHH','vZnhf','Inactive','SAleL','rctwD','LRbJu','sort','isActive','eventDate','vwgoi','iMxIq','OyZqI','tPFff','cwpLN','sRiYM','rdtxp','mxedO','FWNVA','title','toLowerCase','includes','description','code','location','jgeWO','organizer','some','flatMap','tags','from','reduce','attendeeCount','maxAttendees','GbLzN','BUcLK'];_0x5037=function(){return _0x40e701;};return _0x5037();}export const sortEventsByDate=_0x159dcc=>{const _0x2ce32f={'sleMm':_0x179b(0x3e),'vwgoi':function(_0x599c4e,_0x1df6a7){return _0x599c4e<_0x1df6a7;},'iMxIq':function(_0xb5a9f,_0x515175){return _0xb5a9f&&_0x515175;},'XIICI':function(_0x279b50,_0x1106b8){return _0x279b50&&_0x1106b8;},'OyZqI':_0x179b(0x3f),'tPFff':_0x179b(0x40),'cwpLN':_0x179b(0x41)};return _0x159dcc[_0x179b(0x42)]((_0x24d357,_0x57f326)=>{const _0x261a13={'sRiYM':_0x2ce32f['sleMm']};if(_0x24d357[_0x179b(0x43)]&&!_0x57f326[_0x179b(0x43)])return-0x1;if(!_0x24d357['isActive']&&_0x57f326[_0x179b(0x43)])return 0x1;const _0x4dabb=new Date(_0x24d357['eventDate']),_0x48dc3c=new Date(_0x57f326[_0x179b(0x44)]),_0x5fd2e=new Date(),_0x100e60=_0x2ce32f[_0x179b(0x45)](_0x4dabb,_0x5fd2e),_0x6fb19f=_0x2ce32f[_0x179b(0x45)](_0x48dc3c,_0x5fd2e);if(_0x2ce32f[_0x179b(0x46)](_0x100e60,!_0x6fb19f))return 0x1;if(_0x2ce32f['XIICI'](!_0x100e60,_0x6fb19f))return-0x1;return _0x2ce32f['iMxIq'](_0x100e60,_0x6fb19f)?_0x2ce32f[_0x179b(0x47)]!==_0x2ce32f[_0x179b(0x48)]?_0x48dc3c[_0x179b(0x3a)]()-_0x4dabb[_0x179b(0x3a)]():![]:_0x2ce32f[_0x179b(0x49)]===_0x2ce32f[_0x179b(0x49)]?_0x4dabb['getTime']()-_0x48dc3c[_0x179b(0x3a)]():_0x261a13[_0x179b(0x4a)];});};export const filterEventsBySearch=(_0x33f616,_0xf35271)=>{const _0x535caf={'FWNVA':function(_0x455ba2,_0x420fde){return _0x455ba2*_0x420fde;},'JbepN':function(_0x53ee98,_0x59dd80){return _0x53ee98===_0x59dd80;},'jgeWO':function(_0x350556,_0x2d1bc5){return _0x350556===_0x2d1bc5;},'mxedO':_0x179b(0x4b)};if(!_0xf35271[_0x179b(0x8)]()){if(_0x535caf['JbepN'](_0x535caf[_0x179b(0x4c)],_0x179b(0x4b)))return _0x33f616;else _0x781435+=_0x4f068b[_0x179b(0x3)](_0x496ca7['floor'](_0x535caf[_0x179b(0x4d)](_0x30044a[_0x179b(0x4)](),_0x225074[_0x179b(0xf)])));}const _0x380cd1=_0xf35271['toLowerCase']()[_0x179b(0x8)]();return _0x33f616[_0x179b(0xe)](_0x54ac76=>{var _0x50297b,_0x2cbd28,_0x2e6047;return _0x54ac76[_0x179b(0x4e)][_0x179b(0x4f)]()[_0x179b(0x50)](_0x380cd1)||_0x54ac76[_0x179b(0x51)][_0x179b(0x4f)]()[_0x179b(0x50)](_0x380cd1)||_0x54ac76[_0x179b(0x52)][_0x179b(0x4f)]()[_0x179b(0x50)](_0x380cd1)||(_0x535caf['JbepN'](_0x50297b=_0x54ac76[_0x179b(0x53)],null)||_0x535caf['jgeWO'](_0x50297b,void 0x0)?void 0x0:_0x50297b['toLowerCase']()['includes'](_0x380cd1))||(_0x535caf[_0x179b(0x54)](_0x2cbd28=_0x54ac76[_0x179b(0x55)],null)||_0x535caf['JbepN'](_0x2cbd28,void 0x0)?void 0x0:_0x2cbd28['toLowerCase']()[_0x179b(0x50)](_0x380cd1))||(_0x535caf[_0x179b(0x54)](_0x2e6047=_0x54ac76['tags'],null)||_0x535caf[_0x179b(0x54)](_0x2e6047,void 0x0)?void 0x0:_0x2e6047[_0x179b(0x56)](_0x3be02d=>_0x3be02d[_0x179b(0x4f)]()['includes'](_0x380cd1)));});};export const getUniqueEventTags=_0x3b3bcc=>{const _0x26d2f1=_0x3b3bcc[_0x179b(0x57)](_0x40853e=>_0x40853e[_0x179b(0x58)]||[]);return Array[_0x179b(0x59)](new Set(_0x26d2f1))[_0x179b(0x42)]();};export const calculateEventStats=_0xf84585=>{const _0x412027={'UCAZO':function(_0x1a2a58,_0x3d3615){return _0x1a2a58-_0x3d3615;},'kHBMp':function(_0x327393,_0x27a850){return _0x327393>_0x27a850;},'GbLzN':function(_0x21c994,_0x1c628f){return _0x21c994*_0x1c628f;},'BUcLK':function(_0xdda7e2,_0x2f3434){return _0xdda7e2/_0x2f3434;}},_0x2b9213=_0xf84585[_0x179b(0xf)],_0x54ee44=_0xf84585[_0x179b(0xe)](_0x190287=>_0x190287[_0x179b(0x43)])[_0x179b(0xf)],_0x2ee3fe=_0x412027['UCAZO'](_0x2b9213,_0x54ee44),_0x510d0f=_0xf84585[_0x179b(0x5a)]((_0x47da47,_0x1fab4f)=>_0x47da47+_0x1fab4f[_0x179b(0x5b)],0x0),_0x59068f=_0xf84585[_0x179b(0x5a)]((_0x24851d,_0x375b2c)=>_0x24851d+_0x375b2c[_0x179b(0x5c)],0x0),_0x402af5=_0xf84585['filter'](_0x125a0a=>_0x125a0a[_0x179b(0x43)]&&!isEventPast(_0x125a0a[_0x179b(0x44)]))[_0x179b(0xf)],_0x46807c=_0xf84585['filter'](_0xdaeab2=>isEventPast(_0xdaeab2['eventDate']))['length'],_0x161ece=_0xf84585[_0x179b(0xe)](_0x56e6d2=>_0x56e6d2[_0x179b(0x43)]&&isEventToday(_0x56e6d2[_0x179b(0x44)]))['length'];return{'total':_0x2b9213,'active':_0x54ee44,'inactive':_0x2ee3fe,'upcoming':_0x402af5,'past':_0x46807c,'today':_0x161ece,'totalAttendees':_0x510d0f,'totalCapacity':_0x59068f,'averageAttendance':_0x412027['kHBMp'](_0x59068f,0x0)?Math['round'](_0x412027[_0x179b(0x5d)](_0x412027[_0x179b(0x5e)](_0x510d0f,_0x59068f),0x64)):0x0};};
1
+ export const generateEventCode=(_0x21306a=0x6)=>{const _0x125c11={'oLjaH':function(_0x1d4093,_0x3fb5c4){return _0x1d4093(_0x3fb5c4);},'NfhyP':function(_0x20b2a7,_0x48792f){return _0x20b2a7-_0x48792f;},'oiyhN':_0x4cff(0x0),'QNAZR':function(_0xb1c1eb,_0xad523){return _0xb1c1eb<_0xad523;},'UOIif':'ctILk','lyHTC':'xebQB'},_0x360c6e=_0x125c11[_0x4cff(0x1)];let _0x43a33f='';for(let _0x2e812d=0x0;_0x125c11['QNAZR'](_0x2e812d,_0x21306a);_0x2e812d++){_0x125c11[_0x4cff(0x2)]===_0x125c11[_0x4cff(0x3)]?_0x5247f4+=_0x125c11['oLjaH'](_0x3e519d,_0x125c11[_0x4cff(0x4)](0x4,_0x54c462['length'])):_0x43a33f+=_0x360c6e[_0x4cff(0x5)](Math[_0x4cff(0x6)](Math[_0x4cff(0x7)]()*_0x360c6e[_0x4cff(0x8)]));}return _0x43a33f;};export const generateSmartEventCode=_0xb98ccf=>{const _0x37a125={'SLatC':function(_0x1b3e93,_0xc2f1f7){return _0x1b3e93-_0xc2f1f7;},'kkrtw':function(_0x3148cc){return _0x3148cc();},'QJYde':function(_0x37f3fa,_0x3ace8f){return _0x37f3fa<_0x3ace8f;},'WwOpR':function(_0x2e263a,_0x3479cd){return _0x2e263a&&_0x3479cd;},'OLfBR':function(_0x269315,_0x32dab2){return _0x269315&&_0x32dab2;},'jpuEd':function(_0x223efe,_0x1bbd3d){return _0x223efe-_0x1bbd3d;},'aGoYo':function(_0x53264e,_0x5d36cb){return _0x53264e!==_0x5d36cb;},'ddrDo':_0x4cff(0x9),'lTQEL':_0x4cff(0xa),'bCWZk':function(_0x5a532d){return _0x5a532d();},'iKTYD':function(_0x3a0f9e,_0x150e72){return _0x3a0f9e===_0x150e72;},'NWtjk':function(_0x2ac1ef,_0xb4a928){return _0x2ac1ef!==_0xb4a928;},'sViGP':_0x4cff(0xb),'IdAmW':_0x4cff(0xc),'GOGiQ':function(_0x55d062,_0x1c86d4){return _0x55d062>=_0x1c86d4;},'JrlBk':'BkXhW','IlXqD':function(_0xeb9dba,_0xc40268){return _0xeb9dba(_0xc40268);},'MwqNo':function(_0x261ab7,_0x4477c8){return _0x261ab7>_0x4477c8;}};if(!_0xb98ccf[_0x4cff(0xd)]())return _0x37a125[_0x4cff(0xe)](_0x37a125['ddrDo'],_0x37a125['lTQEL'])?_0x37a125[_0x4cff(0xf)](generateEventCode):_0x37a125['SLatC'](_0x2c1eb8[_0x4cff(0x10)](),_0x4abb14['getTime']());const _0x35bd95=_0xb98ccf[_0x4cff(0xd)]()[_0x4cff(0x11)]()[_0x4cff(0x12)](/[^A-Z0-9\s]/g,'')['split'](/\s+/)['filter'](_0x312525=>_0x312525[_0x4cff(0x8)]>0x0);if(_0x37a125[_0x4cff(0x13)](_0x35bd95['length'],0x0))return _0x37a125[_0x4cff(0x14)](_0x37a125['sViGP'],_0x37a125[_0x4cff(0x15)])?_0x37a125[_0x4cff(0x16)](generateEventCode):_0x37a125['kkrtw'](_0x40cd29);let _0x2ef22c='';if(_0x37a125[_0x4cff(0x17)](_0x35bd95[_0x4cff(0x8)],0x2)){const _0x3eddab=_0x35bd95[_0x4cff(0x18)](0x0,0x3);_0x2ef22c=_0x3eddab[_0x4cff(0x19)](_0x427430=>_0x427430[_0x4cff(0x1a)](0x0,0x2))[_0x4cff(0x1b)]('');}else{if(_0x37a125['NWtjk'](_0x4cff(0x1c),_0x37a125[_0x4cff(0x1d)]))_0x2ef22c=_0x35bd95[0x0][_0x4cff(0x1a)](0x0,0x4);else{if(_0x222584[_0x4cff(0x1e)]&&!_0x57937a[_0x4cff(0x1e)])return-0x1;if(!_0x123399[_0x4cff(0x1e)]&&_0x31bdcf[_0x4cff(0x1e)])return 0x1;const _0x339e72=new _0x1011b7(_0x2cd15b[_0x4cff(0x1f)]),_0x43e87b=new _0x3d7376(_0x54f3c1[_0x4cff(0x1f)]),_0x4a1db4=new _0x339fae(),_0x144b36=_0x37a125[_0x4cff(0x20)](_0x339e72,_0x4a1db4),_0x2d8841=_0x43e87b<_0x4a1db4;if(_0x37a125[_0x4cff(0x21)](_0x144b36,!_0x2d8841))return 0x1;if(_0x37a125['OLfBR'](!_0x144b36,_0x2d8841))return-0x1;return _0x144b36&&_0x2d8841?_0x37a125[_0x4cff(0x22)](_0x43e87b[_0x4cff(0x10)](),_0x339e72[_0x4cff(0x10)]()):_0x37a125[_0x4cff(0x22)](_0x339e72[_0x4cff(0x10)](),_0x43e87b['getTime']());}}const _0x25ff1a=new Date()['getFullYear']()[_0x4cff(0x23)]()[_0x4cff(0x18)](-0x2);_0x2ef22c+=_0x25ff1a;if(_0x2ef22c['length']<0x4)_0x2ef22c+=_0x37a125[_0x4cff(0x24)](generateEventCode,_0x37a125['jpuEd'](0x4,_0x2ef22c[_0x4cff(0x8)]));else _0x37a125[_0x4cff(0x25)](_0x2ef22c[_0x4cff(0x8)],0x8)&&(_0x2ef22c=_0x2ef22c[_0x4cff(0x1a)](0x0,0x8));return _0x2ef22c;};export const validateEventCode=_0x2a35b4=>{const _0x2b1d2c={'NkdSN':function(_0x43ad98,_0x27a2da){return _0x43ad98<_0x27a2da;},'XmeEG':function(_0xbe1ade,_0x44eec7){return _0xbe1ade&&_0x44eec7;},'PqCmn':function(_0x247213,_0x431ae3){return _0x247213-_0x431ae3;},'CUwPc':function(_0x2d13db,_0x36c162){return _0x2d13db!==_0x36c162;},'iopNQ':'EvBHu','DWxAJ':_0x4cff(0x26),'PJmJB':_0x4cff(0x27),'NgNbr':_0x4cff(0x28),'kzOQk':function(_0x205f89,_0xc47fb8){return _0x205f89>_0xc47fb8;},'yFmPx':_0x4cff(0x29),'NQrfE':_0x4cff(0x2a)};if(!_0x2a35b4||!_0x2a35b4[_0x4cff(0xd)]()){if(_0x2b1d2c[_0x4cff(0x2b)](_0x2b1d2c['iopNQ'],_0x2b1d2c['DWxAJ']))return{'isValid':![],'error':_0x2b1d2c[_0x4cff(0x2c)]};else{const _0xa08f02={'HrPSV':function(_0x1fee01,_0x2bebee){return _0x2b1d2c[_0x4cff(0x2d)](_0x1fee01,_0x2bebee);},'oBhxL':function(_0x1d6c76,_0x2374f0){return _0x1d6c76<_0x2374f0;},'ktWZh':function(_0x3a6c16,_0x1072bb){return _0x2b1d2c[_0x4cff(0x2e)](_0x3a6c16,_0x1072bb);},'YGnwe':function(_0x31e16c,_0x33ab48){return _0x31e16c&&_0x33ab48;},'dDrnR':function(_0x2befc9,_0x45cdec){return _0x2befc9-_0x45cdec;},'kWnil':function(_0x380094,_0x1786c9){return _0x380094-_0x1786c9;}};return _0x3e4fed['sort']((_0x1454a0,_0x4ac7f3)=>{if(_0x1454a0[_0x4cff(0x1e)]&&!_0x4ac7f3[_0x4cff(0x1e)])return-0x1;if(!_0x1454a0[_0x4cff(0x1e)]&&_0x4ac7f3['isActive'])return 0x1;const _0x481311=new _0x856028(_0x1454a0['eventDate']),_0x240dba=new _0x4af5a4(_0x4ac7f3[_0x4cff(0x1f)]),_0x54e221=new _0x46c5c2(),_0x315804=_0xa08f02[_0x4cff(0x2f)](_0x481311,_0x54e221),_0x41e0bf=_0xa08f02[_0x4cff(0x30)](_0x240dba,_0x54e221);if(_0xa08f02[_0x4cff(0x31)](_0x315804,!_0x41e0bf))return 0x1;if(_0xa08f02[_0x4cff(0x31)](!_0x315804,_0x41e0bf))return-0x1;return _0xa08f02[_0x4cff(0x32)](_0x315804,_0x41e0bf)?_0xa08f02[_0x4cff(0x33)](_0x240dba[_0x4cff(0x10)](),_0x481311['getTime']()):_0xa08f02[_0x4cff(0x34)](_0x481311[_0x4cff(0x10)](),_0x240dba['getTime']());});}}const _0x5de939=_0x2a35b4[_0x4cff(0xd)]()[_0x4cff(0x11)]();if(_0x2b1d2c[_0x4cff(0x2d)](_0x5de939[_0x4cff(0x8)],0x3))return{'isValid':![],'error':_0x2b1d2c[_0x4cff(0x35)]};if(_0x2b1d2c[_0x4cff(0x36)](_0x5de939['length'],0xa))return{'isValid':![],'error':_0x2b1d2c[_0x4cff(0x37)]};if(!/^[A-Z0-9]+$/[_0x4cff(0x38)](_0x5de939))return _0x2b1d2c['NQrfE']===_0x2b1d2c[_0x4cff(0x39)]?{'isValid':![],'error':_0x4cff(0x3a)}:_0x2b1d2c[_0x4cff(0x3b)](_0x5d4177[_0x4cff(0x10)](),_0x439292[_0x4cff(0x10)]());return{'isValid':!![]};};function _0x1b1b(){const _0x2fc454=['ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789','oiyhN','UOIif','lyHTC','NfhyP','charAt','floor','random','length','VyoZi','gqpwo','wYFMe','PCqNP','trim','aGoYo','bCWZk','getTime','toUpperCase','replace','iKTYD','NWtjk','IdAmW','kkrtw','GOGiQ','slice','map','substring','join','HBNuD','JrlBk','isActive','eventDate','QJYde','WwOpR','jpuEd','toString','IlXqD','MwqNo','falKz','Event\x20code\x20is\x20required','Event\x20code\x20must\x20be\x20at\x20least\x203\x20characters','Event\x20code\x20must\x20be\x2010\x20characters\x20or\x20less','ulrfQ','CUwPc','PJmJB','NkdSN','XmeEG','HrPSV','oBhxL','ktWZh','YGnwe','dDrnR','kWnil','NgNbr','kzOQk','yFmPx','test','NQrfE','Event\x20code\x20must\x20contain\x20only\x20letters\x20and\x20numbers','PqCmn','Inactive','Today','Upcoming','aTpGt','uhFnr','en-US','long','numeric','cOPXz','hcGNe','AaRri','FiXZo','BvreZ','ZqwHE','xYqSR','RmEEZ','jbCJG','lQLhn','FgNVr','tAPHl','getFullYear','getMonth','getDate','RHxne','JVOsp','ukzUL','zhSIA','setHours','eSoRg','VGAyA','tSwYp','eUWpe','wlXDV','xGKnJ','Past','XTnPG','odxfW','MlRNX','zpQja','SBKPQ','filter','reduce','attendeeCount','maxAttendees','round','ADESi','IQrVc','qOrOz','JeuUH','iKlGi','ijQwT','ceil','LWAoq','dLyDB','gYCoB','sort','GVwGo','WNHHE','lSVsO','Btuxn','toLowerCase','title','includes','description','code','SpjvQ','location','NTrRH','organizer','tags','some','from','Uozgh','sqqKa'];_0x1b1b=function(){return _0x2fc454;};return _0x1b1b();}export const formatEventDate=_0xb8abf8=>{const _0x12bf7d={'ZqwHE':_0x4cff(0x3c),'xYqSR':function(_0x32605c,_0x347d6e){return _0x32605c(_0x347d6e);},'RmEEZ':'Past','jbCJG':function(_0x372eb4,_0x3b4238){return _0x372eb4(_0x3b4238);},'lQLhn':_0x4cff(0x3d),'FgNVr':_0x4cff(0x3e),'cOPXz':function(_0x47021b,_0x1524f3){return _0x47021b!==_0x1524f3;},'WfCgU':_0x4cff(0x3f),'hcGNe':_0x4cff(0x40),'AaRri':_0x4cff(0x41),'FiXZo':_0x4cff(0x42),'BvreZ':_0x4cff(0x43)};try{if(_0x12bf7d[_0x4cff(0x44)](_0x12bf7d['WfCgU'],_0x12bf7d[_0x4cff(0x45)])){const _0x4eb294=new Date(_0xb8abf8);return _0x4eb294['toLocaleDateString'](_0x12bf7d[_0x4cff(0x46)],{'weekday':_0x12bf7d[_0x4cff(0x47)],'year':_0x12bf7d['BvreZ'],'month':_0x12bf7d[_0x4cff(0x47)],'day':_0x12bf7d[_0x4cff(0x48)]});}else{if(!_0x14a3a3)return _0x12bf7d[_0x4cff(0x49)];if(_0x12bf7d[_0x4cff(0x4a)](_0x32edb4,_0x36fcb9))return _0x12bf7d[_0x4cff(0x4b)];if(_0x12bf7d[_0x4cff(0x4c)](_0x45654b,_0xbb3a5e))return _0x12bf7d[_0x4cff(0x4d)];return _0x12bf7d[_0x4cff(0x4e)];}}catch(_0x52fe29){return _0xb8abf8;}};export const isEventToday=_0x473b97=>{const _0x4e49a1={'tAPHl':function(_0x4831eb,_0x1c307a){return _0x4831eb===_0x1c307a;},'WsDfv':function(_0x3a6b88,_0x5b381a){return _0x3a6b88===_0x5b381a;}};try{const _0xdf508d=new Date(),_0x40fed6=new Date(_0x473b97);return _0x4e49a1[_0x4cff(0x4f)](_0xdf508d[_0x4cff(0x50)](),_0x40fed6[_0x4cff(0x50)]())&&_0xdf508d['getMonth']()===_0x40fed6[_0x4cff(0x51)]()&&_0x4e49a1['WsDfv'](_0xdf508d[_0x4cff(0x52)](),_0x40fed6[_0x4cff(0x52)]());}catch(_0x13adbd){return![];}};export const isEventPast=_0x41ee02=>{const _0x36ee5f={'mJMHh':function(_0x32f78b,_0x134fd3){return _0x32f78b*_0x134fd3;},'dRkIk':function(_0x480e54,_0x9a2de1){return _0x480e54===_0x9a2de1;},'zhSIA':'ukzUL','eSoRg':function(_0x5eae72,_0x77c33d){return _0x5eae72<_0x77c33d;},'VGAyA':function(_0xb2d98c,_0x52a0d1){return _0xb2d98c!==_0x52a0d1;},'tSwYp':_0x4cff(0x53),'eUWpe':_0x4cff(0x54)};try{if(_0x36ee5f['dRkIk'](_0x4cff(0x55),_0x36ee5f[_0x4cff(0x56)])){const _0x2e367b=new Date(),_0x59a045=new Date(_0x41ee02);return _0x2e367b[_0x4cff(0x57)](0x0,0x0,0x0,0x0),_0x59a045['setHours'](0x0,0x0,0x0,0x0),_0x36ee5f[_0x4cff(0x58)](_0x59a045,_0x2e367b);}else _0x20bf82+=_0x2489a2['charAt'](_0x5da450[_0x4cff(0x6)](_0x36ee5f['mJMHh'](_0x4e4310['random'](),_0x2d671c[_0x4cff(0x8)])));}catch(_0x262ac4){if(_0x36ee5f[_0x4cff(0x59)](_0x36ee5f[_0x4cff(0x5a)],_0x36ee5f[_0x4cff(0x5b)]))return![];else _0x21d918=_0x22142a[_0x4cff(0x1a)](0x0,0x8);}};export const getEventStatus=(_0x4e3067,_0x122c1c)=>{const _0x393647={'MlRNX':function(_0x5b628c,_0x312cdf){return _0x5b628c===_0x312cdf;},'JVluW':function(_0x422c39,_0x232073){return _0x422c39-_0x232073;},'heMIm':function(_0x4b8376,_0x492571){return _0x4b8376>_0x492571;},'ADESi':function(_0x57bead,_0x5104df){return _0x57bead*_0x5104df;},'IQrVc':function(_0x78d099,_0x4dbe7c){return _0x78d099/_0x4dbe7c;},'XTnPG':function(_0x9292a,_0x52889c){return _0x9292a!==_0x52889c;},'odxfW':_0x4cff(0x5c),'zpQja':'Inactive','JeuUH':function(_0x49c5af,_0x3351d6){return _0x49c5af(_0x3351d6);},'SBKPQ':_0x4cff(0x5d),'qOrOz':_0x4cff(0x5e),'FoqWq':_0x4cff(0x3d),'iKlGi':_0x4cff(0x3e)};if(!_0x122c1c){if(_0x393647[_0x4cff(0x5f)](_0x4cff(0x5c),_0x393647[_0x4cff(0x60)]))try{const _0x4f7d7b=new _0x2f41fe(),_0x211e96=new _0x4303d7(_0x46afe6);return _0x393647[_0x4cff(0x61)](_0x4f7d7b['getFullYear'](),_0x211e96[_0x4cff(0x50)]())&&_0x4f7d7b['getMonth']()===_0x211e96[_0x4cff(0x51)]()&&_0x4f7d7b[_0x4cff(0x52)]()===_0x211e96[_0x4cff(0x52)]();}catch(_0x7bce0a){return![];}else return _0x393647[_0x4cff(0x62)];}if(_0x393647['JeuUH'](isEventPast,_0x4e3067)){if(_0x393647[_0x4cff(0x5f)](_0x393647[_0x4cff(0x63)],_0x393647[_0x4cff(0x63)])){const _0x4d55f9=_0x5dea66[_0x4cff(0x8)],_0x5591ec=_0x6b953a[_0x4cff(0x64)](_0x426f82=>_0x426f82[_0x4cff(0x1e)])['length'],_0x383911=_0x393647['JVluW'](_0x4d55f9,_0x5591ec),_0x138de1=_0x49ba99[_0x4cff(0x65)]((_0x4f0d5a,_0x39269b)=>_0x4f0d5a+_0x39269b[_0x4cff(0x66)],0x0),_0x346164=_0x4927fe['reduce']((_0x509030,_0x362bf0)=>_0x509030+_0x362bf0[_0x4cff(0x67)],0x0),_0x2c64d3=_0x423cd8[_0x4cff(0x64)](_0x5c950b=>_0x5c950b[_0x4cff(0x1e)]&&!_0x31c44d(_0x5c950b[_0x4cff(0x1f)]))[_0x4cff(0x8)],_0x2067cc=_0x4c186d['filter'](_0xcdbcb8=>_0x45cc90(_0xcdbcb8[_0x4cff(0x1f)]))['length'],_0x362826=_0x17f211['filter'](_0xad1769=>_0xad1769[_0x4cff(0x1e)]&&_0x53001a(_0xad1769[_0x4cff(0x1f)]))[_0x4cff(0x8)];return{'total':_0x4d55f9,'active':_0x5591ec,'inactive':_0x383911,'upcoming':_0x2c64d3,'past':_0x2067cc,'today':_0x362826,'totalAttendees':_0x138de1,'totalCapacity':_0x346164,'averageAttendance':_0x393647['heMIm'](_0x346164,0x0)?_0x41eb09[_0x4cff(0x68)](_0x393647[_0x4cff(0x69)](_0x393647[_0x4cff(0x6a)](_0x138de1,_0x346164),0x64)):0x0};}else return _0x393647[_0x4cff(0x6b)];}if(_0x393647[_0x4cff(0x6c)](isEventToday,_0x4e3067))return _0x393647['FoqWq'];return _0x393647[_0x4cff(0x6d)];};export const getDaysUntilEvent=_0x136398=>{const _0x7eeaf={'ijQwT':function(_0x364bf3,_0xfbfbb2){return _0x364bf3-_0xfbfbb2;},'LWAoq':function(_0x3057c6,_0x1db011){return _0x3057c6/_0x1db011;},'dLyDB':function(_0x589b01,_0x5cf5e6){return _0x589b01*_0x5cf5e6;}};try{const _0x432f9d=new Date(),_0x3756eb=new Date(_0x136398);_0x432f9d[_0x4cff(0x57)](0x0,0x0,0x0,0x0),_0x3756eb[_0x4cff(0x57)](0x0,0x0,0x0,0x0);const _0x1df743=_0x7eeaf[_0x4cff(0x6e)](_0x3756eb[_0x4cff(0x10)](),_0x432f9d[_0x4cff(0x10)]()),_0x4886a6=Math[_0x4cff(0x6f)](_0x7eeaf[_0x4cff(0x70)](_0x1df743,_0x7eeaf[_0x4cff(0x71)](0x3e8*0x3c*0x3c,0x18)));return _0x4886a6;}catch(_0x1b58bb){return 0x0;}};export const sortEventsByDate=_0x8dac7c=>{const _0x390397={'GVwGo':function(_0xc1d3fd,_0x590132){return _0xc1d3fd!==_0x590132;},'WNHHE':_0x4cff(0x72),'lSVsO':function(_0x355824,_0x35835c){return _0x355824&&_0x35835c;},'Btuxn':function(_0x53220b,_0x577289){return _0x53220b-_0x577289;}};return _0x8dac7c[_0x4cff(0x73)]((_0x2342f4,_0x83f058)=>{if(_0x390397[_0x4cff(0x74)]('gYCoB',_0x390397[_0x4cff(0x75)]))return _0x4cff(0x5e);else{if(_0x2342f4['isActive']&&!_0x83f058[_0x4cff(0x1e)])return-0x1;if(!_0x2342f4[_0x4cff(0x1e)]&&_0x83f058['isActive'])return 0x1;const _0x366f0b=new Date(_0x2342f4['eventDate']),_0x85b98e=new Date(_0x83f058[_0x4cff(0x1f)]),_0x549c96=new Date(),_0x720999=_0x366f0b<_0x549c96,_0x1b1f89=_0x85b98e<_0x549c96;if(_0x720999&&!_0x1b1f89)return 0x1;if(_0x390397[_0x4cff(0x76)](!_0x720999,_0x1b1f89))return-0x1;return _0x390397['lSVsO'](_0x720999,_0x1b1f89)?_0x390397[_0x4cff(0x77)](_0x85b98e[_0x4cff(0x10)](),_0x366f0b[_0x4cff(0x10)]()):_0x390397[_0x4cff(0x77)](_0x366f0b[_0x4cff(0x10)](),_0x85b98e['getTime']());}});};export const filterEventsBySearch=(_0x28ef0c,_0x39b0f0)=>{const _0xdc7419={'SpjvQ':function(_0x150f12,_0x166296){return _0x150f12===_0x166296;},'NTrRH':function(_0x525153,_0x3bb0d0){return _0x525153===_0x3bb0d0;},'LCzPA':function(_0x328368,_0x4ee3d2){return _0x328368===_0x4ee3d2;},'sxIFX':function(_0x5d9d0f,_0xf4fb51){return _0x5d9d0f===_0xf4fb51;}};if(!_0x39b0f0[_0x4cff(0xd)]())return _0x28ef0c;const _0x369c73=_0x39b0f0[_0x4cff(0x78)]()[_0x4cff(0xd)]();return _0x28ef0c['filter'](_0x5c3aea=>{var _0x138c63,_0x1b1192,_0x52088e;return _0x5c3aea[_0x4cff(0x79)][_0x4cff(0x78)]()[_0x4cff(0x7a)](_0x369c73)||_0x5c3aea[_0x4cff(0x7b)][_0x4cff(0x78)]()['includes'](_0x369c73)||_0x5c3aea[_0x4cff(0x7c)][_0x4cff(0x78)]()[_0x4cff(0x7a)](_0x369c73)||(_0xdc7419[_0x4cff(0x7d)](_0x138c63=_0x5c3aea[_0x4cff(0x7e)],null)||_0xdc7419['NTrRH'](_0x138c63,void 0x0)?void 0x0:_0x138c63[_0x4cff(0x78)]()['includes'](_0x369c73))||(_0xdc7419[_0x4cff(0x7f)](_0x1b1192=_0x5c3aea[_0x4cff(0x80)],null)||_0x1b1192===void 0x0?void 0x0:_0x1b1192['toLowerCase']()[_0x4cff(0x7a)](_0x369c73))||(_0xdc7419['LCzPA'](_0x52088e=_0x5c3aea[_0x4cff(0x81)],null)||_0xdc7419['sxIFX'](_0x52088e,void 0x0)?void 0x0:_0x52088e[_0x4cff(0x82)](_0x44808c=>_0x44808c[_0x4cff(0x78)]()[_0x4cff(0x7a)](_0x369c73)));});};function _0x4cff(_0x1b1bd6,_0x4cff6b){_0x1b1bd6=_0x1b1bd6-0x0;const _0x3a0d8c=_0x1b1b();let _0x412278=_0x3a0d8c[_0x1b1bd6];return _0x412278;}export const getUniqueEventTags=_0x1daea3=>{const _0x179c95=_0x1daea3['flatMap'](_0x2b7978=>_0x2b7978[_0x4cff(0x81)]||[]);return Array[_0x4cff(0x83)](new Set(_0x179c95))[_0x4cff(0x73)]();};export const calculateEventStats=_0xca106b=>{const _0x1d1fb0={'OrGHz':function(_0x479349,_0x229ddf){return _0x479349-_0x229ddf;},'Uozgh':function(_0x98966e,_0x1580fc){return _0x98966e>_0x1580fc;},'sqqKa':function(_0x5dfe1e,_0x5bfd04){return _0x5dfe1e/_0x5bfd04;}},_0x286a3e=_0xca106b[_0x4cff(0x8)],_0x1ebc52=_0xca106b[_0x4cff(0x64)](_0x39440b=>_0x39440b['isActive'])['length'],_0x1cb3f3=_0x1d1fb0['OrGHz'](_0x286a3e,_0x1ebc52),_0x12a37f=_0xca106b[_0x4cff(0x65)]((_0x34183a,_0x27f456)=>_0x34183a+_0x27f456['attendeeCount'],0x0),_0x379f22=_0xca106b[_0x4cff(0x65)]((_0x4f2b96,_0x53c40c)=>_0x4f2b96+_0x53c40c[_0x4cff(0x67)],0x0),_0x178bc5=_0xca106b[_0x4cff(0x64)](_0x337154=>_0x337154[_0x4cff(0x1e)]&&!isEventPast(_0x337154[_0x4cff(0x1f)]))[_0x4cff(0x8)],_0x5a08a0=_0xca106b[_0x4cff(0x64)](_0x4527c5=>isEventPast(_0x4527c5[_0x4cff(0x1f)]))[_0x4cff(0x8)],_0x2833fd=_0xca106b['filter'](_0x25c1ea=>_0x25c1ea[_0x4cff(0x1e)]&&isEventToday(_0x25c1ea[_0x4cff(0x1f)]))[_0x4cff(0x8)];return{'total':_0x286a3e,'active':_0x1ebc52,'inactive':_0x1cb3f3,'upcoming':_0x178bc5,'past':_0x5a08a0,'today':_0x2833fd,'totalAttendees':_0x12a37f,'totalCapacity':_0x379f22,'averageAttendance':_0x1d1fb0[_0x4cff(0x84)](_0x379f22,0x0)?Math[_0x4cff(0x68)](_0x1d1fb0[_0x4cff(0x85)](_0x12a37f,_0x379f22)*0x64):0x0};};
@@ -5,4 +5,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
5
5
  require('react-native')
6
6
  ];
7
7
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
8
- import{Platform}from'react-native';export let HapticType=function(_0x4b01b3){const _0x4b1f9e={'zyiaY':_0x599c(0x0),'nMLpg':'HEAVY','qaNqz':_0x599c(0x1),'rkknO':_0x599c(0x2),'Nkmhu':_0x599c(0x3),'HwReS':'LIGHT','XotOE':_0x599c(0x4),'OAICX':_0x599c(0x5),'KdymT':_0x599c(0x6)},_0x1dbe91=_0x599c(0x7)[_0x599c(0x8)]('|');let _0x3246e3=0x0;while(!![]){switch(_0x1dbe91[_0x3246e3++]){case'0':_0x4b01b3[_0x599c(0x9)]=_0x4b1f9e['zyiaY'];continue;case'1':_0x4b01b3[_0x4b1f9e[_0x599c(0xa)]]=_0x599c(0xb);continue;case'2':_0x4b01b3[_0x599c(0xc)]=_0x599c(0x4);continue;case'3':_0x4b01b3[_0x4b1f9e['qaNqz']]=_0x599c(0xd);continue;case'4':_0x4b01b3[_0x4b1f9e[_0x599c(0xe)]]=_0x4b1f9e[_0x599c(0xf)];continue;case'5':return _0x4b01b3;case'6':_0x4b01b3[_0x4b1f9e[_0x599c(0x10)]]=_0x4b1f9e[_0x599c(0x11)];continue;case'7':_0x4b01b3[_0x4b1f9e['OAICX']]=_0x4b1f9e[_0x599c(0x12)];continue;}break;}}({});function _0x599c(_0x49826c,_0x599c86){_0x49826c=_0x49826c-0x0;const _0x531772=_0x4982();let _0x5f0998=_0x531772[_0x49826c];return _0x5f0998;}function _0x4982(){const _0x4cfeeb=['success','MEDIUM','WARNING','warning','light','ERROR','error','6|3|1|0|4|7|2|5','split','SUCCESS','nMLpg','heavy','BUTTON_PRESS','medium','rkknO','Nkmhu','HwReS','XotOE','KdymT','1|2|3|6|4|5|0|7','LIGHT','HEAVY','ios','QVoUn','impactLight','impactMedium','impactHeavy','notificationSuccess','notificationError','KmLDE','aPeki','xCubF','yFGPk','NpVcr','CMJTh','yJTHB','uGKKj','zCNAQ','pTTzj','UfvGO','mKcvR','trigger','hEtMr','USJCN','XHxwv','tIEZu','ublts','SjBHf','YgjYl','mHvch','vibrate','warn','hJOcN','cKkdg','iIKOc'];_0x4982=function(){return _0x4cfeeb;};return _0x4982();}export const triggerHaptic=(_0x8854a3=HapticType['LIGHT'])=>{const _0x4d7b0a={'yFGPk':_0x599c(0x13),'NpVcr':_0x599c(0x4),'TFCXI':_0x599c(0x14),'qNFqM':'medium','CMJTh':_0x599c(0x15),'yJTHB':_0x599c(0xb),'uGKKj':'WARNING','zCNAQ':_0x599c(0x3),'pTTzj':_0x599c(0x6),'UfvGO':_0x599c(0x9),'mKcvR':_0x599c(0x0),'mHvch':function(_0x49cad5,_0x223c71){return _0x49cad5(_0x223c71);},'hJOcN':'Vibration\x20not\x20available:','xCubF':_0x599c(0x16),'FDrJm':_0x599c(0x17),'lYNnI':function(_0x42ccf6,_0x36b528){return _0x42ccf6(_0x36b528);},'hEtMr':_0x599c(0x18),'USJCN':_0x599c(0x19),'XHxwv':_0x599c(0x1a),'tIEZu':_0x599c(0x1b),'ublts':'notificationWarning','SjBHf':_0x599c(0x1c),'YgjYl':_0x599c(0x1d),'DUDdl':'android','cKkdg':function(_0x27183e,_0x22cf82){return _0x27183e===_0x22cf82;},'iIKOc':_0x599c(0x1e)};if(Platform['OS']===_0x4d7b0a[_0x599c(0x1f)]){if(_0x4d7b0a['FDrJm']!==_0x599c(0x17)){const _0x489a69=_0x4d7b0a[_0x599c(0x20)][_0x599c(0x8)]('|');let _0x7721ff=0x0;while(!![]){switch(_0x489a69[_0x7721ff++]){case'0':_0x4cd662['BUTTON_PRESS']=_0x4d7b0a[_0x599c(0x21)];continue;case'1':_0x23075f[_0x4d7b0a['TFCXI']]=_0x599c(0x4);continue;case'2':_0x300207[_0x599c(0x1)]=_0x4d7b0a['qNFqM'];continue;case'3':_0x5a64cd[_0x4d7b0a[_0x599c(0x22)]]=_0x4d7b0a[_0x599c(0x23)];continue;case'4':_0x4bfb09[_0x4d7b0a[_0x599c(0x24)]]=_0x4d7b0a[_0x599c(0x25)];continue;case'5':_0x2d0236[_0x599c(0x5)]=_0x4d7b0a[_0x599c(0x26)];continue;case'6':_0x1cb344[_0x4d7b0a[_0x599c(0x27)]]=_0x4d7b0a[_0x599c(0x28)];continue;case'7':return _0x234d1d;}break;}}else try{const _0x2201c9=_0x4d7b0a['lYNnI'](__ONAIROS_REQ_FUNC__,0x0),_0x5eb384={'enableVibrateFallback':!![],'ignoreAndroidSystemSettings':![]};switch(_0x8854a3){case HapticType[_0x599c(0x14)]:_0x2201c9[_0x599c(0x29)](_0x4d7b0a[_0x599c(0x2a)],_0x5eb384);break;case HapticType[_0x599c(0x1)]:_0x2201c9[_0x599c(0x29)](_0x4d7b0a[_0x599c(0x2b)],_0x5eb384);break;case HapticType[_0x599c(0x15)]:_0x2201c9[_0x599c(0x29)](_0x4d7b0a[_0x599c(0x2c)],_0x5eb384);break;case HapticType['SUCCESS']:_0x2201c9['trigger'](_0x4d7b0a[_0x599c(0x2d)],_0x5eb384);break;case HapticType[_0x599c(0x2)]:_0x2201c9['trigger'](_0x4d7b0a[_0x599c(0x2e)],_0x5eb384);break;case HapticType[_0x599c(0x5)]:_0x2201c9[_0x599c(0x29)](_0x4d7b0a[_0x599c(0x2f)],_0x5eb384);break;default:_0x2201c9['trigger'](_0x4d7b0a[_0x599c(0x2a)],_0x5eb384);}}catch(_0x37a88c){if(_0x4d7b0a[_0x599c(0x30)]!==_0x4d7b0a[_0x599c(0x30)])try{const {Vibration:_0x3087b6}=_0x4d7b0a[_0x599c(0x31)](_0x2b025f,0x1);_0x3087b6[_0x599c(0x32)](0x32);}catch(_0x3100f8){_0x16f7e4[_0x599c(0x33)](_0x4d7b0a[_0x599c(0x34)],_0x3100f8);}else console['warn']('Haptic\x20feedback\x20not\x20available:',_0x37a88c);}}else{if(Platform['OS']===_0x4d7b0a['DUDdl']){if(_0x4d7b0a[_0x599c(0x35)](_0x4d7b0a[_0x599c(0x36)],_0x4d7b0a[_0x599c(0x36)]))try{const {Vibration:_0x162650}=_0x4d7b0a[_0x599c(0x31)](__ONAIROS_REQ_FUNC__,0x1);_0x162650['vibrate'](0x32);}catch(_0x167885){console['warn'](_0x4d7b0a[_0x599c(0x34)],_0x167885);}else _0x4ec589[_0x599c(0x33)](_0x4d7b0a[_0x599c(0x34)],_0x362f63);}}};
8
+ import{Platform}from'react-native';export let HapticType=function(_0x370f59){const _0x244f13={'rXEeZ':_0x2c50(0x0),'NIGOv':_0x2c50(0x1),'GYGuX':_0x2c50(0x2),'bvJry':_0x2c50(0x3),'vSnpk':_0x2c50(0x4),'kfsRO':_0x2c50(0x5),'MIJnG':_0x2c50(0x6),'fHkbE':_0x2c50(0x7),'OnyES':_0x2c50(0x8),'UDoVF':_0x2c50(0x9),'jSnBo':'MEDIUM','qTUQY':'medium'},_0x54c674=_0x2c50(0xa)[_0x2c50(0xb)]('|');let _0x45ad06=0x0;while(!![]){switch(_0x54c674[_0x45ad06++]){case'0':_0x370f59[_0x2c50(0xc)]=_0x244f13[_0x2c50(0xd)];continue;case'1':_0x370f59[_0x244f13[_0x2c50(0xe)]]=_0x244f13[_0x2c50(0xf)];continue;case'2':_0x370f59[_0x244f13['bvJry']]=_0x244f13[_0x2c50(0xf)];continue;case'3':_0x370f59[_0x244f13[_0x2c50(0x10)]]=_0x244f13[_0x2c50(0x11)];continue;case'4':_0x370f59[_0x244f13[_0x2c50(0x12)]]=_0x244f13[_0x2c50(0x13)];continue;case'5':_0x370f59[_0x244f13[_0x2c50(0x14)]]=_0x244f13[_0x2c50(0x15)];continue;case'6':return _0x370f59;case'7':_0x370f59[_0x244f13[_0x2c50(0x16)]]=_0x244f13[_0x2c50(0x17)];continue;}break;}}({});function _0x2c50(_0x1a4bbc,_0x2c5051){_0x1a4bbc=_0x1a4bbc-0x0;const _0x58f2de=_0x1a4b();let _0x315312=_0x58f2de[_0x1a4bbc];return _0x315312;}function _0x1a4b(){const _0x5e4613=['success','BUTTON_PRESS','light','LIGHT','ERROR','error','HEAVY','heavy','WARNING','warning','2|7|4|0|5|3|1|6','split','SUCCESS','rXEeZ','NIGOv','GYGuX','vSnpk','kfsRO','MIJnG','fHkbE','OnyES','UDoVF','jSnBo','qTUQY','MEDIUM','Haptic\x20feedback\x20not\x20available:','ios','impactLight','impactHeavy','notificationError','pyUCX','android','Vibration\x20not\x20available:','infWW','rKFtk','IlmVi','erQHE','grsty','MQHyr','RTQTI','cOsgU','xLCEm','KjmnM','KSnXV','jYbvX','SaNYm','trigger','eloca','impactMedium','SeijP','LuxDp','warn','RcdXY','uohFL','kQQVj','zRemj','vibrate'];_0x1a4b=function(){return _0x5e4613;};return _0x1a4b();}export const triggerHaptic=(_0x2622ce=HapticType[_0x2c50(0x3)])=>{const _0x4a9fe9={'erQHE':_0x2c50(0x3),'grsty':'light','CDTYX':_0x2c50(0x18),'MQHyr':'medium','RTQTI':_0x2c50(0x6),'FQHjE':'heavy','cOsgU':_0x2c50(0xc),'xLCEm':_0x2c50(0x8),'KjmnM':_0x2c50(0x9),'KSnXV':_0x2c50(0x5),'jYbvX':_0x2c50(0x1),'SaNYm':function(_0x3acc9f,_0x45ab19){return _0x3acc9f(_0x45ab19);},'RcdXY':_0x2c50(0x19),'infWW':function(_0x183243,_0x404346){return _0x183243===_0x404346;},'rKFtk':_0x2c50(0x1a),'IlmVi':'iQDIj','eloca':_0x2c50(0x1b),'GboIu':_0x2c50(0x1c),'SeijP':'notificationWarning','aNKWW':_0x2c50(0x1d),'fewCY':function(_0x569cc8,_0x3fd293){return _0x569cc8===_0x3fd293;},'LuxDp':_0x2c50(0x1e),'uohFL':_0x2c50(0x1f),'kQQVj':function(_0x2a9ab4,_0x53bcb7){return _0x2a9ab4!==_0x53bcb7;},'UmoYP':'LrEcl','KAwyz':_0x2c50(0x20)};if(_0x4a9fe9[_0x2c50(0x21)](Platform['OS'],_0x4a9fe9[_0x2c50(0x22)]))try{if(_0x4a9fe9[_0x2c50(0x23)]!=='iQDIj')return _0x8568dd[_0x4a9fe9[_0x2c50(0x24)]]=_0x4a9fe9[_0x2c50(0x25)],_0x4056fb[_0x4a9fe9['CDTYX']]=_0x4a9fe9[_0x2c50(0x26)],_0x533b81[_0x4a9fe9[_0x2c50(0x27)]]=_0x4a9fe9['FQHjE'],_0x4ffb2d[_0x4a9fe9[_0x2c50(0x28)]]='success',_0x22cc59[_0x4a9fe9[_0x2c50(0x29)]]=_0x4a9fe9[_0x2c50(0x2a)],_0x2ef6b0[_0x2c50(0x4)]=_0x4a9fe9[_0x2c50(0x2b)],_0x17170f[_0x4a9fe9[_0x2c50(0x2c)]]=_0x4a9fe9['grsty'],_0x49bd5f;else{const _0xcb0b74=_0x4a9fe9[_0x2c50(0x2d)](__ONAIROS_REQ_FUNC__,0x0),_0x103503={'enableVibrateFallback':!![],'ignoreAndroidSystemSettings':![]};switch(_0x2622ce){case HapticType['LIGHT']:_0xcb0b74[_0x2c50(0x2e)](_0x4a9fe9[_0x2c50(0x2f)],_0x103503);break;case HapticType['MEDIUM']:_0xcb0b74[_0x2c50(0x2e)](_0x2c50(0x30),_0x103503);break;case HapticType[_0x2c50(0x6)]:_0xcb0b74['trigger'](_0x4a9fe9['GboIu'],_0x103503);break;case HapticType[_0x2c50(0xc)]:_0xcb0b74[_0x2c50(0x2e)]('notificationSuccess',_0x103503);break;case HapticType[_0x2c50(0x8)]:_0xcb0b74[_0x2c50(0x2e)](_0x4a9fe9[_0x2c50(0x31)],_0x103503);break;case HapticType[_0x2c50(0x4)]:_0xcb0b74[_0x2c50(0x2e)](_0x4a9fe9['aNKWW'],_0x103503);break;default:_0xcb0b74['trigger'](_0x4a9fe9['eloca'],_0x103503);}}}catch(_0x5eb3b3){if(_0x4a9fe9['fewCY'](_0x4a9fe9[_0x2c50(0x32)],_0x4a9fe9[_0x2c50(0x32)]))console[_0x2c50(0x33)](_0x4a9fe9[_0x2c50(0x34)],_0x5eb3b3);else try{const {Vibration:_0x4fb6b5}=_0x4a9fe9[_0x2c50(0x2d)](_0xa8727e,0x1);_0x4fb6b5['vibrate'](0x32);}catch(_0xb36d3f){_0x425583[_0x2c50(0x33)](_0x2c50(0x20),_0xb36d3f);}}else{if(_0x4a9fe9['fewCY'](Platform['OS'],_0x4a9fe9[_0x2c50(0x35)]))try{if(_0x4a9fe9[_0x2c50(0x36)](_0x2c50(0x37),_0x4a9fe9['UmoYP'])){const {Vibration:_0x40b2bc}=__ONAIROS_REQ_FUNC__(0x1);_0x40b2bc[_0x2c50(0x38)](0x32);}else _0x15ffe0[_0x2c50(0x33)](_0x4a9fe9['RcdXY'],_0x2e5617);}catch(_0x29123f){console['warn'](_0x4a9fe9['KAwyz'],_0x29123f);}}};
@@ -1 +1 @@
1
- import{Platform}from'react-native';import{API_CONFIG}from'../config/api';export const runFullDiagnostics=async()=>{const _0x4c837b={'utdtr':_0x33e8(0x0),'yBuFG':function(_0x901328,_0x553564){return _0x901328+_0x553564;},'zqFRH':_0x33e8(0x1),'wNWVc':_0x33e8(0x2),'Yborq':function(_0x7b8514,_0x2a29e3){return _0x7b8514===_0x2a29e3;},'bVGtA':'ios','gWLWZ':'iOS:\x20Add\x20NSAppTransportSecurity\x20to\x20Info.plist','xMouF':_0x33e8(0x3),'ytqEn':'\x0a๐Ÿ“Œ\x20RECOMMENDATIONS:','XWWyP':function(_0x37592a,_0x7b5adb){return _0x37592a+_0x7b5adb;},'dCfhs':_0x33e8(0x4),'zMQvf':_0x33e8(0x5),'IVHie':_0x33e8(0x6),'SnXWI':'\x0a๐Ÿงช\x20Test\x201:\x20Internet\x20Connectivity\x20(google.com)','PvZdS':'https://www.google.com','mgwSM':_0x33e8(0x7),'VSDFt':function(_0x4d1b15,_0x1e5d34){return _0x4d1b15-_0x1e5d34;},'UDvin':_0x33e8(0x8),'tTYgk':'\x0a๐Ÿงช\x20Test\x202:\x20API\x20Reachability\x20(API\x20server/health)','BSpOu':function(_0x15e84e,_0x50546b,_0x1429a5){return _0x15e84e(_0x50546b,_0x1429a5);},'nYzKL':'oLTZK','pWqGr':_0x33e8(0x9),'dOYWm':_0x33e8(0xa),'iEDDj':'youtube','qCiVo':function(_0x42a05d,_0x5db35d){return _0x42a05d-_0x5db35d;},'KPPfi':function(_0x26d186,_0x200247){return _0x26d186===_0x200247;},'AzqdH':_0x33e8(0xb),'eHhsX':_0x33e8(0xc),'zFSEu':_0x33e8(0xd),'gTfbF':_0x33e8(0xe),'wlubc':_0x33e8(0xf),'cfPCN':'\x0aโœ…\x20ALL\x20TESTS\x20PASSED\x20-\x20SDK\x20should\x20work\x20correctly','pnXim':_0x33e8(0x10),'kmQvl':function(_0x168cb3,_0x1d88f8){return _0x168cb3!==_0x1d88f8;},'fPGKS':_0x33e8(0x11),'VCjYk':_0x33e8(0x12)};console['log'](_0x4c837b[_0x33e8(0x13)]),console['log'](_0x4c837b[_0x33e8(0x14)]),console['log'](_0x4c837b[_0x33e8(0x13)]);const _0x4f94d0={'timestamp':new Date()[_0x33e8(0x15)](),'platform':Platform['OS'],'platformVersion':Platform['Version'],'tests':{'googleReachable':![],'apiReachable':![],'apiPostWorks':![],'youtubeOAuthWorks':![]},'errors':[],'recommendations':[],'rawResults':{}};console[_0x33e8(0x16)](_0x33e8(0x17)+Platform['OS']+'\x20'+Platform[_0x33e8(0x18)]),console[_0x33e8(0x16)](_0x4c837b['IVHie']),console[_0x33e8(0x16)](_0x4c837b['SnXWI']);try{const _0x5d5333=Date['now'](),_0x2f3eee=await fetch(_0x4c837b[_0x33e8(0x19)],{'method':_0x4c837b[_0x33e8(0x1a)]}),_0x38a5a1=_0x4c837b[_0x33e8(0x1b)](Date[_0x33e8(0x1c)](),_0x5d5333);_0x4f94d0['tests'][_0x33e8(0x1d)]=!![],_0x4f94d0[_0x33e8(0x1e)][_0x33e8(0x1f)]={'status':_0x2f3eee['status'],'time':_0x38a5a1},console[_0x33e8(0x16)](_0x33e8(0x20)+_0x38a5a1+_0x33e8(0x21));}catch(_0x44fc8d){const _0x2509d1=_0x4c837b[_0x33e8(0x22)]['split']('|');let _0x12e7ea=0x0;while(!![]){switch(_0x2509d1[_0x12e7ea++]){case'0':_0x4f94d0['rawResults'][_0x33e8(0x1f)]={'error':_0x44fc8d[_0x33e8(0x23)]};continue;case'1':_0x4f94d0['errors'][_0x33e8(0x24)](_0x33e8(0x25)+_0x44fc8d['message']);continue;case'2':console[_0x33e8(0x16)](_0x33e8(0x26)+_0x44fc8d[_0x33e8(0x23)]);continue;case'3':_0x4f94d0[_0x33e8(0x27)][_0x33e8(0x1d)]=![];continue;case'4':_0x4f94d0['recommendations'][_0x33e8(0x24)](_0x33e8(0x28));continue;}break;}}console['log'](_0x4c837b[_0x33e8(0x29)]);try{const _0x250196=Date[_0x33e8(0x1c)](),_0x4dff2b=await _0x4c837b[_0x33e8(0x2a)](fetch,API_CONFIG[_0x33e8(0x2b)]+_0x33e8(0x2c),{'method':'GET','headers':{'Accept':'application/json'}}),_0x3298d8=_0x4c837b['VSDFt'](Date[_0x33e8(0x1c)](),_0x250196),_0x36c0b0=await _0x4dff2b[_0x33e8(0x2d)]()[_0x33e8(0x2e)](()=>_0x33e8(0x2f));_0x4f94d0[_0x33e8(0x27)]['apiReachable']=_0x4dff2b['ok'],_0x4f94d0[_0x33e8(0x1e)]['apiHealth']={'status':_0x4dff2b[_0x33e8(0x30)],'time':_0x3298d8,'body':_0x36c0b0[_0x33e8(0x31)](0x0,0xc8)},_0x4dff2b['ok']?console[_0x33e8(0x16)](_0x33e8(0x32)+_0x3298d8+'ms)'):(console[_0x33e8(0x16)](_0x33e8(0x33)+_0x4dff2b[_0x33e8(0x30)]),_0x4f94d0[_0x33e8(0x34)][_0x33e8(0x24)](_0x33e8(0x35)+_0x4dff2b[_0x33e8(0x30)]));}catch(_0x3826ff){if('MzlPk'===_0x4c837b['nYzKL'])return![];else{const _0x2fe6be=_0x4c837b[_0x33e8(0x36)]['split']('|');let _0x226896=0x0;while(!![]){switch(_0x2fe6be[_0x226896++]){case'0':console[_0x33e8(0x16)](_0x33e8(0x26)+_0x3826ff[_0x33e8(0x23)]);continue;case'1':_0x4f94d0['rawResults']['apiHealth']={'error':_0x3826ff[_0x33e8(0x23)]};continue;case'2':_0x4f94d0['tests'][_0x33e8(0x37)]=![];continue;case'3':_0x4f94d0[_0x33e8(0x27)][_0x33e8(0x1d)]&&_0x4f94d0[_0x33e8(0x38)][_0x33e8(0x24)]('Internet\x20works\x20but\x20API\x20blocked.\x20Check:\x20VPN,\x20Firewall,\x20iOS\x20ATS\x20settings');continue;case'4':_0x4f94d0[_0x33e8(0x34)]['push'](_0x33e8(0x39)+_0x3826ff['message']);continue;}break;}}}console[_0x33e8(0x16)]('\n\uD83E\uDDEA Test 3: POST Request (OAuth simulation)');try{const _0x5c3d63=Date[_0x33e8(0x1c)](),_0x539482=await _0x4c837b[_0x33e8(0x2a)](fetch,API_CONFIG[_0x33e8(0x2b)]+_0x33e8(0x3a),{'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/json'},'body':JSON[_0x33e8(0x3b)]({'session':{'username':_0x4c837b[_0x33e8(0x3c)],'platform':_0x4c837b[_0x33e8(0x3d)],'timestamp':new Date()[_0x33e8(0x15)]()}})}),_0xee0637=_0x4c837b[_0x33e8(0x3e)](Date['now'](),_0x5c3d63),_0x47f2a9=await _0x539482[_0x33e8(0x2d)]()[_0x33e8(0x2e)](()=>'Unable\x20to\x20read');_0x4f94d0[_0x33e8(0x1e)][_0x33e8(0x3f)]={'status':_0x539482[_0x33e8(0x30)],'time':_0xee0637,'body':_0x47f2a9[_0x33e8(0x31)](0x0,0x1f4)},_0x4f94d0[_0x33e8(0x27)][_0x33e8(0x40)]=!![],console[_0x33e8(0x16)]('\x20\x20\x20โœ…\x20PASS\x20-\x20POST\x20request\x20succeeded,\x20status:\x20'+_0x539482[_0x33e8(0x30)]+'\x20('+_0xee0637+'ms)');try{if(_0x4c837b[_0x33e8(0x41)](_0x4c837b[_0x33e8(0x42)],_0x4c837b[_0x33e8(0x42)])){const _0x6f98ab=JSON[_0x33e8(0x43)](_0x47f2a9);if(_0x6f98ab['youtubeURL']){if(_0x4c837b[_0x33e8(0x44)]!==_0x33e8(0xc))return _0x4c837b[_0x33e8(0x45)];else _0x4f94d0[_0x33e8(0x27)][_0x33e8(0x46)]=!![],console['log'](_0x33e8(0x47));}}else{const _0x40d68b=_0x4c837b['zqFRH'][_0x33e8(0x48)]('|');let _0x3f3b8c=0x0;while(!![]){switch(_0x40d68b[_0x3f3b8c++]){case'0':!_0x4edac4[_0x33e8(0x27)][_0x33e8(0x1d)]&&_0x26265a[_0x33e8(0x38)][_0x33e8(0x24)](_0x4c837b[_0x33e8(0x49)]);continue;case'1':_0x4c837b['Yborq'](Platform['OS'],_0x4c837b[_0x33e8(0x4a)])&&!_0x517a88[_0x33e8(0x27)][_0x33e8(0x37)]&&_0x3d1e69[_0x33e8(0x38)][_0x33e8(0x24)](_0x4c837b[_0x33e8(0x4b)],_0x4c837b[_0x33e8(0x4c)]);continue;case'2':_0x4f8ce3[_0x33e8(0x16)]('\x0aโš ๏ธ\x20SOME\x20TESTS\x20FAILED\x20-\x20See\x20recommendations\x20below:');continue;case'3':_0x11c99c[_0x33e8(0x16)](_0x4c837b['ytqEn']);continue;case'4':_0x57f927[_0x33e8(0x38)][_0x33e8(0x4d)]((_0x109576,_0x31b437)=>{_0x197996[_0x33e8(0x16)]('\x20\x20\x20'+_0x4c837b[_0x33e8(0x4e)](_0x31b437,0x1)+'.\x20'+_0x109576);});continue;}break;}}}catch{}}catch(_0x29f132){const _0x47766a='2|1|4|0|3'[_0x33e8(0x48)]('|');let _0xe0bf89=0x0;while(!![]){switch(_0x47766a[_0xe0bf89++]){case'0':console[_0x33e8(0x16)]('\x20\x20\x20โŒ\x20FAIL\x20-\x20'+_0x29f132['message']);continue;case'1':_0x4f94d0[_0x33e8(0x34)][_0x33e8(0x24)]('POST\x20request\x20failed:\x20'+_0x29f132[_0x33e8(0x23)]);continue;case'2':_0x4f94d0[_0x33e8(0x27)][_0x33e8(0x40)]=![];continue;case'3':_0x4f94d0[_0x33e8(0x38)][_0x33e8(0x24)]('POST requests failing. This is the exact issue affecting OAuth.');continue;case'4':_0x4f94d0[_0x33e8(0x1e)][_0x33e8(0x3f)]={'error':_0x29f132[_0x33e8(0x23)]};continue;}break;}}console[_0x33e8(0x16)](_0x4c837b['zFSEu']),console[_0x33e8(0x16)](_0x4c837b[_0x33e8(0x4f)]),console[_0x33e8(0x16)](_0x4c837b['IVHie']);const _0x185cfb=Object[_0x33e8(0x50)](_0x4f94d0['tests'])[_0x33e8(0x51)](Boolean)[_0x33e8(0x52)],_0x36d38f=Object[_0x33e8(0x53)](_0x4f94d0[_0x33e8(0x27)])['length'];console[_0x33e8(0x16)](_0x33e8(0x54)+_0x185cfb+'/'+_0x36d38f);if(_0x4c837b[_0x33e8(0x41)](_0x185cfb,_0x36d38f)){if(_0x4c837b[_0x33e8(0x55)]==='itcKU'){const _0x57c59e=_0x6cbeab[_0x33e8(0x43)](_0x53007f);_0x57c59e['youtubeURL']&&(_0x32ae67[_0x33e8(0x27)][_0x33e8(0x46)]=!![],_0x2004f6[_0x33e8(0x16)](_0x33e8(0x47)));}else console[_0x33e8(0x16)](_0x4c837b[_0x33e8(0x56)]);}else{if(_0x4c837b[_0x33e8(0x57)]!==_0x4c837b[_0x33e8(0x57)])_0x59b3bf[_0x33e8(0x16)](_0x33e8(0x33)+_0x55f842['status']),_0x3a9b0e[_0x33e8(0x34)][_0x33e8(0x24)](_0x33e8(0x35)+_0x1711a5['status']);else{console['log']('\x0aโš ๏ธ\x20SOME\x20TESTS\x20FAILED\x20-\x20See\x20recommendations\x20below:');if(_0x4c837b[_0x33e8(0x58)](Platform['OS'],_0x4c837b[_0x33e8(0x4a)])&&!_0x4f94d0[_0x33e8(0x27)][_0x33e8(0x37)]){if(_0x4c837b[_0x33e8(0x59)](_0x4c837b[_0x33e8(0x5a)],_0x4c837b[_0x33e8(0x5a)])){const _0x215f22=_0x33e8(0x5b)[_0x33e8(0x48)]('|');let _0x8877f7=0x0;while(!![]){switch(_0x215f22[_0x8877f7++]){case'0':_0x385c8d[_0x33e8(0x1e)][_0x33e8(0x3f)]={'error':_0x739616['message']};continue;case'1':_0x48959d['log'](_0x33e8(0x26)+_0x5c6918[_0x33e8(0x23)]);continue;case'2':_0x1302f7['tests'][_0x33e8(0x40)]=![];continue;case'3':_0x4e538c[_0x33e8(0x38)]['push']('POST requests failing. This is the exact issue affecting OAuth.');continue;case'4':_0x27988d[_0x33e8(0x34)]['push'](_0x33e8(0x5c)+_0x11388b[_0x33e8(0x23)]);continue;}break;}}else _0x4f94d0[_0x33e8(0x38)][_0x33e8(0x24)](_0x4c837b[_0x33e8(0x4b)],_0x4c837b[_0x33e8(0x4c)]);}!_0x4f94d0[_0x33e8(0x27)][_0x33e8(0x1d)]&&_0x4f94d0[_0x33e8(0x38)]['push'](_0x4c837b['wNWVc']),console[_0x33e8(0x16)](_0x4c837b[_0x33e8(0x5d)]),_0x4f94d0['recommendations']['forEach']((_0x446c5f,_0x4a1e08)=>{console[_0x33e8(0x16)](_0x33e8(0x5e)+_0x4c837b[_0x33e8(0x5f)](_0x4a1e08,0x1)+'.\x20'+_0x446c5f);});}}return console[_0x33e8(0x16)]('\x0aโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•'),console['log'](_0x4c837b[_0x33e8(0x60)]),console[_0x33e8(0x16)](JSON[_0x33e8(0x3b)](_0x4f94d0,null,0x2)),_0x4f94d0;};function _0x33e8(_0x3e6598,_0x33e81e){_0x3e6598=_0x3e6598-0x0;const _0x4140af=_0x3e65();let _0x218743=_0x4140af[_0x3e6598];return _0x218743;}function _0x3e65(){const _0x4bc9c6=['api_unreachable','2|1|0|3|4','Device\x20has\x20no\x20internet\x20-\x20check\x20WiFi/cellular','iOS:\x20Try\x20on\x20physical\x20device\x20instead\x20of\x20simulator','โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•','๐Ÿ”\x20ONAIROS\x20SDK\x20NETWORK\x20DIAGNOSTICS','โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€','HEAD','3|1|0|2|4','2|4|1|0|3','diagnostic_test','kbccV','XXsUi','\x0aโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€','๐Ÿ“‹\x20SUMMARY','cgHpm','KJdra','ddTFM','Full\x20results\x20object\x20logged\x20below\x20for\x20debugging:','dCfhs','zMQvf','toISOString','log','๐Ÿ“ฑ\x20Platform:\x20','Version','PvZdS','mgwSM','VSDFt','now','googleReachable','rawResults','google','\x20\x20\x20โœ…\x20PASS\x20-\x20Google\x20reachable\x20(','ms)','UDvin','message','push','Google\x20unreachable:\x20','\x20\x20\x20โŒ\x20FAIL\x20-\x20','tests','Check\x20internet\x20connection\x20on\x20device','tTYgk','BSpOu','BASE_URL','/health','text','catch','Unable\x20to\x20read','status','substring','\x20\x20\x20โœ…\x20PASS\x20-\x20API\x20reachable\x20(','\x20\x20\x20โš ๏ธ\x20PARTIAL\x20-\x20API\x20responded\x20with\x20','errors','API\x20returned\x20status\x20','pWqGr','apiReachable','recommendations','API\x20unreachable:\x20','/youtube/authorize','stringify','dOYWm','iEDDj','qCiVo','apiPost','apiPostWorks','KPPfi','AzqdH','parse','eHhsX','utdtr','youtubeOAuthWorks','\x20\x20\x20โœ…\x20BONUS\x20-\x20Got\x20YouTube\x20OAuth\x20URL!','split','wNWVc','bVGtA','gWLWZ','xMouF','forEach','yBuFG','gTfbF','values','filter','length','keys','\x0aTests\x20Passed:\x20','wlubc','cfPCN','pnXim','Yborq','kmQvl','fPGKS','2|4|0|1|3','POST\x20request\x20failed:\x20','ytqEn','\x20\x20\x20','XWWyP','VCjYk','iOS:\x20Add\x20NSAppTransportSecurity\x20to\x20Info.plist','kFEGf','CwPXk','oRoRd','DzsWV','NWXMF','2|1|3|4|0','online','MsRof','https://www.google.com','GxFcg','zlwij','offline','rniuk','tynaT','RkcyV','dzIXH','XIOMT','qFDFh','rtPZG','giYxi','jlphh','euSEa','apiHealth','NCRVj','dKKbW','phGWd','WqZcG'];_0x3e65=function(){return _0x4bc9c6;};return _0x3e65();}export const isApiReachable=async()=>{const _0x11af69={'NWXMF':_0x33e8(0x61),'NkYzK':_0x33e8(0x3),'CwPXk':function(_0xb2d8a4,_0x733155,_0x51879b){return _0xb2d8a4(_0x733155,_0x51879b);},'oRoRd':function(_0x5736be,_0x389a69){return _0x5736be!==_0x389a69;},'DzsWV':_0x33e8(0x62)};try{const _0x51e349=await _0x11af69[_0x33e8(0x63)](fetch,API_CONFIG['BASE_URL']+_0x33e8(0x2c),{'method':'GET'});return _0x51e349['ok'];}catch{if(_0x11af69[_0x33e8(0x64)](_0x33e8(0x62),_0x11af69[_0x33e8(0x65)]))_0x53256a[_0x33e8(0x38)][_0x33e8(0x24)](_0x11af69[_0x33e8(0x66)],_0x11af69['NkYzK']);else return![];}};export const getNetworkStatus=async()=>{const _0x24398f={'tynaT':_0x33e8(0x2),'euSEa':_0x33e8(0x67),'rtPZG':_0x33e8(0x68),'xYHxI':function(_0x1f3586,_0x254a29){return _0x1f3586!==_0x254a29;},'rniuk':_0x33e8(0x69),'RkcyV':function(_0x5980cb,_0x11cc33,_0x202067){return _0x5980cb(_0x11cc33,_0x202067);},'dzIXH':_0x33e8(0x6a),'XIOMT':'HEAD','qFDFh':function(_0x48bac3,_0xd638db){return _0x48bac3(_0xd638db);},'giYxi':function(_0xe8d60,_0x573897){return _0xe8d60!==_0x573897;},'jlphh':_0x33e8(0x6b),'NCRVj':_0x33e8(0x0),'dKKbW':_0x33e8(0x6c),'WqZcG':_0x33e8(0x6d)};try{if(_0x24398f['xYHxI'](_0x24398f[_0x33e8(0x6e)],'MsRof'))_0x349249[_0x33e8(0x38)][_0x33e8(0x24)](_0x24398f[_0x33e8(0x6f)]);else{await _0x24398f[_0x33e8(0x70)](fetch,_0x24398f[_0x33e8(0x71)],{'method':_0x24398f[_0x33e8(0x72)]});const _0x37d9a4=await _0x24398f[_0x33e8(0x73)](fetch,API_CONFIG[_0x33e8(0x2b)]+'/health');if(_0x37d9a4['ok'])return _0x24398f[_0x33e8(0x74)];else{if(_0x24398f[_0x33e8(0x75)](_0x24398f[_0x33e8(0x76)],_0x24398f['jlphh'])){const _0x20d077=_0x24398f[_0x33e8(0x77)][_0x33e8(0x48)]('|');let _0x21c0df=0x0;while(!![]){switch(_0x20d077[_0x21c0df++]){case'0':_0x5e677d[_0x33e8(0x27)]['googleReachable']&&_0x4e1cb3[_0x33e8(0x38)][_0x33e8(0x24)]('Internet\x20works\x20but\x20API\x20blocked.\x20Check:\x20VPN,\x20Firewall,\x20iOS\x20ATS\x20settings');continue;case'1':_0xb06600[_0x33e8(0x34)]['push'](_0x33e8(0x39)+_0xddf38c[_0x33e8(0x23)]);continue;case'2':_0x3a2f3c[_0x33e8(0x27)]['apiReachable']=![];continue;case'3':_0x514d05[_0x33e8(0x1e)][_0x33e8(0x78)]={'error':_0x4625fb[_0x33e8(0x23)]};continue;case'4':_0x4be729['log']('\x20\x20\x20โŒ\x20FAIL\x20-\x20'+_0x5fb038[_0x33e8(0x23)]);continue;}break;}}else return _0x24398f[_0x33e8(0x79)];}}}catch{return _0x24398f[_0x33e8(0x7a)]===_0x33e8(0x7b)?_0x24398f[_0x33e8(0x74)]:_0x24398f[_0x33e8(0x7c)];}};
1
+ function _0x2208(_0x20109a,_0x220883){_0x20109a=_0x20109a-0x0;const _0x24d47b=_0x2010();let _0x390d23=_0x24d47b[_0x20109a];return _0x390d23;}import{Platform}from'react-native';function _0x2010(){const _0x3b6fed=['offline','api_unreachable','Device\x20has\x20no\x20internet\x20-\x20check\x20WiFi/cellular','โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€','HEAD','\x0a๐Ÿงช\x20Test\x202:\x20API\x20Reachability\x20(API\x20server/health)','lJvuA','Internet\x20works\x20but\x20API\x20blocked.\x20Check:\x20VPN,\x20Firewall,\x20iOS\x20ATS\x20settings','IJBiU','\x0aโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€','๐Ÿ“‹\x20SUMMARY','EuNOi','\x0aโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•','Full\x20results\x20object\x20logged\x20below\x20for\x20debugging:','log','RICXj','โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•','toISOString','Version','๐Ÿ“ฑ\x20Platform:\x20','ZIspG','\x0a๐Ÿงช\x20Test\x201:\x20Internet\x20Connectivity\x20(google.com)','now','zyToH','RFPcu','DTYGy','tests','rawResults','status','\x20\x20\x20โœ…\x20PASS\x20-\x20Google\x20reachable\x20(','ms)','errors','push','Google\x20unreachable:\x20','message','\x20\x20\x20โŒ\x20FAIL\x20-\x20','ZHlzw','jNQXm','BASE_URL','/health','text','Unable\x20to\x20read','apiHealth','substring','XyPDC','jkFun','\x20\x20\x20','KLekj','\x20\x20\x20โœ…\x20PASS\x20-\x20API\x20reachable\x20(','API\x20returned\x20status\x20','apiReachable','API\x20unreachable:\x20','RGScJ','cmbAG','recommendations','qMXMP','rgHue','TJAED','LIKCD','/youtube/authorize','stringify','diagnostic_test','youtube','\x20\x20\x20โœ…\x20PASS\x20-\x20POST\x20request\x20succeeded,\x20status:\x20','youtubeURL','POST\x20request\x20failed:\x20','apiPost','vMDtk','ioBGR','values','filter','length','keys','\x0aTests\x20Passed:\x20','\x0aโš ๏ธ\x20SOME\x20TESTS\x20FAILED\x20-\x20See\x20recommendations\x20below:','kXXnS','FwcZv','youtubeOAuthWorks','\x20\x20\x20โœ…\x20BONUS\x20-\x20Got\x20YouTube\x20OAuth\x20URL!','iOS:\x20Try\x20on\x20physical\x20device\x20instead\x20of\x20simulator','googleReachable','rhHCk','forEach','fxJcE','\x0aโœ…\x20ALL\x20TESTS\x20PASSED\x20-\x20SDK\x20should\x20work\x20correctly','wWINk','drqzY','bCKWG','cQhPl','split','akgnd','hRKKc','online','2|0|1|4|3','https://www.google.com','nPxxr','uDWjt','qivTP','CglzR','ikxKa','knOuM','gmEMA','yErst','vlKnS','cVvGI','yNVpL','FVwko','IIsnm'];_0x2010=function(){return _0x3b6fed;};return _0x2010();}import{API_CONFIG}from'../config/api';export const runFullDiagnostics=async()=>{const _0x7821f2={'KLekj':function(_0x288096,_0x5e93d0){return _0x288096+_0x5e93d0;},'rgHue':_0x2208(0x0),'dYVDq':_0x2208(0x1),'bCybj':_0x2208(0x2),'UhpCP':'โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•','RICXj':'๐Ÿ”\x20ONAIROS\x20SDK\x20NETWORK\x20DIAGNOSTICS','ZIspG':_0x2208(0x3),'cREIY':function(_0x886350,_0x36ae7e,_0x53b2db){return _0x886350(_0x36ae7e,_0x53b2db);},'zyToH':'https://www.google.com','RFPcu':_0x2208(0x4),'DTYGy':function(_0xaf0acc,_0xd2f062){return _0xaf0acc-_0xd2f062;},'ZHlzw':'Check\x20internet\x20connection\x20on\x20device','jNQXm':_0x2208(0x5),'XyPDC':function(_0x17ed5a,_0x1afdcf){return _0x17ed5a!==_0x1afdcf;},'jkFun':'RpYle','RGScJ':function(_0x1af42a,_0x5cb3d8){return _0x1af42a===_0x5cb3d8;},'cmbAG':_0x2208(0x6),'qMXMP':_0x2208(0x7),'NYFml':function(_0x3f1e12,_0x3d2788){return _0x3f1e12===_0x3d2788;},'TJAED':'kNPpD','LIKCD':function(_0x1dfa2c,_0x22e794,_0x13206e){return _0x1dfa2c(_0x22e794,_0x13206e);},'rhHCk':function(_0x538988,_0x9329dd){return _0x538988!==_0x9329dd;},'DKhtm':_0x2208(0x8),'vMDtk':_0x2208(0x9),'ioBGR':_0x2208(0xa),'kXXnS':function(_0x5b30a4,_0x2e7351){return _0x5b30a4===_0x2e7351;},'FwcZv':'ios','HhNSv':_0x2208(0xb),'Krmha':'iOS:\x20Add\x20NSAppTransportSecurity\x20to\x20Info.plist','ycqkJ':'JPGzl','KRNVa':'\x0a๐Ÿ“Œ\x20RECOMMENDATIONS:','fxJcE':_0x2208(0xc),'AAWnL':_0x2208(0xd)};console[_0x2208(0xe)](_0x7821f2['UhpCP']),console[_0x2208(0xe)](_0x7821f2[_0x2208(0xf)]),console[_0x2208(0xe)](_0x2208(0x10));const _0x86f133={'timestamp':new Date()[_0x2208(0x11)](),'platform':Platform['OS'],'platformVersion':Platform[_0x2208(0x12)],'tests':{'googleReachable':![],'apiReachable':![],'apiPostWorks':![],'youtubeOAuthWorks':![]},'errors':[],'recommendations':[],'rawResults':{}};console[_0x2208(0xe)](_0x2208(0x13)+Platform['OS']+'\x20'+Platform[_0x2208(0x12)]),console[_0x2208(0xe)](_0x7821f2[_0x2208(0x14)]),console[_0x2208(0xe)](_0x2208(0x15));try{const _0x11bae0=Date[_0x2208(0x16)](),_0x52c812=await _0x7821f2['cREIY'](fetch,_0x7821f2[_0x2208(0x17)],{'method':_0x7821f2[_0x2208(0x18)]}),_0x1efdb1=_0x7821f2[_0x2208(0x19)](Date[_0x2208(0x16)](),_0x11bae0);_0x86f133[_0x2208(0x1a)]['googleReachable']=!![],_0x86f133[_0x2208(0x1b)]['google']={'status':_0x52c812[_0x2208(0x1c)],'time':_0x1efdb1},console[_0x2208(0xe)](_0x2208(0x1d)+_0x1efdb1+_0x2208(0x1e));}catch(_0x51e99f){_0x86f133[_0x2208(0x1a)]['googleReachable']=![],_0x86f133[_0x2208(0x1f)][_0x2208(0x20)](_0x2208(0x21)+_0x51e99f['message']),_0x86f133[_0x2208(0x1b)]['google']={'error':_0x51e99f[_0x2208(0x22)]},console[_0x2208(0xe)](_0x2208(0x23)+_0x51e99f[_0x2208(0x22)]),_0x86f133['recommendations'][_0x2208(0x20)](_0x7821f2[_0x2208(0x24)]);}console[_0x2208(0xe)](_0x7821f2[_0x2208(0x25)]);try{const _0x34013a=Date['now'](),_0x4ac990=await fetch(API_CONFIG[_0x2208(0x26)]+_0x2208(0x27),{'method':'GET','headers':{'Accept':'application/json'}}),_0x238fed=Date['now']()-_0x34013a,_0xeb7618=await _0x4ac990[_0x2208(0x28)]()['catch'](()=>_0x2208(0x29));_0x86f133[_0x2208(0x1a)]['apiReachable']=_0x4ac990['ok'],_0x86f133['rawResults'][_0x2208(0x2a)]={'status':_0x4ac990[_0x2208(0x1c)],'time':_0x238fed,'body':_0xeb7618[_0x2208(0x2b)](0x0,0xc8)},_0x4ac990['ok']?_0x7821f2[_0x2208(0x2c)](_0x7821f2['jkFun'],_0x7821f2[_0x2208(0x2d)])?_0x1db831['log'](_0x2208(0x2e)+_0x7821f2[_0x2208(0x2f)](_0x2bc3d7,0x1)+'.\x20'+_0x58cfde):console['log'](_0x2208(0x30)+_0x238fed+'ms)'):(console[_0x2208(0xe)]('\x20\x20\x20โš ๏ธ\x20PARTIAL\x20-\x20API\x20responded\x20with\x20'+_0x4ac990[_0x2208(0x1c)]),_0x86f133['errors']['push'](_0x2208(0x31)+_0x4ac990[_0x2208(0x1c)]));}catch(_0x5f1d13){_0x86f133[_0x2208(0x1a)][_0x2208(0x32)]=![],_0x86f133[_0x2208(0x1f)][_0x2208(0x20)](_0x2208(0x33)+_0x5f1d13['message']),_0x86f133['rawResults'][_0x2208(0x2a)]={'error':_0x5f1d13[_0x2208(0x22)]},console[_0x2208(0xe)](_0x2208(0x23)+_0x5f1d13['message']);if(_0x86f133[_0x2208(0x1a)]['googleReachable']){if(_0x7821f2[_0x2208(0x34)](_0x7821f2['cmbAG'],_0x7821f2[_0x2208(0x35)]))_0x86f133[_0x2208(0x36)][_0x2208(0x20)](_0x7821f2[_0x2208(0x37)]);else return _0x7821f2[_0x2208(0x38)];}}console[_0x2208(0xe)]('\n\uD83E\uDDEA Test 3: POST Request (OAuth simulation)');try{if(_0x7821f2['NYFml'](_0x7821f2[_0x2208(0x39)],_0x7821f2[_0x2208(0x39)])){const _0x16136b=Date[_0x2208(0x16)](),_0x57a3f6=await _0x7821f2[_0x2208(0x3a)](fetch,API_CONFIG[_0x2208(0x26)]+_0x2208(0x3b),{'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/json'},'body':JSON[_0x2208(0x3c)]({'session':{'username':_0x2208(0x3d),'platform':_0x2208(0x3e),'timestamp':new Date()['toISOString']()}})}),_0x2fa36a=Date[_0x2208(0x16)]()-_0x16136b,_0x590f31=await _0x57a3f6[_0x2208(0x28)]()['catch'](()=>'Unable\x20to\x20read');_0x86f133[_0x2208(0x1b)]['apiPost']={'status':_0x57a3f6['status'],'time':_0x2fa36a,'body':_0x590f31['substring'](0x0,0x1f4)},_0x86f133[_0x2208(0x1a)]['apiPostWorks']=!![],console['log'](_0x2208(0x3f)+_0x57a3f6['status']+'\x20('+_0x2fa36a+_0x2208(0x1e));try{const _0x38d066=JSON['parse'](_0x590f31);_0x38d066[_0x2208(0x40)]&&(_0x7821f2['rhHCk']('XYPeI',_0x7821f2['DKhtm'])?(_0x86f133['tests']['youtubeOAuthWorks']=!![],console[_0x2208(0xe)]('\x20\x20\x20โœ…\x20BONUS\x20-\x20Got\x20YouTube\x20OAuth\x20URL!')):_0x588985[_0x2208(0xe)]('\x20\x20\x20โœ…\x20PASS\x20-\x20API\x20reachable\x20('+_0x483791+_0x2208(0x1e)));}catch{}}else return _0x7821f2['dYVDq'];}catch(_0x2cff5b){_0x86f133[_0x2208(0x1a)]['apiPostWorks']=![],_0x86f133['errors'][_0x2208(0x20)](_0x2208(0x41)+_0x2cff5b[_0x2208(0x22)]),_0x86f133['rawResults'][_0x2208(0x42)]={'error':_0x2cff5b[_0x2208(0x22)]},console[_0x2208(0xe)](_0x2208(0x23)+_0x2cff5b[_0x2208(0x22)]),_0x86f133[_0x2208(0x36)][_0x2208(0x20)]('POST requests failing. This is the exact issue affecting OAuth.');}console[_0x2208(0xe)](_0x7821f2[_0x2208(0x43)]),console[_0x2208(0xe)](_0x7821f2[_0x2208(0x44)]),console[_0x2208(0xe)](_0x7821f2['ZIspG']);const _0x5e33bc=Object[_0x2208(0x45)](_0x86f133[_0x2208(0x1a)])[_0x2208(0x46)](Boolean)[_0x2208(0x47)],_0x30f2ec=Object[_0x2208(0x48)](_0x86f133[_0x2208(0x1a)])[_0x2208(0x47)];return console[_0x2208(0xe)](_0x2208(0x49)+_0x5e33bc+'/'+_0x30f2ec),_0x5e33bc===_0x30f2ec?console[_0x2208(0xe)]('\x0aโœ…\x20ALL\x20TESTS\x20PASSED\x20-\x20SDK\x20should\x20work\x20correctly'):(console['log'](_0x2208(0x4a)),_0x7821f2[_0x2208(0x4b)](Platform['OS'],_0x7821f2[_0x2208(0x4c)])&&!_0x86f133['tests'][_0x2208(0x32)]&&(_0x7821f2[_0x2208(0x2c)]('EuNOi',_0x7821f2['HhNSv'])?(_0x377e76['tests'][_0x2208(0x4d)]=!![],_0x5775d6[_0x2208(0xe)](_0x2208(0x4e))):_0x86f133[_0x2208(0x36)]['push'](_0x7821f2['Krmha'],_0x2208(0x4f))),!_0x86f133[_0x2208(0x1a)][_0x2208(0x50)]&&(_0x7821f2[_0x2208(0x51)](_0x7821f2['ycqkJ'],'XSPAr')?_0x86f133[_0x2208(0x36)][_0x2208(0x20)](_0x7821f2['bCybj']):_0x3c1e53[_0x2208(0x36)][_0x2208(0x20)](_0x7821f2['bCybj'])),console[_0x2208(0xe)](_0x7821f2['KRNVa']),_0x86f133[_0x2208(0x36)][_0x2208(0x52)]((_0x9a4bdf,_0x1c6926)=>{console['log'](_0x2208(0x2e)+_0x7821f2['KLekj'](_0x1c6926,0x1)+'.\x20'+_0x9a4bdf);})),console[_0x2208(0xe)](_0x7821f2[_0x2208(0x53)]),console[_0x2208(0xe)](_0x7821f2['AAWnL']),console['log'](JSON[_0x2208(0x3c)](_0x86f133,null,0x2)),_0x86f133;};export const isApiReachable=async()=>{const _0x1a53ec={'cQhPl':'0|3|2|4|1','hRKKc':_0x2208(0x54),'drqzY':function(_0xcc15d8,_0x5c5c22){return _0xcc15d8===_0x5c5c22;},'akgnd':_0x2208(0x55)};try{if(_0x1a53ec[_0x2208(0x56)]('bCKWG',_0x2208(0x57))){const _0x2f3a36=await fetch(API_CONFIG['BASE_URL']+_0x2208(0x27),{'method':'GET'});return _0x2f3a36['ok'];}else{const _0x197cd6=_0x1a53ec[_0x2208(0x58)][_0x2208(0x59)]('|');let _0x11b6ba=0x0;while(!![]){switch(_0x197cd6[_0x11b6ba++]){case'0':_0x2ce539[_0x2208(0x1a)]['apiPostWorks']=![];continue;case'1':_0x39c025[_0x2208(0x36)][_0x2208(0x20)]('POST requests failing. This is the exact issue affecting OAuth.');continue;case'2':_0x194926['rawResults'][_0x2208(0x42)]={'error':_0x1d9cc9[_0x2208(0x22)]};continue;case'3':_0x3278f2['errors'][_0x2208(0x20)](_0x2208(0x41)+_0x3c4265['message']);continue;case'4':_0x5dbd8b[_0x2208(0xe)](_0x2208(0x23)+_0x1136c3[_0x2208(0x22)]);continue;}break;}}}catch{if(_0x1a53ec[_0x2208(0x5a)]===_0x1a53ec[_0x2208(0x5a)])return![];else _0x3f4c33[_0x2208(0xe)](_0x1a53ec[_0x2208(0x5b)]);}};export const getNetworkStatus=async()=>{const _0x286107={'vlKnS':_0x2208(0x5c),'eLIoI':_0x2208(0x5d),'wuVFK':_0x2208(0x7),'qivTP':function(_0xfad254,_0x4057d7,_0x578d46){return _0xfad254(_0x4057d7,_0x578d46);},'CglzR':_0x2208(0x5e),'ikxKa':_0x2208(0x4),'knOuM':function(_0x57c740,_0xed565a){return _0x57c740===_0xed565a;},'yErst':'gmEMA','Kyazh':_0x2208(0x5f),'dRJTf':_0x2208(0x1),'yNVpL':function(_0xcf1210,_0x3bc22c){return _0xcf1210===_0x3bc22c;},'FVwko':_0x2208(0x60),'IIsnm':_0x2208(0x0)};try{await _0x286107[_0x2208(0x61)](fetch,_0x286107[_0x2208(0x62)],{'method':_0x286107[_0x2208(0x63)]});const _0x2a6416=await fetch(API_CONFIG['BASE_URL']+_0x2208(0x27));if(_0x2a6416['ok'])return _0x286107[_0x2208(0x64)](_0x2208(0x65),_0x286107[_0x2208(0x66)])?_0x286107[_0x2208(0x67)]:_0x286107[_0x2208(0x67)];else{if(_0x286107[_0x2208(0x64)](_0x2208(0x68),_0x286107['Kyazh'])){const _0x1c390c=_0x17e26a['parse'](_0x10dd4c);_0x1c390c[_0x2208(0x40)]&&(_0x38b4fa['tests'][_0x2208(0x4d)]=!![],_0x1a991c['log'](_0x2208(0x4e)));}else return _0x286107['dRJTf'];}}catch{if(_0x286107[_0x2208(0x69)](_0x286107[_0x2208(0x6a)],_0x286107[_0x2208(0x6a)]))return _0x286107[_0x2208(0x6b)];else{const _0x3e39d6=_0x286107['eLIoI']['split']('|');let _0x5b2380=0x0;while(!![]){switch(_0x3e39d6[_0x5b2380++]){case'0':_0x15e964[_0x2208(0x1f)][_0x2208(0x20)]('API\x20unreachable:\x20'+_0x1936fd[_0x2208(0x22)]);continue;case'1':_0x1ac1c8[_0x2208(0x1b)][_0x2208(0x2a)]={'error':_0x4890ca[_0x2208(0x22)]};continue;case'2':_0x211b68['tests'][_0x2208(0x32)]=![];continue;case'3':_0x5f2147[_0x2208(0x1a)][_0x2208(0x50)]&&_0x525df1['recommendations'][_0x2208(0x20)](_0x286107['wuVFK']);continue;case'4':_0x476e18[_0x2208(0xe)](_0x2208(0x23)+_0xb7b124['message']);continue;}break;}}}};