@onairos/react-native 3.6.9 → 3.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +423 -423
- package/lib/commonjs/api/index.js +1 -1
- package/lib/commonjs/assets/icons/netflix.png +0 -0
- package/lib/commonjs/assets/images/Checkbox.svg +3 -3
- package/lib/commonjs/assets/images/EnochE.svg +19 -19
- package/lib/commonjs/assets/images/Personalityprofile.svg +3 -3
- package/lib/commonjs/assets/images/Personalitytraits.svg +3 -3
- package/lib/commonjs/assets/images/Userpreferences.svg +3 -3
- package/lib/commonjs/assets/images/arrow.svg +20 -20
- package/lib/commonjs/assets/images/basicproficon.svg +43 -43
- package/lib/commonjs/assets/images/basicprofile.svg +3 -3
- package/lib/commonjs/assets/images/checkmark.svg +4 -4
- package/lib/commonjs/assets/images/contentanalysis.svg +3 -3
- package/lib/commonjs/assets/images/contenticon.svg +23 -23
- package/lib/commonjs/assets/images/netflix.png +0 -0
- package/lib/commonjs/assets/images/personalityicon.svg +18 -18
- package/lib/commonjs/assets/images/x-close.svg +3 -3
- package/lib/commonjs/components/BodyText.js +1 -1
- package/lib/commonjs/components/BrandMark.js +1 -1
- package/lib/commonjs/components/CodeInput.js +1 -1
- package/lib/commonjs/components/EmailInput.js +1 -1
- package/lib/commonjs/components/GoogleButton.js +1 -1
- package/lib/commonjs/components/HeadingGroup.js +1 -1
- package/lib/commonjs/components/LLMDataInputModal.js +1 -1
- package/lib/commonjs/components/ModalHeader.js +1 -1
- package/lib/commonjs/components/ModalSheet.js +1 -1
- package/lib/commonjs/components/Onairos.js +1 -1
- package/lib/commonjs/components/OnairosButton.js +1 -1
- package/lib/commonjs/components/OnairosSignInButton.js +1 -1
- package/lib/commonjs/components/Overlay.js +1 -1
- package/lib/commonjs/components/PersonaImage.js +1 -1
- package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
- package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
- package/lib/commonjs/components/PinCreationScreen.js +1 -1
- package/lib/commonjs/components/PinInput.js +1 -1
- package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
- package/lib/commonjs/components/PlatformList.js +1 -1
- package/lib/commonjs/components/PlatformToggle.js +1 -1
- package/lib/commonjs/components/PrimaryButton.js +1 -1
- package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
- package/lib/commonjs/components/SignInStep.js +1 -1
- package/lib/commonjs/components/UniversalOnboarding.js +1 -1
- package/lib/commonjs/components/VerificationStep.js +1 -1
- package/lib/commonjs/components/WelcomeScreen.js +1 -1
- package/lib/commonjs/components/icons/Basicproficon.js +1 -1
- package/lib/commonjs/components/icons/Basicprofile.js +1 -1
- package/lib/commonjs/components/icons/Checkbox.js +1 -1
- package/lib/commonjs/components/icons/Checkmark.js +1 -1
- package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
- package/lib/commonjs/components/icons/Contenticon.js +1 -1
- package/lib/commonjs/components/icons/EnochE.js +1 -1
- package/lib/commonjs/components/icons/Personalityicon.js +1 -1
- package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
- package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
- package/lib/commonjs/components/icons/Userpreferences.js +1 -1
- package/lib/commonjs/components/icons/index.js +1 -1
- package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
- package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
- package/lib/commonjs/components/onboarding/PinInput.js +1 -1
- package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
- package/lib/commonjs/config/api.js +1 -1
- package/lib/commonjs/constants/index.js +1 -1
- package/lib/commonjs/context/AuthContext.js +1 -1
- package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
- package/lib/commonjs/hooks/useConnections.js +1 -1
- package/lib/commonjs/hooks/useCredentials.js +1 -1
- package/lib/commonjs/hooks/useUserConnections.js +1 -1
- package/lib/commonjs/index.js +1 -1
- package/lib/commonjs/services/SDK_API_KEY_VALIDATION.md +421 -421
- package/lib/commonjs/services/apiClient.js +1 -1
- package/lib/commonjs/services/apiKeyService.js +99 -99
- package/lib/commonjs/services/authService.js +72 -72
- package/lib/commonjs/services/biometricPinService.js +1 -1
- package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
- package/lib/commonjs/services/chatGPTConversationService.js +1 -1
- package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
- package/lib/commonjs/services/claudeConversationService.js +1 -1
- package/lib/commonjs/services/connectedAccountsService.js +1 -1
- package/lib/commonjs/services/googleAuthService.js +1 -1
- package/lib/commonjs/services/hingeDataExtractor.js +1 -1
- package/lib/commonjs/services/hingeDataService.js +1 -1
- package/lib/commonjs/services/imageCompressionService.js +1 -1
- package/lib/commonjs/services/instagramDataExtractor.js +1 -1
- package/lib/commonjs/services/instagramDataService.js +1 -1
- package/lib/commonjs/services/jwtStorageService.js +1 -1
- package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
- package/lib/commonjs/services/linkedinProfileService.js +1 -1
- package/lib/commonjs/services/linkedinScrapingService.js +1 -1
- package/lib/commonjs/services/llmDataStorage.js +1 -1
- package/lib/commonjs/services/mobileTrainingService.js +1 -1
- package/lib/commonjs/services/netflixDataExtractor.js +8 -0
- package/lib/commonjs/services/netflixDataService.js +9 -0
- package/lib/commonjs/services/oauthService.js +20 -20
- package/lib/commonjs/services/pinEncryptionService.js +1 -1
- package/lib/commonjs/services/pinStorageUtils.js +1 -1
- package/lib/commonjs/services/platformAuthService.js +1 -1
- package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
- package/lib/commonjs/services/sephoraDataService.js +1 -1
- package/lib/commonjs/services/spotifyDataExtractor.js +8 -0
- package/lib/commonjs/services/spotifyDataService.js +9 -0
- package/lib/commonjs/services/storageService.js +1 -1
- package/lib/commonjs/services/telegramDataExtractor.js +1 -1
- package/lib/commonjs/services/telegramDataService.js +1 -1
- package/lib/commonjs/services/trainingApiHelpers.js +1 -1
- package/lib/commonjs/services/userConnectionsService.js +1 -1
- package/lib/commonjs/services/youtubeMigrationService.js +1 -1
- package/lib/commonjs/theme/index.js +1 -1
- package/lib/commonjs/types/index.js +1 -1
- package/lib/commonjs/types.js +1 -1
- package/lib/commonjs/utils/Portal.js +1 -1
- package/lib/commonjs/utils/api.js +1 -1
- package/lib/commonjs/utils/assetRegistry.js +3 -1
- package/lib/commonjs/utils/auth.js +1 -1
- package/lib/commonjs/utils/connectorTests.js +1 -1
- package/lib/commonjs/utils/crypto.js +1 -1
- package/lib/commonjs/utils/debugHelper.js +1 -1
- package/lib/commonjs/utils/encryption.js +1 -1
- package/lib/commonjs/utils/eventUtils.js +1 -1
- package/lib/commonjs/utils/haptics.js +1 -1
- package/lib/commonjs/utils/imagePreloader.js +1 -1
- package/lib/commonjs/utils/networkDiagnostics.js +1 -1
- package/lib/commonjs/utils/onairosApi.js +1 -1
- package/lib/commonjs/utils/programmaticFlow.js +1 -1
- package/lib/commonjs/utils/retryHelper.js +1 -1
- package/lib/commonjs/utils/secureStorage.js +1 -1
- package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
- package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
- package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
- package/lib/commonjs/utils/webviewScripts/index.js +4 -2
- package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
- package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
- package/lib/commonjs/utils/webviewScripts/netflix.js +1 -0
- package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
- package/lib/commonjs/utils/webviewScripts/spotify.js +1 -0
- package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
- package/lib/module/api/index.js +1 -1
- package/lib/module/assets/icons/netflix.png +0 -0
- package/lib/module/assets/images/Checkbox.svg +3 -3
- package/lib/module/assets/images/EnochE.svg +19 -19
- package/lib/module/assets/images/Personalityprofile.svg +3 -3
- package/lib/module/assets/images/Personalitytraits.svg +3 -3
- package/lib/module/assets/images/Userpreferences.svg +3 -3
- package/lib/module/assets/images/arrow.svg +20 -20
- package/lib/module/assets/images/basicproficon.svg +43 -43
- package/lib/module/assets/images/basicprofile.svg +3 -3
- package/lib/module/assets/images/checkmark.svg +4 -4
- package/lib/module/assets/images/contentanalysis.svg +3 -3
- package/lib/module/assets/images/contenticon.svg +23 -23
- package/lib/module/assets/images/netflix.png +0 -0
- package/lib/module/assets/images/personalityicon.svg +18 -18
- package/lib/module/assets/images/x-close.svg +3 -3
- package/lib/module/components/BodyText.js +1 -1
- package/lib/module/components/BrandMark.js +1 -1
- package/lib/module/components/CodeInput.js +1 -1
- package/lib/module/components/EmailInput.js +1 -1
- package/lib/module/components/GoogleButton.js +1 -1
- package/lib/module/components/HeadingGroup.js +1 -1
- package/lib/module/components/LLMDataInputModal.js +1 -1
- package/lib/module/components/ModalHeader.js +1 -1
- package/lib/module/components/ModalSheet.js +1 -1
- package/lib/module/components/Onairos.js +1 -1
- package/lib/module/components/OnairosButton.js +1 -1
- package/lib/module/components/OnairosSignInButton.js +1 -1
- package/lib/module/components/Overlay.js +1 -1
- package/lib/module/components/PersonaImage.js +1 -1
- package/lib/module/components/PersonaLoadingScreen.js +1 -1
- package/lib/module/components/PersonalizationConsentScreen.js +1 -1
- package/lib/module/components/PinCreationScreen.js +1 -1
- package/lib/module/components/PinInput.js +1 -1
- package/lib/module/components/PlatformConnectorsStep.js +1 -1
- package/lib/module/components/PlatformList.js +1 -1
- package/lib/module/components/PlatformToggle.js +1 -1
- package/lib/module/components/PrimaryButton.js +1 -1
- package/lib/module/components/SignInMatchAnimation.js +1 -1
- package/lib/module/components/SignInStep.js +1 -1
- package/lib/module/components/UniversalOnboarding.js +1 -1
- package/lib/module/components/VerificationStep.js +1 -1
- package/lib/module/components/WelcomeScreen.js +1 -1
- package/lib/module/components/icons/Basicproficon.js +1 -1
- package/lib/module/components/icons/Basicprofile.js +1 -1
- package/lib/module/components/icons/Checkbox.js +1 -1
- package/lib/module/components/icons/Checkmark.js +1 -1
- package/lib/module/components/icons/Contentanalysis.js +1 -1
- package/lib/module/components/icons/Contenticon.js +1 -1
- package/lib/module/components/icons/EnochE.js +1 -1
- package/lib/module/components/icons/Personalityicon.js +1 -1
- package/lib/module/components/icons/Personalityprofile.js +1 -1
- package/lib/module/components/icons/Personalitytraits.js +1 -1
- package/lib/module/components/icons/Userpreferences.js +1 -1
- package/lib/module/components/onboarding/OAuthWebView.js +1 -1
- package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
- package/lib/module/components/onboarding/PinInput.js +1 -1
- package/lib/module/components/onboarding/PlatformConnector.js +1 -1
- package/lib/module/config/api.js +1 -1
- package/lib/module/constants/index.js +1 -1
- package/lib/module/context/AuthContext.js +1 -1
- package/lib/module/hooks/useConnectedAccounts.js +1 -1
- package/lib/module/hooks/useConnections.js +1 -1
- package/lib/module/hooks/useCredentials.js +1 -1
- package/lib/module/hooks/useUserConnections.js +1 -1
- package/lib/module/index.js +1 -1
- package/lib/module/services/SDK_API_KEY_VALIDATION.md +421 -421
- package/lib/module/services/apiClient.js +1 -1
- package/lib/module/services/apiKeyService.js +99 -99
- package/lib/module/services/authService.js +72 -72
- package/lib/module/services/biometricPinService.js +1 -1
- package/lib/module/services/chatGPTConversationExtractor.js +1 -1
- package/lib/module/services/chatGPTConversationService.js +1 -1
- package/lib/module/services/claudeConversationExtractor.js +1 -1
- package/lib/module/services/claudeConversationService.js +1 -1
- package/lib/module/services/connectedAccountsService.js +1 -1
- package/lib/module/services/googleAuthService.js +1 -1
- package/lib/module/services/hingeDataExtractor.js +1 -1
- package/lib/module/services/hingeDataService.js +1 -1
- package/lib/module/services/imageCompressionService.js +1 -1
- package/lib/module/services/instagramDataExtractor.js +1 -1
- package/lib/module/services/instagramDataService.js +1 -1
- package/lib/module/services/jwtStorageService.js +1 -1
- package/lib/module/services/linkedinDOMExtractor.js +1 -1
- package/lib/module/services/linkedinProfileService.js +1 -1
- package/lib/module/services/linkedinScrapingService.js +1 -1
- package/lib/module/services/llmDataStorage.js +1 -1
- package/lib/module/services/mobileTrainingService.js +1 -1
- package/lib/module/services/netflixDataExtractor.js +1 -0
- package/lib/module/services/netflixDataService.js +1 -0
- package/lib/module/services/oauthService.js +20 -20
- package/lib/module/services/pinEncryptionService.js +1 -1
- package/lib/module/services/pinStorageUtils.js +1 -1
- package/lib/module/services/platformAuthService.js +1 -1
- package/lib/module/services/sephoraDataExtractor.js +1 -1
- package/lib/module/services/sephoraDataService.js +1 -1
- package/lib/module/services/spotifyDataExtractor.js +1 -0
- package/lib/module/services/spotifyDataService.js +1 -0
- package/lib/module/services/storageService.js +1 -1
- package/lib/module/services/telegramDataExtractor.js +1 -1
- package/lib/module/services/telegramDataService.js +1 -1
- package/lib/module/services/trainingApiHelpers.js +1 -1
- package/lib/module/services/userConnectionsService.js +1 -1
- package/lib/module/services/youtubeMigrationService.js +1 -1
- package/lib/module/theme/index.js +1 -1
- package/lib/module/types.js +1 -1
- package/lib/module/utils/Portal.js +1 -1
- package/lib/module/utils/api.js +1 -1
- package/lib/module/utils/assetRegistry.js +3 -1
- package/lib/module/utils/auth.js +1 -1
- package/lib/module/utils/connectorTests.js +1 -1
- package/lib/module/utils/crypto.js +1 -1
- package/lib/module/utils/debugHelper.js +1 -1
- package/lib/module/utils/encryption.js +1 -1
- package/lib/module/utils/eventUtils.js +1 -1
- package/lib/module/utils/haptics.js +1 -1
- package/lib/module/utils/networkDiagnostics.js +1 -1
- package/lib/module/utils/onairosApi.js +1 -1
- package/lib/module/utils/programmaticFlow.js +1 -1
- package/lib/module/utils/retryHelper.js +1 -1
- package/lib/module/utils/secureStorage.js +1 -1
- package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
- package/lib/module/utils/webviewScripts/claude.js +1 -1
- package/lib/module/utils/webviewScripts/hinge.js +1 -1
- package/lib/module/utils/webviewScripts/index.js +1 -1
- package/lib/module/utils/webviewScripts/instagram.js +1 -1
- package/lib/module/utils/webviewScripts/linkedin.js +1 -1
- package/lib/module/utils/webviewScripts/netflix.js +1 -0
- package/lib/module/utils/webviewScripts/sephora.js +1 -1
- package/lib/module/utils/webviewScripts/spotify.js +1 -0
- package/lib/module/utils/webviewScripts/telegram.js +1 -1
- package/package.json +172 -172
- package/lib/commonjs/config/PLATFORM_APIS.md +0 -559
- package/lib/commonjs/config/telegramConfig.js +0 -8
- package/lib/commonjs/config/webchangelog/md +0 -607
- package/lib/module/config/PLATFORM_APIS.md +0 -559
- package/lib/module/config/telegramConfig.js +0 -8
- package/lib/module/config/webchangelog/md +0 -607
|
@@ -26,4 +26,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
26
26
|
require(`../services/${platform}DataExtractor`)
|
|
27
27
|
];
|
|
28
28
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
29
|
-
Object[_0x4f5f(0x0)](exports,_0x4f5f(0x1),{'value':!![]}),exports[_0x4f5f(0x2)]=exports['testServiceImports']=exports[_0x4f5f(0x3)]=exports[_0x4f5f(0x4)]=exports[_0x4f5f(0x5)]=exports[_0x4f5f(0x6)]=exports['runConnectorSanityTests']=void 0x0;var _api=__ONAIROS_REQ_FUNC__(0x0);const testWebViewScriptExports=()=>{const _0x561735={'bgTvO':function(_0xa7cd20,_0x20d67a){return _0xa7cd20(_0x20d67a);},'rpcDk':_0x4f5f(0x7),'LeOrS':_0x4f5f(0x8),'StMGo':function(_0x146929,_0x305843){return _0x146929===_0x305843;},'juxmD':_0x4f5f(0x9),'jRYeQ':'Telegram\x20service\x20function\x20available','TBUTa':function(_0xbfc5e7,_0x19af44){return _0xbfc5e7(_0x19af44);},'JgMpL':'chatgpt','JVZhc':_0x4f5f(0xa),'oDXYu':_0x4f5f(0xb),'ObqKc':_0x4f5f(0xc),'CyVdz':_0x4f5f(0xd),'KtpCj':_0x4f5f(0xe),'vgmka':_0x4f5f(0xf),'IXCDz':'Claude\x20scripts\x20missing','vzIhk':'hinge','RVxhl':_0x4f5f(0x10),'QoWwb':'Hinge\x20scripts\x20missing','uUGXp':_0x4f5f(0x11),'WRDPO':'Instagram\x20scripts\x20missing','DpIGw':function(_0x267073,_0x269798){return _0x267073(_0x269798);},'CLXiQ':_0x4f5f(0x12),'Jvqhw':'Telegram\x20scripts\x20exported\x20correctly','kKarP':_0x4f5f(0x13),'HmLhd':_0x4f5f(0x14),'hShJU':_0x4f5f(0x15),'GQbLZ':function(_0xeb4a60,_0x274033){return _0xeb4a60&&_0x274033;},'lcGwi':_0x4f5f(0x16),'vwtxV':_0x4f5f(0x17),'laGLw':'all'},_0x2aefe1=[];try{const {CHATGPT_CONSENT_POPUP_SCRIPT:_0x59c215,CHATGPT_EXPORT_SCRIPT:_0x243368}=_0x561735[_0x4f5f(0x18)](__ONAIROS_REQ_FUNC__,0x14);_0x2aefe1['push']({'platform':_0x561735['JgMpL'],'component':_0x561735['JVZhc'],'status':_0x243368?_0x4f5f(0xe):_0x561735[_0x4f5f(0x19)],'message':_0x243368?_0x561735[_0x4f5f(0x1a)]:_0x561735[_0x4f5f(0x1b)]});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x215242,CLAUDE_EXPORT_SCRIPT:_0x47c5ab}=_0x561735[_0x4f5f(0x18)](__ONAIROS_REQ_FUNC__,0x13);_0x2aefe1['push']({'platform':_0x561735[_0x4f5f(0x1c)],'component':_0x561735['JVZhc'],'status':_0x47c5ab?_0x561735['KtpCj']:_0x4f5f(0x9),'message':_0x47c5ab?_0x561735[_0x4f5f(0x1d)]:_0x561735['IXCDz']});const {HINGE_CONSENT_POPUP_SCRIPT:_0x3eca14,HINGE_EXPORT_SCRIPT:_0x2b1c3f}=_0x561735[_0x4f5f(0x1e)](__ONAIROS_REQ_FUNC__,0x12);_0x2aefe1[_0x4f5f(0x1f)]({'platform':_0x561735[_0x4f5f(0x20)],'component':_0x561735[_0x4f5f(0x21)],'status':_0x2b1c3f?_0x561735[_0x4f5f(0x22)]:_0x561735[_0x4f5f(0x19)],'message':_0x2b1c3f?_0x561735[_0x4f5f(0x23)]:_0x561735[_0x4f5f(0x24)]});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x4f714c,INSTAGRAM_EXPORT_SCRIPT:_0x3e7e05}=_0x561735['TBUTa'](__ONAIROS_REQ_FUNC__,0x7);_0x2aefe1[_0x4f5f(0x1f)]({'platform':_0x561735[_0x4f5f(0x25)],'component':_0x4f5f(0xa),'status':_0x3e7e05?_0x561735[_0x4f5f(0x22)]:_0x561735[_0x4f5f(0x19)],'message':_0x3e7e05?_0x4f5f(0x26):_0x561735['WRDPO']});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0x3240d8,SEPHORA_EXPORT_SCRIPT:_0x3bb493}=_0x561735['DpIGw'](__ONAIROS_REQ_FUNC__,0x6);_0x2aefe1[_0x4f5f(0x1f)]({'platform':_0x4f5f(0x27),'component':_0x561735[_0x4f5f(0x21)],'status':_0x3bb493?_0x4f5f(0xe):_0x561735[_0x4f5f(0x19)],'message':_0x3bb493?_0x561735[_0x4f5f(0x28)]:'Sephora\x20scripts\x20missing'});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x5c00b6,TELEGRAM_EXPORT_SCRIPT:_0x4e9239}=__ONAIROS_REQ_FUNC__(0x5);_0x2aefe1[_0x4f5f(0x1f)]({'platform':_0x561735[_0x4f5f(0x29)],'component':_0x561735['JVZhc'],'status':_0x4e9239?_0x561735[_0x4f5f(0x22)]:_0x4f5f(0x9),'message':_0x4e9239?_0x561735[_0x4f5f(0x2a)]:_0x561735['kKarP']});const {isWebViewExtractionPlatform:_0x52e6f5,isHingePlatform:_0x4f493,isInstagramPlatform:_0x28340e,isSephoraPlatform:_0x4a0823,isTelegramPlatform:_0x2e818d}=__ONAIROS_REQ_FUNC__(0x4);_0x2aefe1[_0x4f5f(0x1f)]({'platform':_0x561735[_0x4f5f(0x2b)],'component':_0x561735[_0x4f5f(0x2c)],'status':_0x561735['GQbLZ'](_0x52e6f5,_0x4f493)&&_0x28340e&&_0x4a0823&&_0x2e818d?_0x4f5f(0xe):_0x561735[_0x4f5f(0x19)],'message':_0x561735[_0x4f5f(0x2d)]});}catch(_0x1003b2){if(_0x561735['StMGo'](_0x561735[_0x4f5f(0x2e)],_0x4f5f(0x17)))_0x2aefe1['push']({'platform':_0x561735[_0x4f5f(0x2f)],'component':_0x561735['JVZhc'],'status':_0x561735[_0x4f5f(0x19)],'message':_0x4f5f(0x30)+_0x1003b2[_0x4f5f(0x31)]});else{const {storeTelegramData:_0x524e8c}=_0x561735[_0x4f5f(0x1e)](_0x5b76c3,0xd);_0x5d7d24[_0x4f5f(0x1f)]({'platform':_0x561735['rpcDk'],'component':_0x561735[_0x4f5f(0x32)],'status':_0x561735[_0x4f5f(0x33)](typeof _0x524e8c,_0x4f5f(0x34))?_0x4f5f(0xe):_0x561735[_0x4f5f(0x19)],'message':_0x561735[_0x4f5f(0x35)]});}}return _0x2aefe1;};exports['testWebViewScriptExports']=testWebViewScriptExports;const testServiceImports=()=>{const _0x238b03={'jrrGK':_0x4f5f(0x36),'hRotJ':_0x4f5f(0x9),'Zfwyo':_0x4f5f(0x34),'ZnJSs':_0x4f5f(0xe),'ZKdhl':_0x4f5f(0x37),'lcWGp':function(_0x2b76a8,_0x4aa80a){return _0x2b76a8(_0x4aa80a);},'giNwv':_0x4f5f(0x11),'ppgpi':function(_0x47363f,_0x2057b8){return _0x47363f===_0x2057b8;},'beTwT':_0x4f5f(0x38),'OqXZu':function(_0x24dc31,_0x1d777f){return _0x24dc31(_0x1d777f);},'Sbvqe':_0x4f5f(0x39),'AJrlB':function(_0x595585,_0x1aeb51){return _0x595585===_0x1aeb51;},'wyqfu':'Hinge\x20extractor\x20hook\x20available','wLsKd':_0x4f5f(0x3a),'jqWyD':_0x4f5f(0xa),'pbZMz':'ChatGPT\x20scripts\x20missing','BFhXC':_0x4f5f(0xd),'LdzaV':_0x4f5f(0xf),'vTIQw':_0x4f5f(0x3b),'xWcOF':_0x4f5f(0x3c),'fjaKX':_0x4f5f(0x26),'ijpUE':_0x4f5f(0x27),'nfRDk':'Sephora\x20scripts\x20missing','HrRor':function(_0x3c1c9e,_0x3496c9){return _0x3c1c9e(_0x3496c9);},'zuTLr':_0x4f5f(0x13),'uhMzq':_0x4f5f(0x14),'uSQWg':_0x4f5f(0x15),'bSZRd':function(_0x526cee,_0xbb58e6){return _0x526cee&&_0xbb58e6;},'hYVyD':_0x4f5f(0x8),'TiqrR':function(_0x354b22,_0x5db4ba){return _0x354b22===_0x5db4ba;},'SGsRP':function(_0x568e6e,_0x2da698){return _0x568e6e!==_0x2da698;},'ZZotw':'qEBiO','pgglC':_0x4f5f(0x3d),'OuuYc':function(_0x2a4bdf,_0x3d413d){return _0x2a4bdf(_0x3d413d);},'xaCgL':function(_0x276bf1,_0x53b87b){return _0x276bf1===_0x53b87b;},'SxrVC':_0x4f5f(0x3e),'urAIn':_0x4f5f(0x3f),'XJwVC':function(_0x1db543,_0x39ff49){return _0x1db543(_0x39ff49);},'RwjcX':_0x4f5f(0x40),'hAjeB':function(_0x57ab6b,_0x980548){return _0x57ab6b===_0x980548;},'BHIkC':_0x4f5f(0x41),'axcnw':_0x4f5f(0x42),'Fwmcj':function(_0x25824d,_0x1b5b79){return _0x25824d(_0x1b5b79);},'Sjkve':function(_0x140435,_0xc84639){return _0x140435(_0xc84639);},'zKiWX':_0x4f5f(0x7),'zzcjz':function(_0x286075,_0x46fa61){return _0x286075===_0x46fa61;},'sbhtQ':'Telegram\x20service\x20function\x20available','VGnCz':_0x4f5f(0x43),'KTsKr':_0x4f5f(0x44)},_0x568644=[];try{const {storeChatGPTConversations:_0x375eba}=__ONAIROS_REQ_FUNC__(0x8);_0x568644[_0x4f5f(0x1f)]({'platform':_0x238b03[_0x4f5f(0x45)],'component':_0x238b03[_0x4f5f(0x46)],'status':_0x238b03[_0x4f5f(0x47)](typeof _0x375eba,_0x238b03['Zfwyo'])?_0x238b03[_0x4f5f(0x48)]:_0x238b03[_0x4f5f(0x49)],'message':_0x238b03['ZKdhl']});}catch(_0x374b16){_0x238b03['SGsRP'](_0x238b03[_0x4f5f(0x4a)],_0x238b03['ZZotw'])?_0x2aea68[_0x4f5f(0x1f)]({'platform':_0x4f5f(0x11),'component':_0x238b03[_0x4f5f(0x4b)],'status':_0x238b03[_0x4f5f(0x49)],'message':_0x4f5f(0x30)+_0x329eee[_0x4f5f(0x31)]}):_0x568644[_0x4f5f(0x1f)]({'platform':_0x238b03[_0x4f5f(0x45)],'component':_0x238b03[_0x4f5f(0x46)],'status':_0x238b03[_0x4f5f(0x49)],'message':_0x4f5f(0x30)+_0x374b16[_0x4f5f(0x31)]});}try{if('ENIdW'!==_0x238b03[_0x4f5f(0x4c)]){const {storeClaudeConversations:_0x25ec83}=_0x238b03[_0x4f5f(0x4d)](__ONAIROS_REQ_FUNC__,0x9);_0x568644[_0x4f5f(0x1f)]({'platform':_0x238b03['BFhXC'],'component':_0x238b03['hYVyD'],'status':_0x238b03[_0x4f5f(0x4e)](typeof _0x25ec83,_0x238b03[_0x4f5f(0x4f)])?_0x238b03[_0x4f5f(0x48)]:_0x238b03[_0x4f5f(0x49)],'message':_0x238b03[_0x4f5f(0x50)]});}else{const {storeChatGPTConversations:_0x553284}=_0x598abc(0x8);_0x2bd090['push']({'platform':_0x4f5f(0x3a),'component':_0x4f5f(0x8),'status':typeof _0x553284===_0x238b03[_0x4f5f(0x4f)]?_0x238b03[_0x4f5f(0x48)]:_0x238b03['hRotJ'],'message':_0x238b03[_0x4f5f(0x51)]});}}catch(_0x2cc2d6){if(_0x238b03[_0x4f5f(0x52)]!==_0x238b03[_0x4f5f(0x52)]){const {useInstagramDataExtractor:useInstagramDataExtractor}=_0x238b03['lcWGp'](_0x3b1eaa,0xf);_0x97a82e[_0x4f5f(0x1f)]({'platform':_0x238b03[_0x4f5f(0x53)],'component':_0x238b03[_0x4f5f(0x4b)],'status':_0x238b03['ppgpi'](typeof useInstagramDataExtractor,_0x4f5f(0x34))?_0x4f5f(0xe):_0x238b03['hRotJ'],'message':_0x238b03[_0x4f5f(0x54)]});}else _0x568644[_0x4f5f(0x1f)]({'platform':_0x238b03[_0x4f5f(0x55)],'component':_0x238b03[_0x4f5f(0x46)],'status':_0x4f5f(0x9),'message':_0x4f5f(0x30)+_0x2cc2d6[_0x4f5f(0x31)]});}try{const {storeHingeData:_0x9ef169}=_0x238b03['XJwVC'](__ONAIROS_REQ_FUNC__,0xa);_0x568644[_0x4f5f(0x1f)]({'platform':'hinge','component':_0x238b03[_0x4f5f(0x46)],'status':_0x238b03[_0x4f5f(0x56)](typeof _0x9ef169,_0x4f5f(0x34))?_0x238b03['ZnJSs']:_0x238b03[_0x4f5f(0x49)],'message':_0x238b03[_0x4f5f(0x57)]});}catch(_0x2a1ed7){if(_0x238b03[_0x4f5f(0x4e)](_0x4f5f(0x58),_0x4f5f(0x59))){const {useTelegramDataExtractor:useTelegramDataExtractor}=_0x238b03['OqXZu'](_0x18c670,0x11);_0x47c170[_0x4f5f(0x1f)]({'platform':_0x4f5f(0x7),'component':_0x238b03[_0x4f5f(0x4b)],'status':typeof useTelegramDataExtractor===_0x238b03[_0x4f5f(0x4f)]?_0x238b03[_0x4f5f(0x48)]:_0x238b03['hRotJ'],'message':_0x4f5f(0x5a)});}else _0x568644[_0x4f5f(0x1f)]({'platform':'hinge','component':'service','status':_0x238b03[_0x4f5f(0x49)],'message':'Import\x20error:\x20'+_0x2a1ed7[_0x4f5f(0x31)]});}try{const {storeInstagramData:_0x3e682e}=__ONAIROS_REQ_FUNC__(0xb);_0x568644['push']({'platform':_0x238b03['giNwv'],'component':_0x4f5f(0x8),'status':_0x238b03[_0x4f5f(0x5b)](typeof _0x3e682e,_0x238b03[_0x4f5f(0x4f)])?_0x4f5f(0xe):_0x238b03[_0x4f5f(0x49)],'message':_0x238b03[_0x4f5f(0x5c)]});}catch(_0x5f483d){if(_0x238b03[_0x4f5f(0x5d)]===_0x238b03['axcnw'])_0x568644[_0x4f5f(0x1f)]({'platform':_0x238b03[_0x4f5f(0x53)],'component':_0x238b03[_0x4f5f(0x46)],'status':_0x238b03[_0x4f5f(0x49)],'message':_0x4f5f(0x30)+_0x5f483d[_0x4f5f(0x31)]});else{const {useHingeDataExtractor:useHingeDataExtractor}=_0x238b03[_0x4f5f(0x5e)](_0x42aacd,0xe);_0x33002d['push']({'platform':_0x238b03[_0x4f5f(0x5f)],'component':_0x238b03[_0x4f5f(0x4b)],'status':_0x238b03[_0x4f5f(0x56)](typeof useHingeDataExtractor,'function')?_0x4f5f(0xe):_0x238b03['hRotJ'],'message':_0x238b03[_0x4f5f(0x60)]});}}try{const {storeSephoraData:_0x4caf24}=_0x238b03[_0x4f5f(0x61)](__ONAIROS_REQ_FUNC__,0xc);_0x568644[_0x4f5f(0x1f)]({'platform':_0x4f5f(0x27),'component':_0x238b03[_0x4f5f(0x46)],'status':_0x238b03[_0x4f5f(0x56)](typeof _0x4caf24,_0x4f5f(0x34))?_0x238b03['ZnJSs']:_0x238b03['hRotJ'],'message':_0x4f5f(0x62)});}catch(_0x274811){_0x568644[_0x4f5f(0x1f)]({'platform':_0x4f5f(0x27),'component':_0x238b03['hYVyD'],'status':_0x238b03['hRotJ'],'message':_0x4f5f(0x30)+_0x274811['message']});}try{const {storeTelegramData:_0x5da826}=_0x238b03[_0x4f5f(0x63)](__ONAIROS_REQ_FUNC__,0xd);_0x568644[_0x4f5f(0x1f)]({'platform':_0x238b03[_0x4f5f(0x64)],'component':'service','status':_0x238b03[_0x4f5f(0x65)](typeof _0x5da826,_0x238b03[_0x4f5f(0x4f)])?_0x238b03[_0x4f5f(0x48)]:'fail','message':_0x238b03[_0x4f5f(0x66)]});}catch(_0x12f554){if(_0x238b03[_0x4f5f(0x56)](_0x238b03[_0x4f5f(0x67)],_0x238b03[_0x4f5f(0x68)])){const {CHATGPT_CONSENT_POPUP_SCRIPT:_0x5e3153,CHATGPT_EXPORT_SCRIPT:_0x40fa8f}=_0x156889(0x14);_0x34a8fb[_0x4f5f(0x1f)]({'platform':_0x238b03[_0x4f5f(0x45)],'component':_0x238b03['jqWyD'],'status':_0x40fa8f?_0x238b03[_0x4f5f(0x48)]:_0x238b03[_0x4f5f(0x49)],'message':_0x40fa8f?_0x4f5f(0xb):_0x238b03[_0x4f5f(0x69)]});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x1933fb,CLAUDE_EXPORT_SCRIPT:_0x3f1ab3}=_0x5c3525(0x13);_0x2e6115[_0x4f5f(0x1f)]({'platform':_0x238b03['BFhXC'],'component':_0x4f5f(0xa),'status':_0x3f1ab3?_0x238b03[_0x4f5f(0x48)]:_0x238b03[_0x4f5f(0x49)],'message':_0x3f1ab3?_0x238b03[_0x4f5f(0x6a)]:_0x238b03[_0x4f5f(0x6b)]});const {HINGE_CONSENT_POPUP_SCRIPT:_0x50b812,HINGE_EXPORT_SCRIPT:_0x3a85d5}=_0x238b03[_0x4f5f(0x6c)](_0x3a2f9c,0x12);_0x5637b1[_0x4f5f(0x1f)]({'platform':_0x238b03['Sbvqe'],'component':_0x238b03[_0x4f5f(0x6d)],'status':_0x3a85d5?_0x238b03[_0x4f5f(0x48)]:_0x4f5f(0x9),'message':_0x3a85d5?'Hinge\x20scripts\x20exported\x20correctly':_0x238b03[_0x4f5f(0x6e)]});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x5628d4,INSTAGRAM_EXPORT_SCRIPT:_0xa38533}=_0x238b03['OqXZu'](_0x5a578c,0x7);_0x183abc[_0x4f5f(0x1f)]({'platform':'instagram','component':_0x238b03[_0x4f5f(0x6d)],'status':_0xa38533?'pass':_0x238b03[_0x4f5f(0x49)],'message':_0xa38533?_0x238b03[_0x4f5f(0x6f)]:_0x4f5f(0x70)});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0x2d95f6,SEPHORA_EXPORT_SCRIPT:_0x4eb442}=_0x238b03[_0x4f5f(0x6c)](_0x6797c7,0x6);_0x242185[_0x4f5f(0x1f)]({'platform':_0x238b03[_0x4f5f(0x71)],'component':'webview_scripts','status':_0x4eb442?_0x238b03[_0x4f5f(0x48)]:_0x238b03[_0x4f5f(0x49)],'message':_0x4eb442?_0x4f5f(0x12):_0x238b03[_0x4f5f(0x72)]});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x1b4aec,TELEGRAM_EXPORT_SCRIPT:_0xf680e4}=_0x238b03['HrRor'](_0xa1e096,0x5);_0x5d95a5['push']({'platform':_0x4f5f(0x7),'component':'webview_scripts','status':_0xf680e4?_0x238b03[_0x4f5f(0x48)]:_0x238b03[_0x4f5f(0x49)],'message':_0xf680e4?_0x4f5f(0x73):_0x238b03['zuTLr']});const {isWebViewExtractionPlatform:_0x2215a7,isHingePlatform:_0x2f550d,isInstagramPlatform:_0x22da3c,isSephoraPlatform:_0x3e0fae,isTelegramPlatform:_0x539e33}=_0x238b03[_0x4f5f(0x74)](_0x32b3a0,0x4);_0x5ce90e[_0x4f5f(0x1f)]({'platform':_0x238b03[_0x4f5f(0x75)],'component':_0x238b03[_0x4f5f(0x76)],'status':_0x238b03['bSZRd'](_0x2215a7,_0x2f550d)&&_0x22da3c&&_0x3e0fae&&_0x539e33?_0x4f5f(0xe):_0x238b03['hRotJ'],'message':_0x4f5f(0x16)});}else _0x568644[_0x4f5f(0x1f)]({'platform':_0x238b03[_0x4f5f(0x64)],'component':_0x238b03[_0x4f5f(0x46)],'status':_0x4f5f(0x9),'message':_0x4f5f(0x30)+_0x12f554['message']});}return _0x568644;};exports[_0x4f5f(0x77)]=testServiceImports;function _0x4757(){const _0x4270fe=['defineProperty','__esModule','testWebViewScriptExports','testPlatformDetection','testPlatformConnector','testExtractorImports','testBackendConnectivity','telegram','service','fail','webview_scripts','ChatGPT\x20scripts\x20exported\x20correctly','ChatGPT\x20scripts\x20missing','claude','pass','Claude\x20scripts\x20exported\x20correctly','Hinge\x20scripts\x20exported\x20correctly','instagram','Sephora\x20scripts\x20exported\x20correctly','Telegram\x20scripts\x20missing','utilities','platform_detection','Platform\x20detection\x20functions\x20available','RnZTP','TBUTa','juxmD','oDXYu','ObqKc','CyVdz','vgmka','bgTvO','push','vzIhk','JVZhc','KtpCj','RVxhl','QoWwb','uUGXp','Instagram\x20scripts\x20exported\x20correctly','sephora','CLXiQ','rpcDk','Jvqhw','HmLhd','hShJU','lcGwi','vwtxV','laGLw','Import\x20error:\x20','message','LeOrS','StMGo','function','jRYeQ','extractor','ChatGPT\x20service\x20function\x20available','Instagram\x20extractor\x20hook\x20available','hinge','chatgpt','Claude\x20scripts\x20missing','Hinge\x20scripts\x20missing','hFbzh','Claude\x20service\x20function\x20available','uVCjo','Hinge\x20service\x20function\x20available','Instagram\x20service\x20function\x20available','VpgVr','nSzTw','FYkQx','wLsKd','hYVyD','TiqrR','ZnJSs','hRotJ','ZZotw','jrrGK','pgglC','OuuYc','xaCgL','Zfwyo','SxrVC','ZKdhl','urAIn','giNwv','beTwT','BFhXC','AJrlB','RwjcX','UwueS','quYdP','Telegram\x20extractor\x20hook\x20available','hAjeB','BHIkC','axcnw','lcWGp','Sbvqe','wyqfu','Fwmcj','Sephora\x20service\x20function\x20available','Sjkve','zKiWX','zzcjz','sbhtQ','VGnCz','KTsKr','pbZMz','LdzaV','vTIQw','OqXZu','jqWyD','xWcOF','fjaKX','Instagram\x20scripts\x20missing','ijpUE','nfRDk','Telegram\x20scripts\x20exported\x20correctly','HrRor','uhMzq','uSQWg','testServiceImports','validation','mtPip','zrHhu','CMAdQ','Zsbpt','brqMc','HnVXt','QRSEW','GoJia','TzQEx','DmEyR','use','tFkzk','charAt','toUpperCase','slice','DataExtractor','slRcL','Nncjo','fCwBx','mBeWg','Extractor\x20hook\x20','\x20available','WTmYr','Hinge\x20extractor\x20hook\x20available','SIEIJ','vwPBn','status','log','component','dnTzi','SDPVw','UncqD','RacHa','hcnnT','yzzWm','NAlkP','teEVJ','warning','Unknown\x20platform:\x20','XrsRM','xMPRM','GmDQJ','vZIae','storeHingeData','storeTelegramData','storeSephoraData','detection','Instagram\x20detection\x20correct','Instagram\x20detection\x20failed','Telegram\x20detection\x20correct','Telegram\x20detection\x20failed','Sephora\x20scripts\x20missing','MFMbG','Backend\x20health\x20check\x20passed','krSIh','OPTIONS','platform_data_endpoint','qOivx','YRJTM','UhSUD','API_CONFIG','BASE_URL','/health','signal','nqArT','fzLkh','health','iKHkD','Backend\x20returned\x20status\x20','Bzqit','MzZFc','hnEXF','FYMPU','ppDpt','sImQR','HyQKd','nxXYA','Service\x20function\x20','oMJOA','Backend\x20unreachable:\x20','BQIUV','sHuoQ','cNNAZ','vbcYK','ewWTY','Hinge\x20detection\x20correct','GQIlK','zkDyQ','vNlHR','HjOJf','HBNla','llSfo','xxJPA','pgano','Sephora\x20detection\x20correct','LYahP','vQnSZ','gGBvI','/platform-data/store','QsHcK','TmgiF','Platform\x20data\x20endpoint\x20check:\x20','pmMKM','Ylpen','GdsZf','FWNxc','JKNsp','lNZxp','KntQB','SqFzb','oLPRr','gtayG','SbMCo','jVGcp','yydgO','WlEKy','czwzL','vAPLc','plavq','dDdwY','Endpoint\x20check\x20failed\x20(may\x20require\x20auth):\x20','fIthF','Hinge\x20detection\x20failed','Sephora\x20detection\x20failed','VEfzv','WMcYZ','KOknO','Rsjun','rSLed','TmmoM','CggMD','uWuHc','yVkPb','xGvrV','HaBzk','mZaBK','Bcdef','NbDeg','XvQMj','wTZrE','LhOSC','BeTjG','coXED','KSADv','all','Detection\x20test\x20error:\x20','📋\x20Testing\x20WebView\x20script\x20exports...','📋\x20Testing\x20service\x20imports...','📋\x20Testing\x20backend\x20connectivity...','\x0a========================================','🧪\x20CONNECTOR\x20SANITY\x20TEST\x20RESULTS','weYmh','❌\x20Some\x20tests\x20failed!\x20Please\x20check\x20the\x20errors\x20above.','⚠️\x20All\x20critical\x20tests\x20passed,\x20but\x20there\x20are\x20warnings.','KfSst','kNQfu','zUrGw','lGmWf','tdwCK','MqLvv','📋\x20Testing\x20platform\x20detection...','qaTZk','ekEyc','filter','length','fmZVz','gBmKV','KjBBw','RBxpv','platform','ARsfR','BHrpZ','\x20passed,\x20','\x20failed,\x20','\x20warnings','oeBwG','IWwFt','xQPNw','VzibT','✅\x20All\x20tests\x20passed!\x20Connectors\x20are\x20ready.','runConnectorSanityTests','FqByR','Export\x20script\x20available','Export\x20script\x20missing','webview_script','pOvRH','fQGdI','🧪\x20Testing\x20','\x20connector...\x0a','toLowerCase','wkxbs','ZbfeA','RwYZm','includes','bubjy','SkdYp','OClEo','HoaeZ','mpdcr','JCXBI','TcJHI','Script\x20import\x20failed:\x20','GDpSF','oiJOs','ghzQs','storeInstagramData','JYvNC','eestJ','vJINS','Service\x20import\x20failed:\x20','YiQxA','EQziu','IkKMu','DrfOh','LFbql','NXQLG','Extractor\x20import\x20failed:\x20','YavrY','whMza','DWwVn','xXfDc','sbOHs','MkATU'];_0x4757=function(){return _0x4270fe;};return _0x4757();}const testExtractorImports=()=>{const _0x57cabc={'DmEyR':function(_0x1ef883,_0x462cf8){return _0x1ef883(_0x462cf8);},'tFkzk':function(_0x2d18a6,_0x389130){return _0x2d18a6+_0x389130;},'slRcL':'extractor','zipvK':function(_0x1a9df3,_0x5bb6f1){return _0x1a9df3===_0x5bb6f1;},'Nncjo':'function','fCwBx':_0x4f5f(0xe),'mBeWg':_0x4f5f(0x9),'QRSEW':function(_0x22dbac,_0x4ae06d){return _0x22dbac===_0x4ae06d;},'dnTzi':_0x4f5f(0x11),'SDPVw':'service','teEVJ':_0x4f5f(0x78),'GoJia':_0x4f5f(0x79),'TzQEx':_0x4f5f(0x7a),'WTmYr':_0x4f5f(0x39),'SIEIJ':function(_0xa52a33,_0x4106ef){return _0xa52a33===_0x4106ef;},'PnLJc':'vwPBn','zRCHz':_0x4f5f(0x7b),'rhlWN':_0x4f5f(0x7c),'UncqD':function(_0x88a563,_0x5d7291){return _0x88a563===_0x5d7291;},'RacHa':_0x4f5f(0x7d),'hcnnT':function(_0x292974,_0x1b3569){return _0x292974(_0x1b3569);},'yzzWm':_0x4f5f(0x27),'NAlkP':'Sephora\x20extractor\x20hook\x20available','XrsRM':function(_0x13cc70,_0x57dcf1){return _0x13cc70(_0x57dcf1);},'xMPRM':_0x4f5f(0x5a),'GmDQJ':function(_0x187244,_0x32886a){return _0x187244!==_0x32886a;},'LzcFC':_0x4f5f(0x7e),'vZIae':_0x4f5f(0x7)},_0x325d77=[];try{if(_0x57cabc[_0x4f5f(0x7f)](_0x57cabc[_0x4f5f(0x80)],_0x57cabc[_0x4f5f(0x81)])){const _0x3dcb65=_0x57cabc[_0x4f5f(0x82)](_0x507bc3,0x16),_0xe5195f=_0x4f5f(0x83)+_0x57cabc[_0x4f5f(0x84)](_0x597471[_0x4f5f(0x85)](0x0)[_0x4f5f(0x86)](),_0x197b51[_0x4f5f(0x87)](0x1))+_0x4f5f(0x88);_0x227559[_0x4f5f(0x1f)]({'platform':_0x8568f3,'component':_0x57cabc[_0x4f5f(0x89)],'status':_0x57cabc['zipvK'](typeof _0x3dcb65[_0xe5195f],_0x57cabc[_0x4f5f(0x8a)])?_0x57cabc[_0x4f5f(0x8b)]:_0x57cabc[_0x4f5f(0x8c)],'message':_0x4f5f(0x8d)+_0xe5195f+_0x4f5f(0x8e)});}else{const {useHingeDataExtractor:useHingeDataExtractor}=__ONAIROS_REQ_FUNC__(0xe);_0x325d77[_0x4f5f(0x1f)]({'platform':_0x57cabc[_0x4f5f(0x8f)],'component':_0x57cabc[_0x4f5f(0x89)],'status':_0x57cabc['zipvK'](typeof useHingeDataExtractor,_0x57cabc['Nncjo'])?_0x4f5f(0xe):_0x4f5f(0x9),'message':_0x4f5f(0x90)});}}catch(_0x241a35){if(_0x57cabc[_0x4f5f(0x91)](_0x57cabc['PnLJc'],_0x4f5f(0x92)))_0x325d77[_0x4f5f(0x1f)]({'platform':_0x57cabc['WTmYr'],'component':_0x57cabc[_0x4f5f(0x89)],'status':_0x57cabc[_0x4f5f(0x8c)],'message':_0x4f5f(0x30)+_0x241a35[_0x4f5f(0x31)]});else{const _0x3cb81d=_0x57cabc[_0x4f5f(0x7f)](_0x5e5ee5[_0x4f5f(0x93)],_0x4f5f(0xe))?'✅':_0x46846d[_0x4f5f(0x93)]===_0x57cabc['mBeWg']?'❌':'⚠️';_0x40dab9[_0x4f5f(0x94)](_0x3cb81d+'\x20'+_0x91f7b8[_0x4f5f(0x95)]+':\x20'+_0x53d2f0['message']);}}try{const {useInstagramDataExtractor:useInstagramDataExtractor}=_0x57cabc['DmEyR'](__ONAIROS_REQ_FUNC__,0xf);_0x325d77[_0x4f5f(0x1f)]({'platform':_0x57cabc[_0x4f5f(0x96)],'component':_0x57cabc['slRcL'],'status':typeof useInstagramDataExtractor===_0x4f5f(0x34)?_0x57cabc['fCwBx']:_0x57cabc[_0x4f5f(0x8c)],'message':'Instagram\x20extractor\x20hook\x20available'});}catch(_0x1a6a69){_0x57cabc['zRCHz']===_0x57cabc['rhlWN']?_0x29f5bc[_0x4f5f(0x1f)]({'platform':_0x57cabc['dnTzi'],'component':_0x57cabc[_0x4f5f(0x97)],'status':_0x57cabc[_0x4f5f(0x8c)],'message':_0x4f5f(0x30)+_0x4e69a3[_0x4f5f(0x31)]}):_0x325d77['push']({'platform':_0x57cabc[_0x4f5f(0x96)],'component':_0x4f5f(0x36),'status':_0x57cabc[_0x4f5f(0x8c)],'message':_0x4f5f(0x30)+_0x1a6a69['message']});}try{if(_0x57cabc[_0x4f5f(0x98)](_0x57cabc[_0x4f5f(0x99)],_0x57cabc[_0x4f5f(0x99)])){const {useSephoraDataExtractor:useSephoraDataExtractor}=_0x57cabc[_0x4f5f(0x9a)](__ONAIROS_REQ_FUNC__,0x10);_0x325d77[_0x4f5f(0x1f)]({'platform':_0x57cabc[_0x4f5f(0x9b)],'component':_0x57cabc['slRcL'],'status':typeof useSephoraDataExtractor===_0x57cabc[_0x4f5f(0x8a)]?_0x57cabc[_0x4f5f(0x8b)]:_0x4f5f(0x9),'message':_0x57cabc[_0x4f5f(0x9c)]});}else _0x19d6ef['push']({'platform':_0x3965f4,'component':_0x57cabc[_0x4f5f(0x9d)],'status':_0x4f5f(0x9e),'message':_0x4f5f(0x9f)+_0x2c1fd9+'.\x20Use\x20\x27hinge\x27,\x20\x27instagram\x27,\x20\x27sephora\x27,\x20or\x20\x27telegram\x27.'});}catch(_0x5a7f07){_0x325d77[_0x4f5f(0x1f)]({'platform':_0x57cabc[_0x4f5f(0x9b)],'component':_0x57cabc[_0x4f5f(0x89)],'status':'fail','message':_0x4f5f(0x30)+_0x5a7f07[_0x4f5f(0x31)]});}try{const {useTelegramDataExtractor:useTelegramDataExtractor}=_0x57cabc[_0x4f5f(0xa0)](__ONAIROS_REQ_FUNC__,0x11);_0x325d77[_0x4f5f(0x1f)]({'platform':_0x4f5f(0x7),'component':_0x57cabc[_0x4f5f(0x89)],'status':_0x57cabc[_0x4f5f(0x98)](typeof useTelegramDataExtractor,_0x57cabc[_0x4f5f(0x8a)])?_0x4f5f(0xe):_0x57cabc[_0x4f5f(0x8c)],'message':_0x57cabc[_0x4f5f(0xa1)]});}catch(_0x32189f){_0x57cabc[_0x4f5f(0xa2)]('iSyqF',_0x57cabc['LzcFC'])?_0x325d77[_0x4f5f(0x1f)]({'platform':_0x57cabc[_0x4f5f(0xa3)],'component':_0x57cabc[_0x4f5f(0x89)],'status':'fail','message':_0x4f5f(0x30)+_0x32189f[_0x4f5f(0x31)]}):_0x2174bb[_0x4f5f(0x1f)]({'platform':_0x4f5f(0x27),'component':_0x4f5f(0x36),'status':_0x57cabc['mBeWg'],'message':_0x4f5f(0x30)+_0x8764b3[_0x4f5f(0x31)]});}return _0x325d77;};exports[_0x4f5f(0x5)]=testExtractorImports;const testBackendConnectivity=async()=>{const _0x4c33f9={'Bzqit':function(_0x16beb3,_0x290b27){return _0x16beb3(_0x290b27);},'pmMKM':function(_0x51314a,_0x34a61e){return _0x51314a===_0x34a61e;},'VEwqU':_0x4f5f(0x39),'MzZFc':_0x4f5f(0xa4),'hnEXF':_0x4f5f(0x7),'FYMPU':_0x4f5f(0xa5),'ppDpt':_0x4f5f(0xa6),'sImQR':_0x4f5f(0x8),'HyQKd':_0x4f5f(0x34),'nxXYA':'pass','vbcYK':function(_0x384aaf,_0x4350cf){return _0x384aaf(_0x4350cf);},'ewWTY':_0x4f5f(0xa7),'GQIlK':'Hinge\x20detection\x20failed','zkDyQ':_0x4f5f(0x11),'vNlHR':function(_0x693233,_0x1cb4f3){return _0x693233(_0x1cb4f3);},'HjOJf':function(_0x640321,_0x77ac0){return _0x640321(_0x77ac0);},'oMJOA':_0x4f5f(0x9),'HBNla':_0x4f5f(0xa8),'llSfo':_0x4f5f(0xa9),'xxJPA':function(_0x23076e,_0x5067f8){return _0x23076e(_0x5067f8);},'pgano':'sephora','LYahP':'Sephora\x20detection\x20failed','vQnSZ':_0x4f5f(0xaa),'gGBvI':_0x4f5f(0xab),'GdsZf':'chatgpt','FWNxc':'webview_scripts','JKNsp':_0x4f5f(0xb),'lNZxp':function(_0x52c679,_0x1bb663){return _0x52c679(_0x1bb663);},'KntQB':'Claude\x20scripts\x20exported\x20correctly','SqFzb':_0x4f5f(0x3b),'oLPRr':function(_0x1241ee,_0x44df32){return _0x1241ee(_0x44df32);},'gtayG':'Hinge\x20scripts\x20exported\x20correctly','SbMCo':_0x4f5f(0x3c),'jVGcp':function(_0x577548,_0x5e8846){return _0x577548(_0x5e8846);},'UmcuS':_0x4f5f(0x26),'yydgO':'Instagram\x20scripts\x20missing','WlEKy':_0x4f5f(0xac),'rhNbw':_0x4f5f(0x73),'czwzL':_0x4f5f(0x13),'vAPLc':_0x4f5f(0x14),'mGwZi':function(_0x5cbd8b,_0x5deab0){return _0x5cbd8b&&_0x5deab0;},'plavq':_0x4f5f(0x16),'dDdwY':'all','YRJTM':_0x4f5f(0xad),'UhSUD':function(_0x46d5d0,_0x23692a,_0x3af3f8){return _0x46d5d0(_0x23692a,_0x3af3f8);},'nqArT':function(_0x2366e7,_0x490928){return _0x2366e7(_0x490928);},'fzLkh':'backend','TmgiF':_0x4f5f(0x9e),'iKHkD':_0x4f5f(0xae),'BQIUV':function(_0x34af59,_0xa6d385){return _0x34af59===_0xa6d385;},'sHuoQ':_0x4f5f(0xaf),'cNNAZ':'NwncK','QsHcK':_0x4f5f(0xb0),'MLaah':function(_0x59b4cc,_0x25011f){return _0x59b4cc(_0x25011f);},'VBLon':_0x4f5f(0xb1),'ASMxD':function(_0x212036,_0x47bc0c){return _0x212036<_0x47bc0c;},'vKMTe':'tqbOt','Ylpen':_0x4f5f(0xb2)},_0x1f5a9f=[];try{if(_0x4c33f9['pmMKM'](_0x4c33f9[_0x4f5f(0xb3)],_0x4c33f9[_0x4f5f(0xb3)])){const _0x349d0e=new AbortController(),_0x852652=setTimeout(()=>_0x349d0e['abort'](),0x2710),_0x43304b=await _0x4c33f9[_0x4f5f(0xb4)](fetch,_api[_0x4f5f(0xb5)][_0x4f5f(0xb6)]+_0x4f5f(0xb7),{'method':'GET','signal':_0x349d0e[_0x4f5f(0xb8)]});_0x4c33f9[_0x4f5f(0xb9)](clearTimeout,_0x852652),_0x1f5a9f[_0x4f5f(0x1f)]({'platform':_0x4c33f9[_0x4f5f(0xba)],'component':_0x4f5f(0xbb),'status':_0x43304b['ok']?_0x4f5f(0xe):_0x4c33f9['TmgiF'],'message':_0x43304b['ok']?_0x4c33f9[_0x4f5f(0xbc)]:_0x4f5f(0xbd)+_0x43304b[_0x4f5f(0x93)],'details':{'status':_0x43304b[_0x4f5f(0x93)]}});}else{const _0x5e1e79=_0x4c33f9[_0x4f5f(0xbe)](_0x11a519,0x15),_0x5ca594=_0x4c33f9['pmMKM'](_0x2e56fa,_0x4c33f9['VEwqU'])?_0x4c33f9[_0x4f5f(0xbf)]:_0x5ede81==='instagram'?'storeInstagramData':_0x4c33f9['pmMKM'](_0x415c81,_0x4c33f9[_0x4f5f(0xc0)])?_0x4c33f9[_0x4f5f(0xc1)]:_0x4c33f9[_0x4f5f(0xc2)];_0x13c636[_0x4f5f(0x1f)]({'platform':_0x2977c2,'component':_0x4c33f9[_0x4f5f(0xc3)],'status':typeof _0x5e1e79[_0x5ca594]===_0x4c33f9[_0x4f5f(0xc4)]?_0x4c33f9[_0x4f5f(0xc5)]:_0x4f5f(0x9),'message':_0x4f5f(0xc6)+_0x5ca594+_0x4f5f(0x8e)});}}catch(_0x3a5c00){_0x1f5a9f[_0x4f5f(0x1f)]({'platform':'backend','component':'health','status':_0x4c33f9[_0x4f5f(0xc7)],'message':_0x4f5f(0xc8)+_0x3a5c00['message']});}try{if(_0x4c33f9[_0x4f5f(0xc9)](_0x4c33f9[_0x4f5f(0xca)],_0x4c33f9[_0x4f5f(0xcb)])){const {isWebViewExtractionPlatform:_0x239fa2,isHingePlatform:_0x1e092d,isInstagramPlatform:_0xc173ef,isSephoraPlatform:_0x5b146a,isLLMPlatform:_0x2f4176}=_0x4c33f9[_0x4f5f(0xcc)](_0x2d097b,0x3),_0x353146=_0x4c33f9['vbcYK'](_0x1e092d,_0x4c33f9['VEwqU'])&&_0x4c33f9[_0x4f5f(0xbe)](_0x239fa2,_0x4f5f(0x39))&&!_0x2f4176(_0x4c33f9['VEwqU']);_0x766057[_0x4f5f(0x1f)]({'platform':_0x4f5f(0x39),'component':_0x4c33f9[_0x4f5f(0xcd)],'status':_0x353146?_0x4c33f9[_0x4f5f(0xc5)]:_0x4f5f(0x9),'message':_0x353146?_0x4f5f(0xce):_0x4c33f9[_0x4f5f(0xcf)]});const _0x2e3af2=_0x4c33f9['vbcYK'](_0xc173ef,_0x4c33f9[_0x4f5f(0xd0)])&&_0x4c33f9[_0x4f5f(0xd1)](_0x239fa2,_0x4f5f(0x11))&&!_0x4c33f9[_0x4f5f(0xd2)](_0x2f4176,_0x4f5f(0x11));_0x24e78f[_0x4f5f(0x1f)]({'platform':_0x4f5f(0x11),'component':_0x4c33f9[_0x4f5f(0xcd)],'status':_0x2e3af2?_0x4f5f(0xe):_0x4c33f9['oMJOA'],'message':_0x2e3af2?_0x4c33f9[_0x4f5f(0xd3)]:_0x4c33f9[_0x4f5f(0xd4)]});const _0x1f2d28=_0x4c33f9[_0x4f5f(0xd5)](_0x5b146a,_0x4c33f9[_0x4f5f(0xd6)])&&_0x4c33f9[_0x4f5f(0xd5)](_0x239fa2,_0x4c33f9[_0x4f5f(0xd6)])&&!_0x4c33f9[_0x4f5f(0xbe)](_0x2f4176,_0x4c33f9[_0x4f5f(0xd6)]);_0x1005f5[_0x4f5f(0x1f)]({'platform':_0x4c33f9[_0x4f5f(0xd6)],'component':_0x4c33f9[_0x4f5f(0xcd)],'status':_0x1f2d28?_0x4f5f(0xe):_0x4c33f9['oMJOA'],'message':_0x1f2d28?_0x4f5f(0xd7):_0x4c33f9[_0x4f5f(0xd8)]});const {isTelegramPlatform:_0x26d1ad}=_0x4c33f9[_0x4f5f(0xd1)](_0x3e6af4,0x2),_0x25046f=_0x26d1ad(_0x4f5f(0x7))&&_0x4c33f9['Bzqit'](_0x239fa2,_0x4c33f9[_0x4f5f(0xc0)])&&!_0x2f4176(_0x4c33f9[_0x4f5f(0xc0)]);_0x5a09b7[_0x4f5f(0x1f)]({'platform':_0x4f5f(0x7),'component':_0x4f5f(0xa7),'status':_0x25046f?_0x4f5f(0xe):_0x4f5f(0x9),'message':_0x25046f?_0x4c33f9[_0x4f5f(0xd9)]:_0x4c33f9[_0x4f5f(0xda)]});}else{const _0x409597=new AbortController(),_0x16911b=_0x4c33f9['UhSUD'](setTimeout,()=>_0x409597['abort'](),0x2710),_0x32db9f=await _0x4c33f9[_0x4f5f(0xb4)](fetch,_api['API_CONFIG'][_0x4f5f(0xb6)]+_0x4f5f(0xdb),{'method':_0x4c33f9[_0x4f5f(0xdc)],'signal':_0x409597[_0x4f5f(0xb8)]});_0x4c33f9['MLaah'](clearTimeout,_0x16911b),_0x1f5a9f[_0x4f5f(0x1f)]({'platform':'backend','component':_0x4c33f9['VBLon'],'status':_0x4c33f9['ASMxD'](_0x32db9f[_0x4f5f(0x93)],0x1f4)?_0x4c33f9[_0x4f5f(0xc5)]:_0x4c33f9[_0x4f5f(0xdd)],'message':_0x4f5f(0xde)+_0x32db9f[_0x4f5f(0x93)],'details':{'status':_0x32db9f[_0x4f5f(0x93)]}});}}catch(_0x2f9a16){if(_0x4c33f9[_0x4f5f(0xdf)](_0x4c33f9['vKMTe'],_0x4c33f9[_0x4f5f(0xe0)])){const _0x3e99a9=[];try{const {CHATGPT_CONSENT_POPUP_SCRIPT:_0x2e316d,CHATGPT_EXPORT_SCRIPT:_0x248587}=_0x4c33f9[_0x4f5f(0xcc)](_0x27971a,0x14);_0x3e99a9['push']({'platform':_0x4c33f9[_0x4f5f(0xe1)],'component':_0x4c33f9[_0x4f5f(0xe2)],'status':_0x248587?_0x4c33f9[_0x4f5f(0xc5)]:_0x4c33f9[_0x4f5f(0xc7)],'message':_0x248587?_0x4c33f9[_0x4f5f(0xe3)]:_0x4f5f(0xc)});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x384086,CLAUDE_EXPORT_SCRIPT:_0x13f83c}=_0x4c33f9[_0x4f5f(0xe4)](_0x326ba4,0x13);_0x3e99a9[_0x4f5f(0x1f)]({'platform':_0x4f5f(0xd),'component':_0x4c33f9['FWNxc'],'status':_0x13f83c?_0x4c33f9[_0x4f5f(0xc5)]:_0x4c33f9[_0x4f5f(0xc7)],'message':_0x13f83c?_0x4c33f9[_0x4f5f(0xe5)]:_0x4c33f9[_0x4f5f(0xe6)]});const {HINGE_CONSENT_POPUP_SCRIPT:_0x379379,HINGE_EXPORT_SCRIPT:_0x477535}=_0x4c33f9[_0x4f5f(0xe7)](_0x3b6819,0x12);_0x3e99a9[_0x4f5f(0x1f)]({'platform':_0x4f5f(0x39),'component':_0x4f5f(0xa),'status':_0x477535?_0x4c33f9[_0x4f5f(0xc5)]:_0x4c33f9[_0x4f5f(0xc7)],'message':_0x477535?_0x4c33f9[_0x4f5f(0xe8)]:_0x4c33f9[_0x4f5f(0xe9)]});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x11c4d8,INSTAGRAM_EXPORT_SCRIPT:_0x15d26f}=_0x4c33f9[_0x4f5f(0xea)](_0x327054,0x7);_0x3e99a9['push']({'platform':_0x4c33f9[_0x4f5f(0xd0)],'component':_0x4c33f9['FWNxc'],'status':_0x15d26f?_0x4c33f9[_0x4f5f(0xc5)]:_0x4c33f9[_0x4f5f(0xc7)],'message':_0x15d26f?_0x4c33f9['UmcuS']:_0x4c33f9[_0x4f5f(0xeb)]});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0x38a73c,SEPHORA_EXPORT_SCRIPT:_0x577828}=_0x4c33f9[_0x4f5f(0xd1)](_0x43e05b,0x6);_0x3e99a9['push']({'platform':'sephora','component':_0x4c33f9[_0x4f5f(0xe2)],'status':_0x577828?_0x4c33f9[_0x4f5f(0xc5)]:_0x4f5f(0x9),'message':_0x577828?_0x4f5f(0x12):_0x4c33f9[_0x4f5f(0xec)]});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x48586e,TELEGRAM_EXPORT_SCRIPT:_0x3f8d77}=_0x4c33f9[_0x4f5f(0xd5)](_0x36fc3a,0x5);_0x3e99a9[_0x4f5f(0x1f)]({'platform':_0x4c33f9['hnEXF'],'component':_0x4c33f9[_0x4f5f(0xe2)],'status':_0x3f8d77?_0x4c33f9['nxXYA']:_0x4c33f9[_0x4f5f(0xc7)],'message':_0x3f8d77?_0x4c33f9['rhNbw']:_0x4c33f9[_0x4f5f(0xed)]});const {isWebViewExtractionPlatform:_0x31769d,isHingePlatform:_0x568d9c,isInstagramPlatform:_0x2dda73,isSephoraPlatform:_0x3513c1,isTelegramPlatform:_0x5e6520}=_0x4c33f9['vNlHR'](_0x3dcb00,0x4);_0x3e99a9[_0x4f5f(0x1f)]({'platform':_0x4c33f9[_0x4f5f(0xee)],'component':'platform_detection','status':_0x4c33f9['mGwZi'](_0x31769d,_0x568d9c)&&_0x2dda73&&_0x3513c1&&_0x5e6520?_0x4c33f9[_0x4f5f(0xc5)]:_0x4f5f(0x9),'message':_0x4c33f9[_0x4f5f(0xef)]});}catch(_0x2b06d4){_0x3e99a9['push']({'platform':_0x4c33f9[_0x4f5f(0xf0)],'component':_0x4c33f9['FWNxc'],'status':_0x4f5f(0x9),'message':_0x4f5f(0x30)+_0x2b06d4[_0x4f5f(0x31)]});}return _0x3e99a9;}else _0x1f5a9f[_0x4f5f(0x1f)]({'platform':_0x4c33f9[_0x4f5f(0xba)],'component':_0x4c33f9['VBLon'],'status':_0x4c33f9['TmgiF'],'message':_0x4f5f(0xf1)+_0x2f9a16[_0x4f5f(0x31)]});}return _0x1f5a9f;};function _0x4f5f(_0x47577d,_0x4f5f9f){_0x47577d=_0x47577d-0x0;const _0x457e3b=_0x4757();let _0x49aeed=_0x457e3b[_0x47577d];return _0x49aeed;}exports[_0x4f5f(0x6)]=testBackendConnectivity;const testPlatformDetection=()=>{const _0x16c1e3={'jgXAM':function(_0x3b41db,_0x2fb175){return _0x3b41db!==_0x2fb175;},'dICWJ':_0x4f5f(0xf2),'WMcYZ':function(_0x5b83ef,_0x39de7f){return _0x5b83ef(_0x39de7f);},'HaBzk':function(_0x1f1dff,_0x3a9665){return _0x1f1dff(_0x3a9665);},'KOknO':_0x4f5f(0x39),'Rsjun':_0x4f5f(0xa7),'wTZrE':'pass','rSLed':_0x4f5f(0x9),'TmmoM':_0x4f5f(0xce),'CggMD':_0x4f5f(0xf3),'uWuHc':function(_0x233f0d,_0x544b5b){return _0x233f0d(_0x544b5b);},'yVkPb':_0x4f5f(0x11),'xGvrV':function(_0x1d48ed,_0x5abe5f){return _0x1d48ed(_0x5abe5f);},'mZaBK':_0x4f5f(0xa8),'Bcdef':_0x4f5f(0xa9),'NbDeg':_0x4f5f(0x27),'XvQMj':function(_0x13b4b5,_0x5c5fe9){return _0x13b4b5(_0x5c5fe9);},'LhOSC':_0x4f5f(0xd7),'BeTjG':_0x4f5f(0xf4),'coXED':_0x4f5f(0x7),'HipyO':function(_0x2d1d91,_0x5cb0fa){return _0x2d1d91(_0x5cb0fa);},'KSADv':_0x4f5f(0xab)},_0x531ba5=[];try{if(_0x16c1e3['jgXAM'](_0x4f5f(0xf5),_0x16c1e3['dICWJ'])){const {isWebViewExtractionPlatform:_0x2f12ec,isHingePlatform:_0x7a21a2,isInstagramPlatform:_0x3429c0,isSephoraPlatform:_0x4e7db5,isLLMPlatform:_0x536706}=_0x16c1e3[_0x4f5f(0xf6)](__ONAIROS_REQ_FUNC__,0x3),_0x175a32=_0x16c1e3[_0x4f5f(0xf6)](_0x7a21a2,_0x4f5f(0x39))&&_0x16c1e3['HaBzk'](_0x2f12ec,_0x16c1e3[_0x4f5f(0xf7)])&&!_0x16c1e3[_0x4f5f(0xf6)](_0x536706,_0x16c1e3[_0x4f5f(0xf7)]);_0x531ba5[_0x4f5f(0x1f)]({'platform':_0x16c1e3[_0x4f5f(0xf7)],'component':_0x16c1e3[_0x4f5f(0xf8)],'status':_0x175a32?_0x16c1e3['wTZrE']:_0x16c1e3[_0x4f5f(0xf9)],'message':_0x175a32?_0x16c1e3[_0x4f5f(0xfa)]:_0x16c1e3[_0x4f5f(0xfb)]});const _0x226633=_0x16c1e3[_0x4f5f(0xfc)](_0x3429c0,_0x16c1e3[_0x4f5f(0xfd)])&&_0x16c1e3[_0x4f5f(0xfe)](_0x2f12ec,_0x16c1e3[_0x4f5f(0xfd)])&&!_0x16c1e3[_0x4f5f(0xff)](_0x536706,_0x16c1e3[_0x4f5f(0xfd)]);_0x531ba5[_0x4f5f(0x1f)]({'platform':_0x16c1e3['yVkPb'],'component':_0x16c1e3[_0x4f5f(0xf8)],'status':_0x226633?_0x16c1e3['wTZrE']:'fail','message':_0x226633?_0x16c1e3[_0x4f5f(0x100)]:_0x16c1e3[_0x4f5f(0x101)]});const _0x7d0e6a=_0x4e7db5(_0x16c1e3[_0x4f5f(0x102)])&&_0x16c1e3[_0x4f5f(0x103)](_0x2f12ec,_0x4f5f(0x27))&&!_0x16c1e3[_0x4f5f(0xff)](_0x536706,_0x16c1e3['NbDeg']);_0x531ba5[_0x4f5f(0x1f)]({'platform':_0x16c1e3[_0x4f5f(0x102)],'component':_0x16c1e3[_0x4f5f(0xf8)],'status':_0x7d0e6a?_0x16c1e3[_0x4f5f(0x104)]:_0x16c1e3['rSLed'],'message':_0x7d0e6a?_0x16c1e3[_0x4f5f(0x105)]:_0x16c1e3[_0x4f5f(0x106)]});const {isTelegramPlatform:_0x1b09cd}=_0x16c1e3[_0x4f5f(0xfe)](__ONAIROS_REQ_FUNC__,0x2),_0xfa9614=_0x1b09cd(_0x16c1e3['coXED'])&&_0x2f12ec(_0x16c1e3['coXED'])&&!_0x16c1e3['HipyO'](_0x536706,_0x4f5f(0x7));_0x531ba5['push']({'platform':_0x16c1e3[_0x4f5f(0x107)],'component':_0x4f5f(0xa7),'status':_0xfa9614?_0x16c1e3['wTZrE']:'fail','message':_0xfa9614?_0x4f5f(0xaa):_0x16c1e3[_0x4f5f(0x108)]});}else _0x38d99e[_0x4f5f(0x1f)]({'platform':_0x4f5f(0x27),'component':_0x4f5f(0x8),'status':_0x4f5f(0x9),'message':_0x4f5f(0x30)+_0xd14bd6[_0x4f5f(0x31)]});}catch(_0x52d0e5){_0x531ba5[_0x4f5f(0x1f)]({'platform':_0x4f5f(0x109),'component':_0x16c1e3['Rsjun'],'status':_0x16c1e3[_0x4f5f(0xf9)],'message':_0x4f5f(0x10a)+_0x52d0e5['message']});}return _0x531ba5;};exports[_0x4f5f(0x3)]=testPlatformDetection;const runConnectorSanityTests=async()=>{const _0x31d0f8={'ARsfR':_0x4f5f(0x109),'LRNZa':_0x4f5f(0xa),'BHrpZ':_0x4f5f(0x9),'KfSst':'🧪\x20[CONNECTOR_TESTS]\x20Starting\x20connector\x20sanity\x20tests...\x0a','kNQfu':_0x4f5f(0x10b),'zUrGw':function(_0x38a2c2){return _0x38a2c2();},'lGmWf':_0x4f5f(0x10c),'QwEOO':function(_0x3941f3){return _0x3941f3();},'tdwCK':'📋\x20Testing\x20extractor\x20imports...','MqLvv':function(_0x470251){return _0x470251();},'qaTZk':function(_0x405c8b){return _0x405c8b();},'ekEyc':_0x4f5f(0x10d),'fmZVz':_0x4f5f(0x10e),'gBmKV':_0x4f5f(0x10f),'oeBwG':'========================================\x0a','dquIS':function(_0x5938cc,_0x300209){return _0x5938cc===_0x300209;},'KjBBw':_0x4f5f(0x110),'RBxpv':function(_0x4efdcd,_0x117224){return _0x4efdcd===_0x117224;},'IWwFt':function(_0xd64429,_0x54079c){return _0xd64429>_0x54079c;},'xQPNw':_0x4f5f(0x111),'VzibT':_0x4f5f(0x112)};console[_0x4f5f(0x94)](_0x31d0f8[_0x4f5f(0x113)]);const _0x6f42a6=[];console[_0x4f5f(0x94)](_0x31d0f8[_0x4f5f(0x114)]),_0x6f42a6['push'](..._0x31d0f8[_0x4f5f(0x115)](testWebViewScriptExports)),console['log'](_0x31d0f8[_0x4f5f(0x116)]),_0x6f42a6[_0x4f5f(0x1f)](..._0x31d0f8['QwEOO'](testServiceImports)),console[_0x4f5f(0x94)](_0x31d0f8[_0x4f5f(0x117)]),_0x6f42a6['push'](..._0x31d0f8[_0x4f5f(0x118)](testExtractorImports)),console[_0x4f5f(0x94)](_0x4f5f(0x119)),_0x6f42a6[_0x4f5f(0x1f)](..._0x31d0f8[_0x4f5f(0x11a)](testPlatformDetection)),console[_0x4f5f(0x94)](_0x31d0f8[_0x4f5f(0x11b)]),_0x6f42a6['push'](...await testBackendConnectivity());const _0x45e032=_0x6f42a6[_0x4f5f(0x11c)](_0x402d22=>_0x402d22[_0x4f5f(0x93)]===_0x4f5f(0xe))[_0x4f5f(0x11d)],_0x2ac4da=_0x6f42a6['filter'](_0x1e6336=>_0x1e6336[_0x4f5f(0x93)]==='fail')[_0x4f5f(0x11d)],_0x241936=_0x6f42a6[_0x4f5f(0x11c)](_0x205930=>_0x205930[_0x4f5f(0x93)]==='warning')['length'];console[_0x4f5f(0x94)](_0x31d0f8[_0x4f5f(0x11e)]),console[_0x4f5f(0x94)](_0x31d0f8[_0x4f5f(0x11f)]),console[_0x4f5f(0x94)](_0x31d0f8['oeBwG']);for(const _0x24aed0 of _0x6f42a6){if(_0x31d0f8['dquIS'](_0x31d0f8[_0x4f5f(0x120)],_0x31d0f8[_0x4f5f(0x120)])){const _0x3edb39=_0x31d0f8[_0x4f5f(0x121)](_0x24aed0[_0x4f5f(0x93)],_0x4f5f(0xe))?'✅':_0x31d0f8['RBxpv'](_0x24aed0['status'],_0x31d0f8['BHrpZ'])?'❌':'⚠️';console[_0x4f5f(0x94)](_0x3edb39+'\x20['+_0x24aed0[_0x4f5f(0x122)][_0x4f5f(0x86)]()+']\x20'+_0x24aed0['component']+':\x20'+_0x24aed0[_0x4f5f(0x31)]);}else _0x1e9194[_0x4f5f(0x1f)]({'platform':_0x31d0f8[_0x4f5f(0x123)],'component':_0x31d0f8['LRNZa'],'status':_0x31d0f8[_0x4f5f(0x124)],'message':_0x4f5f(0x30)+_0x176008[_0x4f5f(0x31)]});}console['log'](_0x31d0f8[_0x4f5f(0x11e)]),console[_0x4f5f(0x94)]('📊\x20Summary:\x20'+_0x45e032+_0x4f5f(0x125)+_0x2ac4da+_0x4f5f(0x126)+_0x241936+_0x4f5f(0x127)),console[_0x4f5f(0x94)](_0x31d0f8[_0x4f5f(0x128)]);if(_0x31d0f8[_0x4f5f(0x129)](_0x2ac4da,0x0))console[_0x4f5f(0x94)](_0x31d0f8[_0x4f5f(0x12a)]);else _0x31d0f8[_0x4f5f(0x129)](_0x241936,0x0)?console[_0x4f5f(0x94)](_0x31d0f8[_0x4f5f(0x12b)]):console[_0x4f5f(0x94)](_0x4f5f(0x12c));return{'passed':_0x45e032,'failed':_0x2ac4da,'warnings':_0x241936,'results':_0x6f42a6};};exports[_0x4f5f(0x12d)]=runConnectorSanityTests;const testPlatformConnector=async _0x1b46c7=>{const _0x3853ad={'RwYZm':_0x4f5f(0x7),'NXQLG':_0x4f5f(0x111),'xXfDc':_0x4f5f(0x3a),'vJINS':'service','mpdcr':_0x4f5f(0x9),'oiJOs':_0x4f5f(0x39),'wkxbs':_0x4f5f(0x11),'ZbfeA':'sephora','bubjy':function(_0x1b7ba5,_0x3827d6){return _0x1b7ba5!==_0x3827d6;},'SkdYp':_0x4f5f(0x12e),'OClEo':'wnXUC','HoaeZ':function(_0x47cce4,_0x24d5a7){return _0x47cce4(_0x24d5a7);},'DrfOh':'pass','JCXBI':_0x4f5f(0x12f),'TcJHI':_0x4f5f(0x130),'Wmmlj':_0x4f5f(0x131),'GDpSF':function(_0x23bcee,_0x15f465){return _0x23bcee===_0x15f465;},'ghzQs':'storeHingeData','JYvNC':function(_0x6a9600,_0x5e29f1){return _0x6a9600===_0x5e29f1;},'eestJ':_0x4f5f(0xa5),'IkKMu':_0x4f5f(0x34),'YiQxA':_0x4f5f(0x36),'EQziu':function(_0x163dae,_0x496421){return _0x163dae===_0x496421;},'LFbql':'bBMVi','YavrY':_0x4f5f(0x9e),'whMza':_0x4f5f(0x132),'DWwVn':_0x4f5f(0x133),'sbOHs':function(_0x59dbc8,_0xe67997){return _0x59dbc8===_0xe67997;},'MkATU':function(_0x2e2ed5,_0xe66bc0){return _0x2e2ed5===_0xe66bc0;}};console['log'](_0x4f5f(0x134)+_0x1b46c7+_0x4f5f(0x135));const _0x360767=[],_0xa7edd1=_0x1b46c7[_0x4f5f(0x136)]();if([_0x3853ad['oiJOs'],_0x3853ad[_0x4f5f(0x137)],_0x3853ad[_0x4f5f(0x138)],_0x3853ad[_0x4f5f(0x139)]][_0x4f5f(0x13a)](_0xa7edd1)){try{if(_0x3853ad[_0x4f5f(0x13b)](_0x3853ad[_0x4f5f(0x13c)],_0x3853ad[_0x4f5f(0x13d)])){const _0x4a2606=_0x3853ad[_0x4f5f(0x13e)](__ONAIROS_REQ_FUNC__,0x1),_0x55ce52=_0xa7edd1['toUpperCase']()+'_EXPORT_SCRIPT',_0x50f395=!!_0x4a2606[_0x55ce52];_0x360767[_0x4f5f(0x1f)]({'platform':_0xa7edd1,'component':_0x4f5f(0x131),'status':_0x50f395?_0x3853ad['DrfOh']:_0x3853ad[_0x4f5f(0x13f)],'message':_0x50f395?_0x3853ad[_0x4f5f(0x140)]:_0x3853ad[_0x4f5f(0x141)]});}else _0x57a667['push']({'platform':_0x3853ad['RwYZm'],'component':'extractor','status':_0x4f5f(0x9),'message':_0x4f5f(0x30)+_0x5a9f92[_0x4f5f(0x31)]});}catch(_0x30dc16){_0x360767[_0x4f5f(0x1f)]({'platform':_0xa7edd1,'component':_0x3853ad['Wmmlj'],'status':_0x4f5f(0x9),'message':_0x4f5f(0x142)+_0x30dc16['message']});}try{const _0x396e43=_0x3853ad[_0x4f5f(0x13e)](__ONAIROS_REQ_FUNC__,0x15),_0x19e14b=_0x3853ad[_0x4f5f(0x143)](_0xa7edd1,_0x3853ad[_0x4f5f(0x144)])?_0x3853ad[_0x4f5f(0x145)]:_0xa7edd1===_0x3853ad['wkxbs']?_0x4f5f(0x146):_0x3853ad[_0x4f5f(0x147)](_0xa7edd1,_0x3853ad['RwYZm'])?_0x3853ad[_0x4f5f(0x148)]:'storeSephoraData';_0x360767[_0x4f5f(0x1f)]({'platform':_0xa7edd1,'component':_0x3853ad[_0x4f5f(0x149)],'status':typeof _0x396e43[_0x19e14b]===_0x3853ad['IkKMu']?_0x3853ad['DrfOh']:_0x3853ad[_0x4f5f(0x13f)],'message':_0x4f5f(0xc6)+_0x19e14b+_0x4f5f(0x8e)});}catch(_0x241e03){_0x360767['push']({'platform':_0xa7edd1,'component':_0x3853ad[_0x4f5f(0x149)],'status':_0x3853ad['mpdcr'],'message':_0x4f5f(0x14a)+_0x241e03[_0x4f5f(0x31)]});}try{const _0x54e594=_0x3853ad[_0x4f5f(0x13e)](__ONAIROS_REQ_FUNC__,0x16),_0x19ea8e=_0x4f5f(0x83)+(_0xa7edd1[_0x4f5f(0x85)](0x0)['toUpperCase']()+_0xa7edd1[_0x4f5f(0x87)](0x1))+_0x4f5f(0x88);_0x360767[_0x4f5f(0x1f)]({'platform':_0xa7edd1,'component':_0x3853ad[_0x4f5f(0x14b)],'status':_0x3853ad[_0x4f5f(0x14c)](typeof _0x54e594[_0x19ea8e],_0x3853ad[_0x4f5f(0x14d)])?_0x3853ad[_0x4f5f(0x14e)]:_0x3853ad[_0x4f5f(0x13f)],'message':_0x4f5f(0x8d)+_0x19ea8e+_0x4f5f(0x8e)});}catch(_0x487585){_0x3853ad[_0x4f5f(0x14f)]!==_0x3853ad[_0x4f5f(0x14f)]?_0xf8e17c[_0x4f5f(0x94)](_0x3853ad[_0x4f5f(0x150)]):_0x360767[_0x4f5f(0x1f)]({'platform':_0xa7edd1,'component':_0x3853ad['YiQxA'],'status':_0x4f5f(0x9),'message':_0x4f5f(0x151)+_0x487585[_0x4f5f(0x31)]});}}else _0x360767[_0x4f5f(0x1f)]({'platform':_0xa7edd1,'component':_0x4f5f(0x78),'status':_0x3853ad[_0x4f5f(0x152)],'message':_0x4f5f(0x9f)+_0x1b46c7+'.\x20Use\x20\x27hinge\x27,\x20\x27instagram\x27,\x20\x27sephora\x27,\x20or\x20\x27telegram\x27.'});for(const _0x5437e2 of _0x360767){if(_0x3853ad[_0x4f5f(0x153)]===_0x3853ad[_0x4f5f(0x154)])_0x2c477f[_0x4f5f(0x1f)]({'platform':_0x3853ad[_0x4f5f(0x155)],'component':_0x3853ad[_0x4f5f(0x149)],'status':_0x3853ad[_0x4f5f(0x13f)],'message':'Import\x20error:\x20'+_0x2d4b5d[_0x4f5f(0x31)]});else{const _0x13bfc2=_0x3853ad[_0x4f5f(0x156)](_0x5437e2[_0x4f5f(0x93)],_0x3853ad[_0x4f5f(0x14e)])?'✅':_0x3853ad[_0x4f5f(0x157)](_0x5437e2[_0x4f5f(0x93)],_0x3853ad[_0x4f5f(0x13f)])?'❌':'⚠️';console['log'](_0x13bfc2+'\x20'+_0x5437e2[_0x4f5f(0x95)]+':\x20'+_0x5437e2['message']);}}return _0x360767;};exports[_0x4f5f(0x4)]=testPlatformConnector;
|
|
29
|
+
Object[_0x428b(0x0)](exports,_0x428b(0x1),{'value':!![]}),exports[_0x428b(0x2)]=exports[_0x428b(0x3)]=exports[_0x428b(0x4)]=exports['testPlatformConnector']=exports['testExtractorImports']=exports[_0x428b(0x5)]=exports[_0x428b(0x6)]=void 0x0;function _0x2ea7(){const _0x490a73=['defineProperty','__esModule','testWebViewScriptExports','testServiceImports','testPlatformDetection','testBackendConnectivity','runConnectorSanityTests','chatgpt','webview_scripts','fail','claude','Claude\x20scripts\x20exported\x20correctly','hinge','instagram','Instagram\x20scripts\x20exported\x20correctly','Instagram\x20scripts\x20missing','sephora','Sephora\x20scripts\x20exported\x20correctly','telegram','platform_detection','all','push','oiwgU','YVwME','pass','CzFzv','MyWes','jhojA','LCrnU','UdVNJ','aSMtU','Claude\x20scripts\x20missing','MNfRk','QvhyQ','IdzVe','CsNRI','DCymA','OmYCX','wXlHQ','pXzqZ','cjFKI','Gryda','jMiGP','jZWoR','bJijk','utilities','poqwB','Platform\x20detection\x20functions\x20available','UXxVR','Import\x20error:\x20','message','Hinge\x20scripts\x20missing','Sephora\x20scripts\x20missing','service','Sephora\x20service\x20function\x20available','Export\x20script\x20available','ChatGPT\x20service\x20function\x20available','OPLkz','Claude\x20service\x20function\x20available','PcFVZ','pYxsP','sFEcB','Telegram\x20service\x20function\x20available','CgrOa','GKrpu','qWajc','dVNUH','oUaUy','fGvat','TKcwc','gSPIA','mNDXP','FEROV','EtnQv','EyyDV','HPypg','uOXRQ','uQgiz','xLBaY','hxtuQ','WCZPb','IXDZz','Telegram\x20scripts\x20exported\x20correctly','rGKEq','GLzgT','guAYo','Jfncq','qfZrb','UYuEc','zneOg','function','xkjcj','sDLlO','jGcqT','IJGHw','UbpmD','NosqV','PDFVH','BcCSW','TsKFn','Instagram\x20service\x20function\x20available','HkRkn','GNWye','Export\x20script\x20missing','AOkSQ','extractor','Hinge\x20extractor\x20hook\x20available','Telegram\x20extractor\x20hook\x20available','QfFWD','dqCVp','aPvHZ','wWheB','cJTwC','YFUIC','yYfoF','xinWo','pwALb','KlIuG','nfGfq','testExtractorImports','detection','Hinge\x20detection\x20correct','Hinge\x20detection\x20failed','Sephora\x20detection\x20correct','Sephora\x20detection\x20failed','Telegram\x20detection\x20correct','Telegram\x20detection\x20failed','backend','health','warning','Backend\x20health\x20check\x20passed','OPTIONS','platform_data_endpoint','jQhTq','abort','ZmfKp','API_CONFIG','BASE_URL','/health','signal','HmpEj','FqMWr','TOXkc','xOUnx','kNLuy','Backend\x20returned\x20status\x20','status','IzUmN','GMSjL','yGwDw','nZzLi','Platform\x20data\x20endpoint\x20check:\x20','YfxMO','IwZTX','AaXfv','pfbVY','ncejM','qbkgn','pRgPo','FMYwR','pWgZb','DbkEQ','sJNrU','QOgwb','UTtVN','KhfOL','LSvZI','DRNmy','IVMLw','uSwzB','fMHgl','Detection\x20test\x20error:\x20','Endpoint\x20check\x20failed\x20(may\x20require\x20auth):\x20','storeInstagramData','storeTelegramData','storeSephoraData','vRFyM','Instagram\x20detection\x20correct','Instagram\x20detection\x20failed','zVpZS','NAlRu','DyfMX','Pcdml','BusXG','uJWmf','ilFEx','LbGXZ','zCAeR','lEnfK','MOqzP','WLhgk','BNJgv','TRQZg','cBcPi','dCToY','KFdLq','OJiHU','TCDIZ','LsWrA','JzJBf','MrnSU','vtwSo','oeLDx','fNGkp','🧪\x20[CONNECTOR_TESTS]\x20Starting\x20connector\x20sanity\x20tests...\x0a','📋\x20Testing\x20WebView\x20script\x20exports...','📋\x20Testing\x20service\x20imports...','📋\x20Testing\x20backend\x20connectivity...','\x0a========================================','========================================\x0a','SKoyO','❌\x20Some\x20tests\x20failed!\x20Please\x20check\x20the\x20errors\x20above.','XlCyY','CtGYm','⚠️\x20All\x20critical\x20tests\x20passed,\x20but\x20there\x20are\x20warnings.','log','fwAjW','naVtZ','mnrWE','jbaFs','mmjME','AcVEI','filter','length','DsOCn','TWUbE','WWpul','Fiskq','hcObq','platform','toUpperCase','📊\x20Summary:\x20','\x20passed,\x20','\x20failed,\x20','\x20warnings','KEdRF','JkKpP','hNMsG','YpbBO','ViOza','UwLSS','xACdd','HWwnn','Hinge\x20scripts\x20exported\x20correctly','Telegram\x20scripts\x20missing','khmXd','IFpVD','webview_script','iWyGe','validation','🧪\x20Testing\x20','\x20connector...\x0a','inckg','UCXMF','TQkFb','nzvpn','oSyct','jxgkI','cGwSt','nqshi','xDyMG','CKCJd','_EXPORT_SCRIPT','tMYHZ','TMuCC','LzAoI','unLwF','KuBEB','ynQVZ','ZsBvQ','HldBq','Service\x20function\x20','\x20available','Service\x20import\x20failed:\x20','dDKEV','use','charAt','DataExtractor','dEvWO','BvSZB','AgZTL','Extractor\x20hook\x20','IorHG','Extractor\x20import\x20failed:\x20','uVOhP','ChatGPT\x20scripts\x20exported\x20correctly','ChatGPT\x20scripts\x20missing','KElGe','haGal','LgaBT','EXKIp','xYPsR','CrjXH','qwBnj','VSuUy','ohLvx','Unknown\x20platform:\x20','.\x20Use\x20\x27hinge\x27,\x20\x27instagram\x27,\x20\x27sephora\x27,\x20or\x20\x27telegram\x27.','component','testPlatformConnector'];_0x2ea7=function(){return _0x490a73;};return _0x2ea7();}var _api=__ONAIROS_REQ_FUNC__(0x0);function _0x428b(_0x2ea7e7,_0x428ba9){_0x2ea7e7=_0x2ea7e7-0x0;const _0x517f17=_0x2ea7();let _0x358f53=_0x517f17[_0x2ea7e7];return _0x358f53;}const testWebViewScriptExports=()=>{const _0xca411b={'MNfRk':function(_0x16ed8b,_0x3a845f){return _0x16ed8b(_0x3a845f);},'oiwgU':_0x428b(0x7),'YVwME':_0x428b(0x8),'CzFzv':_0x428b(0x9),'MyWes':'ChatGPT\x20scripts\x20exported\x20correctly','jhojA':'ChatGPT\x20scripts\x20missing','LCrnU':_0x428b(0xa),'UdVNJ':'pass','aSMtU':_0x428b(0xb),'QvhyQ':_0x428b(0xc),'IdzVe':'Hinge\x20scripts\x20missing','CsNRI':function(_0x461e81,_0x655158){return _0x461e81(_0x655158);},'DCymA':_0x428b(0xd),'OmYCX':_0x428b(0xe),'wXlHQ':_0x428b(0xf),'pXzqZ':_0x428b(0x10),'cjFKI':_0x428b(0x11),'Gryda':'Sephora\x20scripts\x20missing','jMiGP':_0x428b(0x12),'jZWoR':'Telegram\x20scripts\x20exported\x20correctly','bJijk':'Telegram\x20scripts\x20missing','poqwB':_0x428b(0x13),'QOCkW':function(_0x2181be,_0x259c5d){return _0x2181be&&_0x259c5d;},'UXxVR':_0x428b(0x14)},_0xf46df1=[];try{const {CHATGPT_CONSENT_POPUP_SCRIPT:_0xb8db89,CHATGPT_EXPORT_SCRIPT:_0x29ed75}=_0xca411b['MNfRk'](__ONAIROS_REQ_FUNC__,0x14);_0xf46df1[_0x428b(0x15)]({'platform':_0xca411b[_0x428b(0x16)],'component':_0xca411b[_0x428b(0x17)],'status':_0x29ed75?_0x428b(0x18):_0xca411b[_0x428b(0x19)],'message':_0x29ed75?_0xca411b[_0x428b(0x1a)]:_0xca411b[_0x428b(0x1b)]});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x43234f,CLAUDE_EXPORT_SCRIPT:_0x4ac20a}=_0xca411b['MNfRk'](__ONAIROS_REQ_FUNC__,0x13);_0xf46df1['push']({'platform':_0xca411b[_0x428b(0x1c)],'component':_0xca411b[_0x428b(0x17)],'status':_0x4ac20a?_0xca411b[_0x428b(0x1d)]:_0xca411b[_0x428b(0x19)],'message':_0x4ac20a?_0xca411b[_0x428b(0x1e)]:_0x428b(0x1f)});const {HINGE_CONSENT_POPUP_SCRIPT:_0x4fb93a,HINGE_EXPORT_SCRIPT:_0x510e7a}=_0xca411b[_0x428b(0x20)](__ONAIROS_REQ_FUNC__,0x12);_0xf46df1[_0x428b(0x15)]({'platform':_0xca411b[_0x428b(0x21)],'component':_0xca411b[_0x428b(0x17)],'status':_0x510e7a?'pass':_0xca411b[_0x428b(0x19)],'message':_0x510e7a?'Hinge\x20scripts\x20exported\x20correctly':_0xca411b[_0x428b(0x22)]});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x539974,INSTAGRAM_EXPORT_SCRIPT:_0x46797d}=_0xca411b[_0x428b(0x23)](__ONAIROS_REQ_FUNC__,0x7);_0xf46df1[_0x428b(0x15)]({'platform':_0xca411b[_0x428b(0x24)],'component':_0xca411b['YVwME'],'status':_0x46797d?_0xca411b[_0x428b(0x1d)]:_0xca411b[_0x428b(0x19)],'message':_0x46797d?_0xca411b[_0x428b(0x25)]:_0xca411b[_0x428b(0x26)]});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0xf4dfb2,SEPHORA_EXPORT_SCRIPT:_0x5b7f57}=_0xca411b[_0x428b(0x20)](__ONAIROS_REQ_FUNC__,0x6);_0xf46df1[_0x428b(0x15)]({'platform':_0xca411b[_0x428b(0x27)],'component':_0x428b(0x8),'status':_0x5b7f57?_0xca411b[_0x428b(0x1d)]:_0xca411b['CzFzv'],'message':_0x5b7f57?_0xca411b[_0x428b(0x28)]:_0xca411b[_0x428b(0x29)]});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x29c153,TELEGRAM_EXPORT_SCRIPT:_0xa468e6}=__ONAIROS_REQ_FUNC__(0x5);_0xf46df1[_0x428b(0x15)]({'platform':_0xca411b[_0x428b(0x2a)],'component':_0x428b(0x8),'status':_0xa468e6?_0xca411b[_0x428b(0x1d)]:_0xca411b[_0x428b(0x19)],'message':_0xa468e6?_0xca411b[_0x428b(0x2b)]:_0xca411b[_0x428b(0x2c)]});const {isWebViewExtractionPlatform:_0x899d9d,isHingePlatform:_0x28fad4,isInstagramPlatform:_0x27afe7,isSephoraPlatform:_0x4fb89f,isTelegramPlatform:_0x3a2d2b}=_0xca411b[_0x428b(0x23)](__ONAIROS_REQ_FUNC__,0x4);_0xf46df1[_0x428b(0x15)]({'platform':_0x428b(0x2d),'component':_0xca411b[_0x428b(0x2e)],'status':_0xca411b['QOCkW'](_0x899d9d,_0x28fad4)&&_0x27afe7&&_0x4fb89f&&_0x3a2d2b?_0xca411b[_0x428b(0x1d)]:_0xca411b[_0x428b(0x19)],'message':_0x428b(0x2f)});}catch(_0x33921f){_0xf46df1[_0x428b(0x15)]({'platform':_0xca411b[_0x428b(0x30)],'component':_0xca411b['YVwME'],'status':_0xca411b[_0x428b(0x19)],'message':_0x428b(0x31)+_0x33921f[_0x428b(0x32)]});}return _0xf46df1;};exports[_0x428b(0x2)]=testWebViewScriptExports;const testServiceImports=()=>{const _0x30339d={'fGvat':function(_0x49ab8d,_0x97cf3c){return _0x49ab8d(_0x97cf3c);},'CgrOa':'chatgpt','TKcwc':'pass','dVNUH':_0x428b(0x9),'gSPIA':'ChatGPT\x20scripts\x20exported\x20correctly','mNDXP':_0x428b(0xa),'uQgiz':_0x428b(0x8),'KOYCJ':_0x428b(0xb),'FEROV':'Claude\x20scripts\x20missing','EtnQv':function(_0x1454a2,_0xe2a5d6){return _0x1454a2(_0xe2a5d6);},'hnmRU':'Hinge\x20scripts\x20exported\x20correctly','EqJiu':_0x428b(0x33),'EyyDV':'instagram','HPypg':_0x428b(0xe),'frJHg':'Instagram\x20scripts\x20missing','uOXRQ':_0x428b(0x10),'xLBaY':_0x428b(0x11),'hxtuQ':_0x428b(0x34),'WCZPb':function(_0x199f5c,_0x4ac45c){return _0x199f5c(_0x4ac45c);},'IXDZz':'telegram','rGKEq':'Telegram\x20scripts\x20missing','ifsng':'utilities','GLzgT':_0x428b(0x13),'guAYo':function(_0x3d9b61,_0x4c72bb){return _0x3d9b61&&_0x4c72bb;},'Jfncq':'Platform\x20detection\x20functions\x20available','qfZrb':_0x428b(0x14),'IJGHw':function(_0x36716e,_0x98c1ba){return _0x36716e(_0x98c1ba);},'UbpmD':'hinge','qWajc':'function','NosqV':'Hinge\x20service\x20function\x20available','ajlHc':function(_0x1b7383,_0x172d50){return _0x1b7383(_0x172d50);},'jGcqT':_0x428b(0x35),'zneOg':function(_0x83bd7a,_0x7b3b9e){return _0x83bd7a===_0x7b3b9e;},'BcCSW':_0x428b(0x36),'GNWye':'webview_script','adXLd':_0x428b(0x37),'GKrpu':function(_0x21b559,_0x144109){return _0x21b559===_0x144109;},'wPGkp':_0x428b(0x38),'pupzD':function(_0x3ca9e5,_0xe4f2dc){return _0x3ca9e5===_0xe4f2dc;},'LLJEC':_0x428b(0x39),'UYuEc':function(_0x141599,_0x45a923){return _0x141599(_0x45a923);},'xkjcj':_0x428b(0x3a),'sDLlO':_0x428b(0x3b),'dMrfF':_0x428b(0x3c),'TsKFn':function(_0x36e1a2,_0xef3ddb){return _0x36e1a2===_0xef3ddb;},'TEarJ':function(_0x52b1fd,_0x2de209){return _0x52b1fd===_0x2de209;},'HkRkn':_0x428b(0x3d),'AOkSQ':function(_0x20e2c6,_0x4d8993){return _0x20e2c6===_0x4d8993;},'BnUAK':_0x428b(0x3e)},_0x4c2f83=[];try{const {storeChatGPTConversations:_0x2a105a}=__ONAIROS_REQ_FUNC__(0x8);_0x4c2f83[_0x428b(0x15)]({'platform':_0x30339d[_0x428b(0x3f)],'component':_0x30339d['jGcqT'],'status':_0x30339d[_0x428b(0x40)](typeof _0x2a105a,_0x30339d[_0x428b(0x41)])?_0x428b(0x18):_0x30339d[_0x428b(0x42)],'message':_0x30339d['wPGkp']});}catch(_0x2f34ac){_0x4c2f83[_0x428b(0x15)]({'platform':_0x30339d['CgrOa'],'component':_0x30339d['jGcqT'],'status':'fail','message':_0x428b(0x31)+_0x2f34ac[_0x428b(0x32)]});}try{if(_0x30339d['pupzD'](_0x428b(0x43),_0x30339d['LLJEC'])){const _0x40a6c9=[];try{const {CHATGPT_CONSENT_POPUP_SCRIPT:_0x2a0435,CHATGPT_EXPORT_SCRIPT:_0x5651fd}=_0x30339d[_0x428b(0x44)](_0x130655,0x14);_0x40a6c9['push']({'platform':_0x30339d['CgrOa'],'component':_0x428b(0x8),'status':_0x5651fd?_0x30339d[_0x428b(0x45)]:_0x30339d[_0x428b(0x42)],'message':_0x5651fd?_0x30339d[_0x428b(0x46)]:'ChatGPT\x20scripts\x20missing'});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x54ebcb,CLAUDE_EXPORT_SCRIPT:_0x809e90}=_0x540e4e(0x13);_0x40a6c9[_0x428b(0x15)]({'platform':_0x30339d[_0x428b(0x47)],'component':_0x30339d['uQgiz'],'status':_0x809e90?_0x30339d[_0x428b(0x45)]:_0x30339d[_0x428b(0x42)],'message':_0x809e90?_0x30339d['KOYCJ']:_0x30339d[_0x428b(0x48)]});const {HINGE_CONSENT_POPUP_SCRIPT:_0x3f7e3d,HINGE_EXPORT_SCRIPT:_0x5d1f78}=_0x30339d[_0x428b(0x49)](_0x510856,0x12);_0x40a6c9['push']({'platform':_0x428b(0xc),'component':_0x428b(0x8),'status':_0x5d1f78?_0x30339d['TKcwc']:_0x30339d[_0x428b(0x42)],'message':_0x5d1f78?_0x30339d['hnmRU']:_0x30339d['EqJiu']});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x41af0e,INSTAGRAM_EXPORT_SCRIPT:_0x4bf8cb}=_0x30339d['fGvat'](_0x2ff322,0x7);_0x40a6c9[_0x428b(0x15)]({'platform':_0x30339d[_0x428b(0x4a)],'component':_0x30339d['uQgiz'],'status':_0x4bf8cb?_0x30339d[_0x428b(0x45)]:_0x30339d[_0x428b(0x42)],'message':_0x4bf8cb?_0x30339d[_0x428b(0x4b)]:_0x30339d['frJHg']});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0x4aa48e,SEPHORA_EXPORT_SCRIPT:_0xa80f42}=_0x30339d[_0x428b(0x49)](_0x1c4558,0x6);_0x40a6c9[_0x428b(0x15)]({'platform':_0x30339d[_0x428b(0x4c)],'component':_0x30339d[_0x428b(0x4d)],'status':_0xa80f42?_0x30339d[_0x428b(0x45)]:'fail','message':_0xa80f42?_0x30339d[_0x428b(0x4e)]:_0x30339d[_0x428b(0x4f)]});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x5064c5,TELEGRAM_EXPORT_SCRIPT:_0x4da7c0}=_0x30339d[_0x428b(0x50)](_0x17557b,0x5);_0x40a6c9[_0x428b(0x15)]({'platform':_0x30339d[_0x428b(0x51)],'component':_0x30339d[_0x428b(0x4d)],'status':_0x4da7c0?_0x30339d[_0x428b(0x45)]:_0x30339d[_0x428b(0x42)],'message':_0x4da7c0?_0x428b(0x52):_0x30339d[_0x428b(0x53)]});const {isWebViewExtractionPlatform:_0xb2d539,isHingePlatform:_0x481115,isInstagramPlatform:_0x276e03,isSephoraPlatform:_0x3cc7f8,isTelegramPlatform:_0x5ba10e}=_0x30339d[_0x428b(0x50)](_0x9350c0,0x4);_0x40a6c9[_0x428b(0x15)]({'platform':_0x30339d['ifsng'],'component':_0x30339d[_0x428b(0x54)],'status':_0x30339d[_0x428b(0x55)](_0xb2d539,_0x481115)&&_0x276e03&&_0x3cc7f8&&_0x5ba10e?_0x30339d[_0x428b(0x45)]:_0x30339d[_0x428b(0x42)],'message':_0x30339d[_0x428b(0x56)]});}catch(_0x5594c9){_0x40a6c9[_0x428b(0x15)]({'platform':_0x30339d[_0x428b(0x57)],'component':_0x30339d[_0x428b(0x4d)],'status':_0x30339d[_0x428b(0x42)],'message':_0x428b(0x31)+_0x5594c9[_0x428b(0x32)]});}return _0x40a6c9;}else{const {storeClaudeConversations:_0x507809}=_0x30339d[_0x428b(0x58)](__ONAIROS_REQ_FUNC__,0x9);_0x4c2f83[_0x428b(0x15)]({'platform':'claude','component':_0x428b(0x35),'status':_0x30339d[_0x428b(0x59)](typeof _0x507809,_0x428b(0x5a))?_0x30339d[_0x428b(0x45)]:_0x30339d[_0x428b(0x42)],'message':_0x30339d[_0x428b(0x5b)]});}}catch(_0x552184){if(_0x30339d[_0x428b(0x59)](_0x428b(0x3b),_0x30339d[_0x428b(0x5c)]))_0x4c2f83['push']({'platform':_0x30339d[_0x428b(0x47)],'component':_0x30339d[_0x428b(0x5d)],'status':_0x30339d[_0x428b(0x42)],'message':_0x428b(0x31)+_0x552184['message']});else{const {storeHingeData:_0x4c9524}=_0x30339d[_0x428b(0x5e)](_0x362399,0xa);_0x56cedf['push']({'platform':_0x30339d[_0x428b(0x5f)],'component':'service','status':typeof _0x4c9524===_0x30339d['qWajc']?_0x30339d[_0x428b(0x45)]:_0x30339d[_0x428b(0x42)],'message':_0x30339d[_0x428b(0x60)]});}}try{if(_0x30339d['dMrfF']!==_0x428b(0x61)){const {storeHingeData:_0xba3ec6}=__ONAIROS_REQ_FUNC__(0xa);_0x4c2f83[_0x428b(0x15)]({'platform':_0x30339d[_0x428b(0x5f)],'component':_0x30339d[_0x428b(0x5d)],'status':_0x30339d['zneOg'](typeof _0xba3ec6,_0x30339d['qWajc'])?_0x30339d[_0x428b(0x45)]:_0x30339d['dVNUH'],'message':_0x30339d[_0x428b(0x60)]});}else{const {storeSephoraData:_0x14afbf}=_0x30339d['ajlHc'](_0x531c9a,0xc);_0x3bd36b[_0x428b(0x15)]({'platform':_0x30339d[_0x428b(0x4c)],'component':_0x30339d[_0x428b(0x5d)],'status':_0x30339d[_0x428b(0x59)](typeof _0x14afbf,_0x30339d[_0x428b(0x41)])?_0x428b(0x18):_0x30339d[_0x428b(0x42)],'message':_0x30339d[_0x428b(0x62)]});}}catch(_0x3bbea8){_0x4c2f83[_0x428b(0x15)]({'platform':_0x30339d[_0x428b(0x5f)],'component':_0x30339d['jGcqT'],'status':_0x30339d[_0x428b(0x42)],'message':_0x428b(0x31)+_0x3bbea8[_0x428b(0x32)]});}try{const {storeInstagramData:_0x365bec}=__ONAIROS_REQ_FUNC__(0xb);_0x4c2f83[_0x428b(0x15)]({'platform':_0x30339d['EyyDV'],'component':_0x30339d[_0x428b(0x5d)],'status':_0x30339d[_0x428b(0x63)](typeof _0x365bec,_0x30339d[_0x428b(0x41)])?'pass':_0x30339d[_0x428b(0x42)],'message':_0x428b(0x64)});}catch(_0x480e82){_0x4c2f83['push']({'platform':_0x30339d[_0x428b(0x4a)],'component':_0x30339d['jGcqT'],'status':_0x30339d[_0x428b(0x42)],'message':_0x428b(0x31)+_0x480e82[_0x428b(0x32)]});}try{const {storeSephoraData:_0x34ca6b}=__ONAIROS_REQ_FUNC__(0xc);_0x4c2f83['push']({'platform':_0x30339d['uOXRQ'],'component':_0x30339d['jGcqT'],'status':typeof _0x34ca6b===_0x30339d[_0x428b(0x41)]?_0x428b(0x18):_0x30339d[_0x428b(0x42)],'message':_0x30339d[_0x428b(0x62)]});}catch(_0x125983){if(_0x30339d['TEarJ'](_0x30339d[_0x428b(0x65)],_0x30339d[_0x428b(0x65)]))_0x4c2f83['push']({'platform':_0x428b(0x10),'component':_0x30339d[_0x428b(0x5d)],'status':_0x30339d[_0x428b(0x42)],'message':_0x428b(0x31)+_0x125983[_0x428b(0x32)]});else{const _0x39120f=_0x30339d[_0x428b(0x44)](_0x5e9539,0x1),_0x56ac1b=_0x25da56['toUpperCase']()+'_EXPORT_SCRIPT',_0x19f44f=!!_0x39120f[_0x56ac1b];_0x1c90ab[_0x428b(0x15)]({'platform':_0x2e3d1d,'component':_0x30339d[_0x428b(0x66)],'status':_0x19f44f?_0x30339d[_0x428b(0x45)]:_0x30339d[_0x428b(0x42)],'message':_0x19f44f?_0x30339d['adXLd']:_0x428b(0x67)});}}try{const {storeTelegramData:_0x2b966a}=_0x30339d['UYuEc'](__ONAIROS_REQ_FUNC__,0xd);_0x4c2f83[_0x428b(0x15)]({'platform':_0x30339d[_0x428b(0x51)],'component':_0x428b(0x35),'status':_0x30339d[_0x428b(0x68)](typeof _0x2b966a,'function')?'pass':_0x428b(0x9),'message':_0x30339d['BnUAK']});}catch(_0x4dd734){_0x4c2f83['push']({'platform':_0x428b(0x12),'component':_0x30339d[_0x428b(0x5d)],'status':_0x428b(0x9),'message':_0x428b(0x31)+_0x4dd734[_0x428b(0x32)]});}return _0x4c2f83;};exports[_0x428b(0x3)]=testServiceImports;const testExtractorImports=()=>{const _0xfc04aa={'QfFWD':function(_0x3df815,_0xeef4de){return _0x3df815(_0xeef4de);},'dqCVp':_0x428b(0x69),'aPvHZ':function(_0x3fff8f,_0x3fa973){return _0x3fff8f===_0x3fa973;},'wWheB':'function','cJTwC':_0x428b(0x18),'YFUIC':_0x428b(0x6a),'yYfoF':'hinge','xinWo':function(_0x5c6097,_0x2284d7){return _0x5c6097===_0x2284d7;},'pwALb':_0x428b(0x9),'KlIuG':_0x428b(0x10),'KGHdU':function(_0x14931d,_0x2663a0){return _0x14931d===_0x2663a0;},'QSKcU':'Sephora\x20extractor\x20hook\x20available','nfGfq':_0x428b(0x12),'omjfl':_0x428b(0x6b)},_0x5af6b5=[];try{const {useHingeDataExtractor:useHingeDataExtractor}=_0xfc04aa[_0x428b(0x6c)](__ONAIROS_REQ_FUNC__,0xe);_0x5af6b5[_0x428b(0x15)]({'platform':_0x428b(0xc),'component':_0xfc04aa[_0x428b(0x6d)],'status':_0xfc04aa[_0x428b(0x6e)](typeof useHingeDataExtractor,_0xfc04aa[_0x428b(0x6f)])?_0xfc04aa[_0x428b(0x70)]:'fail','message':_0xfc04aa[_0x428b(0x71)]});}catch(_0x108bc1){_0x5af6b5['push']({'platform':_0xfc04aa[_0x428b(0x72)],'component':_0xfc04aa[_0x428b(0x6d)],'status':'fail','message':_0x428b(0x31)+_0x108bc1[_0x428b(0x32)]});}try{const {useInstagramDataExtractor:useInstagramDataExtractor}=_0xfc04aa[_0x428b(0x6c)](__ONAIROS_REQ_FUNC__,0xf);_0x5af6b5['push']({'platform':_0x428b(0xd),'component':_0xfc04aa['dqCVp'],'status':_0xfc04aa[_0x428b(0x73)](typeof useInstagramDataExtractor,_0xfc04aa[_0x428b(0x6f)])?_0xfc04aa[_0x428b(0x70)]:_0xfc04aa['pwALb'],'message':'Instagram\x20extractor\x20hook\x20available'});}catch(_0x7b1581){_0x5af6b5[_0x428b(0x15)]({'platform':_0x428b(0xd),'component':_0xfc04aa[_0x428b(0x6d)],'status':_0xfc04aa[_0x428b(0x74)],'message':_0x428b(0x31)+_0x7b1581[_0x428b(0x32)]});}try{const {useSephoraDataExtractor:useSephoraDataExtractor}=__ONAIROS_REQ_FUNC__(0x10);_0x5af6b5['push']({'platform':_0xfc04aa['KlIuG'],'component':_0xfc04aa[_0x428b(0x6d)],'status':_0xfc04aa['KGHdU'](typeof useSephoraDataExtractor,_0xfc04aa['wWheB'])?_0xfc04aa[_0x428b(0x70)]:_0xfc04aa['pwALb'],'message':_0xfc04aa['QSKcU']});}catch(_0x475dd1){_0x5af6b5[_0x428b(0x15)]({'platform':_0xfc04aa[_0x428b(0x75)],'component':_0xfc04aa['dqCVp'],'status':_0x428b(0x9),'message':_0x428b(0x31)+_0x475dd1[_0x428b(0x32)]});}try{const {useTelegramDataExtractor:useTelegramDataExtractor}=__ONAIROS_REQ_FUNC__(0x11);_0x5af6b5[_0x428b(0x15)]({'platform':_0xfc04aa[_0x428b(0x76)],'component':'extractor','status':typeof useTelegramDataExtractor===_0xfc04aa[_0x428b(0x6f)]?_0xfc04aa[_0x428b(0x70)]:_0xfc04aa[_0x428b(0x74)],'message':_0xfc04aa['omjfl']});}catch(_0x50eb8a){_0x5af6b5[_0x428b(0x15)]({'platform':_0xfc04aa[_0x428b(0x76)],'component':_0xfc04aa[_0x428b(0x6d)],'status':_0xfc04aa[_0x428b(0x74)],'message':_0x428b(0x31)+_0x50eb8a['message']});}return _0x5af6b5;};exports[_0x428b(0x77)]=testExtractorImports;const testBackendConnectivity=async()=>{const _0x457038={'AaXfv':function(_0x18c4f0,_0x421960){return _0x18c4f0(_0x421960);},'ncejM':function(_0x9c937a,_0xd93212){return _0x9c937a(_0xd93212);},'pfbVY':'hinge','HmpEj':function(_0x23dade,_0x10e6ca){return _0x23dade(_0x10e6ca);},'qbkgn':_0x428b(0x78),'TOXkc':_0x428b(0x18),'IzUmN':_0x428b(0x9),'pRgPo':_0x428b(0x79),'FMYwR':_0x428b(0x7a),'pWgZb':'instagram','DbkEQ':function(_0x146106,_0x8306a3){return _0x146106(_0x8306a3);},'sJNrU':function(_0x1f79b8,_0x5896de){return _0x1f79b8(_0x5896de);},'ezCaQ':'Instagram\x20detection\x20correct','QOgwb':function(_0xe10a80,_0x2b181d){return _0xe10a80(_0x2b181d);},'VAxCv':function(_0x334239,_0x462de0){return _0x334239(_0x462de0);},'UTtVN':_0x428b(0x10),'KhfOL':_0x428b(0x7b),'LSvZI':_0x428b(0x7c),'DRNmy':function(_0xaf43b9,_0x7040d2){return _0xaf43b9(_0x7040d2);},'IVMLw':_0x428b(0x12),'uSwzB':function(_0x476bf0,_0x459180){return _0x476bf0(_0x459180);},'fMHgl':_0x428b(0x7d),'CjPHv':_0x428b(0x7e),'jMyjY':function(_0x3a14c1,_0x3a4a9c,_0x470624){return _0x3a14c1(_0x3a4a9c,_0x470624);},'ZmfKp':function(_0x2dc453,_0x2169cf,_0x34672d){return _0x2dc453(_0x2169cf,_0x34672d);},'FqMWr':_0x428b(0x7f),'wvkte':_0x428b(0x80),'xOUnx':_0x428b(0x81),'kNLuy':_0x428b(0x82),'GMSjL':function(_0x12e850,_0x5bf5aa,_0x51152c){return _0x12e850(_0x5bf5aa,_0x51152c);},'yGwDw':_0x428b(0x83),'nZzLi':_0x428b(0x84),'ZYfJG':function(_0x276ce0,_0x43e523){return _0x276ce0<_0x43e523;},'YfxMO':function(_0x2c772,_0x8689e5){return _0x2c772!==_0x8689e5;},'IwZTX':_0x428b(0x85)},_0x30bbe1=[];try{const _0x567578=new AbortController(),_0xef1775=_0x457038['jMyjY'](setTimeout,()=>_0x567578[_0x428b(0x86)](),0x2710),_0xd483d=await _0x457038[_0x428b(0x87)](fetch,_api[_0x428b(0x88)][_0x428b(0x89)]+_0x428b(0x8a),{'method':'GET','signal':_0x567578[_0x428b(0x8b)]});_0x457038[_0x428b(0x8c)](clearTimeout,_0xef1775),_0x30bbe1[_0x428b(0x15)]({'platform':_0x457038[_0x428b(0x8d)],'component':_0x457038['wvkte'],'status':_0xd483d['ok']?_0x457038[_0x428b(0x8e)]:_0x457038[_0x428b(0x8f)],'message':_0xd483d['ok']?_0x457038[_0x428b(0x90)]:_0x428b(0x91)+_0xd483d[_0x428b(0x92)],'details':{'status':_0xd483d[_0x428b(0x92)]}});}catch(_0x18d3a8){_0x30bbe1['push']({'platform':_0x457038[_0x428b(0x8d)],'component':_0x457038['wvkte'],'status':_0x457038[_0x428b(0x93)],'message':'Backend\x20unreachable:\x20'+_0x18d3a8[_0x428b(0x32)]});}try{const _0x3ff2c4=new AbortController(),_0x2a1ef5=_0x457038[_0x428b(0x87)](setTimeout,()=>_0x3ff2c4['abort'](),0x2710),_0x57ca2d=await _0x457038[_0x428b(0x94)](fetch,_api[_0x428b(0x88)][_0x428b(0x89)]+'/platform-data/store',{'method':_0x457038[_0x428b(0x95)],'signal':_0x3ff2c4[_0x428b(0x8b)]});clearTimeout(_0x2a1ef5),_0x30bbe1[_0x428b(0x15)]({'platform':_0x457038[_0x428b(0x8d)],'component':_0x457038[_0x428b(0x96)],'status':_0x457038['ZYfJG'](_0x57ca2d[_0x428b(0x92)],0x1f4)?_0x428b(0x18):_0x457038[_0x428b(0x8f)],'message':_0x428b(0x97)+_0x57ca2d[_0x428b(0x92)],'details':{'status':_0x57ca2d[_0x428b(0x92)]}});}catch(_0x137bae){if(_0x457038[_0x428b(0x98)](_0x457038[_0x428b(0x99)],_0x457038['IwZTX'])){const _0x959467=[];try{const {isWebViewExtractionPlatform:_0x232936,isHingePlatform:_0x15e6a9,isInstagramPlatform:_0x1dc045,isSephoraPlatform:_0x103512,isLLMPlatform:_0x3382f8}=_0x457038[_0x428b(0x9a)](_0x287e74,0x3),_0x2dce97=_0x457038['ncejM'](_0x15e6a9,_0x457038[_0x428b(0x9b)])&&_0x457038[_0x428b(0x8c)](_0x232936,_0x457038['pfbVY'])&&!_0x457038[_0x428b(0x9c)](_0x3382f8,_0x428b(0xc));_0x959467[_0x428b(0x15)]({'platform':_0x457038['pfbVY'],'component':_0x457038[_0x428b(0x9d)],'status':_0x2dce97?_0x457038['TOXkc']:_0x457038[_0x428b(0x93)],'message':_0x2dce97?_0x457038[_0x428b(0x9e)]:_0x457038[_0x428b(0x9f)]});const _0x2831f8=_0x1dc045(_0x457038[_0x428b(0xa0)])&&_0x457038[_0x428b(0xa1)](_0x232936,_0x457038[_0x428b(0xa0)])&&!_0x457038[_0x428b(0xa2)](_0x3382f8,_0x457038[_0x428b(0xa0)]);_0x959467['push']({'platform':'instagram','component':_0x457038[_0x428b(0x9d)],'status':_0x2831f8?_0x428b(0x18):_0x457038[_0x428b(0x93)],'message':_0x2831f8?_0x457038['ezCaQ']:'Instagram\x20detection\x20failed'});const _0x231652=_0x457038[_0x428b(0xa3)](_0x103512,_0x428b(0x10))&&_0x457038['VAxCv'](_0x232936,_0x457038[_0x428b(0xa4)])&&!_0x457038['sJNrU'](_0x3382f8,_0x457038[_0x428b(0xa4)]);_0x959467[_0x428b(0x15)]({'platform':'sephora','component':_0x457038['qbkgn'],'status':_0x231652?_0x457038[_0x428b(0x8e)]:_0x428b(0x9),'message':_0x231652?_0x457038[_0x428b(0xa5)]:_0x457038[_0x428b(0xa6)]});const {isTelegramPlatform:_0x321c30}=_0x457038[_0x428b(0xa7)](_0xe58724,0x2),_0x57cf46=_0x321c30(_0x457038[_0x428b(0xa8)])&&_0x457038[_0x428b(0xa9)](_0x232936,_0x457038['IVMLw'])&&!_0x457038[_0x428b(0xa1)](_0x3382f8,_0x457038['IVMLw']);_0x959467['push']({'platform':_0x457038[_0x428b(0xa8)],'component':_0x457038[_0x428b(0x9d)],'status':_0x57cf46?_0x457038['TOXkc']:'fail','message':_0x57cf46?_0x457038[_0x428b(0xaa)]:_0x457038['CjPHv']});}catch(_0x3b8597){_0x959467[_0x428b(0x15)]({'platform':_0x428b(0x14),'component':_0x457038['qbkgn'],'status':_0x457038['IzUmN'],'message':_0x428b(0xab)+_0x3b8597[_0x428b(0x32)]});}return _0x959467;}else _0x30bbe1[_0x428b(0x15)]({'platform':_0x457038[_0x428b(0x8d)],'component':'platform_data_endpoint','status':_0x457038['xOUnx'],'message':_0x428b(0xac)+_0x137bae[_0x428b(0x32)]});}return _0x30bbe1;};exports[_0x428b(0x5)]=testBackendConnectivity;const testPlatformDetection=()=>{const _0x1d0cc3={'XRnlV':function(_0x20a727,_0x12f1fb){return _0x20a727===_0x12f1fb;},'CqCBN':_0x428b(0xc),'DyfMX':'storeHingeData','Pcdml':_0x428b(0xad),'BusXG':function(_0x44417e,_0x4eb6f6){return _0x44417e===_0x4eb6f6;},'uJWmf':_0x428b(0xae),'ilFEx':_0x428b(0xaf),'LbGXZ':_0x428b(0x35),'oeLDx':_0x428b(0x18),'zCAeR':_0x428b(0x9),'zVpZS':function(_0x5a0edb,_0x149e77){return _0x5a0edb!==_0x149e77;},'NAlRu':_0x428b(0xb0),'lEnfK':function(_0x29ca8d,_0x584a72){return _0x29ca8d(_0x584a72);},'JtMoi':function(_0x33e4f0,_0x1b57ae){return _0x33e4f0(_0x1b57ae);},'MOqzP':'detection','WLhgk':'Hinge\x20detection\x20correct','BNJgv':'Hinge\x20detection\x20failed','TRQZg':function(_0x21c06d,_0x49c82){return _0x21c06d(_0x49c82);},'cBcPi':function(_0x10305f,_0x40bdcc){return _0x10305f(_0x40bdcc);},'dCToY':_0x428b(0xd),'kWOun':_0x428b(0xb1),'cBYWo':_0x428b(0xb2),'TCDIZ':_0x428b(0x10),'KFdLq':function(_0x1eff63,_0x824ca9){return _0x1eff63(_0x824ca9);},'OJiHU':function(_0x5206c1,_0x5759a1){return _0x5206c1(_0x5759a1);},'LsWrA':_0x428b(0x7b),'JzJBf':'Sephora\x20detection\x20failed','MrnSU':function(_0x2a7069,_0x19569a){return _0x2a7069(_0x19569a);},'vtwSo':'telegram','fNGkp':_0x428b(0x7d)},_0x31fc46=[];try{if(_0x1d0cc3[_0x428b(0xb3)](_0x1d0cc3[_0x428b(0xb4)],_0x428b(0xb0))){const _0x162df6=_0x2cd5df(0x15),_0x35ebce=_0x1d0cc3['XRnlV'](_0x3b67f5,_0x1d0cc3['CqCBN'])?_0x1d0cc3[_0x428b(0xb5)]:_0x2d0d8b===_0x428b(0xd)?_0x1d0cc3[_0x428b(0xb6)]:_0x1d0cc3[_0x428b(0xb7)](_0x507f28,'telegram')?_0x1d0cc3[_0x428b(0xb8)]:_0x1d0cc3[_0x428b(0xb9)];_0x74b52['push']({'platform':_0x26f1af,'component':_0x1d0cc3[_0x428b(0xba)],'status':typeof _0x162df6[_0x35ebce]===_0x428b(0x5a)?_0x1d0cc3['oeLDx']:_0x1d0cc3[_0x428b(0xbb)],'message':'Service\x20function\x20'+_0x35ebce+'\x20available'});}else{const {isWebViewExtractionPlatform:_0x19c234,isHingePlatform:_0x5b9937,isInstagramPlatform:_0x32b5e2,isSephoraPlatform:_0x57acb7,isLLMPlatform:_0x12c036}=_0x1d0cc3[_0x428b(0xbc)](__ONAIROS_REQ_FUNC__,0x3),_0x42268c=_0x1d0cc3[_0x428b(0xbc)](_0x5b9937,_0x1d0cc3['CqCBN'])&&_0x1d0cc3[_0x428b(0xbc)](_0x19c234,_0x428b(0xc))&&!_0x1d0cc3['JtMoi'](_0x12c036,_0x1d0cc3['CqCBN']);_0x31fc46['push']({'platform':'hinge','component':_0x1d0cc3[_0x428b(0xbd)],'status':_0x42268c?_0x428b(0x18):_0x1d0cc3['zCAeR'],'message':_0x42268c?_0x1d0cc3[_0x428b(0xbe)]:_0x1d0cc3[_0x428b(0xbf)]});const _0x33a44d=_0x1d0cc3[_0x428b(0xc0)](_0x32b5e2,_0x428b(0xd))&&_0x1d0cc3[_0x428b(0xc1)](_0x19c234,_0x1d0cc3['dCToY'])&&!_0x12c036(_0x1d0cc3[_0x428b(0xc2)]);_0x31fc46[_0x428b(0x15)]({'platform':_0x1d0cc3[_0x428b(0xc2)],'component':'detection','status':_0x33a44d?_0x1d0cc3['oeLDx']:'fail','message':_0x33a44d?_0x1d0cc3['kWOun']:_0x1d0cc3['cBYWo']});const _0x1c94a6=_0x1d0cc3[_0x428b(0xc1)](_0x57acb7,_0x1d0cc3['TCDIZ'])&&_0x1d0cc3[_0x428b(0xc3)](_0x19c234,'sephora')&&!_0x1d0cc3[_0x428b(0xc4)](_0x12c036,_0x1d0cc3[_0x428b(0xc5)]);_0x31fc46['push']({'platform':_0x1d0cc3[_0x428b(0xc5)],'component':_0x1d0cc3['MOqzP'],'status':_0x1c94a6?_0x428b(0x18):_0x1d0cc3['zCAeR'],'message':_0x1c94a6?_0x1d0cc3[_0x428b(0xc6)]:_0x1d0cc3[_0x428b(0xc7)]});const {isTelegramPlatform:_0x4caf6f}=_0x1d0cc3[_0x428b(0xbc)](__ONAIROS_REQ_FUNC__,0x2),_0x1fcc7a=_0x1d0cc3[_0x428b(0xc8)](_0x4caf6f,_0x1d0cc3[_0x428b(0xc9)])&&_0x1d0cc3['JtMoi'](_0x19c234,'telegram')&&!_0x1d0cc3[_0x428b(0xc1)](_0x12c036,_0x1d0cc3[_0x428b(0xc9)]);_0x31fc46['push']({'platform':_0x1d0cc3[_0x428b(0xc9)],'component':_0x428b(0x78),'status':_0x1fcc7a?_0x1d0cc3[_0x428b(0xca)]:_0x1d0cc3[_0x428b(0xbb)],'message':_0x1fcc7a?_0x1d0cc3[_0x428b(0xcb)]:_0x428b(0x7e)});}}catch(_0x33518c){_0x31fc46[_0x428b(0x15)]({'platform':_0x428b(0x14),'component':_0x1d0cc3[_0x428b(0xbd)],'status':_0x1d0cc3[_0x428b(0xbb)],'message':'Detection\x20test\x20error:\x20'+_0x33518c[_0x428b(0x32)]});}return _0x31fc46;};exports[_0x428b(0x4)]=testPlatformDetection;const runConnectorSanityTests=async()=>{const _0x155fc8={'ViOza':_0x428b(0x69),'hcObq':_0x428b(0x9),'xACdd':_0x428b(0x10),'vQrQV':_0x428b(0xcc),'fdXqR':_0x428b(0xcd),'fwAjW':_0x428b(0xce),'mnrWE':function(_0x16a860){return _0x16a860();},'naVtZ':'📋\x20Testing\x20extractor\x20imports...','jbaFs':'📋\x20Testing\x20platform\x20detection...','mmjME':function(_0x510eed){return _0x510eed();},'AcVEI':_0x428b(0xcf),'DsOCn':_0x428b(0xd0),'TWUbE':'🧪\x20CONNECTOR\x20SANITY\x20TEST\x20RESULTS','WWpul':_0x428b(0xd1),'JkKpP':function(_0x44418f,_0x45445a){return _0x44418f===_0x45445a;},'KntOI':_0x428b(0x18),'Fiskq':function(_0x44d3eb,_0x54e832){return _0x44d3eb===_0x54e832;},'KEdRF':function(_0x55ec25,_0x57631c){return _0x55ec25>_0x57631c;},'hNMsG':_0x428b(0xd2),'YpbBO':_0x428b(0xd3),'EUWvd':_0x428b(0xd4),'ScjyA':_0x428b(0xd5),'UwLSS':_0x428b(0xd6),'HWwnn':'✅\x20All\x20tests\x20passed!\x20Connectors\x20are\x20ready.'};console[_0x428b(0xd7)](_0x155fc8['vQrQV']);const _0x4aced2=[];console[_0x428b(0xd7)](_0x155fc8['fdXqR']),_0x4aced2[_0x428b(0x15)](...testWebViewScriptExports()),console['log'](_0x155fc8[_0x428b(0xd8)]),_0x4aced2[_0x428b(0x15)](..._0x155fc8['mnrWE'](testServiceImports)),console[_0x428b(0xd7)](_0x155fc8[_0x428b(0xd9)]),_0x4aced2[_0x428b(0x15)](..._0x155fc8[_0x428b(0xda)](testExtractorImports)),console[_0x428b(0xd7)](_0x155fc8[_0x428b(0xdb)]),_0x4aced2['push'](..._0x155fc8[_0x428b(0xdc)](testPlatformDetection)),console[_0x428b(0xd7)](_0x155fc8[_0x428b(0xdd)]),_0x4aced2[_0x428b(0x15)](...await _0x155fc8[_0x428b(0xda)](testBackendConnectivity));const _0x2e9d7c=_0x4aced2[_0x428b(0xde)](_0x14a7dc=>_0x14a7dc[_0x428b(0x92)]==='pass')[_0x428b(0xdf)],_0x4cd4c7=_0x4aced2[_0x428b(0xde)](_0x48c35e=>_0x48c35e['status']===_0x428b(0x9))['length'],_0x1ace33=_0x4aced2['filter'](_0x58884e=>_0x58884e[_0x428b(0x92)]==='warning')[_0x428b(0xdf)];console[_0x428b(0xd7)](_0x155fc8[_0x428b(0xe0)]),console[_0x428b(0xd7)](_0x155fc8[_0x428b(0xe1)]),console[_0x428b(0xd7)](_0x155fc8[_0x428b(0xe2)]);for(const _0x5332af of _0x4aced2){const _0x5bb535=_0x155fc8['JkKpP'](_0x5332af[_0x428b(0x92)],_0x155fc8['KntOI'])?'✅':_0x155fc8[_0x428b(0xe3)](_0x5332af[_0x428b(0x92)],_0x155fc8[_0x428b(0xe4)])?'❌':'⚠️';console[_0x428b(0xd7)](_0x5bb535+'\x20['+_0x5332af[_0x428b(0xe5)][_0x428b(0xe6)]()+']\x20'+_0x5332af['component']+':\x20'+_0x5332af['message']);}console[_0x428b(0xd7)](_0x428b(0xd0)),console[_0x428b(0xd7)](_0x428b(0xe7)+_0x2e9d7c+_0x428b(0xe8)+_0x4cd4c7+_0x428b(0xe9)+_0x1ace33+_0x428b(0xea)),console[_0x428b(0xd7)](_0x155fc8[_0x428b(0xe2)]);if(_0x155fc8[_0x428b(0xeb)](_0x4cd4c7,0x0))_0x155fc8[_0x428b(0xec)](_0x155fc8[_0x428b(0xed)],_0x428b(0xd2))?console[_0x428b(0xd7)](_0x155fc8[_0x428b(0xee)]):_0xc90834[_0x428b(0x15)]({'platform':_0x4a90eb,'component':_0x155fc8[_0x428b(0xef)],'status':_0x155fc8[_0x428b(0xe4)],'message':'Extractor\x20import\x20failed:\x20'+_0x565bd5[_0x428b(0x32)]});else _0x1ace33>0x0?_0x155fc8['EUWvd']!==_0x155fc8['ScjyA']?console[_0x428b(0xd7)](_0x155fc8[_0x428b(0xf0)]):_0xc348b8[_0x428b(0x15)]({'platform':_0x155fc8[_0x428b(0xf1)],'component':_0x155fc8[_0x428b(0xef)],'status':_0x155fc8['hcObq'],'message':_0x428b(0x31)+_0xdf1a77[_0x428b(0x32)]}):console['log'](_0x155fc8[_0x428b(0xf2)]);return{'passed':_0x2e9d7c,'failed':_0x4cd4c7,'warnings':_0x1ace33,'results':_0x4aced2};};exports[_0x428b(0x6)]=runConnectorSanityTests;const testPlatformConnector=async _0x10918b=>{const _0x3c0856={'xDyMG':'hinge','ZsBvQ':_0x428b(0x35),'inckg':_0x428b(0x10),'uVOhP':_0x428b(0x7),'KElGe':_0x428b(0x8),'AgZTL':'pass','qWOUn':_0x428b(0xa),'TMuCC':_0x428b(0x9),'haGal':_0x428b(0xb),'dOfYI':function(_0x4a13e4,_0x2317f9){return _0x4a13e4(_0x2317f9);},'LgaBT':_0x428b(0xf3),'CKCJd':function(_0x4139e3,_0x2234cc){return _0x4139e3(_0x2234cc);},'PlvaO':_0x428b(0xd),'xyRnR':'Instagram\x20scripts\x20exported\x20correctly','EXKIp':_0x428b(0x34),'UCXMF':_0x428b(0x12),'xYPsR':_0x428b(0xf4),'iAxLh':function(_0x44ad3e,_0x545837){return _0x44ad3e(_0x545837);},'CrjXH':_0x428b(0x2d),'DHJsB':_0x428b(0x13),'qwBnj':'Platform\x20detection\x20functions\x20available','TQkFb':function(_0x5eb372,_0x5216c1){return _0x5eb372!==_0x5216c1;},'nzvpn':_0x428b(0xf5),'jxgkI':function(_0x1dab79,_0x45f115){return _0x1dab79===_0x45f115;},'cGwSt':_0x428b(0xf6),'nqshi':'vCtDw','tMYHZ':_0x428b(0xf7),'LzAoI':_0x428b(0x37),'unLwF':_0x428b(0x67),'dukBu':'storeHingeData','KuBEB':function(_0x3ec528,_0x4d86d5){return _0x3ec528===_0x4d86d5;},'ynQVZ':'storeSephoraData','HldBq':_0x428b(0x5a),'dDKEV':function(_0x387000,_0x341580){return _0x387000(_0x341580);},'mJCoz':function(_0x177731,_0x4e88a8){return _0x177731+_0x4e88a8;},'dEvWO':_0x428b(0x69),'BvSZB':function(_0x5ac11d,_0x158805){return _0x5ac11d===_0x158805;},'IorHG':function(_0x438ab7,_0x42eb3e){return _0x438ab7===_0x42eb3e;},'oBZvq':_0x428b(0xf8),'VSuUy':_0x428b(0xf9),'ohLvx':_0x428b(0x81)};console['log'](_0x428b(0xfa)+_0x10918b+_0x428b(0xfb));const _0x4efcd0=[],_0x3b98d8=_0x10918b['toLowerCase']();if([_0x428b(0xc),_0x428b(0xd),_0x3c0856[_0x428b(0xfc)],_0x3c0856[_0x428b(0xfd)]]['includes'](_0x3b98d8)){if(_0x3c0856[_0x428b(0xfe)](_0x3c0856[_0x428b(0xff)],_0x428b(0x100))){try{if(_0x3c0856[_0x428b(0x101)](_0x3c0856[_0x428b(0x102)],_0x3c0856[_0x428b(0x103)]))_0x3013d7[_0x428b(0x15)]({'platform':_0x3c0856[_0x428b(0x104)],'component':_0x3c0856['ZsBvQ'],'status':_0x428b(0x9),'message':_0x428b(0x31)+_0x3f4067['message']});else{const _0x409fb9=_0x3c0856[_0x428b(0x105)](__ONAIROS_REQ_FUNC__,0x1),_0x5e2a58=_0x3b98d8[_0x428b(0xe6)]()+_0x428b(0x106),_0x255431=!!_0x409fb9[_0x5e2a58];_0x4efcd0['push']({'platform':_0x3b98d8,'component':_0x3c0856[_0x428b(0x107)],'status':_0x255431?_0x3c0856['AgZTL']:_0x3c0856[_0x428b(0x108)],'message':_0x255431?_0x3c0856[_0x428b(0x109)]:_0x3c0856[_0x428b(0x10a)]});}}catch(_0x2fa518){_0x4efcd0[_0x428b(0x15)]({'platform':_0x3b98d8,'component':_0x3c0856[_0x428b(0x107)],'status':_0x3c0856[_0x428b(0x108)],'message':'Script\x20import\x20failed:\x20'+_0x2fa518[_0x428b(0x32)]});}try{const _0x569f54=__ONAIROS_REQ_FUNC__(0x15),_0x3af56d=_0x3c0856['jxgkI'](_0x3b98d8,_0x3c0856['xDyMG'])?_0x3c0856['dukBu']:_0x3c0856[_0x428b(0x10b)](_0x3b98d8,_0x428b(0xd))?'storeInstagramData':_0x3b98d8===_0x428b(0x12)?_0x428b(0xae):_0x3c0856[_0x428b(0x10c)];_0x4efcd0[_0x428b(0x15)]({'platform':_0x3b98d8,'component':_0x3c0856[_0x428b(0x10d)],'status':typeof _0x569f54[_0x3af56d]===_0x3c0856[_0x428b(0x10e)]?_0x428b(0x18):_0x3c0856[_0x428b(0x108)],'message':_0x428b(0x10f)+_0x3af56d+_0x428b(0x110)});}catch(_0x27066f){_0x4efcd0['push']({'platform':_0x3b98d8,'component':_0x3c0856[_0x428b(0x10d)],'status':_0x3c0856[_0x428b(0x108)],'message':_0x428b(0x111)+_0x27066f[_0x428b(0x32)]});}try{const _0x57870a=_0x3c0856[_0x428b(0x112)](__ONAIROS_REQ_FUNC__,0x16),_0x4e3d3e=_0x428b(0x113)+_0x3c0856['mJCoz'](_0x3b98d8[_0x428b(0x114)](0x0)[_0x428b(0xe6)](),_0x3b98d8['slice'](0x1))+_0x428b(0x115);_0x4efcd0[_0x428b(0x15)]({'platform':_0x3b98d8,'component':_0x3c0856[_0x428b(0x116)],'status':_0x3c0856[_0x428b(0x117)](typeof _0x57870a[_0x4e3d3e],_0x3c0856[_0x428b(0x10e)])?_0x3c0856[_0x428b(0x118)]:_0x3c0856['TMuCC'],'message':_0x428b(0x119)+_0x4e3d3e+_0x428b(0x110)});}catch(_0x3e23c8){_0x3c0856[_0x428b(0x11a)]('iWyGe',_0x3c0856['oBZvq'])?_0x4efcd0[_0x428b(0x15)]({'platform':_0x3b98d8,'component':'extractor','status':_0x3c0856[_0x428b(0x108)],'message':_0x428b(0x11b)+_0x3e23c8['message']}):_0x430b20[_0x428b(0x15)]({'platform':_0x3c0856['inckg'],'component':_0x3c0856[_0x428b(0x10d)],'status':_0x428b(0x9),'message':_0x428b(0x31)+_0x5e722a[_0x428b(0x32)]});}}else{const {CHATGPT_CONSENT_POPUP_SCRIPT:_0x28e2b7,CHATGPT_EXPORT_SCRIPT:_0x1cc3cf}=_0x3ee4c3(0x14);_0x562c87[_0x428b(0x15)]({'platform':_0x3c0856[_0x428b(0x11c)],'component':_0x3c0856['KElGe'],'status':_0x1cc3cf?_0x3c0856[_0x428b(0x118)]:'fail','message':_0x1cc3cf?_0x428b(0x11d):_0x428b(0x11e)});const {CLAUDE_CONSENT_POPUP_SCRIPT:_0x56a02f,CLAUDE_EXPORT_SCRIPT:_0x330e13}=_0x5d4560(0x13);_0x1beeda['push']({'platform':_0x3c0856['qWOUn'],'component':_0x3c0856[_0x428b(0x11f)],'status':_0x330e13?_0x428b(0x18):_0x3c0856[_0x428b(0x108)],'message':_0x330e13?_0x3c0856[_0x428b(0x120)]:_0x428b(0x1f)});const {HINGE_CONSENT_POPUP_SCRIPT:_0x59b616,HINGE_EXPORT_SCRIPT:_0x1e1c18}=_0x3c0856['dOfYI'](_0x117e98,0x12);_0x3f09e7[_0x428b(0x15)]({'platform':_0x3c0856[_0x428b(0x104)],'component':_0x3c0856[_0x428b(0x11f)],'status':_0x1e1c18?_0x3c0856['AgZTL']:_0x3c0856[_0x428b(0x108)],'message':_0x1e1c18?_0x3c0856[_0x428b(0x121)]:_0x428b(0x33)});const {INSTAGRAM_CONSENT_POPUP_SCRIPT:_0x57b3fd,INSTAGRAM_EXPORT_SCRIPT:_0x23e1a3}=_0x3c0856[_0x428b(0x105)](_0x1edb07,0x7);_0x28c94d[_0x428b(0x15)]({'platform':_0x3c0856['PlvaO'],'component':_0x428b(0x8),'status':_0x23e1a3?_0x3c0856[_0x428b(0x118)]:_0x428b(0x9),'message':_0x23e1a3?_0x3c0856['xyRnR']:_0x428b(0xf)});const {SEPHORA_CONSENT_POPUP_SCRIPT:_0xf43238,SEPHORA_EXPORT_SCRIPT:_0x2adead}=_0x41b452(0x6);_0x32592a[_0x428b(0x15)]({'platform':'sephora','component':_0x3c0856['KElGe'],'status':_0x2adead?_0x3c0856[_0x428b(0x118)]:_0x3c0856[_0x428b(0x108)],'message':_0x2adead?_0x428b(0x11):_0x3c0856[_0x428b(0x122)]});const {TELEGRAM_CONSENT_POPUP_SCRIPT:_0x1fe465,TELEGRAM_EXPORT_SCRIPT:_0x7e8f98}=_0x3c0856['dOfYI'](_0x1986d2,0x5);_0xacbc03[_0x428b(0x15)]({'platform':_0x3c0856[_0x428b(0xfd)],'component':_0x3c0856[_0x428b(0x11f)],'status':_0x7e8f98?_0x3c0856[_0x428b(0x118)]:_0x3c0856[_0x428b(0x108)],'message':_0x7e8f98?_0x428b(0x52):_0x3c0856[_0x428b(0x123)]});const {isWebViewExtractionPlatform:_0x3d5a30,isHingePlatform:_0x520a4b,isInstagramPlatform:_0x4828eb,isSephoraPlatform:_0x1630f7,isTelegramPlatform:_0x5100ed}=_0x3c0856['iAxLh'](_0xa89645,0x4);_0x1eab77[_0x428b(0x15)]({'platform':_0x3c0856[_0x428b(0x124)],'component':_0x3c0856['DHJsB'],'status':_0x3d5a30&&_0x520a4b&&_0x4828eb&&_0x1630f7&&_0x5100ed?_0x3c0856['AgZTL']:_0x3c0856[_0x428b(0x108)],'message':_0x3c0856[_0x428b(0x125)]});}}else _0x4efcd0[_0x428b(0x15)]({'platform':_0x3b98d8,'component':_0x3c0856[_0x428b(0x126)],'status':_0x3c0856[_0x428b(0x127)],'message':_0x428b(0x128)+_0x10918b+_0x428b(0x129)});for(const _0x4da47b of _0x4efcd0){const _0x28a20a=_0x3c0856[_0x428b(0x101)](_0x4da47b[_0x428b(0x92)],_0x3c0856[_0x428b(0x118)])?'✅':_0x3c0856[_0x428b(0x117)](_0x4da47b['status'],_0x428b(0x9))?'❌':'⚠️';console[_0x428b(0xd7)](_0x28a20a+'\x20'+_0x4da47b[_0x428b(0x12a)]+':\x20'+_0x4da47b['message']);}return _0x4efcd0;};exports[_0x428b(0x12b)]=testPlatformConnector;
|
|
@@ -5,4 +5,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
5
5
|
require("react-native-crypto-js")
|
|
6
6
|
];
|
|
7
7
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
8
|
-
function
|
|
8
|
+
function _0x4661(){const _0x3a99cb=['defineProperty','__esModule','rsaEncrypt','-----BEGIN\x20PUBLIC\x20KEY-----','-----END\x20PUBLIC\x20KEY-----','replace','tUAmn','LsmpX','trim','-----BEGIN\x20PUBLIC\x20KEY-----\x0a','\x0a-----END\x20PUBLIC\x20KEY-----','RSA','error','RSA\x20encryption\x20failed:','sha256','base64','binary','from','IfTng','toString','length','sGncE','Acrom','sXZBA','charCodeAt','buffer','HUxUa','JkMMP','base64ToBuffer'];_0x4661=function(){return _0x3a99cb;};return _0x4661();}Object[_0x54b5(0x0)](exports,_0x54b5(0x1),{'value':!![]}),exports['sha256']=exports[_0x54b5(0x2)]=exports['base64ToBuffer']=void 0x0;var _reactNativeRsaNative=__ONAIROS_REQ_FUNC__(0x0),_reactNativeCryptoJs=__ONAIROS_REQ_FUNC__(0x1);const rsaEncrypt=async(_0xd195e8,_0x455e78)=>{const _0xfb2413={'tUAmn':_0x54b5(0x3),'LsmpX':_0x54b5(0x4)};try{const _0x37c381=_0xd195e8[_0x54b5(0x5)](/\\n/g,'')[_0x54b5(0x5)](/^\s+|\s+$/g,'')[_0x54b5(0x5)](_0xfb2413[_0x54b5(0x6)],'')['replace'](_0xfb2413[_0x54b5(0x7)],'')[_0x54b5(0x8)](),_0x55e1d9=_0x54b5(0x9)+_0x37c381+_0x54b5(0xa),_0x35bfdd=await _reactNativeRsaNative[_0x54b5(0xb)]['encrypt'](_0x455e78,_0x55e1d9);return _0x35bfdd;}catch(_0x21674d){console[_0x54b5(0xc)](_0x54b5(0xd),_0x21674d);throw _0x21674d;}};function _0x54b5(_0x4661ea,_0x54b5ee){_0x4661ea=_0x4661ea-0x0;const _0x51b1ff=_0x4661();let _0x26a904=_0x51b1ff[_0x4661ea];return _0x26a904;}exports[_0x54b5(0x2)]=rsaEncrypt;const sha256=_0x19dfa2=>{return(0x0,_reactNativeCryptoJs['sha256'])(_0x19dfa2)['toString']();};exports[_0x54b5(0xe)]=sha256;const base64ToBuffer=_0x18f0b1=>{const _0x56163c={'IfTng':_0x54b5(0xf),'Acrom':_0x54b5(0x10),'sXZBA':function(_0x1133f8,_0xab162b){return _0x1133f8<_0xab162b;},'BsNLL':function(_0x3a2eea,_0x5c68a1){return _0x3a2eea!==_0x5c68a1;},'sGncE':'Wdtqf','HUxUa':function(_0x255497,_0x5b56be){return _0x255497===_0x5b56be;},'JkMMP':'JzTxy','inNvV':'Error\x20converting\x20base64\x20to\x20buffer:'};try{const _0x194e9d=Buffer[_0x54b5(0x11)](_0x18f0b1,_0x56163c[_0x54b5(0x12)])[_0x54b5(0x13)](_0x54b5(0x10)),_0x474acc=new Uint8Array(_0x194e9d[_0x54b5(0x14)]);for(let _0x4b22db=0x0;_0x4b22db<_0x194e9d[_0x54b5(0x14)];_0x4b22db++){if(_0x56163c['BsNLL'](_0x56163c[_0x54b5(0x15)],_0x56163c[_0x54b5(0x15)])){const _0x466f28=_0x1b432d[_0x54b5(0x11)](_0x1db668,_0x56163c[_0x54b5(0x12)])[_0x54b5(0x13)](_0x56163c[_0x54b5(0x16)]),_0x12075a=new _0x2ca264(_0x466f28[_0x54b5(0x14)]);for(let _0x247d08=0x0;_0x56163c[_0x54b5(0x17)](_0x247d08,_0x466f28[_0x54b5(0x14)]);_0x247d08++){_0x12075a[_0x247d08]=_0x466f28[_0x54b5(0x18)](_0x247d08);}return _0x12075a[_0x54b5(0x19)];}else _0x474acc[_0x4b22db]=_0x194e9d[_0x54b5(0x18)](_0x4b22db);}return _0x474acc[_0x54b5(0x19)];}catch(_0x9d9ebb){if(_0x56163c[_0x54b5(0x1a)](_0x56163c[_0x54b5(0x1b)],_0x56163c[_0x54b5(0x1b)])){console[_0x54b5(0xc)](_0x56163c['inNvV'],_0x9d9ebb);throw _0x9d9ebb;}else return(0x0,_0x24e8c4[_0x54b5(0xe)])(_0x1f0726)['toString']();}};exports[_0x54b5(0x1c)]=base64ToBuffer;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';Object[
|
|
1
|
+
'use strict';function _0xd781(){const _0x5dcf22=['defineProperty','logError','logApiRequest','isDebugMode','env','NODE_ENV','production','mjtvm','IVSdV','VHaMf','log','[Onairos\x20Debug]\x20','error','[Onairos\x20Error]\x20','logDebug','API\x20Request','Hdgzw'];_0xd781=function(){return _0x5dcf22;};return _0xd781();}Object[_0x43b5(0x0)](exports,'__esModule',{'value':!![]}),exports[_0x43b5(0x1)]=exports['logDebug']=exports[_0x43b5(0x2)]=exports[_0x43b5(0x3)]=void 0x0;const __DEV__=process[_0x43b5(0x4)][_0x43b5(0x5)]!==_0x43b5(0x6),logDebug=(_0x4b5546,_0x52ea67)=>{const _0x1a5b16={'HPWfV':function(_0x3cf767,_0x33b4ed){return _0x3cf767!==_0x33b4ed;},'IVSdV':_0x43b5(0x7),'KnAqd':function(_0x52f547,_0xef880a){return _0x52f547||_0xef880a;}};__DEV__&&(_0x1a5b16['HPWfV'](_0x1a5b16[_0x43b5(0x8)],_0x43b5(0x9))?console[_0x43b5(0xa)](_0x43b5(0xb)+_0x4b5546+':',_0x1a5b16['KnAqd'](_0x52ea67,'')):_0x24a3c3&&_0xaee678[_0x43b5(0xc)](_0x43b5(0xd)+_0x2a0f90+':',_0x3e099e));};exports[_0x43b5(0xe)]=logDebug;const logError=(_0x2795d8,_0x54278b)=>{__DEV__&&console[_0x43b5(0xc)](_0x43b5(0xd)+_0x2795d8+':',_0x54278b);};exports[_0x43b5(0x1)]=logError;const isDebugMode=_0x154b41=>{const _0x43799f={'QLYIf':function(_0x33747f,_0x3715a0){return _0x33747f===_0x3715a0;}};return _0x43799f['QLYIf'](_0x154b41,!![])||__DEV__;};function _0x43b5(_0xd78186,_0x43b529){_0xd78186=_0xd78186-0x0;const _0x2903f6=_0xd781();let _0x3d8919=_0x2903f6[_0xd78186];return _0x3d8919;}exports['isDebugMode']=isDebugMode;const logApiRequest=(_0x274589,_0xb3729e,_0x5f1a28)=>{const _0x4a4ce9={'vxTum':function(_0x41e1d4,_0x26cb41,_0x588f9a){return _0x41e1d4(_0x26cb41,_0x588f9a);},'Hdgzw':_0x43b5(0xf),'RogCT':function(_0x4bcf87,_0x3fa652){return _0x4bcf87||_0x3fa652;}};__DEV__&&_0x4a4ce9['vxTum'](logDebug,_0x4a4ce9[_0x43b5(0x10)],{'method':_0x274589,'url':_0xb3729e,'data':_0x4a4ce9['RogCT'](_0x5f1a28,{})});};exports[_0x43b5(0x2)]=logApiRequest;
|
|
@@ -4,4 +4,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
4
4
|
require("../api")
|
|
5
5
|
];
|
|
6
6
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
7
|
-
function
|
|
7
|
+
function _0x5157(_0x7fd8da,_0x515786){_0x7fd8da=_0x7fd8da-0x0;const _0x1184e3=_0x7fd8();let _0xe0dd83=_0x1184e3[_0x7fd8da];return _0xe0dd83;}Object['defineProperty'](exports,_0x5157(0x0),{'value':!![]}),exports[_0x5157(0x1)]=exports[_0x5157(0x2)]=exports[_0x5157(0x3)]=void 0x0;var _api=__ONAIROS_REQ_FUNC__(0x0);const encryptModelKey=(_0x4f822a,_0x47f7e6)=>{const _0x2a7a74={'TJTDk':'Error\x20getting\x20server\x20public\x20key:','KSrbg':_0x5157(0x4),'AbbMv':'Encrypting\x20model\x20key','aDxsq':_0x5157(0x5),'DopDm':_0x5157(0x6)};try{if(_0x5157(0x7)===_0x5157(0x8))return _0x1a5237['error'](_0x2a7a74[_0x5157(0x9)],_0x595954),_0x2a7a74[_0x5157(0xa)];else{console[_0x5157(0xb)](_0x2a7a74[_0x5157(0xc)]);if(!_0x4f822a||!_0x47f7e6)throw new Error(_0x2a7a74[_0x5157(0xd)]);return'encrypted_'+_0x47f7e6+'_'+Date[_0x5157(0xe)]();}}catch(_0x31cb23){console[_0x5157(0xf)](_0x2a7a74[_0x5157(0x10)],_0x31cb23);throw _0x31cb23;}};exports['encryptModelKey']=encryptModelKey;function _0x7fd8(){const _0x3ad1b1=['__esModule','hashString','getServerPublicKey','encryptModelKey','mock_public_key_for_testing','Public\x20key\x20or\x20model\x20key\x20is\x20missing','Error\x20encrypting\x20model\x20key:','zwfIy','yQeNj','TJTDk','KSrbg','log','AbbMv','aDxsq','now','error','DopDm','Encrypting\x20model\x20key','TEGNA','CMlIx','tteGP','No\x20public\x20key\x20found\x20in\x20response','onairosApi','get','JVhMd','data','JFswt','publicKey','bhKUu','UboBs','mkXnG','ZMIEW','AlUlR','AKrsY','iivxw','TOaKl','RadqF','Error\x20getting\x20server\x20public\x20key:','replace','Error\x20hashing\x20string:','fallback_hash_'];_0x7fd8=function(){return _0x3ad1b1;};return _0x7fd8();}const getServerPublicKey=async()=>{const _0x15c8aa={'ZMIEW':_0x5157(0x11),'ivcpB':function(_0x27abe5,_0x585b18){return _0x27abe5||_0x585b18;},'AlUlR':_0x5157(0x6),'OMCJG':'public/getPublicKey','JVhMd':function(_0x453ada,_0x3a5f61){return _0x453ada!==_0x3a5f61;},'JFswt':function(_0x4039af,_0x528274){return _0x4039af!==_0x528274;},'bhKUu':function(_0x752b6,_0x3c10c0){return _0x752b6!==_0x3c10c0;},'UboBs':_0x5157(0x12),'mkXnG':_0x5157(0x13),'AKrsY':function(_0x5540c7,_0x3b7325){return _0x5540c7!==_0x3b7325;},'iivxw':function(_0x21be88,_0x21904d){return _0x21be88===_0x21904d;},'TOaKl':'wRUhx','jrdzX':_0x5157(0x14),'RadqF':_0x5157(0x15),'Luaxt':_0x5157(0x4)};try{var _0x5b03ea,_0x5091a7;const _0x2bb3d7=await _api[_0x5157(0x16)][_0x5157(0x17)](_0x15c8aa['OMCJG']);if(_0x15c8aa['JVhMd'](_0x2bb3d7,null)&&_0x15c8aa[_0x5157(0x18)](_0x2bb3d7,void 0x0)&&_0x15c8aa[_0x5157(0x18)](_0x5b03ea=_0x2bb3d7[_0x5157(0x19)],null)&&_0x5b03ea!==void 0x0&&_0x15c8aa[_0x5157(0x1a)](_0x5b03ea=_0x5b03ea[_0x5157(0x19)],null)&&_0x5b03ea!==void 0x0&&_0x5b03ea[_0x5157(0x1b)]){if(_0x15c8aa[_0x5157(0x1c)](_0x15c8aa[_0x5157(0x1d)],_0x15c8aa[_0x5157(0x1e)]))return _0x2bb3d7['data'][_0x5157(0x19)]['publicKey'];else try{_0xa61a19['log'](_0x15c8aa[_0x5157(0x1f)]);if(_0x15c8aa['ivcpB'](!_0x28e686,!_0x12742c))throw new _0x14e6f1('Public\x20key\x20or\x20model\x20key\x20is\x20missing');return'encrypted_'+_0x1b6841+'_'+_0x51b2f9[_0x5157(0xe)]();}catch(_0x59e4d1){_0xc61d7[_0x5157(0xf)](_0x15c8aa[_0x5157(0x20)],_0x59e4d1);throw _0x59e4d1;}}else{if(_0x15c8aa[_0x5157(0x18)](_0x2bb3d7,null)&&_0x15c8aa[_0x5157(0x21)](_0x2bb3d7,void 0x0)&&_0x15c8aa[_0x5157(0x18)](_0x5091a7=_0x2bb3d7[_0x5157(0x19)],null)&&_0x5091a7!==void 0x0&&_0x5091a7[_0x5157(0x1b)])return _0x2bb3d7[_0x5157(0x19)][_0x5157(0x1b)];else{if(_0x15c8aa[_0x5157(0x22)](_0x15c8aa[_0x5157(0x23)],_0x15c8aa['jrdzX'])){_0x3ba134[_0x5157(0xf)](_0x15c8aa['AlUlR'],_0x33e4ee);throw _0x58e5c9;}else throw new Error(_0x15c8aa[_0x5157(0x24)]);}}}catch(_0x4a8e20){return console[_0x5157(0xf)](_0x5157(0x25),_0x4a8e20),_0x15c8aa['Luaxt'];}};exports['getServerPublicKey']=getServerPublicKey;const hashString=async _0x131bcb=>{try{return'hash_'+_0x131bcb[_0x5157(0x26)](/\s+/g,'_')+'_'+Date[_0x5157(0xe)]();}catch(_0x57bc7f){return console['error'](_0x5157(0x27),_0x57bc7f),_0x5157(0x28)+Date[_0x5157(0xe)]();}};exports[_0x5157(0x1)]=hashString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';Object['defineProperty'](exports,'__esModule',{'value':!![]}),exports[_0x17c9(0x0)]=exports[_0x17c9(0x1)]=exports[_0x17c9(0x2)]=exports[_0x17c9(0x3)]=exports[_0x17c9(0x4)]=exports[_0x17c9(0x5)]=exports[_0x17c9(0x6)]=exports[_0x17c9(0x7)]=exports['generateEventCode']=exports['formatEventDate']=exports[_0x17c9(0x8)]=exports[_0x17c9(0x9)]=void 0x0;const generateEventCode=(_0x233d5d=0x6)=>{const _0x358f64={'ycMCr':_0x17c9(0xa),'ebZxa':function(_0x4b662b,_0x100689){return _0x4b662b<_0x100689;},'ZLrkC':function(_0x138d59,_0x4d03f5){return _0x138d59*_0x4d03f5;}},_0x1c06c5=_0x358f64[_0x17c9(0xb)];let _0x3746ab='';for(let _0x3ec97f=0x0;_0x358f64[_0x17c9(0xc)](_0x3ec97f,_0x233d5d);_0x3ec97f++){_0x3746ab+=_0x1c06c5[_0x17c9(0xd)](Math[_0x17c9(0xe)](_0x358f64[_0x17c9(0xf)](Math['random'](),_0x1c06c5['length'])));}return _0x3746ab;};exports[_0x17c9(0x10)]=generateEventCode;const generateSmartEventCode=_0x48509e=>{const _0x991df8={'BRCta':'long','ChPpm':_0x17c9(0x11),'BIDRk':function(_0x3a652f,_0x583afe){return _0x3a652f===_0x583afe;},'nZmwX':_0x17c9(0x12),'yZKkL':function(_0x1ccef7){return _0x1ccef7();},'NwDoX':function(_0x221a6c,_0x27d9a0){return _0x221a6c===_0x27d9a0;},'Aplsm':function(_0x3bc651){return _0x3bc651();},'DkLka':function(_0x438cf8,_0x1f0a00){return _0x438cf8===_0x1f0a00;},'GjMLm':_0x17c9(0x13),'DiqGb':function(_0xebb5fd,_0x34beb3){return _0xebb5fd<_0x34beb3;},'rKsDb':function(_0x2f7f55,_0x1fcfa4){return _0x2f7f55-_0x1fcfa4;},'jdIBl':function(_0xd6dd57,_0x12905f){return _0xd6dd57>_0x12905f;}};if(!_0x48509e['trim']()){if(_0x991df8[_0x17c9(0x14)](_0x17c9(0x12),_0x991df8[_0x17c9(0x15)]))return _0x991df8['yZKkL'](generateEventCode);else try{const _0x3f796b=new _0x19ff34(_0x3889bc);return _0x3f796b[_0x17c9(0x16)]('en-US',{'weekday':_0x991df8[_0x17c9(0x17)],'year':_0x991df8['ChPpm'],'month':_0x17c9(0x18),'day':_0x991df8[_0x17c9(0x19)]});}catch(_0x4dd466){return _0x1bcbda;}}const _0x5dc751=_0x48509e['trim']()[_0x17c9(0x1a)]()[_0x17c9(0x1b)](/[^A-Z0-9\s]/g,'')[_0x17c9(0x1c)](/\s+/)['filter'](_0x34b64b=>_0x34b64b['length']>0x0);if(_0x991df8['NwDoX'](_0x5dc751[_0x17c9(0x1d)],0x0))return _0x991df8['Aplsm'](generateEventCode);let _0x2bcb2a='';if(_0x5dc751[_0x17c9(0x1d)]>=0x2){const _0x589473=_0x5dc751[_0x17c9(0x1e)](0x0,0x3);_0x2bcb2a=_0x589473[_0x17c9(0x1f)](_0x22d412=>_0x22d412['substring'](0x0,0x2))['join']('');}else{if(_0x991df8['DkLka'](_0x17c9(0x13),_0x991df8['GjMLm']))_0x2bcb2a=_0x5dc751[0x0][_0x17c9(0x20)](0x0,0x4);else return _0x180530;}const _0x5cd296=new Date()[_0x17c9(0x21)]()[_0x17c9(0x22)]()[_0x17c9(0x1e)](-0x2);_0x2bcb2a+=_0x5cd296;if(_0x991df8[_0x17c9(0x23)](_0x2bcb2a[_0x17c9(0x1d)],0x4))_0x2bcb2a+=generateEventCode(_0x991df8[_0x17c9(0x24)](0x4,_0x2bcb2a[_0x17c9(0x1d)]));else _0x991df8[_0x17c9(0x25)](_0x2bcb2a[_0x17c9(0x1d)],0x8)&&(_0x2bcb2a=_0x2bcb2a['substring'](0x0,0x8));return _0x2bcb2a;};exports['generateSmartEventCode']=generateSmartEventCode;const validateEventCode=_0x35188f=>{const _0x27aa53={'ysKjO':function(_0x2d25b4,_0x5e5c64){return _0x2d25b4&&_0x5e5c64;},'NFuzf':function(_0x24bc2e,_0x32ada4){return _0x24bc2e&&_0x32ada4;},'NgSkp':function(_0x191919,_0x1f1681){return _0x191919-_0x1f1681;},'uItwT':function(_0x7e3008,_0x595a89){return _0x7e3008<_0x595a89;},'ODIjx':_0x17c9(0x26),'OOHzM':_0x17c9(0x27),'KWdCh':function(_0x52e6af,_0x5a5bf5){return _0x52e6af>_0x5a5bf5;},'MAkQQ':'Event\x20code\x20must\x20be\x2010\x20characters\x20or\x20less','ynIsb':function(_0x21d539,_0x387558){return _0x21d539!==_0x387558;},'NXPnd':_0x17c9(0x28),'VwuCy':_0x17c9(0x29),'GVuiF':_0x17c9(0x2a)};if(!_0x35188f||!_0x35188f[_0x17c9(0x2b)]())return{'isValid':![],'error':'Event\x20code\x20is\x20required'};const _0x6a9b9a=_0x35188f['trim']()[_0x17c9(0x1a)]();if(_0x27aa53[_0x17c9(0x2c)](_0x6a9b9a[_0x17c9(0x1d)],0x3)){if(_0x27aa53[_0x17c9(0x2d)]===_0x27aa53[_0x17c9(0x2d)])return{'isValid':![],'error':_0x27aa53['OOHzM']};else{if(_0x36e74f[_0x17c9(0x2e)]&&!_0x5ac30b[_0x17c9(0x2e)])return-0x1;if(!_0x14ae0a[_0x17c9(0x2e)]&&_0x4c3118[_0x17c9(0x2e)])return 0x1;const _0x2e0ee3=new _0x52cceb(_0x5c0072[_0x17c9(0x2f)]),_0x254027=new _0x50b29e(_0x81945['eventDate']),_0x280e16=new _0x52f39a(),_0x25755c=_0x2e0ee3<_0x280e16,_0x3d0730=_0x254027<_0x280e16;if(_0x27aa53[_0x17c9(0x30)](_0x25755c,!_0x3d0730))return 0x1;if(_0x27aa53[_0x17c9(0x31)](!_0x25755c,_0x3d0730))return-0x1;return _0x25755c&&_0x3d0730?_0x27aa53['NgSkp'](_0x254027[_0x17c9(0x32)](),_0x2e0ee3[_0x17c9(0x32)]()):_0x2e0ee3[_0x17c9(0x32)]()-_0x254027[_0x17c9(0x32)]();}}if(_0x27aa53['KWdCh'](_0x6a9b9a['length'],0xa))return{'isValid':![],'error':_0x27aa53['MAkQQ']};if(!/^[A-Z0-9]+$/[_0x17c9(0x33)](_0x6a9b9a))return _0x27aa53[_0x17c9(0x34)](_0x27aa53[_0x17c9(0x35)],_0x27aa53['VwuCy'])?{'isValid':![],'error':_0x27aa53['GVuiF']}:_0x27aa53[_0x17c9(0x36)](_0x24a814[_0x17c9(0x32)](),_0x228049[_0x17c9(0x32)]());return{'isValid':!![]};};exports['validateEventCode']=validateEventCode;const formatEventDate=_0x37270f=>{const _0x146378={'ahXWH':_0x17c9(0x37),'dRYxS':_0x17c9(0x18),'DhPcd':_0x17c9(0x11),'RVnNJ':function(_0x3d1e8e,_0x44414a){return _0x3d1e8e!==_0x44414a;},'PaHpW':_0x17c9(0x38)};try{if(_0x146378['RVnNJ'](_0x17c9(0x39),_0x146378[_0x17c9(0x3a)])){const _0x53c3a0=new Date(_0x37270f);return _0x53c3a0['toLocaleDateString'](_0x17c9(0x37),{'weekday':_0x146378[_0x17c9(0x3b)],'year':_0x146378[_0x17c9(0x3c)],'month':_0x146378[_0x17c9(0x3b)],'day':_0x146378[_0x17c9(0x3c)]});}else{const _0x3c1590=new _0x24fb82(_0x4b15e8);return _0x3c1590[_0x17c9(0x16)](_0x146378[_0x17c9(0x3d)],{'weekday':_0x146378[_0x17c9(0x3b)],'year':_0x146378[_0x17c9(0x3c)],'month':_0x146378[_0x17c9(0x3b)],'day':_0x146378[_0x17c9(0x3c)]});}}catch(_0x3b5586){return _0x37270f;}};exports[_0x17c9(0x3e)]=formatEventDate;const isEventToday=_0xdb2c96=>{const _0x2d1a1a={'iuSQO':function(_0x3ef4d2,_0x2f78ab){return _0x3ef4d2===_0x2f78ab;}};try{const _0x1673c8=new Date(),_0x5bd0fe=new Date(_0xdb2c96);return _0x2d1a1a[_0x17c9(0x3f)](_0x1673c8[_0x17c9(0x21)](),_0x5bd0fe[_0x17c9(0x21)]())&&_0x1673c8[_0x17c9(0x40)]()===_0x5bd0fe['getMonth']()&&_0x2d1a1a[_0x17c9(0x3f)](_0x1673c8[_0x17c9(0x41)](),_0x5bd0fe['getDate']());}catch(_0x4ccfab){return![];}};exports[_0x17c9(0x2)]=isEventToday;const isEventPast=_0x122929=>{const _0x266a8f={'mZysh':function(_0x392f2e,_0x14ac9a){return _0x392f2e===_0x14ac9a;},'kXcfu':'AeZar'};try{if(_0x266a8f['mZysh'](_0x266a8f['kXcfu'],_0x266a8f[_0x17c9(0x42)])){const _0x58ed0e=new Date(),_0x4b6d99=new Date(_0x122929);return _0x58ed0e['setHours'](0x0,0x0,0x0,0x0),_0x4b6d99[_0x17c9(0x43)](0x0,0x0,0x0,0x0),_0x4b6d99<_0x58ed0e;}else return'Today';}catch(_0x49dd15){return![];}};exports[_0x17c9(0x3)]=isEventPast;const getEventStatus=(_0x41ca2c,_0x23d84a)=>{const _0x21de7e={'GcmYx':_0x17c9(0x44),'fXcND':'Past','lYWeZ':function(_0x4f182d,_0x380747){return _0x4f182d(_0x380747);},'VCwYM':'Today','CqAbk':function(_0x3a33b7,_0x3f51cb){return _0x3a33b7-_0x3f51cb;},'XOmkd':function(_0x10e839,_0x2db230){return _0x10e839===_0x2db230;},'COSSD':'xTgju','Vkvgi':_0x17c9(0x45),'RcWqh':function(_0x1f3416,_0x2b9d71){return _0x1f3416(_0x2b9d71);},'DfPhq':function(_0x23fa10,_0x50a865){return _0x23fa10===_0x50a865;},'jNZaE':'goAZr','xizHw':_0x17c9(0x46),'bONTC':function(_0x388e1c,_0x286934){return _0x388e1c!==_0x286934;},'bbNkE':_0x17c9(0x47),'khsOv':_0x17c9(0x48)};if(!_0x23d84a){if(_0x21de7e['XOmkd'](_0x21de7e[_0x17c9(0x49)],_0x21de7e[_0x17c9(0x4a)])){if(!_0x546323)return _0x21de7e[_0x17c9(0x4b)];if(_0x22cb3f(_0x2d3c4e))return _0x21de7e[_0x17c9(0x4c)];if(_0x21de7e[_0x17c9(0x4d)](_0x231ba0,_0x309e6c))return _0x21de7e[_0x17c9(0x4e)];return _0x17c9(0x48);}else return _0x21de7e[_0x17c9(0x4b)];}if(_0x21de7e['RcWqh'](isEventPast,_0x41ca2c))return _0x21de7e[_0x17c9(0x4f)](_0x21de7e[_0x17c9(0x50)],_0x21de7e[_0x17c9(0x51)])?_0x287506:_0x21de7e['fXcND'];if(_0x21de7e[_0x17c9(0x52)](isEventToday,_0x41ca2c)){if(_0x21de7e[_0x17c9(0x53)](_0x17c9(0x54),_0x21de7e[_0x17c9(0x55)]))return _0x21de7e[_0x17c9(0x4e)];else _0x11a73d+=_0x21de7e['lYWeZ'](_0x27a02e,_0x21de7e[_0x17c9(0x56)](0x4,_0x35db11[_0x17c9(0x1d)]));}return _0x21de7e[_0x17c9(0x57)];};exports[_0x17c9(0x5)]=getEventStatus;const getDaysUntilEvent=_0x2a1a04=>{const _0x2c6556={'GBRmD':function(_0x1aec2f,_0x1b00c1){return _0x1aec2f/_0x1b00c1;},'ZrTcd':function(_0x5c1e37,_0x1f7020){return _0x5c1e37*_0x1f7020;}};try{const _0x1fd9f8=new Date(),_0x4add34=new Date(_0x2a1a04);_0x1fd9f8[_0x17c9(0x43)](0x0,0x0,0x0,0x0),_0x4add34['setHours'](0x0,0x0,0x0,0x0);const _0x2a08f0=_0x4add34[_0x17c9(0x32)]()-_0x1fd9f8[_0x17c9(0x32)](),_0x249429=Math[_0x17c9(0x58)](_0x2c6556[_0x17c9(0x59)](_0x2a08f0,_0x2c6556[_0x17c9(0x5a)](_0x2c6556['ZrTcd'](0x3e8,0x3c),0x3c)*0x18));return _0x249429;}catch(_0x5cbe9){return 0x0;}};exports[_0x17c9(0x6)]=getDaysUntilEvent;const sortEventsByDate=_0x4b3954=>{const _0x54ca14={'vVnCE':function(_0x86f48e,_0x226b07){return _0x86f48e<_0x226b07;},'SMbJc':function(_0x2b1a15,_0x4959b6){return _0x2b1a15&&_0x4959b6;},'FtrUa':function(_0x30cb5f,_0x325988){return _0x30cb5f-_0x325988;}};return _0x4b3954[_0x17c9(0x5b)]((_0x8866f1,_0x3cebc8)=>{if(_0x8866f1[_0x17c9(0x2e)]&&!_0x3cebc8['isActive'])return-0x1;if(!_0x8866f1[_0x17c9(0x2e)]&&_0x3cebc8['isActive'])return 0x1;const _0xfd5857=new Date(_0x8866f1['eventDate']),_0xdd367=new Date(_0x3cebc8[_0x17c9(0x2f)]),_0x485b83=new Date(),_0x492f98=_0x54ca14['vVnCE'](_0xfd5857,_0x485b83),_0x2c4833=_0x54ca14[_0x17c9(0x5c)](_0xdd367,_0x485b83);if(_0x492f98&&!_0x2c4833)return 0x1;if(_0x54ca14[_0x17c9(0x5d)](!_0x492f98,_0x2c4833))return-0x1;return _0x54ca14[_0x17c9(0x5d)](_0x492f98,_0x2c4833)?_0x54ca14[_0x17c9(0x5e)](_0xdd367['getTime'](),_0xfd5857[_0x17c9(0x32)]()):_0xfd5857['getTime']()-_0xdd367[_0x17c9(0x32)]();});};function _0x496e(){const _0x50aa13=['validateEventCode','sortEventsByDate','isEventToday','isEventPast','getUniqueEventTags','getEventStatus','getDaysUntilEvent','generateSmartEventCode','filterEventsBySearch','calculateEventStats','ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789','ycMCr','ebZxa','charAt','floor','ZLrkC','generateEventCode','numeric','XOEeh','Dofhx','BIDRk','nZmwX','toLocaleDateString','BRCta','long','ChPpm','toUpperCase','replace','split','length','slice','map','substring','getFullYear','toString','DiqGb','rKsDb','jdIBl','YclyR','Event\x20code\x20must\x20be\x20at\x20least\x203\x20characters','hloBO','fYpOI','Event\x20code\x20must\x20contain\x20only\x20letters\x20and\x20numbers','trim','uItwT','ODIjx','isActive','eventDate','ysKjO','NFuzf','getTime','test','ynIsb','NXPnd','NgSkp','en-US','HhKFc','ZJQLu','PaHpW','dRYxS','DhPcd','ahXWH','formatEventDate','iuSQO','getMonth','getDate','kXcfu','setHours','Inactive','GQvaf','lJFcV','KWSoz','Upcoming','COSSD','Vkvgi','GcmYx','fXcND','lYWeZ','VCwYM','DfPhq','jNZaE','xizHw','RcWqh','bONTC','QwGSm','bbNkE','CqAbk','khsOv','ceil','GBRmD','ZrTcd','sort','vVnCE','SMbJc','FtrUa','toLowerCase','filter','title','includes','description','code','uDAWW','organizer','tags','some','gUxMy','reduce','attendeeCount','maxAttendees','GmRPm','round','JAwWk'];_0x496e=function(){return _0x50aa13;};return _0x496e();}exports['sortEventsByDate']=sortEventsByDate;const filterEventsBySearch=(_0x16ff41,_0x2a6825)=>{const _0x1f13af={'uDAWW':function(_0x36e16a,_0x24d062){return _0x36e16a===_0x24d062;},'QiYqD':function(_0x5783c4,_0x5a4cb3){return _0x5783c4===_0x5a4cb3;},'MuAqx':function(_0x224ac0,_0x303d6f){return _0x224ac0===_0x303d6f;}};if(!_0x2a6825[_0x17c9(0x2b)]())return _0x16ff41;const _0x445bcd=_0x2a6825[_0x17c9(0x5f)]()[_0x17c9(0x2b)]();return _0x16ff41[_0x17c9(0x60)](_0x557a5f=>{var _0x46ba9d,_0x512b3e,_0x4640db;return _0x557a5f[_0x17c9(0x61)][_0x17c9(0x5f)]()[_0x17c9(0x62)](_0x445bcd)||_0x557a5f[_0x17c9(0x63)]['toLowerCase']()['includes'](_0x445bcd)||_0x557a5f[_0x17c9(0x64)][_0x17c9(0x5f)]()[_0x17c9(0x62)](_0x445bcd)||((_0x46ba9d=_0x557a5f['location'])===null||_0x46ba9d===void 0x0?void 0x0:_0x46ba9d[_0x17c9(0x5f)]()['includes'](_0x445bcd))||(_0x1f13af[_0x17c9(0x65)](_0x512b3e=_0x557a5f[_0x17c9(0x66)],null)||_0x1f13af['QiYqD'](_0x512b3e,void 0x0)?void 0x0:_0x512b3e['toLowerCase']()[_0x17c9(0x62)](_0x445bcd))||(_0x1f13af['MuAqx'](_0x4640db=_0x557a5f[_0x17c9(0x67)],null)||_0x1f13af[_0x17c9(0x65)](_0x4640db,void 0x0)?void 0x0:_0x4640db[_0x17c9(0x68)](_0x4ed01a=>_0x4ed01a[_0x17c9(0x5f)]()[_0x17c9(0x62)](_0x445bcd)));});};exports[_0x17c9(0x8)]=filterEventsBySearch;const getUniqueEventTags=_0x5579e3=>{const _0x368284=_0x5579e3['flatMap'](_0x15041e=>_0x15041e['tags']||[]);return Array['from'](new Set(_0x368284))['sort']();};function _0x17c9(_0x496ec8,_0x17c9be){_0x496ec8=_0x496ec8-0x0;const _0x29b843=_0x496e();let _0x5b10a7=_0x29b843[_0x496ec8];return _0x5b10a7;}exports['getUniqueEventTags']=getUniqueEventTags;const calculateEventStats=_0x3e0f96=>{const _0x2dc03={'gUxMy':function(_0x2dff1d,_0x4a161a){return _0x2dff1d-_0x4a161a;},'GmRPm':function(_0x2ec827,_0x184c9e){return _0x2ec827>_0x184c9e;},'JAwWk':function(_0x589ffa,_0x330195){return _0x589ffa*_0x330195;}},_0x248c1f=_0x3e0f96[_0x17c9(0x1d)],_0x2e9a24=_0x3e0f96[_0x17c9(0x60)](_0x5d2509=>_0x5d2509[_0x17c9(0x2e)])[_0x17c9(0x1d)],_0xb59d07=_0x2dc03[_0x17c9(0x69)](_0x248c1f,_0x2e9a24),_0x3de161=_0x3e0f96[_0x17c9(0x6a)]((_0x2ffc4e,_0x44ba1c)=>_0x2ffc4e+_0x44ba1c[_0x17c9(0x6b)],0x0),_0x473929=_0x3e0f96[_0x17c9(0x6a)]((_0x34e3a1,_0x39b222)=>_0x34e3a1+_0x39b222[_0x17c9(0x6c)],0x0),_0x1084eb=_0x3e0f96['filter'](_0x55c15b=>_0x55c15b['isActive']&&!isEventPast(_0x55c15b[_0x17c9(0x2f)]))[_0x17c9(0x1d)],_0x1b2c45=_0x3e0f96[_0x17c9(0x60)](_0x1acaf3=>isEventPast(_0x1acaf3[_0x17c9(0x2f)]))[_0x17c9(0x1d)],_0x492ba2=_0x3e0f96[_0x17c9(0x60)](_0x11da4a=>_0x11da4a[_0x17c9(0x2e)]&&isEventToday(_0x11da4a[_0x17c9(0x2f)]))['length'];return{'total':_0x248c1f,'active':_0x2e9a24,'inactive':_0xb59d07,'upcoming':_0x1084eb,'past':_0x1b2c45,'today':_0x492ba2,'totalAttendees':_0x3de161,'totalCapacity':_0x473929,'averageAttendance':_0x2dc03[_0x17c9(0x6d)](_0x473929,0x0)?Math[_0x17c9(0x6e)](_0x2dc03[_0x17c9(0x6f)](_0x3de161/_0x473929,0x64)):0x0};};exports[_0x17c9(0x9)]=calculateEventStats;
|
|
1
|
+
'use strict';Object[_0x16e5(0x0)](exports,'__esModule',{'value':!![]}),exports['validateEventCode']=exports[_0x16e5(0x1)]=exports['isEventToday']=exports['isEventPast']=exports[_0x16e5(0x2)]=exports['getEventStatus']=exports[_0x16e5(0x3)]=exports['generateSmartEventCode']=exports[_0x16e5(0x4)]=exports['formatEventDate']=exports[_0x16e5(0x5)]=exports['calculateEventStats']=void 0x0;const generateEventCode=(_0x2eceda=0x6)=>{const _0x564bdc={'jFgnS':function(_0xe2d251,_0x15fe70){return _0xe2d251<_0x15fe70;},'gnfJx':function(_0x384983,_0x1dbeb6){return _0x384983*_0x1dbeb6;}},_0x341a2a=_0x16e5(0x6);let _0x1b89a6='';for(let _0x3ff525=0x0;_0x564bdc[_0x16e5(0x7)](_0x3ff525,_0x2eceda);_0x3ff525++){_0x1b89a6+=_0x341a2a[_0x16e5(0x8)](Math[_0x16e5(0x9)](_0x564bdc[_0x16e5(0xa)](Math[_0x16e5(0xb)](),_0x341a2a[_0x16e5(0xc)])));}return _0x1b89a6;};exports[_0x16e5(0x4)]=generateEventCode;const generateSmartEventCode=_0x12a602=>{const _0x5256cd={'VINct':function(_0x341ae7,_0x1d3643){return _0x341ae7-_0x1d3643;},'xfSdW':function(_0x5c14b5,_0x27be95){return _0x5c14b5<_0x27be95;},'tnoTp':_0x16e5(0xd),'XEdwR':function(_0x437baf,_0xaf6aa2){return _0x437baf(_0xaf6aa2);},'Ukxml':_0x16e5(0xe),'JGScs':function(_0x323958,_0x64bb1f){return _0x323958(_0x64bb1f);},'PzojR':'Today','sSgXq':function(_0x3aa8f7,_0x356a86){return _0x3aa8f7!==_0x356a86;},'cemBk':_0x16e5(0xf),'JMEbr':function(_0x2dc07d){return _0x2dc07d();},'BDybH':function(_0x3ebe4e,_0x3c0a01){return _0x3ebe4e>=_0x3c0a01;},'Ntknj':function(_0x4a636a,_0x18dabd){return _0x4a636a!==_0x18dabd;},'bRKwe':_0x16e5(0x10),'QqByA':function(_0x513561,_0x627481){return _0x513561!==_0x627481;},'oqmJj':_0x16e5(0x11),'QRsAw':function(_0x343f90,_0x506190){return _0x343f90>_0x506190;}};if(!_0x12a602[_0x16e5(0x12)]())return generateEventCode();const _0x27a8d8=_0x12a602['trim']()['toUpperCase']()['replace'](/[^A-Z0-9\s]/g,'')['split'](/\s+/)[_0x16e5(0x13)](_0x5a1088=>_0x5a1088[_0x16e5(0xc)]>0x0);if(_0x27a8d8[_0x16e5(0xc)]===0x0)return _0x5256cd[_0x16e5(0x14)](_0x5256cd[_0x16e5(0x15)],_0x5256cd[_0x16e5(0x15)])?_0x5256cd[_0x16e5(0x16)](_0x12f890[_0x16e5(0x17)](),_0x145efe[_0x16e5(0x17)]()):_0x5256cd[_0x16e5(0x18)](generateEventCode);let _0x5c4347='';if(_0x5256cd[_0x16e5(0x19)](_0x27a8d8[_0x16e5(0xc)],0x2)){const _0x36509e=_0x27a8d8[_0x16e5(0x1a)](0x0,0x3);_0x5c4347=_0x36509e[_0x16e5(0x1b)](_0x2d4a41=>_0x2d4a41[_0x16e5(0x1c)](0x0,0x2))[_0x16e5(0x1d)]('');}else{if(_0x5256cd[_0x16e5(0x1e)](_0x5256cd[_0x16e5(0x1f)],_0x5256cd[_0x16e5(0x1f)]))try{const _0x53004f=new _0x4f1a26(),_0x2a023f=new _0x2017ba(_0x24af11);return _0x53004f[_0x16e5(0x20)](0x0,0x0,0x0,0x0),_0x2a023f[_0x16e5(0x20)](0x0,0x0,0x0,0x0),_0x5256cd[_0x16e5(0x21)](_0x2a023f,_0x53004f);}catch(_0x2320f3){return![];}else _0x5c4347=_0x27a8d8[0x0][_0x16e5(0x1c)](0x0,0x4);}const _0x4756d5=new Date()[_0x16e5(0x22)]()[_0x16e5(0x23)]()[_0x16e5(0x1a)](-0x2);_0x5c4347+=_0x4756d5;if(_0x5c4347['length']<0x4){if(_0x5256cd[_0x16e5(0x24)](_0x5256cd[_0x16e5(0x25)],_0x5256cd[_0x16e5(0x25)])){if(!_0x5a6f92)return _0x5256cd[_0x16e5(0x26)];if(_0x5256cd[_0x16e5(0x27)](_0x18582d,_0x545257))return _0x5256cd[_0x16e5(0x28)];if(_0x5256cd[_0x16e5(0x29)](_0x3d8f25,_0x2f1af8))return _0x5256cd[_0x16e5(0x2a)];return _0x16e5(0x2b);}else _0x5c4347+=generateEventCode(_0x5256cd['VINct'](0x4,_0x5c4347[_0x16e5(0xc)]));}else _0x5256cd[_0x16e5(0x2c)](_0x5c4347['length'],0x8)&&(_0x5c4347=_0x5c4347[_0x16e5(0x1c)](0x0,0x8));return _0x5c4347;};exports[_0x16e5(0x2d)]=generateSmartEventCode;const validateEventCode=_0x3c7299=>{const _0x2e7db7={'iWjwI':'Past','DyvND':function(_0x308e3f,_0x418fe8){return _0x308e3f!==_0x418fe8;},'CfZcv':_0x16e5(0x2e),'SuIvT':function(_0x2a11f2,_0x497464){return _0x2a11f2<_0x497464;},'IJRde':function(_0x61953f,_0x16a10b){return _0x61953f===_0x16a10b;},'MxgoS':_0x16e5(0x2f),'yDcDH':_0x16e5(0x30),'zzxwD':_0x16e5(0x31),'aMKSj':_0x16e5(0x32)};if(!_0x3c7299||!_0x3c7299['trim']())return _0x2e7db7[_0x16e5(0x33)](_0x16e5(0x34),'oqjim')?![]:{'isValid':![],'error':_0x2e7db7[_0x16e5(0x35)]};const _0x1858cd=_0x3c7299[_0x16e5(0x12)]()[_0x16e5(0x36)]();if(_0x2e7db7['SuIvT'](_0x1858cd['length'],0x3))return{'isValid':![],'error':_0x16e5(0x37)};if(_0x1858cd[_0x16e5(0xc)]>0xa)return _0x2e7db7[_0x16e5(0x38)](_0x2e7db7['MxgoS'],_0x2e7db7['yDcDH'])?_0x2e7db7[_0x16e5(0x39)]:{'isValid':![],'error':_0x2e7db7[_0x16e5(0x3a)]};if(!/^[A-Z0-9]+$/[_0x16e5(0x3b)](_0x1858cd))return{'isValid':![],'error':_0x2e7db7[_0x16e5(0x3c)]};return{'isValid':!![]};};exports['validateEventCode']=validateEventCode;const formatEventDate=_0x5789f8=>{const _0x10a2c4={'mxCab':_0x16e5(0x3d),'CpluE':'numeric'};try{const _0x3da29e=new Date(_0x5789f8);return _0x3da29e[_0x16e5(0x3e)]('en-US',{'weekday':_0x10a2c4[_0x16e5(0x3f)],'year':_0x10a2c4['CpluE'],'month':_0x10a2c4[_0x16e5(0x3f)],'day':_0x10a2c4[_0x16e5(0x40)]});}catch(_0x443517){return _0x5789f8;}};exports[_0x16e5(0x41)]=formatEventDate;const isEventToday=_0x14f8af=>{const _0x32d50b={'enPGP':function(_0x347e3e,_0x4f8ad8){return _0x347e3e===_0x4f8ad8;},'yJRUk':function(_0x376922,_0x4514a4){return _0x376922===_0x4514a4;}};try{const _0x3d875=new Date(),_0x4972c0=new Date(_0x14f8af);return _0x32d50b[_0x16e5(0x42)](_0x3d875[_0x16e5(0x22)](),_0x4972c0[_0x16e5(0x22)]())&&_0x32d50b[_0x16e5(0x43)](_0x3d875[_0x16e5(0x44)](),_0x4972c0[_0x16e5(0x44)]())&&_0x32d50b[_0x16e5(0x42)](_0x3d875['getDate'](),_0x4972c0[_0x16e5(0x45)]());}catch(_0x29c743){return![];}};exports['isEventToday']=isEventToday;const isEventPast=_0x4d74a4=>{const _0xed5d75={'OzQxO':_0x16e5(0x6),'VXASO':'kzhim','DQmXg':'TFghw','dUsNI':function(_0x7b6ee2,_0x4ae0b7){return _0x7b6ee2<_0x4ae0b7;}};try{if(_0xed5d75['VXASO']===_0xed5d75[_0x16e5(0x46)]){const _0x37e0f8=_0xed5d75[_0x16e5(0x47)];let _0x3ae08e='';for(let _0x320371=0x0;_0x320371<_0x50724c;_0x320371++){_0x3ae08e+=_0x37e0f8[_0x16e5(0x8)](_0x4213aa['floor'](_0x317eca[_0x16e5(0xb)]()*_0x37e0f8[_0x16e5(0xc)]));}return _0x3ae08e;}else{const _0x466607=new Date(),_0x204fb2=new Date(_0x4d74a4);return _0x466607[_0x16e5(0x20)](0x0,0x0,0x0,0x0),_0x204fb2[_0x16e5(0x20)](0x0,0x0,0x0,0x0),_0xed5d75[_0x16e5(0x48)](_0x204fb2,_0x466607);}}catch(_0x1c226b){return![];}};exports[_0x16e5(0x49)]=isEventPast;const getEventStatus=(_0xa73759,_0x416b4d)=>{const _0x3d10ac={'kJwoj':function(_0x2eb277,_0xb32b55){return _0x2eb277/_0xb32b55;},'hLDTD':function(_0x3c1727,_0x2ffd54){return _0x3c1727*_0x2ffd54;},'yPsGL':function(_0x59eaec,_0x4c6c8e){return _0x59eaec*_0x4c6c8e;},'Pfskr':function(_0x254f20,_0x496a57){return _0x254f20===_0x496a57;},'REcdj':_0x16e5(0x4a),'RaZYU':'dcbtN','hbfYB':'Inactive','dgaQT':function(_0x5d02e2,_0x447d29){return _0x5d02e2!==_0x447d29;},'JvmBe':_0x16e5(0x4b),'EscVw':'Past','uwevT':function(_0x57e5cf,_0x26c764){return _0x57e5cf(_0x26c764);},'nSnGD':function(_0x3af115,_0x1509d7){return _0x3af115!==_0x1509d7;},'gAcXo':_0x16e5(0x4c),'NyViO':_0x16e5(0x4d)};if(!_0x416b4d){if(_0x3d10ac[_0x16e5(0x4e)](_0x3d10ac['REcdj'],_0x3d10ac['RaZYU'])){const _0x49116a=_0x3d8914['slice'](0x0,0x3);_0x114b1e=_0x49116a['map'](_0x2905df=>_0x2905df['substring'](0x0,0x2))[_0x16e5(0x1d)]('');}else return _0x3d10ac[_0x16e5(0x4f)];}if(isEventPast(_0xa73759)){if(_0x3d10ac[_0x16e5(0x50)]('HpeBs',_0x3d10ac[_0x16e5(0x51)]))try{const _0x2dc2f2=new _0xd6055b(),_0x37d231=new _0x3ba934(_0x19246b);_0x2dc2f2[_0x16e5(0x20)](0x0,0x0,0x0,0x0),_0x37d231[_0x16e5(0x20)](0x0,0x0,0x0,0x0);const _0x48a42d=_0x37d231[_0x16e5(0x17)]()-_0x2dc2f2[_0x16e5(0x17)](),_0x5786fc=_0x45f1b2[_0x16e5(0x52)](_0x3d10ac[_0x16e5(0x53)](_0x48a42d,_0x3d10ac[_0x16e5(0x54)](_0x3d10ac[_0x16e5(0x55)](0x3e8,0x3c),0x3c)*0x18));return _0x5786fc;}catch(_0x45a240){return 0x0;}else return _0x3d10ac[_0x16e5(0x56)];}if(_0x3d10ac[_0x16e5(0x57)](isEventToday,_0xa73759))return _0x3d10ac[_0x16e5(0x58)](_0x3d10ac['gAcXo'],_0x16e5(0x4c))?_0x4f04ca:_0x3d10ac[_0x16e5(0x59)];return _0x16e5(0x2b);};exports[_0x16e5(0x5a)]=getEventStatus;function _0x2752(){const _0x22822e=['defineProperty','sortEventsByDate','getUniqueEventTags','getDaysUntilEvent','generateEventCode','filterEventsBySearch','ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789','jFgnS','charAt','floor','gnfJx','random','length','Inactive','Past','MQepG','OBsyX','btgNs','trim','filter','sSgXq','cemBk','VINct','getTime','JMEbr','BDybH','slice','map','substring','join','Ntknj','bRKwe','setHours','xfSdW','getFullYear','toString','QqByA','oqmJj','tnoTp','XEdwR','Ukxml','JGScs','PzojR','Upcoming','QRsAw','generateSmartEventCode','Event\x20code\x20is\x20required','namfT','nweja','Event\x20code\x20must\x20be\x2010\x20characters\x20or\x20less','Event\x20code\x20must\x20contain\x20only\x20letters\x20and\x20numbers','DyvND','oqjim','CfZcv','toUpperCase','Event\x20code\x20must\x20be\x20at\x20least\x203\x20characters','IJRde','iWjwI','zzxwD','test','aMKSj','long','toLocaleDateString','mxCab','CpluE','formatEventDate','enPGP','yJRUk','getMonth','getDate','DQmXg','OzQxO','dUsNI','isEventPast','AwJdd','HpeBs','SwVBo','Today','Pfskr','hbfYB','dgaQT','JvmBe','ceil','kJwoj','hLDTD','yPsGL','EscVw','uwevT','nSnGD','NyViO','getEventStatus','OoRzg','UwTDO','FEubR','sort','isActive','eventDate','UfCgM','GnAom','aKwak','mYgvr','xLzKp','QkgSi','toLowerCase','description','includes','qvRDG','location','organizer','FXspE','pclxw','tags','some','title','code','jphwb','flatMap','attendeeCount','reduce','maxAttendees','JxrwJ','round','calculateEventStats'];_0x2752=function(){return _0x22822e;};return _0x2752();}const getDaysUntilEvent=_0x5a98b4=>{const _0x61ce1d={'OoRzg':function(_0x4f94b7,_0x349806){return _0x4f94b7-_0x349806;},'UwTDO':function(_0x3dfb96,_0x41c19b){return _0x3dfb96*_0x41c19b;}};try{const _0x3e0208=new Date(),_0x103791=new Date(_0x5a98b4);_0x3e0208['setHours'](0x0,0x0,0x0,0x0),_0x103791[_0x16e5(0x20)](0x0,0x0,0x0,0x0);const _0x3e0ce=_0x61ce1d[_0x16e5(0x5b)](_0x103791[_0x16e5(0x17)](),_0x3e0208[_0x16e5(0x17)]()),_0x3677fc=Math[_0x16e5(0x52)](_0x3e0ce/(_0x61ce1d[_0x16e5(0x5c)](_0x61ce1d[_0x16e5(0x5c)](0x3e8,0x3c),0x3c)*0x18));return _0x3677fc;}catch(_0x4bc4d1){return 0x0;}};exports[_0x16e5(0x3)]=getDaysUntilEvent;const sortEventsByDate=_0x34be37=>{const _0x43a443={'WjpMd':function(_0x27f3dc,_0x56daa5){return _0x27f3dc<_0x56daa5;},'XCGgc':function(_0xf769ff,_0x4b114a){return _0xf769ff<_0x4b114a;},'UfCgM':function(_0x1e54af,_0xc4d16b){return _0x1e54af===_0xc4d16b;},'GnAom':_0x16e5(0x5d),'aKwak':function(_0x4cd559,_0x39aa1c){return _0x4cd559-_0x39aa1c;}};return _0x34be37[_0x16e5(0x5e)]((_0x3f3560,_0xf4368f)=>{if(_0x3f3560['isActive']&&!_0xf4368f[_0x16e5(0x5f)])return-0x1;if(!_0x3f3560[_0x16e5(0x5f)]&&_0xf4368f['isActive'])return 0x1;const _0x39a32a=new Date(_0x3f3560['eventDate']),_0x32a520=new Date(_0xf4368f[_0x16e5(0x60)]),_0x5eec34=new Date(),_0x571b82=_0x43a443['WjpMd'](_0x39a32a,_0x5eec34),_0xd5b300=_0x43a443['XCGgc'](_0x32a520,_0x5eec34);if(_0x571b82&&!_0xd5b300)return 0x1;if(!_0x571b82&&_0xd5b300)return-0x1;return _0x571b82&&_0xd5b300?_0x43a443[_0x16e5(0x61)](_0x43a443[_0x16e5(0x62)],_0x43a443['GnAom'])?_0x43a443[_0x16e5(0x63)](_0x32a520[_0x16e5(0x17)](),_0x39a32a[_0x16e5(0x17)]()):![]:_0x43a443['aKwak'](_0x39a32a[_0x16e5(0x17)](),_0x32a520[_0x16e5(0x17)]());});};exports[_0x16e5(0x1)]=sortEventsByDate;const filterEventsBySearch=(_0x1cfe74,_0x2e70b4)=>{const _0x46cdbd={'qvRDG':function(_0x463456,_0x55c1d4){return _0x463456===_0x55c1d4;},'FXspE':function(_0x40ce09,_0xc25631){return _0x40ce09===_0xc25631;},'pclxw':function(_0x2f18e3,_0x5853c2){return _0x2f18e3===_0x5853c2;},'jphwb':function(_0x146581,_0x206bec){return _0x146581===_0x206bec;},'xLzKp':function(_0x37c9cf,_0x20a05b){return _0x37c9cf!==_0x20a05b;},'QkgSi':_0x16e5(0x64)};if(!_0x2e70b4[_0x16e5(0x12)]()){if(_0x46cdbd[_0x16e5(0x65)](_0x46cdbd[_0x16e5(0x66)],_0x46cdbd[_0x16e5(0x66)])){if(!_0x1975e9['trim']())return _0x569fde;const _0xd058ab=_0x3cffde['toLowerCase']()[_0x16e5(0x12)]();return _0x226b70[_0x16e5(0x13)](_0xe69d46=>{var _0x126919,_0x4133fc,_0x114463;return _0xe69d46['title'][_0x16e5(0x67)]()['includes'](_0xd058ab)||_0xe69d46[_0x16e5(0x68)][_0x16e5(0x67)]()[_0x16e5(0x69)](_0xd058ab)||_0xe69d46['code']['toLowerCase']()[_0x16e5(0x69)](_0xd058ab)||(_0x46cdbd[_0x16e5(0x6a)](_0x126919=_0xe69d46[_0x16e5(0x6b)],null)||_0x126919===void 0x0?void 0x0:_0x126919[_0x16e5(0x67)]()[_0x16e5(0x69)](_0xd058ab))||((_0x4133fc=_0xe69d46[_0x16e5(0x6c)])===null||_0x46cdbd[_0x16e5(0x6d)](_0x4133fc,void 0x0)?void 0x0:_0x4133fc[_0x16e5(0x67)]()['includes'](_0xd058ab))||(_0x46cdbd[_0x16e5(0x6e)](_0x114463=_0xe69d46[_0x16e5(0x6f)],null)||_0x46cdbd['qvRDG'](_0x114463,void 0x0)?void 0x0:_0x114463[_0x16e5(0x70)](_0x152e7f=>_0x152e7f[_0x16e5(0x67)]()['includes'](_0xd058ab)));});}else return _0x1cfe74;}const _0x2aa62e=_0x2e70b4[_0x16e5(0x67)]()[_0x16e5(0x12)]();return _0x1cfe74['filter'](_0x1ce47e=>{var _0x1d115a,_0x18cee3,_0xbd9ce4;return _0x1ce47e[_0x16e5(0x71)][_0x16e5(0x67)]()['includes'](_0x2aa62e)||_0x1ce47e[_0x16e5(0x68)]['toLowerCase']()['includes'](_0x2aa62e)||_0x1ce47e[_0x16e5(0x72)]['toLowerCase']()[_0x16e5(0x69)](_0x2aa62e)||(_0x46cdbd[_0x16e5(0x6a)](_0x1d115a=_0x1ce47e[_0x16e5(0x6b)],null)||_0x1d115a===void 0x0?void 0x0:_0x1d115a[_0x16e5(0x67)]()[_0x16e5(0x69)](_0x2aa62e))||((_0x18cee3=_0x1ce47e[_0x16e5(0x6c)])===null||_0x46cdbd[_0x16e5(0x73)](_0x18cee3,void 0x0)?void 0x0:_0x18cee3[_0x16e5(0x67)]()['includes'](_0x2aa62e))||(_0x46cdbd[_0x16e5(0x6d)](_0xbd9ce4=_0x1ce47e['tags'],null)||_0xbd9ce4===void 0x0?void 0x0:_0xbd9ce4[_0x16e5(0x70)](_0x3d3540=>_0x3d3540[_0x16e5(0x67)]()[_0x16e5(0x69)](_0x2aa62e)));});};exports[_0x16e5(0x5)]=filterEventsBySearch;const getUniqueEventTags=_0x394ca0=>{const _0xdfedbd=_0x394ca0[_0x16e5(0x74)](_0x97527c=>_0x97527c[_0x16e5(0x6f)]||[]);return Array['from'](new Set(_0xdfedbd))[_0x16e5(0x5e)]();};exports[_0x16e5(0x2)]=getUniqueEventTags;function _0x16e5(_0x275287,_0x16e53a){_0x275287=_0x275287-0x0;const _0x58a4ba=_0x2752();let _0x3f48e9=_0x58a4ba[_0x275287];return _0x3f48e9;}const calculateEventStats=_0x59a850=>{const _0x2ec184={'JxrwJ':function(_0x9450f3,_0x51bbf9){return _0x9450f3>_0x51bbf9;},'lqrGF':function(_0x426bfc,_0x4a8f65){return _0x426bfc*_0x4a8f65;},'zoFZf':function(_0x21e3cc,_0x5be10d){return _0x21e3cc/_0x5be10d;}},_0x439063=_0x59a850[_0x16e5(0xc)],_0x5624f8=_0x59a850[_0x16e5(0x13)](_0x30931e=>_0x30931e[_0x16e5(0x5f)])[_0x16e5(0xc)],_0x1ab9f1=_0x439063-_0x5624f8,_0x3e58b4=_0x59a850['reduce']((_0x37d111,_0x2bf102)=>_0x37d111+_0x2bf102[_0x16e5(0x75)],0x0),_0x251578=_0x59a850[_0x16e5(0x76)]((_0x588c06,_0x431fb2)=>_0x588c06+_0x431fb2[_0x16e5(0x77)],0x0),_0x564749=_0x59a850[_0x16e5(0x13)](_0x46df54=>_0x46df54[_0x16e5(0x5f)]&&!isEventPast(_0x46df54[_0x16e5(0x60)]))['length'],_0xa15992=_0x59a850[_0x16e5(0x13)](_0x140522=>isEventPast(_0x140522[_0x16e5(0x60)]))[_0x16e5(0xc)],_0x42c43d=_0x59a850[_0x16e5(0x13)](_0x1aaf57=>_0x1aaf57['isActive']&&isEventToday(_0x1aaf57[_0x16e5(0x60)]))[_0x16e5(0xc)];return{'total':_0x439063,'active':_0x5624f8,'inactive':_0x1ab9f1,'upcoming':_0x564749,'past':_0xa15992,'today':_0x42c43d,'totalAttendees':_0x3e58b4,'totalCapacity':_0x251578,'averageAttendance':_0x2ec184[_0x16e5(0x78)](_0x251578,0x0)?Math[_0x16e5(0x79)](_0x2ec184['lqrGF'](_0x2ec184['zoFZf'](_0x3e58b4,_0x251578),0x64)):0x0};};exports[_0x16e5(0x7a)]=calculateEventStats;
|
|
@@ -6,4 +6,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
6
6
|
require('react-native')
|
|
7
7
|
];
|
|
8
8
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
9
|
-
|
|
9
|
+
function _0x2424(_0x3c6dac,_0x242472){_0x3c6dac=_0x3c6dac-0x0;const _0x365be1=_0x3c6d();let _0x4d69bb=_0x365be1[_0x3c6dac];return _0x4d69bb;}function _0x3c6d(){const _0x3fb67c=['defineProperty','__esModule','HapticType','0|5|6|7|2|3|1|4','ERROR','error','MEDIUM','success','pVZbY','mBvYI','puqWJ','Kncvb','FUxmE','RbwKB','nirXo','Aargi','medium','HEAVY','heavy','SUCCESS','UpCqc','LIGHT','7|2|3|6|0|4|1|5','BUTTON_PRESS','light','joTgR','impactMedium','impactHeavy','notificationError','impactLight','HeLEJ','Haptic\x20feedback\x20not\x20available:','android','dMstg','ZTxQs','Platform','ios','Prfku','gfJYv','trigger','CwbgU','svEnc','notificationSuccess','WARNING','uETtv','mmjYZ','tvEsD','EEiwE','DTVmR','lBxIG','vibrate','DclIp','TgXRY','split','KiAuk','TjeAc','tcpWq','vZXlp','bwTph','hKpRQ','Padiz','warn','triggerHaptic'];_0x3c6d=function(){return _0x3fb67c;};return _0x3c6d();}Object[_0x2424(0x0)](exports,_0x2424(0x1),{'value':!![]}),exports['triggerHaptic']=exports[_0x2424(0x2)]=void 0x0;var _reactNative=__ONAIROS_REQ_FUNC__(0x0);let HapticType=exports['HapticType']=function(_0x1e7d25){const _0xfac043={'pVZbY':_0x2424(0x3),'mBvYI':'LIGHT','Kncvb':'light','puqWJ':'BUTTON_PRESS','FUxmE':'warning','RbwKB':_0x2424(0x4),'nirXo':_0x2424(0x5),'Aargi':_0x2424(0x6),'UpCqc':_0x2424(0x7)},_0x56fe0b=_0xfac043[_0x2424(0x8)]['split']('|');let _0x9c8b1=0x0;while(!![]){switch(_0x56fe0b[_0x9c8b1++]){case'0':_0x1e7d25[_0xfac043[_0x2424(0x9)]]=_0xfac043['Kncvb'];continue;case'1':_0x1e7d25[_0xfac043[_0x2424(0xa)]]=_0xfac043[_0x2424(0xb)];continue;case'2':_0x1e7d25['WARNING']=_0xfac043[_0x2424(0xc)];continue;case'3':_0x1e7d25[_0xfac043[_0x2424(0xd)]]=_0xfac043[_0x2424(0xe)];continue;case'4':return _0x1e7d25;case'5':_0x1e7d25[_0xfac043[_0x2424(0xf)]]=_0x2424(0x10);continue;case'6':_0x1e7d25[_0x2424(0x11)]=_0x2424(0x12);continue;case'7':_0x1e7d25[_0x2424(0x13)]=_0xfac043[_0x2424(0x14)];continue;}break;}}({});const triggerHaptic=(_0x17d039=HapticType[_0x2424(0x15)])=>{const _0x461c9e={'TqyYi':function(_0x4eb718,_0x2d6ec6){return _0x4eb718(_0x2d6ec6);},'EEiwE':'Vibration\x20not\x20available:','LHYBY':_0x2424(0x16),'KiAuk':'warning','TjeAc':_0x2424(0x17),'tcpWq':_0x2424(0x18),'vZXlp':_0x2424(0x6),'bwTph':'medium','hKpRQ':_0x2424(0x11),'Padiz':_0x2424(0x12),'OGvLe':'ERROR','ZTxQs':function(_0x34f1a7,_0x2ad7e4){return _0x34f1a7===_0x2ad7e4;},'Prfku':_0x2424(0x19),'gfJYv':function(_0x3bd417,_0xac7ed0){return _0x3bd417(_0xac7ed0);},'CwbgU':_0x2424(0x1a),'svEnc':_0x2424(0x1b),'uETtv':_0x2424(0x1c),'xQeNX':_0x2424(0x1d),'mGoOs':function(_0x798ee1,_0x10ed04){return _0x798ee1===_0x10ed04;},'mmjYZ':_0x2424(0x1e),'tvEsD':'tKksz','DTVmR':_0x2424(0x1f),'lBxIG':_0x2424(0x20),'XUwlq':'XFScV','rbnjB':'iVWfN','DclIp':_0x2424(0x21),'TgXRY':'FmdmG'};if(_0x461c9e[_0x2424(0x22)](_reactNative[_0x2424(0x23)]['OS'],_0x2424(0x24))){if(_0x461c9e[_0x2424(0x22)](_0x461c9e[_0x2424(0x25)],_0x461c9e[_0x2424(0x25)]))try{const _0x524760=_0x461c9e[_0x2424(0x26)](__ONAIROS_REQ_FUNC__,0x1),_0x5af683={'enableVibrateFallback':!![],'ignoreAndroidSystemSettings':![]};switch(_0x17d039){case HapticType[_0x2424(0x15)]:_0x524760[_0x2424(0x27)](_0x2424(0x1d),_0x5af683);break;case HapticType['MEDIUM']:_0x524760['trigger'](_0x461c9e[_0x2424(0x28)],_0x5af683);break;case HapticType[_0x2424(0x11)]:_0x524760[_0x2424(0x27)](_0x461c9e[_0x2424(0x29)],_0x5af683);break;case HapticType[_0x2424(0x13)]:_0x524760[_0x2424(0x27)](_0x2424(0x2a),_0x5af683);break;case HapticType[_0x2424(0x2b)]:_0x524760['trigger']('notificationWarning',_0x5af683);break;case HapticType['ERROR']:_0x524760[_0x2424(0x27)](_0x461c9e[_0x2424(0x2c)],_0x5af683);break;default:_0x524760['trigger'](_0x461c9e['xQeNX'],_0x5af683);}}catch(_0x5cc10f){if(_0x461c9e['mGoOs'](_0x461c9e[_0x2424(0x2d)],_0x461c9e[_0x2424(0x2e)]))try{const {Vibration:_0x39be66}=_0x461c9e['TqyYi'](_0x18f8ae,0x2);_0x39be66['vibrate'](0x32);}catch(_0x2c2dc1){_0x4903f0['warn'](_0x461c9e[_0x2424(0x2f)],_0x2c2dc1);}else console['warn'](_0x461c9e[_0x2424(0x30)],_0x5cc10f);}else{const {Vibration:_0xc7c656}=_0x461c9e['TqyYi'](_0x3d4801,0x2);_0xc7c656['vibrate'](0x32);}}else{if(_reactNative[_0x2424(0x23)]['OS']===_0x461c9e[_0x2424(0x31)]){if(_0x461c9e['XUwlq']!==_0x461c9e['rbnjB'])try{const {Vibration:_0x2c18e8}=__ONAIROS_REQ_FUNC__(0x2);_0x2c18e8[_0x2424(0x32)](0x32);}catch(_0x301d4f){if(_0x461c9e[_0x2424(0x33)]===_0x461c9e[_0x2424(0x34)]){const _0xc804f3=_0x461c9e['LHYBY'][_0x2424(0x35)]('|');let _0x495f78=0x0;while(!![]){switch(_0xc804f3[_0x495f78++]){case'0':_0xb68315[_0x2424(0x2b)]=_0x461c9e[_0x2424(0x36)];continue;case'1':_0x5da945[_0x461c9e[_0x2424(0x37)]]=_0x461c9e[_0x2424(0x38)];continue;case'2':_0x4a94b9[_0x461c9e[_0x2424(0x39)]]=_0x461c9e[_0x2424(0x3a)];continue;case'3':_0x13f740[_0x461c9e[_0x2424(0x3b)]]=_0x461c9e[_0x2424(0x3c)];continue;case'4':_0x3507af[_0x461c9e['OGvLe']]=_0x2424(0x5);continue;case'5':return _0x410700;case'6':_0x1ccf21[_0x2424(0x13)]='success';continue;case'7':_0x425eef[_0x2424(0x15)]='light';continue;}break;}}else console[_0x2424(0x3d)](_0x461c9e[_0x2424(0x2f)],_0x301d4f);}else _0x105d07['warn'](_0x461c9e[_0x2424(0x2f)],_0x40036c);}}};exports[_0x2424(0x3e)]=triggerHaptic;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';function
|
|
1
|
+
'use strict';function _0x4c36(_0xae615e,_0x4c3604){_0xae615e=_0xae615e-0x0;var _0x492855=_0xae61();var _0x2396f4=_0x492855[_0xae615e];return _0x2396f4;}function _0xae61(){var _0x4451dd=['defineProperty','__esModule'];_0xae61=function(){return _0x4451dd;};return _0xae61();}Object[_0x4c36(0x0)](exports,_0x4c36(0x1),{'value':!![]});
|
|
@@ -5,4 +5,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
5
5
|
require("../config/api")
|
|
6
6
|
];
|
|
7
7
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
8
|
-
Object[_0x1796(0x0)](exports,_0x1796(0x1),{'value':!![]}),exports['runFullDiagnostics']=exports[_0x1796(0x2)]=exports[_0x1796(0x3)]=void 0x0;var _reactNative=__ONAIROS_REQ_FUNC__(0x0),_api=__ONAIROS_REQ_FUNC__(0x1);const runFullDiagnostics=async()=>{const _0x59d3dc={'YTYAk':_0x1796(0x4),'FcKKh':_0x1796(0x5),'gueTX':function(_0x1fa308,_0xb431a){return _0x1fa308===_0xb431a;},'wkrdH':'wwYZP','TvcgZ':'IFxPC','EykhJ':_0x1796(0x6),'OyeFy':_0x1796(0x7),'sCRFE':_0x1796(0x8),'qGTAu':_0x1796(0x9),'Wpplv':function(_0x11b4eb,_0x58fe08){return _0x11b4eb-_0x58fe08;},'FGbjx':_0x1796(0xa),'GcYgs':_0x1796(0xb),'oQdsS':_0x1796(0xc),'kszCD':function(_0x174aaf,_0x3a9c5d,_0x5c3ec1){return _0x174aaf(_0x3a9c5d,_0x5c3ec1);},'WPcDF':function(_0x14048d,_0xca86b5){return _0x14048d-_0xca86b5;},'cxJuq':'Internet\x20works\x20but\x20API\x20blocked.\x20Check:\x20VPN,\x20Firewall,\x20iOS\x20ATS\x20settings','SKMcE':_0x1796(0xd),'rcUFg':_0x1796(0xe),'vKKzy':function(_0x5dd624,_0x5362b3){return _0x5dd624===_0x5362b3;},'JArOO':_0x1796(0xf),'DPMtv':_0x1796(0x10),'Hbatz':_0x1796(0x11),'rMBOa':_0x1796(0x12),'MJfPu':_0x1796(0x13),'oFoza':_0x1796(0x14)};console[_0x1796(0x15)](_0x59d3dc[_0x1796(0x16)]),console[_0x1796(0x15)](_0x1796(0x17)),console[_0x1796(0x15)](_0x59d3dc[_0x1796(0x16)]);const _0x4fe22c={'timestamp':new Date()['toISOString'](),'platform':_reactNative[_0x1796(0x18)]['OS'],'platformVersion':_reactNative[_0x1796(0x18)]['Version'],'tests':{'googleReachable':![],'apiReachable':![],'apiPostWorks':![],'youtubeOAuthWorks':![]},'errors':[],'recommendations':[],'rawResults':{}};console['log'](_0x1796(0x19)+_reactNative[_0x1796(0x18)]['OS']+'\x20'+_reactNative[_0x1796(0x18)]['Version']),console['log'](_0x59d3dc[_0x1796(0x1a)]),console[_0x1796(0x15)](_0x59d3dc[_0x1796(0x1b)]);try{const _0x36cffd=Date['now'](),_0x52ce7d=await fetch(_0x59d3dc[_0x1796(0x1c)],{'method':_0x1796(0x1d)}),_0x12b235=_0x59d3dc['Wpplv'](Date[_0x1796(0x1e)](),_0x36cffd);_0x4fe22c[_0x1796(0x1f)][_0x1796(0x20)]=!![],_0x4fe22c[_0x1796(0x21)][_0x1796(0x22)]={'status':_0x52ce7d['status'],'time':_0x12b235},console[_0x1796(0x15)]('\x20\x20\x20✅\x20PASS\x20-\x20Google\x20reachable\x20('+_0x12b235+_0x1796(0x23));}catch(_0x35b431){const _0xf205fe=_0x59d3dc[_0x1796(0x24)]['split']('|');let _0x1bd60c=0x0;while(!![]){switch(_0xf205fe[_0x1bd60c++]){case'0':_0x4fe22c[_0x1796(0x25)][_0x1796(0x26)](_0x59d3dc[_0x1796(0x27)]);continue;case'1':_0x4fe22c['rawResults'][_0x1796(0x22)]={'error':_0x35b431[_0x1796(0x28)]};continue;case'2':_0x4fe22c[_0x1796(0x1f)]['googleReachable']=![];continue;case'3':_0x4fe22c['errors']['push']('Google\x20unreachable:\x20'+_0x35b431[_0x1796(0x28)]);continue;case'4':console[_0x1796(0x15)](_0x1796(0x29)+_0x35b431[_0x1796(0x28)]);continue;}break;}}console[_0x1796(0x15)](_0x59d3dc[_0x1796(0x2a)]);try{const _0x88f467=Date['now'](),_0xdab402=await _0x59d3dc[_0x1796(0x2b)](fetch,_api[_0x1796(0x2c)][_0x1796(0x2d)]+'/health',{'method':'GET','headers':{'Accept':'application/json'}}),_0x4cb013=_0x59d3dc['WPcDF'](Date['now'](),_0x88f467),_0x3f5413=await _0xdab402[_0x1796(0x2e)]()[_0x1796(0x2f)](()=>_0x1796(0x30));_0x4fe22c[_0x1796(0x1f)]['apiReachable']=_0xdab402['ok'],_0x4fe22c[_0x1796(0x21)][_0x1796(0x31)]={'status':_0xdab402[_0x1796(0x32)],'time':_0x4cb013,'body':_0x3f5413[_0x1796(0x33)](0x0,0xc8)},_0xdab402['ok']?console[_0x1796(0x15)]('\x20\x20\x20✅\x20PASS\x20-\x20API\x20reachable\x20('+_0x4cb013+_0x1796(0x23)):(console['log']('\x20\x20\x20⚠️\x20PARTIAL\x20-\x20API\x20responded\x20with\x20'+_0xdab402[_0x1796(0x32)]),_0x4fe22c[_0x1796(0x34)]['push'](_0x1796(0x35)+_0xdab402[_0x1796(0x32)]));}catch(_0x1629f7){_0x4fe22c[_0x1796(0x1f)]['apiReachable']=![],_0x4fe22c[_0x1796(0x34)][_0x1796(0x26)](_0x1796(0x36)+_0x1629f7[_0x1796(0x28)]),_0x4fe22c[_0x1796(0x21)][_0x1796(0x31)]={'error':_0x1629f7['message']},console['log']('\x20\x20\x20❌\x20FAIL\x20-\x20'+_0x1629f7['message']),_0x4fe22c[_0x1796(0x1f)]['googleReachable']&&_0x4fe22c[_0x1796(0x25)][_0x1796(0x26)](_0x59d3dc[_0x1796(0x37)]);}console['log']('\n\uD83E\uDDEA Test 3: POST Request (OAuth simulation)');try{const _0x27d041=Date['now'](),_0x204dee=await fetch(_api[_0x1796(0x2c)]['BASE_URL']+_0x1796(0x38),{'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/json'},'body':JSON[_0x1796(0x39)]({'session':{'username':_0x59d3dc[_0x1796(0x3a)],'platform':'youtube','timestamp':new Date()[_0x1796(0x3b)]()}})}),_0x5a2df0=Date[_0x1796(0x1e)]()-_0x27d041,_0x48ed58=await _0x204dee[_0x1796(0x2e)]()[_0x1796(0x2f)](()=>_0x1796(0x30));_0x4fe22c[_0x1796(0x21)][_0x1796(0x3c)]={'status':_0x204dee['status'],'time':_0x5a2df0,'body':_0x48ed58[_0x1796(0x33)](0x0,0x1f4)},_0x4fe22c[_0x1796(0x1f)][_0x1796(0x3d)]=!![],console[_0x1796(0x15)](_0x1796(0x3e)+_0x204dee[_0x1796(0x32)]+'\x20('+_0x5a2df0+_0x1796(0x23));try{const _0x11efc0=JSON['parse'](_0x48ed58);_0x11efc0[_0x1796(0x3f)]&&(_0x4fe22c[_0x1796(0x1f)][_0x1796(0x40)]=!![],console[_0x1796(0x15)](_0x1796(0x41)));}catch{}}catch(_0x5925dd){_0x4fe22c['tests'][_0x1796(0x3d)]=![],_0x4fe22c[_0x1796(0x34)]['push'](_0x1796(0x42)+_0x5925dd[_0x1796(0x28)]),_0x4fe22c[_0x1796(0x21)][_0x1796(0x3c)]={'error':_0x5925dd[_0x1796(0x28)]},console[_0x1796(0x15)](_0x1796(0x29)+_0x5925dd[_0x1796(0x28)]),_0x4fe22c[_0x1796(0x25)][_0x1796(0x26)]('POST requests failing. This is the exact issue affecting OAuth.');}console[_0x1796(0x15)](_0x1796(0x43)),console[_0x1796(0x15)](_0x59d3dc[_0x1796(0x44)]),console[_0x1796(0x15)](_0x59d3dc[_0x1796(0x1a)]);const _0x31bbd5=Object['values'](_0x4fe22c[_0x1796(0x1f)])['filter'](Boolean)[_0x1796(0x45)],_0x3a471b=Object[_0x1796(0x46)](_0x4fe22c[_0x1796(0x1f)])['length'];return console['log'](_0x1796(0x47)+_0x31bbd5+'/'+_0x3a471b),_0x59d3dc[_0x1796(0x48)](_0x31bbd5,_0x3a471b)?_0x59d3dc[_0x1796(0x49)]===_0x1796(0xf)?console['log'](_0x59d3dc[_0x1796(0x4a)]):_0x4b0bfb['log'](_0x59d3dc[_0x1796(0x4a)]):(console['log'](_0x59d3dc[_0x1796(0x4b)]),_0x59d3dc[_0x1796(0x48)](_reactNative[_0x1796(0x18)]['OS'],_0x1796(0x4c))&&!_0x4fe22c[_0x1796(0x1f)][_0x1796(0x4d)]&&_0x4fe22c[_0x1796(0x25)]['push'](_0x59d3dc[_0x1796(0x4e)],_0x59d3dc[_0x1796(0x4f)]),!_0x4fe22c['tests'][_0x1796(0x20)]&&_0x4fe22c[_0x1796(0x25)][_0x1796(0x26)](_0x59d3dc['MJfPu']),console[_0x1796(0x15)](_0x1796(0x50)),_0x4fe22c[_0x1796(0x25)]['forEach']((_0x50180b,_0x28b183)=>{if(_0x59d3dc[_0x1796(0x51)](_0x59d3dc['wkrdH'],_0x59d3dc[_0x1796(0x52)]))return _0x59d3dc[_0x1796(0x53)];else console[_0x1796(0x15)](_0x1796(0x54)+(_0x28b183+0x1)+'.\x20'+_0x50180b);})),console[_0x1796(0x15)](_0x59d3dc[_0x1796(0x55)]),console[_0x1796(0x15)](_0x1796(0x56)),console[_0x1796(0x15)](JSON['stringify'](_0x4fe22c,null,0x2)),_0x4fe22c;};function _0x4438(){const _0x1462cb=['defineProperty','__esModule','isApiReachable','getNetworkStatus','\x0a✅\x20ALL\x20TESTS\x20PASSED\x20-\x20SDK\x20should\x20work\x20correctly','offline','═══════════════════════════════════════════','───────────────────────────────────────────','\x0a🧪\x20Test\x201:\x20Internet\x20Connectivity\x20(google.com)','https://www.google.com','2|3|1|4|0','Check\x20internet\x20connection\x20on\x20device','\x0a🧪\x20Test\x202:\x20API\x20Reachability\x20(API\x20server/health)','diagnostic_test','📋\x20SUMMARY','OKQFI','\x0a⚠️\x20SOME\x20TESTS\x20FAILED\x20-\x20See\x20recommendations\x20below:','iOS:\x20Add\x20NSAppTransportSecurity\x20to\x20Info.plist','iOS:\x20Try\x20on\x20physical\x20device\x20instead\x20of\x20simulator','Device\x20has\x20no\x20internet\x20-\x20check\x20WiFi/cellular','\x0a═══════════════════════════════════════════','log','EykhJ','🔍\x20ONAIROS\x20SDK\x20NETWORK\x20DIAGNOSTICS','Platform','📱\x20Platform:\x20','OyeFy','sCRFE','qGTAu','HEAD','now','tests','googleReachable','rawResults','google','ms)','FGbjx','recommendations','push','GcYgs','message','\x20\x20\x20❌\x20FAIL\x20-\x20','oQdsS','kszCD','API_CONFIG','BASE_URL','text','catch','Unable\x20to\x20read','apiHealth','status','substring','errors','API\x20returned\x20status\x20','API\x20unreachable:\x20','cxJuq','/youtube/authorize','stringify','SKMcE','toISOString','apiPost','apiPostWorks','\x20\x20\x20✅\x20PASS\x20-\x20POST\x20request\x20succeeded,\x20status:\x20','youtubeURL','youtubeOAuthWorks','\x20\x20\x20✅\x20BONUS\x20-\x20Got\x20YouTube\x20OAuth\x20URL!','POST\x20request\x20failed:\x20','\x0a───────────────────────────────────────────','rcUFg','length','keys','\x0aTests\x20Passed:\x20','vKKzy','JArOO','YTYAk','DPMtv','ios','apiReachable','Hbatz','rMBOa','\x0a📌\x20RECOMMENDATIONS:','gueTX','TvcgZ','FcKKh','\x20\x20\x20','oFoza','Full\x20results\x20object\x20logged\x20below\x20for\x20debugging:','runFullDiagnostics','online','oCkIv','IQpxv','/health','iaxuv','aSqoI','sGDkn','ystqz','api_unreachable','wSxro','ddJkc','zxhng','gNQuj','ceTmo','FROJu','GrtbC','wfwvs','forEach','JAKsF'];_0x4438=function(){return _0x1462cb;};return _0x4438();}function _0x1796(_0x443822,_0x1796b0){_0x443822=_0x443822-0x0;const _0x19d139=_0x4438();let _0x5f09a4=_0x19d139[_0x443822];return _0x5f09a4;}exports[_0x1796(0x57)]=runFullDiagnostics;const isApiReachable=async()=>{const _0x3cdbdc={'sGDkn':_0x1796(0x58),'IQpxv':function(_0x40364c,_0x1b6f71,_0x4cd5b4){return _0x40364c(_0x1b6f71,_0x4cd5b4);},'gVQta':function(_0x4994dd,_0x2c1801){return _0x4994dd!==_0x2c1801;},'aSqoI':_0x1796(0x59)};try{const _0x46466c=await _0x3cdbdc[_0x1796(0x5a)](fetch,_api[_0x1796(0x2c)][_0x1796(0x2d)]+_0x1796(0x5b),{'method':'GET'});return _0x46466c['ok'];}catch{return _0x3cdbdc['gVQta'](_0x1796(0x5c),_0x3cdbdc[_0x1796(0x5d)])?![]:_0x3cdbdc[_0x1796(0x5e)];}};exports[_0x1796(0x2)]=isApiReachable;const getNetworkStatus=async()=>{const _0xf4a2c5={'ceTmo':_0x1796(0x10),'IShJo':function(_0x15ac65,_0x3068d0){return _0x15ac65===_0x3068d0;},'FROJu':'ios','GrtbC':_0x1796(0x11),'wfwvs':'iOS:\x20Try\x20on\x20physical\x20device\x20instead\x20of\x20simulator','mpRZi':function(_0x266b5f,_0x18b2be,_0x21023c){return _0x266b5f(_0x18b2be,_0x21023c);},'wSxro':_0x1796(0x9),'ddJkc':_0x1796(0x1d),'zxhng':function(_0x54d8f5,_0x273f13){return _0x54d8f5(_0x273f13);},'gNQuj':function(_0x1dab61,_0xca099){return _0x1dab61===_0xca099;},'eLpeT':'fmrbv','LQNJS':_0x1796(0x5f),'iyqlf':_0x1796(0x60),'TqkLL':_0x1796(0x5)};try{await _0xf4a2c5['mpRZi'](fetch,_0xf4a2c5[_0x1796(0x61)],{'method':_0xf4a2c5[_0x1796(0x62)]});const _0x5cdb2d=await _0xf4a2c5[_0x1796(0x63)](fetch,_api[_0x1796(0x2c)][_0x1796(0x2d)]+_0x1796(0x5b));if(_0x5cdb2d['ok']){if(_0xf4a2c5[_0x1796(0x64)](_0xf4a2c5['eLpeT'],_0xf4a2c5['LQNJS'])){const _0x5cee79={'JAKsF':function(_0x59790a,_0x133b4a){return _0x59790a+_0x133b4a;}};_0x168ec1[_0x1796(0x15)](_0xf4a2c5[_0x1796(0x65)]),_0xf4a2c5['IShJo'](_0x1866e8[_0x1796(0x18)]['OS'],_0xf4a2c5[_0x1796(0x66)])&&!_0x37a304['tests']['apiReachable']&&_0x26f847[_0x1796(0x25)][_0x1796(0x26)](_0xf4a2c5[_0x1796(0x67)],_0xf4a2c5[_0x1796(0x68)]),!_0xf8f397[_0x1796(0x1f)][_0x1796(0x20)]&&_0x24c35a['recommendations'][_0x1796(0x26)](_0x1796(0x13)),_0x112616[_0x1796(0x15)]('\x0a📌\x20RECOMMENDATIONS:'),_0x44f032[_0x1796(0x25)][_0x1796(0x69)]((_0x471b8c,_0x3ddba6)=>{_0x473dbd[_0x1796(0x15)](_0x1796(0x54)+_0x5cee79[_0x1796(0x6a)](_0x3ddba6,0x1)+'.\x20'+_0x471b8c);});}else return _0x1796(0x58);}else return _0xf4a2c5['iyqlf'];}catch{return _0xf4a2c5['TqkLL'];}};exports[_0x1796(0x3)]=getNetworkStatus;
|
|
8
|
+
function _0x6cf4(_0x52384c,_0x6cf4a7){_0x52384c=_0x52384c-0x0;const _0x1ae1f2=_0x5238();let _0x193a18=_0x1ae1f2[_0x52384c];return _0x193a18;}Object[_0x6cf4(0x0)](exports,_0x6cf4(0x1),{'value':!![]}),exports['runFullDiagnostics']=exports[_0x6cf4(0x2)]=exports[_0x6cf4(0x3)]=void 0x0;var _reactNative=__ONAIROS_REQ_FUNC__(0x0),_api=__ONAIROS_REQ_FUNC__(0x1);const runFullDiagnostics=async()=>{const _0x1cebaa={'mndEZ':_0x6cf4(0x4),'fcnLm':'Internet\x20works\x20but\x20API\x20blocked.\x20Check:\x20VPN,\x20Firewall,\x20iOS\x20ATS\x20settings','MkcDO':_0x6cf4(0x5),'RqiNd':_0x6cf4(0x6),'qKNnc':_0x6cf4(0x7),'CkGQa':_0x6cf4(0x8),'KGkbB':_0x6cf4(0x9),'jqFGL':'───────────────────────────────────────────','VekcC':_0x6cf4(0xa),'UOPpH':function(_0x5c0000,_0x2376a0){return _0x5c0000===_0x2376a0;},'ejDXb':function(_0x316fbc,_0x336cfd,_0x10f4c6){return _0x316fbc(_0x336cfd,_0x10f4c6);},'OVVIA':_0x6cf4(0xb),'PoVPa':_0x6cf4(0xc),'kaWeW':_0x6cf4(0xd),'puJhU':_0x6cf4(0xe),'tDugf':function(_0x1f0742,_0x746de1){return _0x1f0742!==_0x746de1;},'mEpje':'XdVXr','FLedA':_0x6cf4(0xf),'QUJpX':_0x6cf4(0x10),'ZglDG':_0x6cf4(0x11),'cxaRC':'tBLrM','DVeVm':function(_0x4f5418,_0x4c4c81,_0x14937e){return _0x4f5418(_0x4c4c81,_0x14937e);},'bNCSM':'youtube','CrvLa':_0x6cf4(0x12),'KxOhY':function(_0x4bdcd9,_0x3410b9){return _0x4bdcd9!==_0x3410b9;},'wTOEl':_0x6cf4(0x13),'ZThVs':_0x6cf4(0x14),'NSbhX':function(_0x4e664d,_0x1f22ae){return _0x4e664d===_0x1f22ae;},'OErwi':_0x6cf4(0x15),'oppTc':_0x6cf4(0x16),'JAMrd':_0x6cf4(0x17),'roiiW':'\x0a═══════════════════════════════════════════','QuYvi':_0x6cf4(0x18)};console[_0x6cf4(0x19)](_0x6cf4(0x9)),console[_0x6cf4(0x19)](_0x1cebaa['CkGQa']),console[_0x6cf4(0x19)](_0x1cebaa[_0x6cf4(0x1a)]);const _0x29c1e1={'timestamp':new Date()[_0x6cf4(0x1b)](),'platform':_reactNative['Platform']['OS'],'platformVersion':_reactNative[_0x6cf4(0x1c)][_0x6cf4(0x1d)],'tests':{'googleReachable':![],'apiReachable':![],'apiPostWorks':![],'youtubeOAuthWorks':![]},'errors':[],'recommendations':[],'rawResults':{}};console[_0x6cf4(0x19)]('📱\x20Platform:\x20'+_reactNative[_0x6cf4(0x1c)]['OS']+'\x20'+_reactNative[_0x6cf4(0x1c)]['Version']),console[_0x6cf4(0x19)](_0x1cebaa['jqFGL']),console[_0x6cf4(0x19)](_0x1cebaa[_0x6cf4(0x1e)]);try{if(_0x1cebaa[_0x6cf4(0x1f)](_0x6cf4(0x20),_0x6cf4(0x20))){const _0x15b675=Date[_0x6cf4(0x21)](),_0x101071=await _0x1cebaa[_0x6cf4(0x22)](fetch,_0x1cebaa[_0x6cf4(0x23)],{'method':_0x6cf4(0x24)}),_0x3aeb09=Date[_0x6cf4(0x21)]()-_0x15b675;_0x29c1e1['tests']['googleReachable']=!![],_0x29c1e1['rawResults']['google']={'status':_0x101071[_0x6cf4(0x25)],'time':_0x3aeb09},console[_0x6cf4(0x19)](_0x6cf4(0x26)+_0x3aeb09+'ms)');}else{const _0x39aa7c=_0x180557['parse'](_0x3f688f);_0x39aa7c[_0x6cf4(0x27)]&&(_0x5911c7[_0x6cf4(0x28)][_0x6cf4(0x29)]=!![],_0x3e695e[_0x6cf4(0x19)](_0x6cf4(0x2a)));}}catch(_0x95cb30){const _0x12fe8a=_0x1cebaa[_0x6cf4(0x2b)][_0x6cf4(0x2c)]('|');let _0x4552cf=0x0;while(!![]){switch(_0x12fe8a[_0x4552cf++]){case'0':_0x29c1e1[_0x6cf4(0x2d)]['google']={'error':_0x95cb30[_0x6cf4(0x2e)]};continue;case'1':_0x29c1e1[_0x6cf4(0x2f)][_0x6cf4(0x30)](_0x6cf4(0x31)+_0x95cb30[_0x6cf4(0x2e)]);continue;case'2':_0x29c1e1['recommendations'][_0x6cf4(0x30)](_0x1cebaa[_0x6cf4(0x32)]);continue;case'3':console['log'](_0x6cf4(0x33)+_0x95cb30[_0x6cf4(0x2e)]);continue;case'4':_0x29c1e1[_0x6cf4(0x28)][_0x6cf4(0x34)]=![];continue;}break;}}console[_0x6cf4(0x19)](_0x1cebaa[_0x6cf4(0x35)]);try{const _0xc02bbf=Date[_0x6cf4(0x21)](),_0x3abb57=await fetch(_api[_0x6cf4(0x36)][_0x6cf4(0x37)]+_0x6cf4(0x38),{'method':'GET','headers':{'Accept':'application/json'}}),_0x142cc7=Date['now']()-_0xc02bbf,_0x51346a=await _0x3abb57[_0x6cf4(0x39)]()[_0x6cf4(0x3a)](()=>_0x6cf4(0x3b));_0x29c1e1['tests'][_0x6cf4(0x3c)]=_0x3abb57['ok'],_0x29c1e1[_0x6cf4(0x2d)]['apiHealth']={'status':_0x3abb57[_0x6cf4(0x25)],'time':_0x142cc7,'body':_0x51346a[_0x6cf4(0x3d)](0x0,0xc8)};if(_0x3abb57['ok'])console[_0x6cf4(0x19)](_0x6cf4(0x3e)+_0x142cc7+_0x6cf4(0x3f));else{if(_0x1cebaa['tDugf'](_0x1cebaa[_0x6cf4(0x40)],_0x1cebaa[_0x6cf4(0x41)]))console[_0x6cf4(0x19)](_0x6cf4(0x42)+_0x3abb57[_0x6cf4(0x25)]),_0x29c1e1[_0x6cf4(0x2f)]['push'](_0x6cf4(0x43)+_0x3abb57[_0x6cf4(0x25)]);else{const _0x2d51ed=_0x1cebaa['mndEZ'][_0x6cf4(0x2c)]('|');let _0x1e2e58=0x0;while(!![]){switch(_0x2d51ed[_0x1e2e58++]){case'0':_0x599988[_0x6cf4(0x2f)]['push'](_0x6cf4(0x44)+_0x1f9e5e[_0x6cf4(0x2e)]);continue;case'1':_0x2be6fa['tests'][_0x6cf4(0x34)]&&_0x377dd7[_0x6cf4(0x45)][_0x6cf4(0x30)](_0x1cebaa[_0x6cf4(0x46)]);continue;case'2':_0x502919[_0x6cf4(0x28)][_0x6cf4(0x3c)]=![];continue;case'3':_0x500d6f[_0x6cf4(0x19)](_0x6cf4(0x33)+_0xf77f8a[_0x6cf4(0x2e)]);continue;case'4':_0x3bdbc8[_0x6cf4(0x2d)][_0x6cf4(0x47)]={'error':_0x29f76c[_0x6cf4(0x2e)]};continue;}break;}}}}catch(_0x251538){if(_0x1cebaa[_0x6cf4(0x48)](_0x1cebaa[_0x6cf4(0x49)],_0x6cf4(0x10)))return _0x1cebaa[_0x6cf4(0x4a)];else _0x29c1e1[_0x6cf4(0x28)][_0x6cf4(0x3c)]=![],_0x29c1e1[_0x6cf4(0x2f)][_0x6cf4(0x30)](_0x6cf4(0x44)+_0x251538[_0x6cf4(0x2e)]),_0x29c1e1['rawResults'][_0x6cf4(0x47)]={'error':_0x251538[_0x6cf4(0x2e)]},console[_0x6cf4(0x19)](_0x6cf4(0x33)+_0x251538[_0x6cf4(0x2e)]),_0x29c1e1['tests'][_0x6cf4(0x34)]&&(_0x1cebaa[_0x6cf4(0x48)](_0x6cf4(0x4b),_0x1cebaa[_0x6cf4(0x4c)])?_0x29c1e1[_0x6cf4(0x45)][_0x6cf4(0x30)](_0x6cf4(0x4d)):_0x2e87ca[_0x6cf4(0x45)]['push'](_0x1cebaa[_0x6cf4(0x4e)],_0x1cebaa['qKNnc']));}console[_0x6cf4(0x19)]('\n\uD83E\uDDEA Test 3: POST Request (OAuth simulation)');try{if(_0x1cebaa['tDugf'](_0x1cebaa[_0x6cf4(0x4f)],_0x1cebaa[_0x6cf4(0x4f)]))_0x5595a8[_0x6cf4(0x19)](_0x6cf4(0x42)+_0x30132e[_0x6cf4(0x25)]),_0x586322[_0x6cf4(0x2f)][_0x6cf4(0x30)](_0x6cf4(0x43)+_0x4b54a3['status']);else{const _0x1430ae=Date[_0x6cf4(0x21)](),_0x4d7c3e=await _0x1cebaa[_0x6cf4(0x50)](fetch,_api['API_CONFIG'][_0x6cf4(0x37)]+_0x6cf4(0x51),{'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/json'},'body':JSON[_0x6cf4(0x52)]({'session':{'username':_0x6cf4(0x53),'platform':_0x1cebaa[_0x6cf4(0x54)],'timestamp':new Date()['toISOString']()}})}),_0x20239e=Date[_0x6cf4(0x21)]()-_0x1430ae,_0x5ac8ce=await _0x4d7c3e['text']()[_0x6cf4(0x3a)](()=>_0x6cf4(0x3b));_0x29c1e1[_0x6cf4(0x2d)][_0x6cf4(0x55)]={'status':_0x4d7c3e[_0x6cf4(0x25)],'time':_0x20239e,'body':_0x5ac8ce[_0x6cf4(0x3d)](0x0,0x1f4)},_0x29c1e1['tests'][_0x6cf4(0x56)]=!![],console[_0x6cf4(0x19)](_0x6cf4(0x57)+_0x4d7c3e[_0x6cf4(0x25)]+'\x20('+_0x20239e+'ms)');try{const _0x39254b=JSON[_0x6cf4(0x58)](_0x5ac8ce);_0x39254b[_0x6cf4(0x27)]&&(_0x29c1e1[_0x6cf4(0x28)][_0x6cf4(0x29)]=!![],console[_0x6cf4(0x19)](_0x6cf4(0x2a)));}catch{}}}catch(_0x598f8c){const _0x516de9=_0x1cebaa[_0x6cf4(0x59)]['split']('|');let _0x1eb199=0x0;while(!![]){switch(_0x516de9[_0x1eb199++]){case'0':console[_0x6cf4(0x19)](_0x6cf4(0x33)+_0x598f8c[_0x6cf4(0x2e)]);continue;case'1':_0x29c1e1[_0x6cf4(0x28)][_0x6cf4(0x56)]=![];continue;case'2':_0x29c1e1[_0x6cf4(0x45)][_0x6cf4(0x30)]('POST requests failing. This is the exact issue affecting OAuth.');continue;case'3':_0x29c1e1[_0x6cf4(0x2d)][_0x6cf4(0x55)]={'error':_0x598f8c[_0x6cf4(0x2e)]};continue;case'4':_0x29c1e1[_0x6cf4(0x2f)][_0x6cf4(0x30)](_0x6cf4(0x5a)+_0x598f8c[_0x6cf4(0x2e)]);continue;}break;}}console[_0x6cf4(0x19)](_0x6cf4(0x5b)),console[_0x6cf4(0x19)](_0x6cf4(0x5c)),console[_0x6cf4(0x19)](_0x1cebaa[_0x6cf4(0x5d)]);const _0x3b1030=Object[_0x6cf4(0x5e)](_0x29c1e1[_0x6cf4(0x28)])['filter'](Boolean)[_0x6cf4(0x5f)],_0x2cfba4=Object[_0x6cf4(0x60)](_0x29c1e1[_0x6cf4(0x28)])[_0x6cf4(0x5f)];console['log'](_0x6cf4(0x61)+_0x3b1030+'/'+_0x2cfba4);if(_0x3b1030===_0x2cfba4)console['log']('\x0a✅\x20ALL\x20TESTS\x20PASSED\x20-\x20SDK\x20should\x20work\x20correctly');else{if(_0x1cebaa[_0x6cf4(0x62)](_0x1cebaa['wTOEl'],'hVRei'))return _0x6cf4(0x63);else{const _0xccf4cc=_0x1cebaa[_0x6cf4(0x64)][_0x6cf4(0x2c)]('|');let _0x129f4f=0x0;while(!![]){switch(_0xccf4cc[_0x129f4f++]){case'0':_0x29c1e1[_0x6cf4(0x45)][_0x6cf4(0x65)]((_0x180399,_0x51b26d)=>{console['log'](_0x6cf4(0x66)+(_0x51b26d+0x1)+'.\x20'+_0x180399);});continue;case'1':_0x1cebaa[_0x6cf4(0x67)](_reactNative['Platform']['OS'],'ios')&&!_0x29c1e1[_0x6cf4(0x28)][_0x6cf4(0x3c)]&&_0x29c1e1[_0x6cf4(0x45)][_0x6cf4(0x30)]('iOS:\x20Add\x20NSAppTransportSecurity\x20to\x20Info.plist',_0x1cebaa[_0x6cf4(0x68)]);continue;case'2':console[_0x6cf4(0x19)](_0x1cebaa[_0x6cf4(0x69)]);continue;case'3':!_0x29c1e1[_0x6cf4(0x28)][_0x6cf4(0x34)]&&_0x29c1e1[_0x6cf4(0x45)][_0x6cf4(0x30)](_0x1cebaa[_0x6cf4(0x6a)]);continue;case'4':console['log'](_0x1cebaa['JAMrd']);continue;}break;}}}return console[_0x6cf4(0x19)](_0x1cebaa['roiiW']),console[_0x6cf4(0x19)](_0x1cebaa[_0x6cf4(0x6b)]),console[_0x6cf4(0x19)](JSON[_0x6cf4(0x52)](_0x29c1e1,null,0x2)),_0x29c1e1;};exports[_0x6cf4(0x6c)]=runFullDiagnostics;const isApiReachable=async()=>{const _0x4343e2={'lVaLU':function(_0x30e761,_0x287e26){return _0x30e761!==_0x287e26;},'hvLLC':_0x6cf4(0x6d),'rfdht':function(_0x555e49,_0x2e891b,_0x488367){return _0x555e49(_0x2e891b,_0x488367);}};try{if(_0x4343e2[_0x6cf4(0x6e)]('NgrWL',_0x4343e2[_0x6cf4(0x6f)]))_0x4591e2[_0x6cf4(0x19)]('\x20\x20\x20✅\x20PASS\x20-\x20API\x20reachable\x20('+_0x4bf2e5+_0x6cf4(0x3f));else{const _0x3bea43=await _0x4343e2[_0x6cf4(0x70)](fetch,_api[_0x6cf4(0x36)][_0x6cf4(0x37)]+_0x6cf4(0x38),{'method':'GET'});return _0x3bea43['ok'];}}catch{return![];}};exports[_0x6cf4(0x2)]=isApiReachable;const getNetworkStatus=async()=>{const _0x47504c={'LdTbE':function(_0x3a27a7,_0x35d7cb){return _0x3a27a7+_0x35d7cb;},'BIqSV':_0x6cf4(0x15),'PGHrF':function(_0x3970e9,_0x515102){return _0x3970e9===_0x515102;},'bQJlx':_0x6cf4(0x6),'AMXWe':_0x6cf4(0x7),'zZmDG':_0x6cf4(0x16),'skhBE':_0x6cf4(0x17),'AulYl':function(_0x28d8c8,_0x2b47b7,_0x4bca13){return _0x28d8c8(_0x2b47b7,_0x4bca13);},'lmFon':_0x6cf4(0xb),'giJiG':_0x6cf4(0x24),'zIexp':function(_0xad0ab5,_0x588cf5){return _0xad0ab5(_0x588cf5);},'nrigi':function(_0xa9e1af,_0x2b4635){return _0xa9e1af!==_0x2b4635;},'YNGvi':_0x6cf4(0x71),'lvCds':_0x6cf4(0x72),'NBfVV':_0x6cf4(0x5)};try{await _0x47504c[_0x6cf4(0x73)](fetch,_0x47504c[_0x6cf4(0x74)],{'method':_0x47504c[_0x6cf4(0x75)]});const _0x134dce=await _0x47504c['zIexp'](fetch,_api['API_CONFIG']['BASE_URL']+_0x6cf4(0x38));if(_0x134dce['ok']){if(_0x47504c[_0x6cf4(0x76)](_0x47504c[_0x6cf4(0x77)],_0x6cf4(0x71))){const _0x523127={'WFQym':function(_0x537cbc,_0x52ecc9){return _0x47504c[_0x6cf4(0x78)](_0x537cbc,_0x52ecc9);}};_0x4fa470[_0x6cf4(0x19)](_0x47504c[_0x6cf4(0x79)]),_0x47504c[_0x6cf4(0x7a)](_0x2f69c4['Platform']['OS'],_0x6cf4(0x7b))&&!_0x2b6fa7[_0x6cf4(0x28)][_0x6cf4(0x3c)]&&_0x1811cf[_0x6cf4(0x45)][_0x6cf4(0x30)](_0x47504c['bQJlx'],_0x47504c[_0x6cf4(0x7c)]),!_0x35db87[_0x6cf4(0x28)][_0x6cf4(0x34)]&&_0x53bb7f[_0x6cf4(0x45)][_0x6cf4(0x30)](_0x47504c[_0x6cf4(0x7d)]),_0x5a83a9[_0x6cf4(0x19)](_0x47504c[_0x6cf4(0x7e)]),_0x3a7fd9['recommendations'][_0x6cf4(0x65)]((_0x1f3be7,_0x5aa0a7)=>{_0x5c73f3[_0x6cf4(0x19)](_0x6cf4(0x66)+_0x523127[_0x6cf4(0x7f)](_0x5aa0a7,0x1)+'.\x20'+_0x1f3be7);});}else return _0x47504c['lvCds'];}else return _0x6cf4(0x63);}catch{return _0x47504c[_0x6cf4(0x80)];}};exports[_0x6cf4(0x3)]=getNetworkStatus;function _0x5238(){const _0xe0e2c3=['defineProperty','__esModule','isApiReachable','getNetworkStatus','2|0|4|3|1','offline','iOS:\x20Add\x20NSAppTransportSecurity\x20to\x20Info.plist','iOS:\x20Try\x20on\x20physical\x20device\x20instead\x20of\x20simulator','🔍\x20ONAIROS\x20SDK\x20NETWORK\x20DIAGNOSTICS','═══════════════════════════════════════════','\x0a🧪\x20Test\x201:\x20Internet\x20Connectivity\x20(google.com)','https://www.google.com','4|1|0|3|2','Check\x20internet\x20connection\x20on\x20device','\x0a🧪\x20Test\x202:\x20API\x20Reachability\x20(API\x20server/health)','vRUjO','WAVBF','NFKcm','1|4|3|0|2','hVRei','2|1|3|4|0','\x0a⚠️\x20SOME\x20TESTS\x20FAILED\x20-\x20See\x20recommendations\x20below:','Device\x20has\x20no\x20internet\x20-\x20check\x20WiFi/cellular','\x0a📌\x20RECOMMENDATIONS:','Full\x20results\x20object\x20logged\x20below\x20for\x20debugging:','log','KGkbB','toISOString','Platform','Version','VekcC','UOPpH','olrAn','now','ejDXb','OVVIA','HEAD','status','\x20\x20\x20✅\x20PASS\x20-\x20Google\x20reachable\x20(','youtubeURL','tests','youtubeOAuthWorks','\x20\x20\x20✅\x20BONUS\x20-\x20Got\x20YouTube\x20OAuth\x20URL!','PoVPa','split','rawResults','message','errors','push','Google\x20unreachable:\x20','kaWeW','\x20\x20\x20❌\x20FAIL\x20-\x20','googleReachable','puJhU','API_CONFIG','BASE_URL','/health','text','catch','Unable\x20to\x20read','apiReachable','substring','\x20\x20\x20✅\x20PASS\x20-\x20API\x20reachable\x20(','ms)','mEpje','FLedA','\x20\x20\x20⚠️\x20PARTIAL\x20-\x20API\x20responded\x20with\x20','API\x20returned\x20status\x20','API\x20unreachable:\x20','recommendations','fcnLm','apiHealth','tDugf','QUJpX','MkcDO','WhxNN','ZglDG','Internet\x20works\x20but\x20API\x20blocked.\x20Check:\x20VPN,\x20Firewall,\x20iOS\x20ATS\x20settings','RqiNd','cxaRC','DVeVm','/youtube/authorize','stringify','diagnostic_test','bNCSM','apiPost','apiPostWorks','\x20\x20\x20✅\x20PASS\x20-\x20POST\x20request\x20succeeded,\x20status:\x20','parse','CrvLa','POST\x20request\x20failed:\x20','\x0a───────────────────────────────────────────','📋\x20SUMMARY','jqFGL','values','length','keys','\x0aTests\x20Passed:\x20','KxOhY','api_unreachable','ZThVs','forEach','\x20\x20\x20','NSbhX','qKNnc','OErwi','oppTc','QuYvi','runFullDiagnostics','NgrWL','lVaLU','hvLLC','rfdht','UwDja','online','AulYl','lmFon','giJiG','nrigi','YNGvi','LdTbE','BIqSV','PGHrF','ios','AMXWe','zZmDG','skhBE','WFQym','NBfVV'];_0x5238=function(){return _0xe0e2c3;};return _0x5238();}
|