@onairos/react-native 3.6.7 โ†’ 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 _0x35cf7f={'OBEdf':function(_0x5d093f,_0x8b1946){return _0x5d093f(_0x8b1946);},'ksQNU':_0x254c(0x0),'kkRto':_0x254c(0x1),'yeJuc':_0x254c(0x2),'qCeaK':_0x254c(0x3),'YeAEW':_0x254c(0x4),'rMnVP':_0x254c(0x5),'QglWw':_0x254c(0x6),'JEzqi':_0x254c(0x7),'zRIYP':_0x254c(0x8),'lfzIG':'Hinge\x20scripts\x20missing','sayjO':'instagram','aZJjf':_0x254c(0x9),'YvTWP':_0x254c(0xa),'DUXDq':_0x254c(0xb),'SDiyq':'Sephora\x20scripts\x20exported\x20correctly','eUExl':_0x254c(0xc),'zvxqJ':_0x254c(0xd),'YPZZZ':_0x254c(0xe),'cooyw':_0x254c(0xf),'NUTVs':_0x254c(0x10),'qrHbz':_0x254c(0x11),'PumVi':_0x254c(0x12)},_0x2ed0e4=[];try{const {CHATGPT_CONSENT_POPUP_SCRIPT:_0x4d5ae7,CHATGPT_EXPORT_SCRIPT:_0x41a4d5}=_0x35cf7f[_0x254c(0x13)](__ONAIROS_REQ_FUNC__,0x13);_0x2ed0e4[_0x254c(0x14)]({'platform':_0x35cf7f[_0x254c(0x15)],'component':_0x35cf7f[_0x254c(0x16)],'status':_0x41a4d5?_0x254c(0x5):_0x35cf7f[_0x254c(0x17)],'message':_0x41a4d5?_0x35cf7f['qCeaK']:_0x35cf7f[_0x254c(0x18)]});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x31376c,CLAUDE_EXPORT_SCRIPT:_0x277ece}=_0x35cf7f[_0x254c(0x13)](__ONAIROS_REQ_FUNC__,0x12);_0x2ed0e4[_0x254c(0x14)]({'platform':_0x254c(0x19),'component':_0x35cf7f['kkRto'],'status':_0x277ece?_0x35cf7f['rMnVP']:_0x35cf7f[_0x254c(0x17)],'message':_0x277ece?_0x254c(0x1a):_0x35cf7f[_0x254c(0x1b)]});const {HINGE_CONSENT_POPUP_SCRIPT:_0x4b3f0e,HINGE_EXPORT_SCRIPT:_0x2c8775}=_0x35cf7f[_0x254c(0x13)](__ONAIROS_REQ_FUNC__,0x11);_0x2ed0e4[_0x254c(0x14)]({'platform':_0x35cf7f[_0x254c(0x1c)],'component':'webview_scripts','status':_0x2c8775?_0x35cf7f[_0x254c(0x1d)]:_0x35cf7f[_0x254c(0x17)],'message':_0x2c8775?_0x35cf7f['zRIYP']:_0x35cf7f[_0x254c(0x1e)]});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x4d885b,INSTAGRAM_EXPORT_SCRIPT:_0x220d18}=_0x35cf7f[_0x254c(0x13)](__ONAIROS_REQ_FUNC__,0x6);_0x2ed0e4['push']({'platform':_0x35cf7f[_0x254c(0x1f)],'component':_0x35cf7f['kkRto'],'status':_0x220d18?_0x254c(0x5):_0x35cf7f[_0x254c(0x17)],'message':_0x220d18?_0x35cf7f['aZJjf']:_0x35cf7f[_0x254c(0x20)]});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0x596890,SEPHORA_EXPORT_SCRIPT:_0x7976b3}=_0x35cf7f[_0x254c(0x13)](__ONAIROS_REQ_FUNC__,0x5);_0x2ed0e4['push']({'platform':_0x35cf7f['DUXDq'],'component':_0x35cf7f['kkRto'],'status':_0x7976b3?_0x254c(0x5):_0x254c(0x2),'message':_0x7976b3?_0x35cf7f[_0x254c(0x21)]:_0x35cf7f[_0x254c(0x22)]});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x544c33,TELEGRAM_EXPORT_SCRIPT:_0x1f0e57}=_0x35cf7f[_0x254c(0x13)](__ONAIROS_REQ_FUNC__,0x4);_0x2ed0e4[_0x254c(0x14)]({'platform':_0x35cf7f[_0x254c(0x23)],'component':_0x35cf7f['kkRto'],'status':_0x1f0e57?_0x254c(0x5):_0x35cf7f[_0x254c(0x17)],'message':_0x1f0e57?_0x254c(0x24):_0x35cf7f['YPZZZ']});const {isWebViewExtractionPlatform:_0x260bf4,isHingePlatform:_0x21225e,isInstagramPlatform:_0x1dbb9a,isSephoraPlatform:_0x4525f7,isTelegramPlatform:_0x3d6f20}=__ONAIROS_REQ_FUNC__(0x3);_0x2ed0e4[_0x254c(0x14)]({'platform':_0x35cf7f[_0x254c(0x25)],'component':_0x35cf7f[_0x254c(0x26)],'status':_0x260bf4&&_0x21225e&&_0x1dbb9a&&_0x4525f7&&_0x3d6f20?_0x35cf7f[_0x254c(0x1d)]:_0x254c(0x2),'message':_0x35cf7f['qrHbz']});}catch(_0x4a3b32){_0x2ed0e4[_0x254c(0x14)]({'platform':_0x35cf7f['PumVi'],'component':_0x35cf7f[_0x254c(0x16)],'status':_0x254c(0x2),'message':_0x254c(0x27)+_0x4a3b32[_0x254c(0x28)]});}return _0x2ed0e4;};export const testServiceImports=()=>{const _0x36f004={'FYytb':_0x254c(0x7),'Wykjg':'storeHingeData','RwrXQ':function(_0x3ccd11,_0xc04d97){return _0x3ccd11===_0xc04d97;},'IUhod':'instagram','Dvxto':_0x254c(0x29),'QbEkh':function(_0x584dc3,_0x3e8d38){return _0x584dc3===_0x3e8d38;},'oWghB':'telegram','PBWza':_0x254c(0x2a),'qFndj':'storeSephoraData','CxIkw':_0x254c(0x2b),'ztRyX':function(_0x3020cb,_0x388d55){return _0x3020cb===_0x388d55;},'kYWbz':_0x254c(0x5),'IImsD':_0x254c(0x0),'lhJmc':_0x254c(0x2),'ImiMB':'ChatGPT\x20scripts\x20exported\x20correctly','alkPm':_0x254c(0x4),'BNrNB':function(_0x5108f7,_0x48f6dd){return _0x5108f7(_0x48f6dd);},'kQGxR':_0x254c(0x1),'txcAQ':_0x254c(0x1a),'SVqiE':_0x254c(0x6),'UHIVm':_0x254c(0x8),'qMgRC':_0x254c(0x9),'JbBvT':_0x254c(0xa),'QqmuA':_0x254c(0xb),'bDbFw':_0x254c(0x2c),'TQrWu':_0x254c(0x24),'tpabp':_0x254c(0xe),'MxDji':_0x254c(0x10),'laUdT':'Platform\x20detection\x20functions\x20available','TNeea':_0x254c(0x2d),'uNCGr':_0x254c(0x2e),'EciYm':_0x254c(0x2f),'hIDWk':_0x254c(0x30),'Vqtqn':function(_0x2a1724,_0xd7c0d9){return _0x2a1724!==_0xd7c0d9;},'koOWR':_0x254c(0x31),'lNotx':_0x254c(0x32),'nrQUr':'Claude\x20service\x20function\x20available','ofWMo':'claude','yqKxY':function(_0xf3a08e,_0x3bc619){return _0xf3a08e(_0x3bc619);},'NEhbQ':_0x254c(0x33),'rCsua':_0x254c(0x34),'WmhLr':'Instagram\x20service\x20function\x20available','zqlZH':function(_0x498d72,_0x3f9e49){return _0x498d72===_0x3f9e49;},'bigiO':_0x254c(0x35),'hwlaZ':function(_0x2847f6,_0x456c3a){return _0x2847f6(_0x456c3a);},'GzRdi':'Sephora\x20service\x20function\x20available','yAEVh':function(_0x524994,_0x438131){return _0x524994(_0x438131);},'oMaQX':function(_0x39ba29,_0xcc28d5){return _0x39ba29===_0xcc28d5;},'AEMOt':'Telegram\x20service\x20function\x20available'},_0x2aac23=[];try{const {storeChatGPTConversations:_0x33d1cf}=_0x36f004[_0x254c(0x36)](__ONAIROS_REQ_FUNC__,0x7);_0x2aac23['push']({'platform':_0x36f004[_0x254c(0x37)],'component':_0x36f004[_0x254c(0x38)],'status':_0x36f004[_0x254c(0x39)](typeof _0x33d1cf,_0x36f004['uNCGr'])?_0x36f004['kYWbz']:_0x36f004[_0x254c(0x3a)],'message':_0x36f004[_0x254c(0x3b)]});}catch(_0x3532fc){_0x2aac23['push']({'platform':_0x36f004[_0x254c(0x37)],'component':_0x36f004[_0x254c(0x38)],'status':_0x36f004[_0x254c(0x3a)],'message':_0x254c(0x27)+_0x3532fc[_0x254c(0x28)]});}try{if(_0x36f004[_0x254c(0x3c)](_0x36f004[_0x254c(0x3d)],_0x36f004[_0x254c(0x3e)])){const {storeClaudeConversations:_0x582c4b}=__ONAIROS_REQ_FUNC__(0x8);_0x2aac23[_0x254c(0x14)]({'platform':'claude','component':_0x36f004[_0x254c(0x38)],'status':_0x36f004[_0x254c(0x3f)](typeof _0x582c4b,_0x36f004[_0x254c(0x40)])?_0x36f004[_0x254c(0x41)]:_0x36f004['lhJmc'],'message':_0x36f004[_0x254c(0x42)]});}else{const _0x51cb41=_0x54e5e7(0x14),_0x4c8244=_0x383ec3===_0x36f004[_0x254c(0x43)]?_0x36f004[_0x254c(0x44)]:_0x36f004[_0x254c(0x3f)](_0x10c65c,_0x36f004[_0x254c(0x45)])?_0x36f004[_0x254c(0x46)]:_0x36f004[_0x254c(0x47)](_0x257df3,_0x36f004[_0x254c(0x48)])?_0x36f004[_0x254c(0x49)]:_0x36f004['qFndj'];_0x54ebfd[_0x254c(0x14)]({'platform':_0x159b9f,'component':_0x36f004[_0x254c(0x38)],'status':_0x36f004['ztRyX'](typeof _0x51cb41[_0x4c8244],_0x254c(0x2e))?_0x36f004['kYWbz']:_0x254c(0x2),'message':_0x254c(0x4a)+_0x4c8244+_0x254c(0x4b)});}}catch(_0x127826){_0x2aac23['push']({'platform':_0x36f004[_0x254c(0x4c)],'component':_0x36f004[_0x254c(0x38)],'status':_0x36f004[_0x254c(0x3a)],'message':_0x254c(0x27)+_0x127826[_0x254c(0x28)]});}try{const {storeHingeData:_0x3268a9}=_0x36f004[_0x254c(0x4d)](__ONAIROS_REQ_FUNC__,0x9);_0x2aac23[_0x254c(0x14)]({'platform':_0x36f004[_0x254c(0x43)],'component':_0x36f004[_0x254c(0x38)],'status':_0x36f004['RwrXQ'](typeof _0x3268a9,_0x36f004[_0x254c(0x40)])?_0x36f004['kYWbz']:_0x36f004[_0x254c(0x3a)],'message':'Hinge\x20service\x20function\x20available'});}catch(_0x1913c0){_0x2aac23['push']({'platform':_0x254c(0x7),'component':'service','status':_0x36f004['lhJmc'],'message':_0x254c(0x27)+_0x1913c0[_0x254c(0x28)]});}try{if(_0x36f004[_0x254c(0x3f)](_0x36f004[_0x254c(0x4e)],_0x36f004['rCsua'])){const {CHATGPT_CONSENT_POPUP_SCRIPT:_0xed768a,CHATGPT_EXPORT_SCRIPT:_0x17c08d}=_0x145737(0x13);_0x5d68d6[_0x254c(0x14)]({'platform':_0x36f004[_0x254c(0x37)],'component':_0x254c(0x1),'status':_0x17c08d?_0x254c(0x5):_0x36f004[_0x254c(0x3a)],'message':_0x17c08d?_0x36f004[_0x254c(0x4f)]:_0x36f004['alkPm']});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x5ec605,CLAUDE_EXPORT_SCRIPT:_0x11b981}=_0x36f004['BNrNB'](_0x5f2f25,0x12);_0x3092b3[_0x254c(0x14)]({'platform':_0x254c(0x19),'component':_0x36f004[_0x254c(0x50)],'status':_0x11b981?_0x36f004[_0x254c(0x41)]:_0x36f004[_0x254c(0x3a)],'message':_0x11b981?_0x36f004[_0x254c(0x51)]:_0x36f004[_0x254c(0x52)]});const {HINGE_CONSENT_POPUP_SCRIPT:_0x3debf4,HINGE_EXPORT_SCRIPT:_0x3398cf}=_0x36f004['BNrNB'](_0x30a7dd,0x11);_0x49f411[_0x254c(0x14)]({'platform':_0x254c(0x7),'component':_0x254c(0x1),'status':_0x3398cf?_0x36f004[_0x254c(0x41)]:'fail','message':_0x3398cf?_0x36f004['UHIVm']:_0x254c(0x53)});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x7ee3f5,INSTAGRAM_EXPORT_SCRIPT:_0x587ffe}=_0x1dbea3(0x6);_0x37a954[_0x254c(0x14)]({'platform':_0x36f004[_0x254c(0x45)],'component':_0x254c(0x1),'status':_0x587ffe?_0x36f004[_0x254c(0x41)]:_0x36f004[_0x254c(0x3a)],'message':_0x587ffe?_0x36f004['qMgRC']:_0x36f004[_0x254c(0x54)]});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0x2b41b1,SEPHORA_EXPORT_SCRIPT:_0x48d295}=_0x36f004['BNrNB'](_0x2d5451,0x5);_0x4795ff[_0x254c(0x14)]({'platform':_0x36f004[_0x254c(0x55)],'component':_0x254c(0x1),'status':_0x48d295?_0x36f004[_0x254c(0x41)]:_0x36f004[_0x254c(0x3a)],'message':_0x48d295?_0x36f004[_0x254c(0x56)]:_0x254c(0xc)});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x17db4c,TELEGRAM_EXPORT_SCRIPT:_0x4f342c}=_0x36f004[_0x254c(0x36)](_0x5ae153,0x4);_0x1f5ac5[_0x254c(0x14)]({'platform':_0x36f004['oWghB'],'component':_0x36f004['kQGxR'],'status':_0x4f342c?'pass':_0x36f004[_0x254c(0x3a)],'message':_0x4f342c?_0x36f004['TQrWu']:_0x36f004['tpabp']});const {isWebViewExtractionPlatform:_0x2aa2d2,isHingePlatform:_0x5e4ccf,isInstagramPlatform:_0x39861a,isSephoraPlatform:_0x430df0,isTelegramPlatform:_0x16954d}=_0x36f004[_0x254c(0x36)](_0x12a44e,0x3);_0x55e885[_0x254c(0x14)]({'platform':_0x254c(0xf),'component':_0x36f004[_0x254c(0x57)],'status':_0x2aa2d2&&_0x5e4ccf&&_0x39861a&&_0x430df0&&_0x16954d?_0x36f004[_0x254c(0x41)]:_0x36f004[_0x254c(0x3a)],'message':_0x36f004[_0x254c(0x58)]});}else{const {storeInstagramData:_0x4fdf70}=__ONAIROS_REQ_FUNC__(0xa);_0x2aac23[_0x254c(0x14)]({'platform':_0x254c(0x59),'component':_0x36f004[_0x254c(0x38)],'status':_0x36f004[_0x254c(0x47)](typeof _0x4fdf70,_0x36f004['uNCGr'])?_0x36f004[_0x254c(0x41)]:_0x36f004[_0x254c(0x3a)],'message':_0x36f004['WmhLr']});}}catch(_0x4c0f88){_0x2aac23['push']({'platform':_0x254c(0x59),'component':_0x36f004[_0x254c(0x38)],'status':_0x36f004[_0x254c(0x3a)],'message':_0x254c(0x27)+_0x4c0f88[_0x254c(0x28)]});}try{if(_0x36f004[_0x254c(0x5a)]('DtYRG',_0x36f004[_0x254c(0x5b)])){const {useSephoraDataExtractor:useSephoraDataExtractor}=_0x36f004[_0x254c(0x36)](_0x2e8d4e,0xf);_0x1589df[_0x254c(0x14)]({'platform':_0x36f004[_0x254c(0x55)],'component':_0x36f004[_0x254c(0x5c)],'status':_0x36f004[_0x254c(0x39)](typeof useSephoraDataExtractor,_0x36f004[_0x254c(0x40)])?_0x36f004['kYWbz']:_0x36f004['lhJmc'],'message':_0x36f004[_0x254c(0x5d)]});}else{const {storeSephoraData:_0x39e37d}=_0x36f004[_0x254c(0x5e)](__ONAIROS_REQ_FUNC__,0xb);_0x2aac23[_0x254c(0x14)]({'platform':_0x254c(0xb),'component':_0x36f004[_0x254c(0x38)],'status':_0x36f004[_0x254c(0x47)](typeof _0x39e37d,_0x36f004['uNCGr'])?_0x254c(0x5):'fail','message':_0x36f004[_0x254c(0x5f)]});}}catch(_0x4144b2){_0x2aac23['push']({'platform':'sephora','component':_0x36f004[_0x254c(0x38)],'status':_0x36f004[_0x254c(0x3a)],'message':_0x254c(0x27)+_0x4144b2[_0x254c(0x28)]});}try{const {storeTelegramData:_0x510061}=_0x36f004['yAEVh'](__ONAIROS_REQ_FUNC__,0xc);_0x2aac23[_0x254c(0x14)]({'platform':_0x254c(0xd),'component':_0x36f004[_0x254c(0x38)],'status':_0x36f004[_0x254c(0x60)](typeof _0x510061,_0x36f004[_0x254c(0x40)])?_0x254c(0x5):_0x36f004[_0x254c(0x3a)],'message':_0x36f004['AEMOt']});}catch(_0x1825dc){_0x2aac23[_0x254c(0x14)]({'platform':_0x36f004[_0x254c(0x48)],'component':_0x36f004[_0x254c(0x38)],'status':_0x36f004[_0x254c(0x3a)],'message':_0x254c(0x27)+_0x1825dc[_0x254c(0x28)]});}return _0x2aac23;};export const testExtractorImports=()=>{const _0x40ae87={'wkJGj':'โŒ\x20Some\x20tests\x20failed!\x20Please\x20check\x20the\x20errors\x20above.','Qsbhe':function(_0x523aed,_0x1dfa44){return _0x523aed(_0x1dfa44);},'qzPzD':_0x254c(0x7),'wtCCD':_0x254c(0x61),'GLvek':_0x254c(0x5),'kuitB':_0x254c(0x2),'bSSyE':_0x254c(0x62),'uRnUD':_0x254c(0x63),'wefcP':_0x254c(0x59),'UeSlQ':function(_0x5c716b,_0x3a25dc){return _0x5c716b(_0x3a25dc);},'TFBeD':function(_0x2b2be3,_0x43270b){return _0x2b2be3(_0x43270b);},'QFqbx':_0x254c(0x64),'VNLyH':_0x254c(0xb),'eYGJC':function(_0x2a3d6b,_0x250c46){return _0x2a3d6b(_0x250c46);},'boNyY':_0x254c(0x65),'JmiWd':'Sephora\x20detection\x20failed','PXxpn':function(_0x1baca6,_0x2ddd36){return _0x1baca6(_0x2ddd36);},'onDrz':_0x254c(0xd),'ixIBB':_0x254c(0x66),'AFOgP':_0x254c(0x67),'Jyjat':function(_0xa66775,_0x5dd626){return _0xa66775(_0x5dd626);},'lQSBY':_0x254c(0x2d),'tjrac':function(_0x2aabb3,_0x285886){return _0x2aabb3===_0x285886;},'cuNZD':_0x254c(0x68),'ZYOjk':function(_0x1e156c,_0x339a4e){return _0x1e156c!==_0x339a4e;},'OwXlk':_0x254c(0x69),'izWoP':_0x254c(0x6a),'AfjLm':function(_0x1e50fe,_0x259574){return _0x1e50fe(_0x259574);},'AiFFZ':function(_0x4e154c,_0x26149d){return _0x4e154c===_0x26149d;},'GJRLg':_0x254c(0x2e),'bvFAP':_0x254c(0x6b),'jwpqE':'wxkNr','tdkPy':function(_0x410e26,_0x406fe4){return _0x410e26(_0x406fe4);},'Izuqf':_0x254c(0x2f),'gOpWk':_0x254c(0x6c),'zFhgo':function(_0x2a14bd,_0x4a6d3d){return _0x2a14bd===_0x4a6d3d;}},_0x5bcad3=[];try{if(_0x40ae87[_0x254c(0x6d)](_0x40ae87[_0x254c(0x6e)],_0x40ae87['izWoP'])){const {useHingeDataExtractor:useHingeDataExtractor}=_0x40ae87[_0x254c(0x6f)](__ONAIROS_REQ_FUNC__,0xd);_0x5bcad3[_0x254c(0x14)]({'platform':_0x40ae87[_0x254c(0x70)],'component':_0x40ae87['lQSBY'],'status':_0x40ae87[_0x254c(0x71)](typeof useHingeDataExtractor,_0x40ae87['GJRLg'])?_0x40ae87[_0x254c(0x72)]:_0x254c(0x2),'message':_0x40ae87['bvFAP']});}else _0x204699['log'](_0x40ae87[_0x254c(0x73)]);}catch(_0x48c3e6){_0x5bcad3[_0x254c(0x14)]({'platform':_0x254c(0x7),'component':_0x254c(0x2d),'status':_0x40ae87['kuitB'],'message':_0x254c(0x27)+_0x48c3e6[_0x254c(0x28)]});}try{if(_0x40ae87[_0x254c(0x71)](_0x40ae87[_0x254c(0x74)],_0x40ae87[_0x254c(0x74)])){const {useInstagramDataExtractor:useInstagramDataExtractor}=_0x40ae87[_0x254c(0x75)](__ONAIROS_REQ_FUNC__,0xe);_0x5bcad3['push']({'platform':_0x40ae87['wefcP'],'component':_0x254c(0x2d),'status':typeof useInstagramDataExtractor===_0x40ae87[_0x254c(0x76)]?_0x40ae87[_0x254c(0x72)]:_0x40ae87[_0x254c(0x77)],'message':_0x254c(0x78)});}else{const _0x465041=[];try{const {isWebViewExtractionPlatform:_0x2fbcec,isHingePlatform:_0xe21721,isInstagramPlatform:_0x3edb30,isSephoraPlatform:_0x97b2f4,isLLMPlatform:_0x2727a2}=_0x2609b8(0x2),_0x23b830=_0x40ae87[_0x254c(0x79)](_0xe21721,_0x254c(0x7))&&_0x2fbcec(_0x40ae87[_0x254c(0x70)])&&!_0x40ae87[_0x254c(0x79)](_0x2727a2,_0x254c(0x7));_0x465041['push']({'platform':_0x254c(0x7),'component':_0x40ae87['wtCCD'],'status':_0x23b830?_0x40ae87[_0x254c(0x72)]:_0x40ae87[_0x254c(0x77)],'message':_0x23b830?_0x40ae87[_0x254c(0x7a)]:_0x40ae87['uRnUD']});const _0xfd6b70=_0x40ae87[_0x254c(0x79)](_0x3edb30,_0x40ae87[_0x254c(0x7b)])&&_0x40ae87[_0x254c(0x7c)](_0x2fbcec,_0x40ae87['wefcP'])&&!_0x40ae87[_0x254c(0x7d)](_0x2727a2,_0x40ae87[_0x254c(0x7b)]);_0x465041[_0x254c(0x14)]({'platform':_0x40ae87['wefcP'],'component':_0x40ae87[_0x254c(0x7e)],'status':_0xfd6b70?'pass':_0x40ae87[_0x254c(0x77)],'message':_0xfd6b70?_0x40ae87[_0x254c(0x7f)]:'Instagram\x20detection\x20failed'});const _0x12902f=_0x40ae87[_0x254c(0x7c)](_0x97b2f4,_0x40ae87[_0x254c(0x80)])&&_0x40ae87[_0x254c(0x81)](_0x2fbcec,_0x40ae87[_0x254c(0x80)])&&!_0x40ae87[_0x254c(0x79)](_0x2727a2,_0x40ae87[_0x254c(0x80)]);_0x465041['push']({'platform':_0x254c(0xb),'component':'detection','status':_0x12902f?_0x40ae87['GLvek']:_0x40ae87[_0x254c(0x77)],'message':_0x12902f?_0x40ae87['boNyY']:_0x40ae87[_0x254c(0x82)]});const {isTelegramPlatform:_0x1d81d8}=_0x40ae87[_0x254c(0x83)](_0x40c65e,0x1),_0x4afeae=_0x1d81d8(_0x40ae87[_0x254c(0x84)])&&_0x40ae87[_0x254c(0x79)](_0x2fbcec,_0x40ae87['onDrz'])&&!_0x2727a2(_0x40ae87[_0x254c(0x84)]);_0x465041[_0x254c(0x14)]({'platform':'telegram','component':_0x40ae87[_0x254c(0x7e)],'status':_0x4afeae?_0x40ae87[_0x254c(0x72)]:_0x40ae87[_0x254c(0x77)],'message':_0x4afeae?_0x40ae87[_0x254c(0x85)]:_0x40ae87[_0x254c(0x86)]});}catch(_0x525d1e){_0x465041[_0x254c(0x14)]({'platform':_0x254c(0x12),'component':_0x40ae87[_0x254c(0x7e)],'status':_0x40ae87['kuitB'],'message':_0x254c(0x87)+_0x525d1e['message']});}return _0x465041;}}catch(_0x4c447c){_0x5bcad3['push']({'platform':_0x40ae87[_0x254c(0x7b)],'component':_0x40ae87[_0x254c(0x88)],'status':_0x40ae87['kuitB'],'message':_0x254c(0x27)+_0x4c447c['message']});}try{const {useSephoraDataExtractor:useSephoraDataExtractor}=__ONAIROS_REQ_FUNC__(0xf);_0x5bcad3[_0x254c(0x14)]({'platform':_0x40ae87[_0x254c(0x80)],'component':_0x254c(0x2d),'status':typeof useSephoraDataExtractor===_0x40ae87[_0x254c(0x76)]?_0x40ae87[_0x254c(0x72)]:_0x40ae87[_0x254c(0x77)],'message':_0x40ae87[_0x254c(0x89)]});}catch(_0x4aecd9){_0x5bcad3['push']({'platform':_0x40ae87[_0x254c(0x80)],'component':_0x40ae87[_0x254c(0x88)],'status':_0x40ae87['kuitB'],'message':_0x254c(0x27)+_0x4aecd9[_0x254c(0x28)]});}try{if(_0x40ae87[_0x254c(0x8a)]===_0x40ae87[_0x254c(0x8a)]){const {useTelegramDataExtractor:useTelegramDataExtractor}=__ONAIROS_REQ_FUNC__(0x10);_0x5bcad3[_0x254c(0x14)]({'platform':_0x40ae87[_0x254c(0x84)],'component':_0x40ae87[_0x254c(0x88)],'status':_0x40ae87[_0x254c(0x8b)](typeof useTelegramDataExtractor,_0x254c(0x2e))?_0x40ae87['GLvek']:_0x40ae87[_0x254c(0x77)],'message':_0x40ae87[_0x254c(0x8c)]});}else{const {useTelegramDataExtractor:useTelegramDataExtractor}=_0x40ae87[_0x254c(0x8d)](_0x5f3800,0x10);_0x4541c9[_0x254c(0x14)]({'platform':_0x40ae87[_0x254c(0x84)],'component':_0x40ae87['lQSBY'],'status':_0x40ae87['tjrac'](typeof useTelegramDataExtractor,'function')?_0x40ae87[_0x254c(0x72)]:_0x254c(0x2),'message':_0x40ae87[_0x254c(0x8c)]});}}catch(_0x33060f){_0x5bcad3[_0x254c(0x14)]({'platform':_0x254c(0xd),'component':_0x254c(0x2d),'status':_0x40ae87['kuitB'],'message':_0x254c(0x27)+_0x33060f[_0x254c(0x28)]});}return _0x5bcad3;};function _0x3943(){const _0x59dcfb=['chatgpt','webview_scripts','fail','ChatGPT\x20scripts\x20exported\x20correctly','ChatGPT\x20scripts\x20missing','pass','Claude\x20scripts\x20missing','hinge','Hinge\x20scripts\x20exported\x20correctly','Instagram\x20scripts\x20exported\x20correctly','Instagram\x20scripts\x20missing','sephora','Sephora\x20scripts\x20missing','telegram','Telegram\x20scripts\x20missing','utilities','platform_detection','Platform\x20detection\x20functions\x20available','all','OBEdf','push','ksQNU','kkRto','yeJuc','YeAEW','claude','Claude\x20scripts\x20exported\x20correctly','QglWw','JEzqi','rMnVP','lfzIG','sayjO','YvTWP','SDiyq','eUExl','zvxqJ','Telegram\x20scripts\x20exported\x20correctly','cooyw','NUTVs','Import\x20error:\x20','message','storeInstagramData','storeTelegramData','service','Sephora\x20scripts\x20exported\x20correctly','extractor','function','Sephora\x20extractor\x20hook\x20available','ChatGPT\x20service\x20function\x20available','XcaOA','alsTa','sEzDG','pBYME','ZueOs','BNrNB','IImsD','CxIkw','ztRyX','lhJmc','hIDWk','Vqtqn','koOWR','lNotx','RwrXQ','uNCGr','kYWbz','nrQUr','FYytb','Wykjg','IUhod','Dvxto','QbEkh','oWghB','PBWza','Service\x20function\x20','\x20available','ofWMo','yqKxY','NEhbQ','ImiMB','kQGxR','txcAQ','SVqiE','Hinge\x20scripts\x20missing','JbBvT','QqmuA','bDbFw','MxDji','laUdT','instagram','zqlZH','bigiO','TNeea','EciYm','hwlaZ','GzRdi','oMaQX','detection','Hinge\x20detection\x20correct','Hinge\x20detection\x20failed','Instagram\x20detection\x20correct','Sephora\x20detection\x20correct','Telegram\x20detection\x20correct','Telegram\x20detection\x20failed','Telegram\x20extractor\x20hook\x20available','vPBrk','FWfkb','Hinge\x20extractor\x20hook\x20available','ZGjsH','ZYOjk','OwXlk','AfjLm','qzPzD','AiFFZ','GLvek','wkJGj','jwpqE','tdkPy','GJRLg','kuitB','Instagram\x20extractor\x20hook\x20available','Qsbhe','bSSyE','wefcP','UeSlQ','TFBeD','wtCCD','QFqbx','VNLyH','eYGJC','JmiWd','PXxpn','onDrz','ixIBB','AFOgP','Detection\x20test\x20error:\x20','lQSBY','Izuqf','gOpWk','zFhgo','cuNZD','Jyjat','iSMoa','ProLZ','warning','OPTIONS','backend','platform_data_endpoint','cIiRa','cYvTd','rwLHa','abort','BASE_URL','xUHBN','XdHyV','chaya','seiof','RldHf','Backend\x20returned\x20status\x20','status','FIcgL','component','Backend\x20unreachable:\x20','hCCiU','mqHeV','/platform-data/store','SRxUT','signal','zeRiU','Platform\x20data\x20endpoint\x20check:\x20','sxesW','Endpoint\x20check\x20failed\x20(may\x20require\x20auth):\x20','uaaTg','LCHvr','NcnYw','DLcdj','dxQuJ','AiEuJ','Iwlza','ROmmK','UmAVT','TbpvY','bkERY','BGHKl','JqkMT','DOYlm','NeXnH','VcJqQ','quiTa','HlKaz','ZBbtE','egDoq','RCykp','pEslZ','NrzrB','vfcRs','vyyEc','HYHyf','๐Ÿงช\x20[CONNECTOR_TESTS]\x20Starting\x20connector\x20sanity\x20tests...\x0a','๐Ÿ“‹\x20Testing\x20WebView\x20script\x20exports...','๐Ÿ“‹\x20Testing\x20service\x20imports...','๐Ÿ“‹\x20Testing\x20platform\x20detection...','๐Ÿ“‹\x20Testing\x20backend\x20connectivity...','๐Ÿงช\x20CONNECTOR\x20SANITY\x20TEST\x20RESULTS','========================================\x0a','RkGdn','fkiMx','heRAN','qRQWw','โš ๏ธ\x20All\x20critical\x20tests\x20passed,\x20but\x20there\x20are\x20warnings.','โœ…\x20All\x20tests\x20passed!\x20Connectors\x20are\x20ready.','log','rDumF','SexEv','IHddL','๐Ÿ“‹\x20Testing\x20extractor\x20imports...','YFeLm','AkgvI','length','filter','fbKDx','UhbUi','ScfZC','RusPT','SjnOG','WHADW','qYrGu','HzLRu','IhFUA','xawfu','xeeFv','platform','toUpperCase','๐Ÿ“Š\x20Summary:\x20','\x20passed,\x20','\x20failed,\x20','RwwDv','szFvt','gEMrY','kMiYM','USchp','use','ZOzSu','charAt','slice','DataExtractor','Extractor\x20hook\x20','โŒ\x20Some\x20tests\x20failed!\x20Please\x20check\x20the\x20errors\x20above.','toVdK','AkVwv','bJrFm','nFxet','lRrQc','OQRcO','webview_script','Export\x20script\x20available','\x20connector...\x0a','toLowerCase','bpfTv','kFTvU','YdExm','includes','OLCIP','BjURe','DWZEk','bVGUH','_EXPORT_SCRIPT','bjnjr','kvkUi','ilwkp','mxcZi','Script\x20import\x20failed:\x20','GTPiN','ErXCv','BowMa','BmFhS','XWlYL','LTmWh','RdGAc','VaYku','iZIDB','yaFFb','zJmfD','elTNL','Extractor\x20import\x20failed:\x20','iZKDs','Unknown\x20platform:\x20','.\x20Use\x20\x27hinge\x27,\x20\x27instagram\x27,\x20\x27sephora\x27,\x20or\x20\x27telegram\x27.'];_0x3943=function(){return _0x59dcfb;};return _0x3943();}export const testBackendConnectivity=async()=>{const _0x20c89b={'FIcgL':function(_0x2abd65,_0x26b719){return _0x2abd65===_0x26b719;},'chaya':_0x254c(0x5),'cIiRa':function(_0x231d46,_0x4036b2){return _0x231d46!==_0x4036b2;},'cYvTd':_0x254c(0x8e),'rwLHa':_0x254c(0x8f),'xUHBN':function(_0x59c4ff,_0x171711){return _0x59c4ff(_0x171711);},'XdHyV':'health','seiof':_0x254c(0x90),'RldHf':'Backend\x20health\x20check\x20passed','hjiNN':_0x254c(0x2),'hCCiU':function(_0x42bd5e,_0x28fba3,_0x5e827c){return _0x42bd5e(_0x28fba3,_0x5e827c);},'mqHeV':function(_0x31a358,_0x1177ef,_0x10fdbe){return _0x31a358(_0x1177ef,_0x10fdbe);},'SRxUT':_0x254c(0x91),'sxesW':_0x254c(0x92),'zeRiU':_0x254c(0x93)},_0x406d7c=[];try{if(_0x20c89b[_0x254c(0x94)](_0x20c89b[_0x254c(0x95)],_0x20c89b[_0x254c(0x96)])){const _0x148783=new AbortController(),_0x79cffe=setTimeout(()=>_0x148783[_0x254c(0x97)](),0x2710),_0x3fb3ca=await fetch(API_CONFIG[_0x254c(0x98)]+'/health',{'method':'GET','signal':_0x148783['signal']});_0x20c89b[_0x254c(0x99)](clearTimeout,_0x79cffe),_0x406d7c[_0x254c(0x14)]({'platform':_0x254c(0x92),'component':_0x20c89b[_0x254c(0x9a)],'status':_0x3fb3ca['ok']?_0x20c89b[_0x254c(0x9b)]:_0x20c89b[_0x254c(0x9c)],'message':_0x3fb3ca['ok']?_0x20c89b[_0x254c(0x9d)]:_0x254c(0x9e)+_0x3fb3ca[_0x254c(0x9f)],'details':{'status':_0x3fb3ca[_0x254c(0x9f)]}});}else{const _0x20003f=_0x20c89b[_0x254c(0xa0)](_0x2d5e0f[_0x254c(0x9f)],_0x20c89b[_0x254c(0x9b)])?'โœ…':_0x5cb218['status']==='fail'?'โŒ':'โš ๏ธ';_0x36b725['log'](_0x20003f+'\x20'+_0x359ceb[_0x254c(0xa1)]+':\x20'+_0x1ae040['message']);}}catch(_0x27c080){_0x406d7c[_0x254c(0x14)]({'platform':'backend','component':_0x20c89b[_0x254c(0x9a)],'status':_0x20c89b['hjiNN'],'message':_0x254c(0xa2)+_0x27c080[_0x254c(0x28)]});}try{const _0xdd56b0=new AbortController(),_0x30f5f3=_0x20c89b[_0x254c(0xa3)](setTimeout,()=>_0xdd56b0[_0x254c(0x97)](),0x2710),_0x420b63=await _0x20c89b[_0x254c(0xa4)](fetch,API_CONFIG['BASE_URL']+_0x254c(0xa5),{'method':_0x20c89b[_0x254c(0xa6)],'signal':_0xdd56b0[_0x254c(0xa7)]});_0x20c89b[_0x254c(0x99)](clearTimeout,_0x30f5f3),_0x406d7c[_0x254c(0x14)]({'platform':_0x20c89b['sxesW'],'component':_0x20c89b[_0x254c(0xa8)],'status':_0x420b63['status']<0x1f4?_0x20c89b[_0x254c(0x9b)]:_0x254c(0x90),'message':_0x254c(0xa9)+_0x420b63[_0x254c(0x9f)],'details':{'status':_0x420b63[_0x254c(0x9f)]}});}catch(_0x6203a2){_0x406d7c['push']({'platform':_0x20c89b[_0x254c(0xaa)],'component':_0x254c(0x93),'status':_0x20c89b[_0x254c(0x9c)],'message':_0x254c(0xab)+_0x6203a2['message']});}return _0x406d7c;};export const testPlatformDetection=()=>{const _0x1edfb5={'NcnYw':_0x254c(0x92),'DLcdj':_0x254c(0x93),'dxQuJ':'warning','UAsiB':function(_0x2a6de6,_0x360102){return _0x2a6de6===_0x360102;},'SfMlB':_0x254c(0xac),'AiEuJ':function(_0x526bbf,_0x2575db){return _0x526bbf(_0x2575db);},'Iwlza':'hinge','ROmmK':function(_0x324518,_0x1c97c1){return _0x324518(_0x1c97c1);},'UmAVT':function(_0x42625e,_0xc505b6){return _0x42625e(_0xc505b6);},'TbpvY':_0x254c(0x61),'bkERY':_0x254c(0x5),'BGHKl':_0x254c(0x2),'xZNVe':_0x254c(0x62),'JqkMT':_0x254c(0x63),'DOYlm':function(_0x959fe7,_0x16cc4e){return _0x959fe7(_0x16cc4e);},'NeXnH':function(_0x31113f,_0x2b03c4){return _0x31113f(_0x2b03c4);},'VcJqQ':_0x254c(0x59),'quiTa':function(_0x1199e9,_0x515043){return _0x1199e9(_0x515043);},'HlKaz':_0x254c(0x64),'ZBbtE':'Instagram\x20detection\x20failed','egDoq':function(_0x487035,_0x4f29aa){return _0x487035(_0x4f29aa);},'RCykp':function(_0x3fd856,_0x21935d){return _0x3fd856(_0x21935d);},'pEslZ':_0x254c(0xb),'NrzrB':'telegram','vfcRs':function(_0x53ffc3,_0x3ae0fe){return _0x53ffc3(_0x3ae0fe);},'vyyEc':_0x254c(0x66),'HYHyf':_0x254c(0x67)},_0x27c778=[];try{if(_0x1edfb5['UAsiB'](_0x254c(0xad),_0x1edfb5['SfMlB']))_0x2c10d4[_0x254c(0x14)]({'platform':_0x1edfb5[_0x254c(0xae)],'component':_0x1edfb5[_0x254c(0xaf)],'status':_0x1edfb5[_0x254c(0xb0)],'message':'Endpoint\x20check\x20failed\x20(may\x20require\x20auth):\x20'+_0x441cd7[_0x254c(0x28)]});else{const {isWebViewExtractionPlatform:_0x5dae1e,isHingePlatform:_0x44e2ba,isInstagramPlatform:_0x5238f0,isSephoraPlatform:_0x53a113,isLLMPlatform:_0x50b454}=_0x1edfb5['AiEuJ'](__ONAIROS_REQ_FUNC__,0x2),_0xea9292=_0x1edfb5[_0x254c(0xb1)](_0x44e2ba,_0x1edfb5[_0x254c(0xb2)])&&_0x1edfb5[_0x254c(0xb3)](_0x5dae1e,_0x1edfb5[_0x254c(0xb2)])&&!_0x1edfb5[_0x254c(0xb4)](_0x50b454,_0x1edfb5[_0x254c(0xb2)]);_0x27c778[_0x254c(0x14)]({'platform':_0x1edfb5[_0x254c(0xb2)],'component':_0x1edfb5[_0x254c(0xb5)],'status':_0xea9292?_0x1edfb5[_0x254c(0xb6)]:_0x1edfb5[_0x254c(0xb7)],'message':_0xea9292?_0x1edfb5['xZNVe']:_0x1edfb5[_0x254c(0xb8)]});const _0x504c48=_0x1edfb5[_0x254c(0xb9)](_0x5238f0,_0x254c(0x59))&&_0x1edfb5[_0x254c(0xba)](_0x5dae1e,_0x1edfb5[_0x254c(0xbb)])&&!_0x1edfb5[_0x254c(0xbc)](_0x50b454,_0x1edfb5[_0x254c(0xbb)]);_0x27c778[_0x254c(0x14)]({'platform':_0x1edfb5['VcJqQ'],'component':_0x1edfb5[_0x254c(0xb5)],'status':_0x504c48?'pass':_0x254c(0x2),'message':_0x504c48?_0x1edfb5[_0x254c(0xbd)]:_0x1edfb5[_0x254c(0xbe)]});const _0x2dabb0=_0x1edfb5[_0x254c(0xbf)](_0x53a113,'sephora')&&_0x1edfb5[_0x254c(0xc0)](_0x5dae1e,_0x254c(0xb))&&!_0x50b454(_0x1edfb5[_0x254c(0xc1)]);_0x27c778[_0x254c(0x14)]({'platform':_0x254c(0xb),'component':_0x1edfb5['TbpvY'],'status':_0x2dabb0?_0x1edfb5['bkERY']:_0x1edfb5[_0x254c(0xb7)],'message':_0x2dabb0?'Sephora\x20detection\x20correct':'Sephora\x20detection\x20failed'});const {isTelegramPlatform:_0x15048d}=_0x1edfb5[_0x254c(0xbc)](__ONAIROS_REQ_FUNC__,0x1),_0x3d122e=_0x15048d(_0x1edfb5[_0x254c(0xc2)])&&_0x1edfb5[_0x254c(0xc3)](_0x5dae1e,_0x1edfb5['NrzrB'])&&!_0x50b454(_0x1edfb5[_0x254c(0xc2)]);_0x27c778[_0x254c(0x14)]({'platform':_0x1edfb5['NrzrB'],'component':_0x1edfb5[_0x254c(0xb5)],'status':_0x3d122e?_0x1edfb5[_0x254c(0xb6)]:_0x254c(0x2),'message':_0x3d122e?_0x1edfb5[_0x254c(0xc4)]:_0x1edfb5[_0x254c(0xc5)]});}}catch(_0x391423){_0x27c778[_0x254c(0x14)]({'platform':_0x254c(0x12),'component':_0x1edfb5[_0x254c(0xb5)],'status':_0x1edfb5['BGHKl'],'message':_0x254c(0x87)+_0x391423[_0x254c(0x28)]});}return _0x27c778;};function _0x254c(_0x3943bb,_0x254c1c){_0x3943bb=_0x3943bb-0x0;const _0x597513=_0x3943();let _0x2faf06=_0x597513[_0x3943bb];return _0x2faf06;}export const runConnectorSanityTests=async()=>{const _0x4e6653={'SjnOG':function(_0x5a9233,_0xe393ae){return _0x5a9233(_0xe393ae);},'WHADW':'instagram','qYrGu':_0x254c(0x2d),'xeeFv':function(_0x390b93,_0x371982){return _0x390b93===_0x371982;},'HzLRu':'function','IhFUA':_0x254c(0x5),'xawfu':_0x254c(0x2),'USchp':function(_0x51f162,_0xf347e1){return _0x51f162(_0xf347e1);},'ZOzSu':function(_0xbb5fba,_0x7cc15a){return _0xbb5fba+_0x7cc15a;},'bJrFm':function(_0x35da0f,_0x5d4149){return _0x35da0f===_0x5d4149;},'nFxet':'Hinge\x20extractor\x20hook\x20available','rDumF':_0x254c(0xc6),'VkdAd':_0x254c(0xc7),'SexEv':_0x254c(0xc8),'IHddL':function(_0x23c224){return _0x23c224();},'YFeLm':_0x254c(0xc9),'AkgvI':_0x254c(0xca),'fbKDx':'\x0a========================================','UhbUi':_0x254c(0xcb),'ScfZC':_0x254c(0xcc),'ivrBN':_0x254c(0xcd),'RwwDv':function(_0x3e1a4a,_0x2eb653){return _0x3e1a4a>_0x2eb653;},'szFvt':function(_0x375acd,_0x2af1a4){return _0x375acd===_0x2af1a4;},'gEMrY':_0x254c(0xce),'kMiYM':_0x254c(0xcf),'toVdK':_0x254c(0xd0),'AkVwv':_0x254c(0xd1),'lRrQc':_0x254c(0xd2)};console[_0x254c(0xd3)](_0x4e6653[_0x254c(0xd4)]);const _0x3c0f6e=[];console[_0x254c(0xd3)](_0x4e6653['VkdAd']),_0x3c0f6e[_0x254c(0x14)](...testWebViewScriptExports()),console[_0x254c(0xd3)](_0x4e6653[_0x254c(0xd5)]),_0x3c0f6e[_0x254c(0x14)](..._0x4e6653[_0x254c(0xd6)](testServiceImports)),console[_0x254c(0xd3)](_0x254c(0xd7)),_0x3c0f6e[_0x254c(0x14)](..._0x4e6653[_0x254c(0xd6)](testExtractorImports)),console[_0x254c(0xd3)](_0x4e6653[_0x254c(0xd8)]),_0x3c0f6e[_0x254c(0x14)](...testPlatformDetection()),console['log'](_0x4e6653[_0x254c(0xd9)]),_0x3c0f6e[_0x254c(0x14)](...await testBackendConnectivity());const _0x18105a=_0x3c0f6e['filter'](_0x37211f=>_0x37211f[_0x254c(0x9f)]===_0x254c(0x5))[_0x254c(0xda)],_0x437481=_0x3c0f6e['filter'](_0x484cfc=>_0x484cfc[_0x254c(0x9f)]===_0x254c(0x2))['length'],_0x5c4ebf=_0x3c0f6e[_0x254c(0xdb)](_0x312dbc=>_0x312dbc[_0x254c(0x9f)]===_0x254c(0x90))[_0x254c(0xda)];console['log'](_0x4e6653[_0x254c(0xdc)]),console[_0x254c(0xd3)](_0x4e6653[_0x254c(0xdd)]),console[_0x254c(0xd3)](_0x4e6653[_0x254c(0xde)]);for(const _0x4823ea of _0x3c0f6e){if(_0x4e6653['bJrFm'](_0x254c(0xdf),_0x4e6653['ivrBN'])){const {useInstagramDataExtractor:useInstagramDataExtractor}=_0x4e6653[_0x254c(0xe0)](_0x52465b,0xe);_0xebcc1c[_0x254c(0x14)]({'platform':_0x4e6653[_0x254c(0xe1)],'component':_0x4e6653[_0x254c(0xe2)],'status':_0x4e6653['xeeFv'](typeof useInstagramDataExtractor,_0x4e6653[_0x254c(0xe3)])?_0x4e6653[_0x254c(0xe4)]:_0x4e6653[_0x254c(0xe5)],'message':'Instagram\x20extractor\x20hook\x20available'});}else{const _0x119b8b=_0x4e6653[_0x254c(0xe6)](_0x4823ea[_0x254c(0x9f)],_0x4e6653[_0x254c(0xe4)])?'โœ…':_0x4823ea['status']===_0x4e6653[_0x254c(0xe5)]?'โŒ':'โš ๏ธ';console['log'](_0x119b8b+'\x20['+_0x4823ea[_0x254c(0xe7)][_0x254c(0xe8)]()+']\x20'+_0x4823ea['component']+':\x20'+_0x4823ea['message']);}}console[_0x254c(0xd3)]('\x0a========================================'),console[_0x254c(0xd3)](_0x254c(0xe9)+_0x18105a+_0x254c(0xea)+_0x437481+_0x254c(0xeb)+_0x5c4ebf+'\x20warnings'),console[_0x254c(0xd3)](_0x254c(0xcc));if(_0x4e6653[_0x254c(0xec)](_0x437481,0x0)){if(_0x4e6653[_0x254c(0xed)](_0x4e6653[_0x254c(0xee)],_0x4e6653[_0x254c(0xef)])){const _0x541dfe=_0x4e6653[_0x254c(0xf0)](_0x2f13df,0x15),_0x485be8=_0x254c(0xf1)+_0x4e6653[_0x254c(0xf2)](_0x29a7af[_0x254c(0xf3)](0x0)[_0x254c(0xe8)](),_0x4886f7[_0x254c(0xf4)](0x1))+_0x254c(0xf5);_0x2fc9c9['push']({'platform':_0x1d3bdb,'component':_0x4e6653['qYrGu'],'status':typeof _0x541dfe[_0x485be8]===_0x4e6653['HzLRu']?_0x4e6653['IhFUA']:_0x4e6653[_0x254c(0xe5)],'message':_0x254c(0xf6)+_0x485be8+_0x254c(0x4b)});}else console['log'](_0x254c(0xf7));}else{if(_0x4e6653[_0x254c(0xec)](_0x5c4ebf,0x0)){if(_0x4e6653[_0x254c(0xe6)](_0x4e6653[_0x254c(0xf8)],'qRQWw'))console[_0x254c(0xd3)](_0x4e6653[_0x254c(0xf9)]);else{const {useHingeDataExtractor:useHingeDataExtractor}=_0x4e6653[_0x254c(0xe0)](_0x4a12f4,0xd);_0x3f2007[_0x254c(0x14)]({'platform':'hinge','component':_0x4e6653[_0x254c(0xe2)],'status':_0x4e6653[_0x254c(0xfa)](typeof useHingeDataExtractor,'function')?_0x4e6653['IhFUA']:_0x4e6653[_0x254c(0xe5)],'message':_0x4e6653[_0x254c(0xfb)]});}}else console[_0x254c(0xd3)](_0x4e6653[_0x254c(0xfc)]);}return{'passed':_0x18105a,'failed':_0x437481,'warnings':_0x5c4ebf,'results':_0x3c0f6e};};export const testPlatformConnector=async _0x4fe875=>{const _0x538049={'zJmfD':'extractor','ilwkp':_0x254c(0x2),'bpfTv':_0x254c(0x7),'kFTvU':_0x254c(0x59),'xnySX':_0x254c(0xb),'YdExm':_0x254c(0xd),'BjURe':'DGQiD','vhrMK':function(_0x597f58,_0x5879b8){return _0x597f58!==_0x5879b8;},'DWZEk':_0x254c(0xfd),'bVGUH':function(_0x154611,_0x41c025){return _0x154611(_0x41c025);},'bjnjr':_0x254c(0xfe),'kvkUi':_0x254c(0x5),'mxcZi':_0x254c(0xff),'GTPiN':function(_0x40872a,_0x1ce182){return _0x40872a(_0x1ce182);},'ErXCv':function(_0x4e9415,_0x2a03a3){return _0x4e9415===_0x2a03a3;},'RdGAc':function(_0x116beb,_0x493d03){return _0x116beb===_0x493d03;},'BowMa':_0x254c(0x29),'BmFhS':function(_0x41863c,_0x413b20){return _0x41863c===_0x413b20;},'SvhZL':_0x254c(0x2a),'XWlYL':'storeSephoraData','LTmWh':_0x254c(0x2b),'iZIDB':function(_0x5f2bc2,_0x38cee6){return _0x5f2bc2(_0x38cee6);},'yaFFb':function(_0x1ca3e9,_0x555a91){return _0x1ca3e9+_0x555a91;},'elTNL':'function','YeiUP':'validation','iZKDs':_0x254c(0x90)};console[_0x254c(0xd3)]('๐Ÿงช\x20Testing\x20'+_0x4fe875+_0x254c(0x100));const _0x550041=[],_0x528e03=_0x4fe875[_0x254c(0x101)]();if([_0x538049[_0x254c(0x102)],_0x538049[_0x254c(0x103)],_0x538049['xnySX'],_0x538049[_0x254c(0x104)]][_0x254c(0x105)](_0x528e03)){if(_0x254c(0x106)!==_0x538049[_0x254c(0x107)]){try{if(_0x538049['vhrMK'](_0x538049[_0x254c(0x108)],_0x538049['DWZEk']))_0xff2f14[_0x254c(0x14)]({'platform':_0x893694,'component':_0x538049['zJmfD'],'status':_0x538049['ilwkp'],'message':'Extractor\x20import\x20failed:\x20'+_0x45a121[_0x254c(0x28)]});else{const _0x11a702=_0x538049[_0x254c(0x109)](__ONAIROS_REQ_FUNC__,0x0),_0x3ebb88=_0x528e03[_0x254c(0xe8)]()+_0x254c(0x10a),_0x2bd776=!!_0x11a702[_0x3ebb88];_0x550041[_0x254c(0x14)]({'platform':_0x528e03,'component':_0x538049[_0x254c(0x10b)],'status':_0x2bd776?_0x538049[_0x254c(0x10c)]:_0x538049[_0x254c(0x10d)],'message':_0x2bd776?_0x538049[_0x254c(0x10e)]:'Export\x20script\x20missing'});}}catch(_0x196c90){_0x550041[_0x254c(0x14)]({'platform':_0x528e03,'component':_0x538049[_0x254c(0x10b)],'status':_0x254c(0x2),'message':_0x254c(0x10f)+_0x196c90['message']});}try{const _0x6fadeb=_0x538049[_0x254c(0x110)](__ONAIROS_REQ_FUNC__,0x14),_0x3a89f4=_0x538049[_0x254c(0x111)](_0x528e03,_0x538049[_0x254c(0x102)])?'storeHingeData':_0x538049['RdGAc'](_0x528e03,_0x254c(0x59))?_0x538049[_0x254c(0x112)]:_0x538049[_0x254c(0x113)](_0x528e03,_0x538049[_0x254c(0x104)])?_0x538049['SvhZL']:_0x538049[_0x254c(0x114)];_0x550041[_0x254c(0x14)]({'platform':_0x528e03,'component':_0x538049[_0x254c(0x115)],'status':_0x538049[_0x254c(0x116)](typeof _0x6fadeb[_0x3a89f4],'function')?_0x538049[_0x254c(0x10c)]:_0x538049[_0x254c(0x10d)],'message':_0x254c(0x4a)+_0x3a89f4+_0x254c(0x4b)});}catch(_0x16b6cf){_0x550041[_0x254c(0x14)]({'platform':_0x528e03,'component':_0x538049[_0x254c(0x115)],'status':_0x538049['ilwkp'],'message':'Service\x20import\x20failed:\x20'+_0x16b6cf[_0x254c(0x28)]});}try{if(_0x254c(0x117)!=='VaYku')_0x16a7bf[_0x254c(0x14)]({'platform':_0x254c(0xb),'component':_0x254c(0x2b),'status':_0x538049['ilwkp'],'message':'Import\x20error:\x20'+_0x552210[_0x254c(0x28)]});else{const _0x53cf61=_0x538049[_0x254c(0x118)](__ONAIROS_REQ_FUNC__,0x15),_0x19068c=_0x254c(0xf1)+_0x538049[_0x254c(0x119)](_0x528e03[_0x254c(0xf3)](0x0)['toUpperCase'](),_0x528e03[_0x254c(0xf4)](0x1))+_0x254c(0xf5);_0x550041['push']({'platform':_0x528e03,'component':_0x538049[_0x254c(0x11a)],'status':typeof _0x53cf61[_0x19068c]===_0x538049[_0x254c(0x11b)]?_0x254c(0x5):_0x538049[_0x254c(0x10d)],'message':_0x254c(0xf6)+_0x19068c+_0x254c(0x4b)});}}catch(_0x398fed){_0x550041['push']({'platform':_0x528e03,'component':_0x538049[_0x254c(0x11a)],'status':_0x538049['ilwkp'],'message':_0x254c(0x11c)+_0x398fed[_0x254c(0x28)]});}}else _0x4b26d3[_0x254c(0x14)]({'platform':_0x254c(0xb),'component':_0x538049['zJmfD'],'status':_0x538049[_0x254c(0x10d)],'message':_0x254c(0x27)+_0x26d794[_0x254c(0x28)]});}else _0x550041['push']({'platform':_0x528e03,'component':_0x538049['YeiUP'],'status':_0x538049[_0x254c(0x11d)],'message':_0x254c(0x11e)+_0x4fe875+_0x254c(0x11f)});for(const _0x5b255d of _0x550041){const _0x143733=_0x538049[_0x254c(0x113)](_0x5b255d[_0x254c(0x9f)],_0x538049[_0x254c(0x10c)])?'โœ…':_0x5b255d[_0x254c(0x9f)]===_0x538049[_0x254c(0x10d)]?'โŒ':'โš ๏ธ';console[_0x254c(0xd3)](_0x143733+'\x20'+_0x5b255d[_0x254c(0xa1)]+':\x20'+_0x5b255d[_0x254c(0x28)]);}return _0x550041;};
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';function _0x6907(_0x4deef6,_0x69073b){_0x4deef6=_0x4deef6-0x0;const _0x45d553=_0x4dee();let _0x4c546e=_0x45d553[_0x4deef6];return _0x4c546e;}import{sha256 as _0x1f9932}from'react-native-crypto-js';export const rsaEncrypt=async(_0x7bbe69,_0x1130b1)=>{const _0xb741c3={'MgOKt':_0x6907(0x0),'VmSjE':_0x6907(0x1),'JSNYf':function(_0x156cfa,_0x3b8881){return _0x156cfa<_0x3b8881;},'BnalP':'YJErM','gvAQo':_0x6907(0x2),'HUbXP':_0x6907(0x3),'QJGrJ':_0x6907(0x4)};try{if(_0xb741c3[_0x6907(0x5)]===_0xb741c3[_0x6907(0x6)]){const _0x64050c=_0x42d2ea[_0x6907(0x7)](_0x580e06,_0xb741c3[_0x6907(0x8)])['toString'](_0xb741c3[_0x6907(0x9)]),_0x750aad=new _0x3e92fb(_0x64050c['length']);for(let _0x47057e=0x0;_0xb741c3[_0x6907(0xa)](_0x47057e,_0x64050c[_0x6907(0xb)]);_0x47057e++){_0x750aad[_0x47057e]=_0x64050c['charCodeAt'](_0x47057e);}return _0x750aad['buffer'];}else{const _0x3a2328=_0x7bbe69['replace'](/\\n/g,'')[_0x6907(0xc)](/^\s+|\s+$/g,'')[_0x6907(0xc)](_0xb741c3[_0x6907(0xd)],'')[_0x6907(0xc)](_0xb741c3[_0x6907(0xe)],'')[_0x6907(0xf)](),_0x11a84a='-----BEGIN\x20PUBLIC\x20KEY-----\x0a'+_0x3a2328+'\x0a-----END\x20PUBLIC\x20KEY-----',_0x968596=await RSA['encrypt'](_0x1130b1,_0x11a84a);return _0x968596;}}catch(_0x16fb2e){console[_0x6907(0x10)](_0x6907(0x11),_0x16fb2e);throw _0x16fb2e;}};export const sha256=_0x4c2c33=>{const _0x2e0fc7={'QjYah':function(_0x55704e,_0x4be60f){return _0x55704e(_0x4be60f);}};return _0x2e0fc7[_0x6907(0x12)](_0x1f9932,_0x4c2c33)['toString']();};function _0x4dee(){const _0x5c7a5a=['base64','binary','xRKhs','-----BEGIN\x20PUBLIC\x20KEY-----','-----END\x20PUBLIC\x20KEY-----','BnalP','gvAQo','from','MgOKt','VmSjE','JSNYf','length','replace','HUbXP','QJGrJ','trim','error','RSA\x20encryption\x20failed:','QjYah','Error\x20converting\x20base64\x20to\x20buffer:','bSdcg','AqklW','ONvgS','PBqkx','pujqS','yMxuH','toString','HnTbm','cwafN','charCodeAt','buffer','nmXLt','GRdoM','laeni'];_0x4dee=function(){return _0x5c7a5a;};return _0x4dee();}export const base64ToBuffer=_0x4ba37b=>{const _0x14ade2={'pujqS':_0x6907(0x13),'laeni':function(_0x2d0776,_0x3dddcb){return _0x2d0776(_0x3dddcb);},'ONvgS':function(_0x426a83,_0x441880){return _0x426a83!==_0x441880;},'PBqkx':_0x6907(0x14),'yMxuH':'base64','HnTbm':_0x6907(0x1),'cwafN':function(_0x5326ee,_0x25f93d){return _0x5326ee<_0x25f93d;},'nmXLt':function(_0x41b720,_0x43087a){return _0x41b720===_0x43087a;},'GRdoM':_0x6907(0x15)};try{if(_0x14ade2[_0x6907(0x16)](_0x6907(0x14),_0x14ade2[_0x6907(0x17)])){_0x112d75['error'](_0x14ade2[_0x6907(0x18)],_0x3d37c5);throw _0x192728;}else{const _0x49273a=Buffer[_0x6907(0x7)](_0x4ba37b,_0x14ade2[_0x6907(0x19)])[_0x6907(0x1a)](_0x14ade2[_0x6907(0x1b)]),_0x4771a3=new Uint8Array(_0x49273a[_0x6907(0xb)]);for(let _0x1aed54=0x0;_0x14ade2[_0x6907(0x1c)](_0x1aed54,_0x49273a[_0x6907(0xb)]);_0x1aed54++){_0x4771a3[_0x1aed54]=_0x49273a[_0x6907(0x1d)](_0x1aed54);}return _0x4771a3[_0x6907(0x1e)];}}catch(_0xbc1af4){if(_0x14ade2[_0x6907(0x1f)](_0x14ade2[_0x6907(0x20)],_0x14ade2['GRdoM'])){console['error'](_0x14ade2[_0x6907(0x18)],_0xbc1af4);throw _0xbc1af4;}else return _0x14ade2[_0x6907(0x21)](_0x5c20c5,_0x1abd39)[_0x6907(0x1a)]();}};
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
- const __DEV__=process[_0x403d(0x0)][_0x403d(0x1)]!==_0x403d(0x2);export const logDebug=(_0x17766d,_0x4ed4a7)=>{const _0x201ffc={'NruKD':function(_0x43e8e8,_0x9c30fd){return _0x43e8e8!==_0x9c30fd;},'GGuyU':'JWTne','LQOHV':function(_0x270d63,_0x25d451){return _0x270d63||_0x25d451;}};__DEV__&&(_0x201ffc[_0x403d(0x3)](_0x403d(0x4),_0x201ffc[_0x403d(0x5)])?console[_0x403d(0x6)](_0x403d(0x7)+_0x17766d+':',_0x201ffc[_0x403d(0x8)](_0x4ed4a7,'')):_0xdd5349&&_0x490bd7[_0x403d(0x9)]('[Onairos\x20Error]\x20'+_0x2017bc+':',_0x341f1e));};export const logError=(_0x19169c,_0x2a8d74)=>{__DEV__&&console[_0x403d(0x9)]('[Onairos\x20Error]\x20'+_0x19169c+':',_0x2a8d74);};export const isDebugMode=_0x53539e=>{const _0x935754={'cMiSi':function(_0x2398c7,_0x45654b){return _0x2398c7===_0x45654b;}};return _0x935754[_0x403d(0xa)](_0x53539e,!![])||__DEV__;};function _0x32fc(){const _0x1fd229=['env','NODE_ENV','production','NruKD','YcqoB','GGuyU','log','[Onairos\x20Debug]\x20','LQOHV','error','cMiSi','UxZij','cAcNS'];_0x32fc=function(){return _0x1fd229;};return _0x32fc();}function _0x403d(_0x32fca8,_0x403d22){_0x32fca8=_0x32fca8-0x0;const _0x545833=_0x32fc();let _0x219c76=_0x545833[_0x32fca8];return _0x219c76;}export const logApiRequest=(_0x51e60c,_0x8b73cf,_0x1fb341)=>{const _0x18e221={'UxZij':function(_0x3ca050,_0x4953aa,_0x1277cd){return _0x3ca050(_0x4953aa,_0x1277cd);},'cAcNS':'API\x20Request','qVwLW':function(_0x2b61e2,_0x291f83){return _0x2b61e2||_0x291f83;}};__DEV__&&_0x18e221[_0x403d(0xb)](logDebug,_0x18e221[_0x403d(0xc)],{'method':_0x51e60c,'url':_0x8b73cf,'data':_0x18e221['qVwLW'](_0x1fb341,{})});};
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
- import{onairosApi}from'../api';function _0x7728(_0x15792d,_0x7728ee){_0x15792d=_0x15792d-0x0;const _0x55d955=_0x1579();let _0x2864bd=_0x55d955[_0x15792d];return _0x2864bd;}export const encryptModelKey=(_0xefd8c6,_0x5d7f54)=>{const _0x4e5f32={'jXbSR':_0x7728(0x0),'qBcqP':function(_0x1f6ac4,_0x5bf9d5){return _0x1f6ac4!==_0x5bf9d5;},'UNBdh':_0x7728(0x1),'ASMrs':_0x7728(0x2)};try{console[_0x7728(0x3)](_0x7728(0x4));if(!_0xefd8c6||!_0x5d7f54)throw new Error(_0x4e5f32[_0x7728(0x5)]);return _0x7728(0x6)+_0x5d7f54+'_'+Date[_0x7728(0x7)]();}catch(_0x5cc241){if(_0x4e5f32['qBcqP'](_0x4e5f32[_0x7728(0x8)],_0x4e5f32[_0x7728(0x8)]))throw new _0x519acc(_0x4e5f32[_0x7728(0x5)]);else{console[_0x7728(0x9)](_0x4e5f32[_0x7728(0xa)],_0x5cc241);throw _0x5cc241;}}};export const getServerPublicKey=async()=>{const _0x473bf8={'KZxhI':function(_0x1335b9,_0x2d0d2b){return _0x1335b9===_0x2d0d2b;},'tnHxH':_0x7728(0xb),'mXrTw':_0x7728(0xc),'yWuXm':function(_0x2ba2f8,_0x2b1491){return _0x2ba2f8!==_0x2b1491;},'zOCIl':function(_0x305fc9,_0x450d58){return _0x305fc9!==_0x450d58;},'XqMFn':function(_0x2b5de2,_0x385f50){return _0x2b5de2!==_0x385f50;},'rXpHj':function(_0x1943f0,_0x2cca0e){return _0x1943f0!==_0x2cca0e;},'FwhgU':_0x7728(0xd),'TtCBV':_0x7728(0xe),'cVLKV':function(_0x2bc9af,_0x4e4e7f){return _0x2bc9af!==_0x4e4e7f;},'CWlbM':function(_0x3ff451,_0x3b74ce){return _0x3ff451!==_0x3b74ce;},'kZzIk':_0x7728(0xf),'jDBMt':_0x7728(0x10)};try{if(_0x473bf8[_0x7728(0x11)](_0x7728(0x12),_0x473bf8['tnHxH'])){_0x5aff12['error'](_0x7728(0x2),_0x8a042a);throw _0x64da45;}else{var _0x5ea16f,_0x43d510;const _0x2abd66=await onairosApi['get'](_0x473bf8[_0x7728(0x13)]);if(_0x473bf8[_0x7728(0x14)](_0x2abd66,null)&&_0x473bf8[_0x7728(0x15)](_0x2abd66,void 0x0)&&_0x473bf8[_0x7728(0x15)](_0x5ea16f=_0x2abd66[_0x7728(0x16)],null)&&_0x473bf8[_0x7728(0x17)](_0x5ea16f,void 0x0)&&_0x473bf8['rXpHj'](_0x5ea16f=_0x5ea16f['data'],null)&&_0x473bf8[_0x7728(0x17)](_0x5ea16f,void 0x0)&&_0x5ea16f[_0x7728(0x18)]){if(_0x473bf8[_0x7728(0x19)]!==_0x473bf8[_0x7728(0x1a)])return _0x2abd66[_0x7728(0x16)][_0x7728(0x16)][_0x7728(0x18)];else throw new _0x17603d(_0x7728(0xf));}else{if(_0x473bf8[_0x7728(0x1b)](_0x2abd66,null)&&_0x2abd66!==void 0x0&&_0x473bf8['XqMFn'](_0x43d510=_0x2abd66[_0x7728(0x16)],null)&&_0x473bf8['CWlbM'](_0x43d510,void 0x0)&&_0x43d510[_0x7728(0x18)])return _0x2abd66['data'][_0x7728(0x18)];else throw new Error(_0x473bf8[_0x7728(0x1c)]);}}}catch(_0x14442d){return console[_0x7728(0x9)](_0x7728(0x1d),_0x14442d),_0x473bf8[_0x7728(0x1e)];}};export const hashString=async _0x395e6c=>{const _0x2a9162={'jclaU':'OPLwS','HahiH':'Error\x20hashing\x20string:'};try{return _0x7728(0x1f)+_0x395e6c[_0x7728(0x20)](/\s+/g,'_')+'_'+Date[_0x7728(0x7)]();}catch(_0x58c461){return _0x7728(0x21)!==_0x2a9162['jclaU']?(console[_0x7728(0x9)](_0x2a9162[_0x7728(0x22)],_0x58c461),_0x7728(0x23)+Date[_0x7728(0x7)]()):_0x1b87d3[_0x7728(0x16)]['data'][_0x7728(0x18)];}};function _0x1579(){const _0x28e4a6=['Public\x20key\x20or\x20model\x20key\x20is\x20missing','JxWSu','Error\x20encrypting\x20model\x20key:','log','Encrypting\x20model\x20key','jXbSR','encrypted_','now','UNBdh','error','ASMrs','jtqDm','public/getPublicKey','mwuLa','MbqQz','No\x20public\x20key\x20found\x20in\x20response','mock_public_key_for_testing','KZxhI','kCvxB','mXrTw','yWuXm','zOCIl','data','XqMFn','publicKey','FwhgU','TtCBV','cVLKV','kZzIk','Error\x20getting\x20server\x20public\x20key:','jDBMt','hash_','replace','XgHBa','HahiH','fallback_hash_'];_0x1579=function(){return _0x28e4a6;};return _0x1579();}
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=(_0xe13f29=0x6)=>{const _0x53f446={'LlNpU':_0x580f(0x0),'EGkEm':function(_0x58c289,_0x2b6280){return _0x58c289<_0x2b6280;},'ajmke':function(_0x4e7fd1,_0x4493bf){return _0x4e7fd1*_0x4493bf;}},_0x4b6a8d=_0x53f446[_0x580f(0x1)];let _0x115df9='';for(let _0x46f5dc=0x0;_0x53f446[_0x580f(0x2)](_0x46f5dc,_0xe13f29);_0x46f5dc++){_0x115df9+=_0x4b6a8d[_0x580f(0x3)](Math[_0x580f(0x4)](_0x53f446[_0x580f(0x5)](Math[_0x580f(0x6)](),_0x4b6a8d['length'])));}return _0x115df9;};export const generateSmartEventCode=_0x494f62=>{const _0x274fc6={'uWctb':function(_0xb13bec){return _0xb13bec();},'wIqqi':function(_0x2911a1,_0x17f020){return _0x2911a1===_0x17f020;},'ortoB':function(_0x40b5f1,_0x375f7e){return _0x40b5f1>=_0x375f7e;},'BuVlf':function(_0x180ef3,_0x3c570b){return _0x180ef3<_0x3c570b;},'hgmHX':function(_0x5a6f7b,_0x1d8d0f){return _0x5a6f7b(_0x1d8d0f);},'WdARD':function(_0x48db43,_0x58a72f){return _0x48db43-_0x58a72f;}};if(!_0x494f62[_0x580f(0x7)]())return _0x274fc6[_0x580f(0x8)](generateEventCode);const _0x3bbbc1=_0x494f62[_0x580f(0x7)]()['toUpperCase']()['replace'](/[^A-Z0-9\s]/g,'')[_0x580f(0x9)](/\s+/)[_0x580f(0xa)](_0x2ad39f=>_0x2ad39f[_0x580f(0xb)]>0x0);if(_0x274fc6[_0x580f(0xc)](_0x3bbbc1[_0x580f(0xb)],0x0))return _0x274fc6[_0x580f(0x8)](generateEventCode);let _0xd96108='';if(_0x274fc6[_0x580f(0xd)](_0x3bbbc1[_0x580f(0xb)],0x2)){const _0x21bb01=_0x3bbbc1[_0x580f(0xe)](0x0,0x3);_0xd96108=_0x21bb01[_0x580f(0xf)](_0x51cf98=>_0x51cf98[_0x580f(0x10)](0x0,0x2))[_0x580f(0x11)]('');}else _0xd96108=_0x3bbbc1[0x0][_0x580f(0x10)](0x0,0x4);const _0x2c836d=new Date()[_0x580f(0x12)]()[_0x580f(0x13)]()[_0x580f(0xe)](-0x2);_0xd96108+=_0x2c836d;if(_0x274fc6[_0x580f(0x14)](_0xd96108[_0x580f(0xb)],0x4))_0xd96108+=_0x274fc6['hgmHX'](generateEventCode,_0x274fc6[_0x580f(0x15)](0x4,_0xd96108[_0x580f(0xb)]));else _0xd96108[_0x580f(0xb)]>0x8&&(_0xd96108=_0xd96108[_0x580f(0x10)](0x0,0x8));return _0xd96108;};export const validateEventCode=_0x5ca7ab=>{const _0x58d24f={'zGOni':function(_0x3d0788,_0xe76400){return _0x3d0788===_0xe76400;},'AgRPn':function(_0x169f93,_0x390cb9){return _0x169f93===_0x390cb9;},'RSrzn':function(_0x4b806e,_0x13b232){return _0x4b806e===_0x13b232;},'PYQNr':function(_0x26e1f2,_0x4fbb8c){return _0x26e1f2<_0x4fbb8c;},'adouZ':function(_0x42a5c5,_0x14c3cb){return _0x42a5c5&&_0x14c3cb;},'pfOrZ':function(_0x58e3a5,_0x4063bc){return _0x58e3a5-_0x4063bc;},'wbGTB':'WkUyH','SbcLY':'Event\x20code\x20is\x20required','iNhLO':_0x580f(0x16),'PtsjG':function(_0x2bd6db,_0x133ae0){return _0x2bd6db>_0x133ae0;},'fimNh':_0x580f(0x17),'SCQAm':_0x580f(0x18)};if(!_0x5ca7ab||!_0x5ca7ab[_0x580f(0x7)]()){if(_0x58d24f[_0x580f(0x19)](_0x580f(0x1a),_0x58d24f[_0x580f(0x1b)]))try{const _0x2b9259=new _0x4d3489(),_0x228246=new _0x4589d8(_0x40601d);return _0x58d24f[_0x580f(0x1c)](_0x2b9259[_0x580f(0x12)](),_0x228246[_0x580f(0x12)]())&&_0x58d24f['AgRPn'](_0x2b9259['getMonth'](),_0x228246[_0x580f(0x1d)]())&&_0x58d24f[_0x580f(0x19)](_0x2b9259['getDate'](),_0x228246['getDate']());}catch(_0x63b90c){return![];}else return{'isValid':![],'error':_0x58d24f[_0x580f(0x1e)]};}const _0x1fd8c6=_0x5ca7ab[_0x580f(0x7)]()['toUpperCase']();if(_0x58d24f[_0x580f(0x1f)](_0x1fd8c6['length'],0x3))return{'isValid':![],'error':_0x58d24f['iNhLO']};if(_0x58d24f['PtsjG'](_0x1fd8c6[_0x580f(0xb)],0xa))return{'isValid':![],'error':_0x58d24f[_0x580f(0x20)]};if(!/^[A-Z0-9]+$/[_0x580f(0x21)](_0x1fd8c6)){if(_0x58d24f[_0x580f(0x19)](_0x58d24f['SCQAm'],_0x580f(0x18)))return{'isValid':![],'error':'Event\x20code\x20must\x20contain\x20only\x20letters\x20and\x20numbers'};else{if(_0x28ca26[_0x580f(0x22)]&&!_0x5b7462[_0x580f(0x22)])return-0x1;if(!_0x564025[_0x580f(0x22)]&&_0x197ef6[_0x580f(0x22)])return 0x1;const _0x5295f4=new _0x5cc297(_0x38c01f['eventDate']),_0x2c44ec=new _0x53d8a5(_0x419419[_0x580f(0x23)]),_0xb64e7=new _0x16a2f5(),_0x2d157d=_0x58d24f[_0x580f(0x1f)](_0x5295f4,_0xb64e7),_0x2dbb87=_0x2c44ec<_0xb64e7;if(_0x58d24f[_0x580f(0x24)](_0x2d157d,!_0x2dbb87))return 0x1;if(_0x58d24f[_0x580f(0x24)](!_0x2d157d,_0x2dbb87))return-0x1;return _0x58d24f['adouZ'](_0x2d157d,_0x2dbb87)?_0x58d24f[_0x580f(0x25)](_0x2c44ec[_0x580f(0x26)](),_0x5295f4['getTime']()):_0x58d24f[_0x580f(0x25)](_0x5295f4[_0x580f(0x26)](),_0x2c44ec[_0x580f(0x26)]());}}return{'isValid':!![]};};function _0x580f(_0x33b6c2,_0x580ffd){_0x33b6c2=_0x33b6c2-0x0;const _0x3b0d82=_0x33b6();let _0x2072c5=_0x3b0d82[_0x33b6c2];return _0x2072c5;}export const formatEventDate=_0x2e0e09=>{const _0xfbf3a3={'tgVql':'en-US','rrcph':_0x580f(0x27),'EDJEy':'numeric'};try{const _0x20b90e=new Date(_0x2e0e09);return _0x20b90e['toLocaleDateString'](_0xfbf3a3[_0x580f(0x28)],{'weekday':_0xfbf3a3[_0x580f(0x29)],'year':_0xfbf3a3[_0x580f(0x2a)],'month':_0xfbf3a3[_0x580f(0x29)],'day':_0xfbf3a3[_0x580f(0x2a)]});}catch(_0x2a743a){return _0x2e0e09;}};export const isEventToday=_0x557109=>{const _0x279f27={'QsJHw':function(_0x42b125){return _0x42b125();},'lopHO':function(_0x52f4a1,_0x42c012){return _0x52f4a1===_0x42c012;},'vmIXv':function(_0x41c261,_0x40bbaa){return _0x41c261!==_0x40bbaa;},'tdpuw':'FiOLA'};try{const _0x29dbd8=new Date(),_0x3de214=new Date(_0x557109);return _0x279f27[_0x580f(0x2b)](_0x29dbd8[_0x580f(0x12)](),_0x3de214[_0x580f(0x12)]())&&_0x29dbd8[_0x580f(0x1d)]()===_0x3de214['getMonth']()&&_0x279f27[_0x580f(0x2b)](_0x29dbd8[_0x580f(0x2c)](),_0x3de214[_0x580f(0x2c)]());}catch(_0x5c11df){return _0x279f27['vmIXv'](_0x279f27[_0x580f(0x2d)],_0x580f(0x2e))?![]:_0x279f27[_0x580f(0x2f)](_0x5a197a);}};function _0x33b6(){const _0x304859=['ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789','LlNpU','EGkEm','charAt','floor','ajmke','random','trim','uWctb','split','filter','length','wIqqi','ortoB','slice','map','substring','join','getFullYear','toString','BuVlf','WdARD','Event\x20code\x20must\x20be\x20at\x20least\x203\x20characters','Event\x20code\x20must\x20be\x2010\x20characters\x20or\x20less','JrOka','RSrzn','OEGyb','wbGTB','zGOni','getMonth','SbcLY','PYQNr','fimNh','test','isActive','eventDate','adouZ','pfOrZ','getTime','long','tgVql','rrcph','EDJEy','lopHO','getDate','tdpuw','pppHI','QsJHw','pTBmO','tungi','setHours','Qgybx','nPrVd','Inactive','Edodt','EHCBY','WeLiX','Today','Upcoming','fUKcu','DNRNo','isCFD','ceil','FJVra','mRqMa','JntOY','Nvjjp','okOjR','VDjda','XwGXS','JcyiP','aiRDW','HMBuZ','teoNv','FWhbf','VFduP','toLowerCase','Tosgi','bmAjl','iPtmk','tags','from','sort','title','includes','description','code','BDGPF','some','flatMap','FGfKK','attendeeCount','reduce','bAvMy'];_0x33b6=function(){return _0x304859;};return _0x33b6();}export const isEventPast=_0x41afcd=>{const _0x6e56eb={'rHDpr':function(_0x64756f,_0x398462){return _0x64756f<_0x398462;},'Qgybx':_0x580f(0x30),'nPrVd':_0x580f(0x31)};try{const _0x54dad6=new Date(),_0x5e307a=new Date(_0x41afcd);return _0x54dad6[_0x580f(0x32)](0x0,0x0,0x0,0x0),_0x5e307a[_0x580f(0x32)](0x0,0x0,0x0,0x0),_0x6e56eb['rHDpr'](_0x5e307a,_0x54dad6);}catch(_0x5b9d39){return _0x6e56eb[_0x580f(0x33)]!==_0x6e56eb[_0x580f(0x34)]?![]:![];}};export const getEventStatus=(_0x15c1ca,_0x7bcb55)=>{const _0x719e32={'Edodt':_0x580f(0x35),'EHCBY':'Past','WeLiX':function(_0x2728ae,_0x53c6dc){return _0x2728ae(_0x53c6dc);}};if(!_0x7bcb55)return _0x719e32[_0x580f(0x36)];if(isEventPast(_0x15c1ca))return _0x719e32[_0x580f(0x37)];if(_0x719e32[_0x580f(0x38)](isEventToday,_0x15c1ca))return _0x580f(0x39);return _0x580f(0x3a);};export const getDaysUntilEvent=_0x392458=>{const _0x1c3826={'DNRNo':function(_0x2f49cc,_0x37bb4f){return _0x2f49cc!==_0x37bb4f;},'isCFD':_0x580f(0x3b),'FJVra':function(_0xe8749a,_0x5547eb){return _0xe8749a/_0x5547eb;},'jfXwx':function(_0xc68dec,_0x1db7dd){return _0xc68dec*_0x1db7dd;}};try{if(_0x1c3826[_0x580f(0x3c)](_0x1c3826[_0x580f(0x3d)],_0x1c3826[_0x580f(0x3d)]))_0x4bed5f=_0x5bd593[0x0][_0x580f(0x10)](0x0,0x4);else{const _0x442422=new Date(),_0x27e17f=new Date(_0x392458);_0x442422[_0x580f(0x32)](0x0,0x0,0x0,0x0),_0x27e17f[_0x580f(0x32)](0x0,0x0,0x0,0x0);const _0x375e36=_0x27e17f[_0x580f(0x26)]()-_0x442422[_0x580f(0x26)](),_0xbb4182=Math[_0x580f(0x3e)](_0x1c3826[_0x580f(0x3f)](_0x375e36,_0x1c3826['jfXwx'](0x3e8*0x3c*0x3c,0x18)));return _0xbb4182;}}catch(_0x22c7f3){return 0x0;}};export const sortEventsByDate=_0x5b4ec6=>{const _0x423444={'teoNv':function(_0x4ac54d,_0x244365){return _0x4ac54d<_0x244365;},'cVRNH':function(_0x3f9f16,_0x576e90){return _0x3f9f16<_0x576e90;},'Nvjjp':function(_0x2d7b97,_0x4f957a){return _0x2d7b97<_0x4f957a;},'okOjR':function(_0x2ca1ca,_0xf69e62){return _0x2ca1ca&&_0xf69e62;},'VDjda':function(_0x56b3e1,_0x429e95){return _0x56b3e1&&_0x429e95;},'XwGXS':function(_0x2f71b7,_0xa3609b){return _0x2f71b7&&_0xa3609b;},'JcyiP':function(_0x5d2bb5,_0x508fba){return _0x5d2bb5===_0x508fba;},'aiRDW':_0x580f(0x40),'HMBuZ':_0x580f(0x41),'FWhbf':function(_0x4ed067,_0x1ffd92){return _0x4ed067-_0x1ffd92;}};return _0x5b4ec6['sort']((_0x1e4883,_0x4d73ad)=>{if(_0x1e4883[_0x580f(0x22)]&&!_0x4d73ad[_0x580f(0x22)])return-0x1;if(!_0x1e4883[_0x580f(0x22)]&&_0x4d73ad['isActive'])return 0x1;const _0x5b8613=new Date(_0x1e4883[_0x580f(0x23)]),_0x239604=new Date(_0x4d73ad[_0x580f(0x23)]),_0x2a27f4=new Date(),_0x5cd8c1=_0x423444['cVRNH'](_0x5b8613,_0x2a27f4),_0x28a5e7=_0x423444[_0x580f(0x42)](_0x239604,_0x2a27f4);if(_0x423444[_0x580f(0x43)](_0x5cd8c1,!_0x28a5e7))return 0x1;if(_0x423444[_0x580f(0x44)](!_0x5cd8c1,_0x28a5e7))return-0x1;if(_0x423444[_0x580f(0x45)](_0x5cd8c1,_0x28a5e7))return _0x239604[_0x580f(0x26)]()-_0x5b8613[_0x580f(0x26)]();else{if(_0x423444[_0x580f(0x46)](_0x423444[_0x580f(0x47)],_0x423444[_0x580f(0x48)])){const _0x73eaf4=new _0x272757(),_0x9ff5df=new _0xed2c(_0x463dd3);return _0x73eaf4[_0x580f(0x32)](0x0,0x0,0x0,0x0),_0x9ff5df['setHours'](0x0,0x0,0x0,0x0),_0x423444[_0x580f(0x49)](_0x9ff5df,_0x73eaf4);}else return _0x423444[_0x580f(0x4a)](_0x5b8613[_0x580f(0x26)](),_0x239604[_0x580f(0x26)]());}});};export const filterEventsBySearch=(_0x460929,_0x2c83d2)=>{const _0x4b41f9={'Tosgi':function(_0x33e9ba,_0x3db10f){return _0x33e9ba===_0x3db10f;},'bmAjl':_0x580f(0x4b),'BDGPF':function(_0xf60405,_0x4927a2){return _0xf60405===_0x4927a2;},'lrXit':function(_0x4308ed,_0x23e667){return _0x4308ed===_0x23e667;}};if(!_0x2c83d2[_0x580f(0x7)]())return _0x460929;const _0xd57210=_0x2c83d2[_0x580f(0x4c)]()[_0x580f(0x7)]();return _0x460929['filter'](_0x5eda79=>{if(_0x4b41f9[_0x580f(0x4d)](_0x4b41f9[_0x580f(0x4e)],_0x580f(0x4f))){const _0x40cc5a=_0x5e97cd['flatMap'](_0x645efa=>_0x645efa[_0x580f(0x50)]||[]);return _0x2a3857[_0x580f(0x51)](new _0x16adb7(_0x40cc5a))[_0x580f(0x52)]();}else{var _0x220f66,_0x3dee2d,_0x99a569;return _0x5eda79[_0x580f(0x53)]['toLowerCase']()[_0x580f(0x54)](_0xd57210)||_0x5eda79[_0x580f(0x55)][_0x580f(0x4c)]()['includes'](_0xd57210)||_0x5eda79[_0x580f(0x56)][_0x580f(0x4c)]()[_0x580f(0x54)](_0xd57210)||(_0x4b41f9[_0x580f(0x4d)](_0x220f66=_0x5eda79['location'],null)||_0x4b41f9[_0x580f(0x4d)](_0x220f66,void 0x0)?void 0x0:_0x220f66[_0x580f(0x4c)]()[_0x580f(0x54)](_0xd57210))||(_0x4b41f9[_0x580f(0x57)](_0x3dee2d=_0x5eda79['organizer'],null)||_0x4b41f9[_0x580f(0x4d)](_0x3dee2d,void 0x0)?void 0x0:_0x3dee2d[_0x580f(0x4c)]()[_0x580f(0x54)](_0xd57210))||(_0x4b41f9[_0x580f(0x57)](_0x99a569=_0x5eda79[_0x580f(0x50)],null)||_0x4b41f9['lrXit'](_0x99a569,void 0x0)?void 0x0:_0x99a569[_0x580f(0x58)](_0x4dee9d=>_0x4dee9d[_0x580f(0x4c)]()[_0x580f(0x54)](_0xd57210)));}});};export const getUniqueEventTags=_0x2dc944=>{const _0x41e5c8=_0x2dc944[_0x580f(0x59)](_0x5d8572=>_0x5d8572[_0x580f(0x50)]||[]);return Array[_0x580f(0x51)](new Set(_0x41e5c8))['sort']();};export const calculateEventStats=_0x1bda65=>{const _0x50e9c4={'FGfKK':function(_0x9975b9,_0x283f4e){return _0x9975b9-_0x283f4e;},'lmzZj':function(_0x3f4444,_0x55c536){return _0x3f4444*_0x55c536;},'bAvMy':function(_0x1954c7,_0x3bb788){return _0x1954c7/_0x3bb788;}},_0x1cfc10=_0x1bda65['length'],_0x53d869=_0x1bda65['filter'](_0x3f52de=>_0x3f52de[_0x580f(0x22)])[_0x580f(0xb)],_0x438181=_0x50e9c4[_0x580f(0x5a)](_0x1cfc10,_0x53d869),_0x15de08=_0x1bda65['reduce']((_0x8577a3,_0x37ea65)=>_0x8577a3+_0x37ea65[_0x580f(0x5b)],0x0),_0x390b07=_0x1bda65[_0x580f(0x5c)]((_0x1a3364,_0x7fc149)=>_0x1a3364+_0x7fc149['maxAttendees'],0x0),_0x91d419=_0x1bda65[_0x580f(0xa)](_0x27bbc7=>_0x27bbc7[_0x580f(0x22)]&&!isEventPast(_0x27bbc7[_0x580f(0x23)]))[_0x580f(0xb)],_0x5507a4=_0x1bda65['filter'](_0x2ecc07=>isEventPast(_0x2ecc07[_0x580f(0x23)]))[_0x580f(0xb)],_0x16b02b=_0x1bda65[_0x580f(0xa)](_0x34ee52=>_0x34ee52[_0x580f(0x22)]&&isEventToday(_0x34ee52[_0x580f(0x23)]))[_0x580f(0xb)];return{'total':_0x1cfc10,'active':_0x53d869,'inactive':_0x438181,'upcoming':_0x91d419,'past':_0x5507a4,'today':_0x16b02b,'totalAttendees':_0x15de08,'totalCapacity':_0x390b07,'averageAttendance':_0x390b07>0x0?Math['round'](_0x50e9c4['lmzZj'](_0x50e9c4[_0x580f(0x5d)](_0x15de08,_0x390b07),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(_0x3b1bf0){const _0x1853eb={'XIqJp':_0x4f85(0x0),'NxaTZ':_0x4f85(0x1),'nfZBc':_0x4f85(0x2),'bSrLk':_0x4f85(0x3),'hyNeM':'heavy','HfTjn':_0x4f85(0x4),'hFmhn':_0x4f85(0x5),'fMMBi':_0x4f85(0x6),'HcSGT':_0x4f85(0x7),'ohxIk':_0x4f85(0x8),'vxcEx':'BUTTON_PRESS'};return _0x3b1bf0[_0x1853eb[_0x4f85(0x9)]]=_0x1853eb['NxaTZ'],_0x3b1bf0[_0x1853eb[_0x4f85(0xa)]]=_0x1853eb['bSrLk'],_0x3b1bf0[_0x4f85(0xb)]=_0x1853eb[_0x4f85(0xc)],_0x3b1bf0[_0x1853eb[_0x4f85(0xd)]]=_0x1853eb[_0x4f85(0xe)],_0x3b1bf0[_0x4f85(0xf)]=_0x1853eb[_0x4f85(0x10)],_0x3b1bf0[_0x1853eb[_0x4f85(0x11)]]=_0x1853eb[_0x4f85(0x12)],_0x3b1bf0[_0x1853eb['vxcEx']]=_0x1853eb[_0x4f85(0x13)],_0x3b1bf0;}({});export const triggerHaptic=(_0xc5d080=HapticType[_0x4f85(0x0)])=>{const _0x16afc4={'SYHoT':function(_0x452a4a,_0x4c84de){return _0x452a4a(_0x4c84de);},'jtcek':function(_0x5bdccb,_0x2eb70f){return _0x5bdccb===_0x2eb70f;},'qurNH':_0x4f85(0x14),'EBhWD':_0x4f85(0x15),'pJfeh':_0x4f85(0x16),'yqPYh':_0x4f85(0x17),'EPCYR':_0x4f85(0x18),'SfBfe':_0x4f85(0x19),'WOlBB':'notificationSuccess','kMjzU':'notificationWarning','odxOu':_0x4f85(0x1a),'PMqhF':_0x4f85(0x1b),'CFrlu':function(_0x456854,_0x25e096){return _0x456854===_0x25e096;},'YFMQo':'android','vVPgn':function(_0x10e31d,_0x3a9e6d){return _0x10e31d(_0x3a9e6d);},'ncUIK':_0x4f85(0x1c)};if(_0x16afc4[_0x4f85(0x1d)](Platform['OS'],_0x16afc4[_0x4f85(0x1e)])){if(_0x16afc4[_0x4f85(0x1f)]!==_0x16afc4[_0x4f85(0x20)])try{const _0xe44b6c=__ONAIROS_REQ_FUNC__(0x0),_0x379553={'enableVibrateFallback':!![],'ignoreAndroidSystemSettings':![]};switch(_0xc5d080){case HapticType['LIGHT']:_0xe44b6c[_0x4f85(0x21)](_0x16afc4[_0x4f85(0x22)],_0x379553);break;case HapticType[_0x4f85(0x2)]:_0xe44b6c['trigger'](_0x16afc4[_0x4f85(0x23)],_0x379553);break;case HapticType[_0x4f85(0xb)]:_0xe44b6c[_0x4f85(0x21)](_0x16afc4[_0x4f85(0x24)],_0x379553);break;case HapticType['SUCCESS']:_0xe44b6c[_0x4f85(0x21)](_0x16afc4[_0x4f85(0x25)],_0x379553);break;case HapticType[_0x4f85(0xf)]:_0xe44b6c[_0x4f85(0x21)](_0x16afc4['kMjzU'],_0x379553);break;case HapticType[_0x4f85(0x7)]:_0xe44b6c[_0x4f85(0x21)](_0x16afc4[_0x4f85(0x26)],_0x379553);break;default:_0xe44b6c[_0x4f85(0x21)](_0x16afc4[_0x4f85(0x22)],_0x379553);}}catch(_0x49b5e8){console[_0x4f85(0x27)](_0x16afc4[_0x4f85(0x28)],_0x49b5e8);}else{const {Vibration:_0x25227a}=_0x16afc4[_0x4f85(0x29)](_0x4cce66,0x1);_0x25227a[_0x4f85(0x2a)](0x32);}}else{if(_0x16afc4[_0x4f85(0x2b)](Platform['OS'],_0x16afc4['YFMQo']))try{const {Vibration:_0x55a33b}=_0x16afc4[_0x4f85(0x2c)](__ONAIROS_REQ_FUNC__,0x1);_0x55a33b[_0x4f85(0x2a)](0x32);}catch(_0x2cd0f2){console[_0x4f85(0x27)](_0x16afc4[_0x4f85(0x2d)],_0x2cd0f2);}}};function _0x4f85(_0x10415e,_0x4f85b9){_0x10415e=_0x10415e-0x0;const _0x548dc8=_0x1041();let _0xa9c8b6=_0x548dc8[_0x10415e];return _0xa9c8b6;}function _0x1041(){const _0x398847=['LIGHT','light','MEDIUM','medium','SUCCESS','success','warning','ERROR','error','XIqJp','nfZBc','HEAVY','hyNeM','HfTjn','hFmhn','WARNING','fMMBi','HcSGT','ohxIk','NxaTZ','ios','NBhze','uCFYb','impactLight','impactMedium','impactHeavy','notificationError','Haptic\x20feedback\x20not\x20available:','Vibration\x20not\x20available:','jtcek','qurNH','EBhWD','pJfeh','trigger','yqPYh','EPCYR','SfBfe','WOlBB','odxOu','warn','PMqhF','SYHoT','vibrate','CFrlu','vVPgn','ncUIK'];_0x1041=function(){return _0x398847;};return _0x1041();}
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';function _0x4996(_0x5572b7,_0x499600){_0x5572b7=_0x5572b7-0x0;const _0x233831=_0x5572();let _0x23a111=_0x233831[_0x5572b7];return _0x23a111;}import{API_CONFIG}from'../config/api';function _0x5572(){const _0x3ae0ff=['4|0|2|3|1','\x0a๐Ÿงช\x20Test\x201:\x20Internet\x20Connectivity\x20(google.com)','\x0a๐Ÿงช\x20Test\x202:\x20API\x20Reachability\x20(API\x20server/health)','vzzmu','AFYGD','maVaz','bZqVt','0|4|1|3|2','NMnvm','0|1|3|4|2','\x0aโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€','โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€','RtKKu','\x0aโœ…\x20ALL\x20TESTS\x20PASSED\x20-\x20SDK\x20should\x20work\x20correctly','ios','iOS:\x20Try\x20on\x20physical\x20device\x20instead\x20of\x20simulator','\x0aโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•','Full\x20results\x20object\x20logged\x20below\x20for\x20debugging:','โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•','log','vsGBq','Version','๐Ÿ“ฑ\x20Platform:\x20','NNvfM','IxDVc','https://www.google.com','HEAD','tests','googleReachable','google','status','\x20\x20\x20โœ…\x20PASS\x20-\x20Google\x20reachable\x20(','ms)','JQAds','IaMwi','errors','push','Google\x20unreachable:\x20','message','rawResults','\x20\x20\x20โŒ\x20FAIL\x20-\x20','recommendations','wEuIO','cyqFT','IJgct','youtubeOAuthWorks','\x20\x20\x20โœ…\x20BONUS\x20-\x20Got\x20YouTube\x20OAuth\x20URL!','acWwY','BASE_URL','/health','DbxMy','now','apiReachable','apiHealth','substring','\x20\x20\x20โœ…\x20PASS\x20-\x20API\x20reachable\x20(','nHTaI','rQDAH','NctmH','\x20\x20\x20โš ๏ธ\x20PARTIAL\x20-\x20API\x20responded\x20with\x20','API\x20returned\x20status\x20','split','API\x20unreachable:\x20','UKoJE','tkHWc','hDuzJ','/youtube/authorize','kOLPp','youtube','toISOString','text','Unable\x20to\x20read','apiPost','apiPostWorks','\x20\x20\x20โœ…\x20PASS\x20-\x20POST\x20request\x20succeeded,\x20status:\x20','AglhP','youtubeURL','pBtfs','POST\x20request\x20failed:\x20','mjeSQ','values','filter','length','keys','nSJcQ','Fvksl','OTOlP','\x0aโš ๏ธ\x20SOME\x20TESTS\x20FAILED\x20-\x20See\x20recommendations\x20below:','XSThx','ajNCm','SVxwJ','zJMTp','ezxwU','XpNQv','qaWHn','BtUtH','forEach','TOgTy','kDOQG','\x20\x20\x20','jBAbN','JBwWs','fvExk','stringify','ceEiY','offline','jypnr','online','tFRvJ','RzCFt','Internet\x20works\x20but\x20API\x20blocked.\x20Check:\x20VPN,\x20Firewall,\x20iOS\x20ATS\x20settings'];_0x5572=function(){return _0x3ae0ff;};return _0x5572();}export const runFullDiagnostics=async()=>{const _0x4784bd={'wEuIO':'Check\x20internet\x20connection\x20on\x20device','apJlx':_0x4996(0x0),'hDuzJ':'Internet\x20works\x20but\x20API\x20blocked.\x20Check:\x20VPN,\x20Firewall,\x20iOS\x20ATS\x20settings','pBtfs':'Device\x20has\x20no\x20internet\x20-\x20check\x20WiFi/cellular','qaWHn':'offline','JBwWs':function(_0x2d4f9f,_0x163152){return _0x2d4f9f+_0x163152;},'TOgTy':'bGlZA','kDOQG':'SaCtw','jBAbN':function(_0x59dac8,_0x4ad4b1){return _0x59dac8+_0x4ad4b1;},'vsGBq':'๐Ÿ”\x20ONAIROS\x20SDK\x20NETWORK\x20DIAGNOSTICS','NNvfM':_0x4996(0x1),'IxDVc':function(_0x117c22,_0x5237da,_0xdc6127){return _0x117c22(_0x5237da,_0xdc6127);},'iUhkB':function(_0xd888e8,_0x28f316){return _0xd888e8===_0x28f316;},'IaMwi':'fFARh','cyqFT':_0x4996(0x2),'uIVhG':function(_0x407a5e,_0x709c1c){return _0x407a5e!==_0x709c1c;},'IJgct':_0x4996(0x3),'acWwY':function(_0x208976,_0x127204,_0x3718f1){return _0x208976(_0x127204,_0x3718f1);},'DbxMy':function(_0x4a0c8e,_0x1ece55){return _0x4a0c8e-_0x1ece55;},'nHTaI':function(_0x61f436,_0x37d7a5){return _0x61f436!==_0x37d7a5;},'rQDAH':_0x4996(0x4),'NctmH':_0x4996(0x5),'UKoJE':_0x4996(0x6),'tkHWc':_0x4996(0x7),'kOLPp':'diagnostic_test','AglhP':_0x4996(0x8),'HKfKT':_0x4996(0x9),'mjeSQ':_0x4996(0xa),'uQOyv':'๐Ÿ“‹\x20SUMMARY','GJsfB':_0x4996(0xb),'nSJcQ':'wgzzY','Fvksl':_0x4996(0xc),'OTOlP':_0x4996(0xd),'XSThx':function(_0x3ad5fd,_0x3589d1){return _0x3ad5fd===_0x3589d1;},'ajNCm':_0x4996(0xe),'cfrNc':function(_0x2c2f59,_0x1d3e58){return _0x2c2f59!==_0x1d3e58;},'zJMTp':'iBozk','ezxwU':'iOS:\x20Add\x20NSAppTransportSecurity\x20to\x20Info.plist','XpNQv':_0x4996(0xf),'BtUtH':'\x0a๐Ÿ“Œ\x20RECOMMENDATIONS:','ZCAHX':_0x4996(0x10),'fvExk':_0x4996(0x11)};console['log'](_0x4996(0x12)),console[_0x4996(0x13)](_0x4784bd[_0x4996(0x14)]),console[_0x4996(0x13)](_0x4996(0x12));const _0x15baf4={'timestamp':new Date()['toISOString'](),'platform':Platform['OS'],'platformVersion':Platform[_0x4996(0x15)],'tests':{'googleReachable':![],'apiReachable':![],'apiPostWorks':![],'youtubeOAuthWorks':![]},'errors':[],'recommendations':[],'rawResults':{}};console[_0x4996(0x13)](_0x4996(0x16)+Platform['OS']+'\x20'+Platform[_0x4996(0x15)]),console[_0x4996(0x13)](_0x4996(0xb)),console['log'](_0x4784bd[_0x4996(0x17)]);try{const _0x444e28=Date['now'](),_0x51c37e=await _0x4784bd[_0x4996(0x18)](fetch,_0x4996(0x19),{'method':_0x4996(0x1a)}),_0x4940d2=Date['now']()-_0x444e28;_0x15baf4[_0x4996(0x1b)][_0x4996(0x1c)]=!![],_0x15baf4['rawResults'][_0x4996(0x1d)]={'status':_0x51c37e[_0x4996(0x1e)],'time':_0x4940d2},console['log'](_0x4996(0x1f)+_0x4940d2+_0x4996(0x20));}catch(_0x22da95){_0x4784bd['iUhkB'](_0x4996(0x21),_0x4784bd[_0x4996(0x22)])?(_0x5bf88f[_0x4996(0x1b)][_0x4996(0x1c)]=![],_0x4a5aae[_0x4996(0x23)][_0x4996(0x24)](_0x4996(0x25)+_0x20279a[_0x4996(0x26)]),_0x341b46[_0x4996(0x27)]['google']={'error':_0x56741f['message']},_0x2ae520[_0x4996(0x13)](_0x4996(0x28)+_0x3b9394['message']),_0x477c11[_0x4996(0x29)]['push'](_0x4784bd[_0x4996(0x2a)])):(_0x15baf4[_0x4996(0x1b)][_0x4996(0x1c)]=![],_0x15baf4['errors'][_0x4996(0x24)](_0x4996(0x25)+_0x22da95[_0x4996(0x26)]),_0x15baf4[_0x4996(0x27)][_0x4996(0x1d)]={'error':_0x22da95['message']},console[_0x4996(0x13)](_0x4996(0x28)+_0x22da95[_0x4996(0x26)]),_0x15baf4[_0x4996(0x29)][_0x4996(0x24)](_0x4784bd[_0x4996(0x2a)]));}console[_0x4996(0x13)](_0x4784bd[_0x4996(0x2b)]);try{if(_0x4784bd['uIVhG'](_0x4784bd[_0x4996(0x2c)],_0x4996(0x3)))_0x3e1d56[_0x4996(0x1b)][_0x4996(0x2d)]=!![],_0x250fd8[_0x4996(0x13)](_0x4996(0x2e));else{const _0x46642b=Date['now'](),_0x4fd420=await _0x4784bd[_0x4996(0x2f)](fetch,API_CONFIG[_0x4996(0x30)]+_0x4996(0x31),{'method':'GET','headers':{'Accept':'application/json'}}),_0x256b6c=_0x4784bd[_0x4996(0x32)](Date[_0x4996(0x33)](),_0x46642b),_0x13bae7=await _0x4fd420['text']()['catch'](()=>'Unable\x20to\x20read');_0x15baf4['tests'][_0x4996(0x34)]=_0x4fd420['ok'],_0x15baf4[_0x4996(0x27)][_0x4996(0x35)]={'status':_0x4fd420[_0x4996(0x1e)],'time':_0x256b6c,'body':_0x13bae7[_0x4996(0x36)](0x0,0xc8)};if(_0x4fd420['ok'])console[_0x4996(0x13)](_0x4996(0x37)+_0x256b6c+_0x4996(0x20));else{if(_0x4784bd[_0x4996(0x38)](_0x4784bd[_0x4996(0x39)],_0x4784bd[_0x4996(0x3a)]))console[_0x4996(0x13)](_0x4996(0x3b)+_0x4fd420[_0x4996(0x1e)]),_0x15baf4[_0x4996(0x23)][_0x4996(0x24)](_0x4996(0x3c)+_0x4fd420[_0x4996(0x1e)]);else{const _0x5f1a70=_0x4784bd['apJlx'][_0x4996(0x3d)]('|');let _0x4f95e9=0x0;while(!![]){switch(_0x5f1a70[_0x4f95e9++]){case'0':_0xa49d1f[_0x4996(0x23)][_0x4996(0x24)](_0x4996(0x3e)+_0x55aef9[_0x4996(0x26)]);continue;case'1':_0x4a530c[_0x4996(0x1b)][_0x4996(0x1c)]&&_0xbc2d72[_0x4996(0x29)][_0x4996(0x24)](_0x4784bd['hDuzJ']);continue;case'2':_0x8a6bd9[_0x4996(0x27)][_0x4996(0x35)]={'error':_0xf3f564[_0x4996(0x26)]};continue;case'3':_0x3b3f9e[_0x4996(0x13)]('\x20\x20\x20โŒ\x20FAIL\x20-\x20'+_0xddf0e1['message']);continue;case'4':_0x294e19[_0x4996(0x1b)][_0x4996(0x34)]=![];continue;}break;}}}}}catch(_0x3e7e9c){if(_0x4784bd['uIVhG'](_0x4784bd[_0x4996(0x3f)],_0x4784bd[_0x4996(0x3f)]))_0x266c9e[_0x4996(0x13)](_0x4996(0x3b)+_0x3f1a2e['status']),_0x1090aa[_0x4996(0x23)][_0x4996(0x24)](_0x4996(0x3c)+_0x4aa50f[_0x4996(0x1e)]);else{const _0x3ffb5f=_0x4784bd[_0x4996(0x40)][_0x4996(0x3d)]('|');let _0x200f89=0x0;while(!![]){switch(_0x3ffb5f[_0x200f89++]){case'0':_0x15baf4[_0x4996(0x1b)][_0x4996(0x34)]=![];continue;case'1':_0x15baf4['rawResults']['apiHealth']={'error':_0x3e7e9c[_0x4996(0x26)]};continue;case'2':_0x15baf4[_0x4996(0x1b)][_0x4996(0x1c)]&&_0x15baf4[_0x4996(0x29)][_0x4996(0x24)](_0x4784bd[_0x4996(0x41)]);continue;case'3':console[_0x4996(0x13)]('\x20\x20\x20โŒ\x20FAIL\x20-\x20'+_0x3e7e9c[_0x4996(0x26)]);continue;case'4':_0x15baf4[_0x4996(0x23)][_0x4996(0x24)]('API\x20unreachable:\x20'+_0x3e7e9c[_0x4996(0x26)]);continue;}break;}}}console['log']('\n\uD83E\uDDEA Test 3: POST Request (OAuth simulation)');try{const _0x4144e8=Date[_0x4996(0x33)](),_0x2dba32=await fetch(API_CONFIG[_0x4996(0x30)]+_0x4996(0x42),{'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/json'},'body':JSON['stringify']({'session':{'username':_0x4784bd[_0x4996(0x43)],'platform':_0x4996(0x44),'timestamp':new Date()[_0x4996(0x45)]()}})}),_0x5a0556=Date[_0x4996(0x33)]()-_0x4144e8,_0x289b90=await _0x2dba32[_0x4996(0x46)]()['catch'](()=>_0x4996(0x47));_0x15baf4['rawResults'][_0x4996(0x48)]={'status':_0x2dba32[_0x4996(0x1e)],'time':_0x5a0556,'body':_0x289b90[_0x4996(0x36)](0x0,0x1f4)},_0x15baf4['tests'][_0x4996(0x49)]=!![],console[_0x4996(0x13)](_0x4996(0x4a)+_0x2dba32[_0x4996(0x1e)]+'\x20('+_0x5a0556+_0x4996(0x20));try{if(_0x4784bd['iUhkB'](_0x4784bd[_0x4996(0x4b)],'NMnvm')){const _0x2e6a64=JSON['parse'](_0x289b90);_0x2e6a64[_0x4996(0x4c)]&&(_0x15baf4[_0x4996(0x1b)][_0x4996(0x2d)]=!![],console['log'](_0x4996(0x2e)));}else _0x5158b3[_0x4996(0x29)]['push'](_0x4784bd[_0x4996(0x4d)]);}catch{}}catch(_0x558a83){const _0x296b9d=_0x4784bd['HKfKT'][_0x4996(0x3d)]('|');let _0x18362b=0x0;while(!![]){switch(_0x296b9d[_0x18362b++]){case'0':_0x15baf4['tests'][_0x4996(0x49)]=![];continue;case'1':_0x15baf4[_0x4996(0x23)][_0x4996(0x24)](_0x4996(0x4e)+_0x558a83['message']);continue;case'2':_0x15baf4['recommendations'][_0x4996(0x24)]('POST requests failing. This is the exact issue affecting OAuth.');continue;case'3':_0x15baf4[_0x4996(0x27)][_0x4996(0x48)]={'error':_0x558a83['message']};continue;case'4':console[_0x4996(0x13)](_0x4996(0x28)+_0x558a83[_0x4996(0x26)]);continue;}break;}}console['log'](_0x4784bd[_0x4996(0x4f)]),console[_0x4996(0x13)](_0x4784bd['uQOyv']),console[_0x4996(0x13)](_0x4784bd['GJsfB']);const _0x1c6070=Object[_0x4996(0x50)](_0x15baf4[_0x4996(0x1b)])[_0x4996(0x51)](Boolean)[_0x4996(0x52)],_0x1109ae=Object[_0x4996(0x53)](_0x15baf4['tests'])['length'];console['log']('\x0aTests\x20Passed:\x20'+_0x1c6070+'/'+_0x1109ae);if(_0x1c6070===_0x1109ae){if(_0x4784bd[_0x4996(0x54)]!==_0x4784bd[_0x4996(0x55)])console['log'](_0x4784bd[_0x4996(0x56)]);else return![];}else{console[_0x4996(0x13)](_0x4996(0x57));if(_0x4784bd[_0x4996(0x58)](Platform['OS'],_0x4784bd[_0x4996(0x59)])&&!_0x15baf4[_0x4996(0x1b)][_0x4996(0x34)]){if(_0x4784bd['cfrNc'](_0x4996(0x5a),_0x4784bd[_0x4996(0x5b)]))_0x15baf4[_0x4996(0x29)]['push'](_0x4784bd[_0x4996(0x5c)],_0x4784bd[_0x4996(0x5d)]);else return _0x4784bd[_0x4996(0x5e)];}!_0x15baf4[_0x4996(0x1b)]['googleReachable']&&_0x15baf4['recommendations']['push'](_0x4784bd[_0x4996(0x4d)]),console[_0x4996(0x13)](_0x4784bd[_0x4996(0x5f)]),_0x15baf4[_0x4996(0x29)][_0x4996(0x60)]((_0x1ddcca,_0x1c64ae)=>{_0x4784bd[_0x4996(0x61)]!==_0x4784bd[_0x4996(0x62)]?console[_0x4996(0x13)](_0x4996(0x63)+_0x4784bd[_0x4996(0x64)](_0x1c64ae,0x1)+'.\x20'+_0x1ddcca):_0x3ac9f5[_0x4996(0x13)]('\x20\x20\x20'+_0x4784bd[_0x4996(0x65)](_0x1de9e8,0x1)+'.\x20'+_0x489b61);});}return console['log'](_0x4784bd['ZCAHX']),console[_0x4996(0x13)](_0x4784bd[_0x4996(0x66)]),console[_0x4996(0x13)](JSON[_0x4996(0x67)](_0x15baf4,null,0x2)),_0x15baf4;};export const isApiReachable=async()=>{const _0x5ef5d3={'ceEiY':function(_0x5a15f2,_0x2937d9,_0x126c6d){return _0x5a15f2(_0x2937d9,_0x126c6d);}};try{const _0x1a6168=await _0x5ef5d3[_0x4996(0x68)](fetch,API_CONFIG[_0x4996(0x30)]+_0x4996(0x31),{'method':'GET'});return _0x1a6168['ok'];}catch{return![];}};export const getNetworkStatus=async()=>{const _0x55daee={'hyUzc':function(_0x66e2c0,_0x3f856f,_0x5ba77d){return _0x66e2c0(_0x3f856f,_0x5ba77d);},'jypnr':_0x4996(0x1a),'CwgEF':function(_0x5d5126,_0x381456){return _0x5d5126(_0x381456);},'tFRvJ':function(_0xbe9e4d,_0x1f2efb){return _0xbe9e4d!==_0x1f2efb;},'RzCFt':'kzRZu','TijFw':'api_unreachable','TLYnR':_0x4996(0x69)};try{await _0x55daee['hyUzc'](fetch,'https://www.google.com',{'method':_0x55daee[_0x4996(0x6a)]});const _0x35ddc8=await _0x55daee['CwgEF'](fetch,API_CONFIG[_0x4996(0x30)]+_0x4996(0x31));if(_0x35ddc8['ok'])return _0x4996(0x6b);else{if(_0x55daee[_0x4996(0x6c)](_0x55daee[_0x4996(0x6d)],_0x55daee[_0x4996(0x6d)]))_0x145bfc[_0x4996(0x29)][_0x4996(0x24)](_0x4996(0x6e));else return _0x55daee['TijFw'];}}catch{return _0x55daee['TLYnR'];}};
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;}}}};