@onairos/react-native 3.5.4 → 3.6.0
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/images/Checkbox.svg +3 -3
- package/lib/commonjs/assets/images/EnochE.svg +19 -19
- package/lib/commonjs/assets/images/OnairosNewLogo.png +0 -0
- 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/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 +3 -2
- 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 +2 -1
- package/lib/commonjs/components/VerificationStep.js +1 -1
- package/lib/commonjs/components/WelcomeScreen.js +2 -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 +6 -2
- 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 +5 -6
- 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 +1 -1
- package/lib/commonjs/services/authService.js +1 -1
- 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 +8 -0
- package/lib/commonjs/services/hingeDataService.js +9 -0
- package/lib/commonjs/services/imageCompressionService.js +1 -1
- package/lib/commonjs/services/instagramDataExtractor.js +8 -0
- package/lib/commonjs/services/instagramDataService.js +9 -0
- 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/oauthService.js +1 -1
- 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 +8 -0
- package/lib/commonjs/services/sephoraDataService.js +9 -0
- package/lib/commonjs/services/storageService.js +1 -1
- package/lib/commonjs/services/telegramDataExtractor.js +8 -0
- package/lib/commonjs/services/telegramDataService.js +11 -0
- 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 +2 -2
- package/lib/commonjs/utils/auth.js +1 -1
- package/lib/commonjs/utils/connectorTests.js +29 -0
- 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 -0
- package/lib/commonjs/utils/webviewScripts/index.js +6 -2
- package/lib/commonjs/utils/webviewScripts/instagram.js +1 -0
- package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
- package/lib/commonjs/utils/webviewScripts/sephora.js +1 -0
- package/lib/commonjs/utils/webviewScripts/telegram.js +1 -0
- package/lib/module/api/index.js +1 -1
- package/lib/module/assets/images/Checkbox.svg +3 -3
- package/lib/module/assets/images/EnochE.svg +19 -19
- package/lib/module/assets/images/OnairosNewLogo.png +0 -0
- 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/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 +7 -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 +1 -1
- package/lib/module/services/authService.js +1 -1
- 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 -0
- package/lib/module/services/hingeDataService.js +1 -0
- package/lib/module/services/imageCompressionService.js +1 -1
- package/lib/module/services/instagramDataExtractor.js +1 -0
- package/lib/module/services/instagramDataService.js +1 -0
- 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/oauthService.js +1 -1
- 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 -0
- package/lib/module/services/sephoraDataService.js +1 -0
- package/lib/module/services/storageService.js +1 -1
- package/lib/module/services/telegramDataExtractor.js +1 -0
- package/lib/module/services/telegramDataService.js +8 -0
- 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 +2 -2
- package/lib/module/utils/auth.js +1 -1
- package/lib/module/utils/connectorTests.js +28 -0
- 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 -0
- package/lib/module/utils/webviewScripts/index.js +1 -1
- package/lib/module/utils/webviewScripts/instagram.js +1 -0
- package/lib/module/utils/webviewScripts/linkedin.js +1 -1
- package/lib/module/utils/webviewScripts/sephora.js +1 -0
- package/lib/module/utils/webviewScripts/telegram.js +1 -0
- package/package.json +1 -1
|
@@ -7,4 +7,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
7
7
|
require("@react-native-async-storage/async-storage")
|
|
8
8
|
];
|
|
9
9
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
10
|
-
Object[_0x2764(0x0)](exports,_0x2764(0x1),{'value':!![]}),exports[_0x2764(0x2)]=void 0x0;var _react=__ONAIROS_REQ_FUNC__(0x0),_userConnectionsService=__ONAIROS_REQ_FUNC__(0x1),_authService=__ONAIROS_REQ_FUNC__(0x2),_asyncStorage=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x3));function _interopRequireDefault(_0x441544){return _0x441544&&_0x441544['__esModule']?_0x441544:{'default':_0x441544};}function _0x2764(_0xa1c9d2,_0x276476){_0xa1c9d2=_0xa1c9d2-0x0;const _0x170b79=_0xa1c9();let _0x6f8d2e=_0x170b79[_0xa1c9d2];return _0x6f8d2e;}const useUserConnections=()=>{const _0x2598dc={'EMcJN':function(_0x5e8790){return _0x5e8790();},'Oaqtu':function(_0x310bfe,_0x430ffd){return _0x310bfe!==_0x430ffd;},'DMKPW':function(_0x41532d,_0x4a0268){return _0x41532d!==_0x4a0268;},'rUNnb':'rRuFU','XWnRw':_0x2764(0x3),'CHPnc':function(_0x4898d5,_0x2955bd){return _0x4898d5(_0x2955bd);},'cKPXJ':function(_0x4e028e,_0x654022){return _0x4e028e(_0x654022);},'GZOcC':_0x2764(0x4),'bQovs':function(_0x23fea1,_0x2fcf83){return _0x23fea1===_0x2fcf83;},'tmGrZ':_0x2764(0x5),'LNNln':'3|1|2|0|4','VkYzU':_0x2764(0x6),'MuFUz':function(_0x519a6c,_0x5aa705){return _0x519a6c(_0x5aa705);},'gWOyb':_0x2764(0x7),'oNEHD':_0x2764(0x8),'CIRNR':function(_0x59b080,_0x13fb6a){return _0x59b080(_0x13fb6a);},'eWpXu':_0x2764(0x9),'iTzyT':_0x2764(0xa),'gShpv':_0x2764(0xb),'xSwTf':_0x2764(0xc),'HcUSP':function(_0x176604,_0x230813){return _0x176604 instanceof _0x230813;},'fUTWO':_0x2764(0xd),'GoRFX':function(_0x4b4655,_0xa742f8){return _0x4b4655(_0xa742f8);},'HxpYp':function(_0x24d7e2,_0x31cbfe){return _0x24d7e2(_0x31cbfe);},'AjdXx':_0x2764(0xe),'xcZoK':_0x2764(0xf),'jqVQA':function(_0x498123,_0x377106){return _0x498123(_0x377106);},'FTWzI':'npCdd','dKydD':_0x2764(0x10),'FoLRJ':_0x2764(0x11),'fMAcz':'❌\x20Error\x20fetching\x20connections\x20by\x20username:','UZUtE':_0x2764(0x12),'SgvLA':function(_0x528c93,_0x42a880){return _0x528c93(_0x42a880);},'YMPvw':function(_0x427bd8,_0x56a860){return _0x427bd8(_0x56a860);},'fCMDu':_0x2764(0x13),'jHQLO':function(_0x469002,_0xeb09c9){return _0x469002!==_0xeb09c9;},'YpuPV':_0x2764(0x14),'byYZk':_0x2764(0x15),'mDYkX':function(_0x492535){return _0x492535();}},[_0xf34932,_0x27997a]=(0x0,_react[_0x2764(0x16)])([]),[_0x420fa3,_0x149242]=(0x0,_react[_0x2764(0x16)])(!![]),[_0x49f119,_0x258c2c]=(0x0,_react['useState'])(null),_0x15ffa7=(0x0,_react[_0x2764(0x17)])(async()=>{if(_0x2598dc['Oaqtu'](_0x2764(0x18),'hXmwN'))try{if(_0x2598dc[_0x2764(0x19)](_0x2598dc['rUNnb'],_0x2598dc[_0x2764(0x1a)])){_0x2598dc[_0x2764(0x1b)](_0x149242,!![]),_0x2598dc[_0x2764(0x1c)](_0x258c2c,null);const _0x56d1ee=await(0x0,_authService[_0x2764(0x1d)])(),_0x23b55a=await _asyncStorage['default'][_0x2764(0x1e)](_0x2598dc['GZOcC']),_0x4bf59b=_0x2598dc[_0x2764(0x1f)](_0x23b55a,_0x2598dc[_0x2764(0x20)]);if(!_0x56d1ee&&!_0x4bf59b){const _0x45825c=_0x2598dc[_0x2764(0x21)][_0x2764(0x22)]('|');let _0x2671e6=0x0;while(!![]){switch(_0x45825c[_0x2671e6++]){case'0':_0x258c2c(_0x2598dc['VkYzU']);continue;case'1':console['warn'](_0x2764(0x23));continue;case'2':_0x2598dc[_0x2764(0x24)](_0x27997a,[]);continue;case'3':console[_0x2764(0x25)](_0x2598dc['gWOyb']);continue;case'4':return;}break;}}if(_0x4bf59b){console[_0x2764(0x26)](_0x2598dc[_0x2764(0x27)]),_0x2598dc[_0x2764(0x1c)](_0x27997a,[]),_0x2598dc[_0x2764(0x28)](_0x258c2c,null);return;}if(!_0x56d1ee){console[_0x2764(0x29)](_0x2598dc[_0x2764(0x2a)]),_0x27997a([]),_0x2598dc[_0x2764(0x24)](_0x258c2c,_0x2598dc[_0x2764(0x2b)]);return;}console[_0x2764(0x26)](_0x2598dc['gShpv']),console[_0x2764(0x26)](_0x2598dc[_0x2764(0x2c)],_0x56d1ee[_0x2764(0x2d)](0x0,0x14)+_0x2764(0x2e));const _0x35028e=await(0x0,_userConnectionsService[_0x2764(0x2f)])();_0x2598dc['MuFUz'](_0x27997a,_0x35028e),console[_0x2764(0x26)](_0x2764(0x30),_0x35028e[_0x2764(0x31)]);}else return _0x3f4452&&_0x10e04f[_0x2764(0x1)]?_0x386176:{'default':_0x11e0b8};}catch(_0x5d5094){const _0x10c3ae=_0x2598dc['HcUSP'](_0x5d5094,Error)?_0x5d5094[_0x2764(0x32)]:'Failed\x20to\x20load\x20connections';console[_0x2764(0x29)](_0x2598dc[_0x2764(0x33)],_0x10c3ae),_0x258c2c(_0x10c3ae),_0x2598dc['GoRFX'](_0x27997a,[]);}finally{_0x2598dc['HxpYp'](_0x149242,![]);}else _0x2598dc[_0x2764(0x34)](_0x4977a8);},[]),_0x3348e0=(0x0,_react[_0x2764(0x17)])(async()=>{console[_0x2764(0x26)](_0x2598dc[_0x2764(0x35)]),await _0x2598dc[_0x2764(0x34)](_0x15ffa7),console['log'](_0x2598dc[_0x2764(0x36)]);},[_0x15ffa7]),_0x510134=(0x0,_react[_0x2764(0x17)])(async _0x3ea713=>{const _0x5b5429={'ZFBkZ':_0x2764(0x37)};try{const _0x3a25fd=await(0x0,_authService[_0x2764(0x1d)])();if(!_0x3a25fd){if(_0x2598dc[_0x2764(0x38)]===_0x2598dc[_0x2764(0x38)])return console['warn'](_0x2764(0x39)),[];else{const _0x16a76c=_0x23dc5b instanceof _0x453c99?_0x4f9655['message']:_0x2764(0x3a);_0x58774d[_0x2764(0x29)](_0x2598dc[_0x2764(0x33)],_0x16a76c),_0x2598dc['jqVQA'](_0x4d342e,_0x16a76c),_0x2598dc['GoRFX'](_0x19a7ee,[]);}}return console[_0x2764(0x26)](_0x2598dc[_0x2764(0x3b)],_0x3ea713),console['log'](_0x2598dc[_0x2764(0x2c)],_0x3a25fd['substring'](0x0,0x14)+_0x2764(0x2e)),await(0x0,_userConnectionsService[_0x2764(0x3c)])(_0x3ea713);}catch(_0x5ed774){return _0x2598dc[_0x2764(0x3d)]==='LkPPF'?(_0x4b48fe[_0x2764(0x29)](_0x5b5429[_0x2764(0x3e)],_0x572232),[]):(console[_0x2764(0x29)](_0x2598dc[_0x2764(0x3f)],_0x5ed774),[]);}},[]),_0x62f20b=(0x0,_react[_0x2764(0x17)])(async _0x58ec82=>{try{const _0xd9e009=await(0x0,_authService['getAuthToken'])();if(!_0xd9e009)return console[_0x2764(0x25)](_0x2764(0x40)),[];return console['log'](_0x2764(0x41),_0x58ec82),console[_0x2764(0x26)](_0x2598dc[_0x2764(0x2c)],_0xd9e009[_0x2764(0x2d)](0x0,0x14)+_0x2764(0x2e)),await(0x0,_userConnectionsService[_0x2764(0x42)])(_0x58ec82);}catch(_0x53f9e8){return console[_0x2764(0x29)](_0x2598dc[_0x2764(0x43)],_0x53f9e8),[];}},[]),_0x2a9eb9=(0x0,_react[_0x2764(0x17)])(async(_0x42b292,_0x5484eb=_0x2764(0x44))=>{try{console['log'](_0x2598dc['fCMDu']);const _0x214201=await(0x0,_userConnectionsService[_0x2764(0x45)])(_0x42b292,_0x5484eb);return _0x214201[_0x2764(0x46)];}catch(_0x31ffdc){if(_0x2598dc[_0x2764(0x47)](_0x2764(0x48),_0x2598dc['YpuPV']))return console[_0x2764(0x29)](_0x2598dc[_0x2764(0x49)],_0x31ffdc),![];else{_0x149ead[_0x2764(0x26)](_0x2598dc['oNEHD']),_0x2598dc['SgvLA'](_0xb5aba8,[]),_0x2598dc[_0x2764(0x4a)](_0x4abb28,null);return;}}},[]);return(0x0,_react['useEffect'])(()=>{_0x2598dc[_0x2764(0x4b)](_0x15ffa7);},[_0x15ffa7]),{'connections':_0xf34932,'isLoading':_0x420fa3,'error':_0x49f119,'refreshConnections':_0x3348e0,'getConnectionsByUsername':_0x510134,'getConnectionsByUserId':_0x62f20b,'uploadUserProfilePicture':_0x2a9eb9};};exports[_0x2764(0x2)]=useUserConnections;function _0xa1c9(){const _0x334af0=['defineProperty','__esModule','useUserConnections','nZNAe','onairos_jwt_token','reviewer-bypass-token','Authentication\x20required\x20for\x20connections','⚠️\x20[CONNECTIONS\x20HOOK]\x20No\x20authentication\x20token\x20available\x20for\x20connections\x20refresh','🎯\x20[DEMO\x20MODE]\x20Reviewer\x20bypass\x20detected\x20-\x20skipping\x20API\x20call\x20for\x20demo','❌\x20[CONNECTIONS\x20HOOK]\x20Unexpected\x20null\x20token\x20after\x20validation','Authentication\x20error','🔄\x20Loading\x20user\x20connections\x20with\x20authentication...','🔑\x20[CONNECTIONS\x20HOOK]\x20Using\x20auth\x20token:','❌\x20Error\x20loading\x20connections:','🔄\x20[CONNECTIONS\x20HOOK]\x20Refreshing\x20connections...','✅\x20[CONNECTIONS\x20HOOK]\x20Connections\x20refresh\x20completed','🔍\x20Fetching\x20connections\x20by\x20username:','bhExV','❌\x20Error\x20fetching\x20connections\x20by\x20userId:','📷\x20Uploading\x20profile\x20picture\x20for\x20user:','YxLNZ','❌\x20Error\x20uploading\x20profile\x20picture:','useState','useCallback','MoOIL','DMKPW','XWnRw','CHPnc','cKPXJ','getAuthToken','getItem','bQovs','tmGrZ','LNNln','split','⚠️\x20[CONNECTIONS\x20HOOK]\x20Skipping\x20API\x20call\x20to\x20prevent\x20unauthenticated\x20requests','MuFUz','warn','log','oNEHD','CIRNR','error','eWpXu','iTzyT','xSwTf','substring','...','getUserConnections','✅\x20Connections\x20loaded:','length','message','fUTWO','EMcJN','AjdXx','xcZoK','❌\x20Error\x20fetching\x20connections\x20by\x20username:','FTWzI','⚠️\x20[CONNECTIONS\x20HOOK]\x20No\x20authentication\x20token\x20available\x20for\x20username\x20connections','Failed\x20to\x20load\x20connections','dKydD','getUserConnectionsByUsername','FoLRJ','ZFBkZ','fMAcz','⚠️\x20[CONNECTIONS\x20HOOK]\x20No\x20authentication\x20token\x20available\x20for\x20user\x20ID\x20connections','🔍\x20Fetching\x20connections\x20by\x20userId:','getUserConnectionsByUserId','UZUtE','jpg','uploadProfilePicture','success','jHQLO','HEQDe','byYZk','YMPvw','mDYkX'];_0xa1c9=function(){return _0x334af0;};return _0xa1c9();}
|
|
10
|
+
function _0x1827(_0x22404c,_0x18270e){_0x22404c=_0x22404c-0x0;const _0x2ec8d7=_0x2240();let _0x171f76=_0x2ec8d7[_0x22404c];return _0x171f76;}function _0x2240(){const _0x5167b2=['defineProperty','__esModule','useUserConnections','❌\x20Error\x20uploading\x20profile\x20picture:','EuWnQ','onairos_jwt_token','reviewer-bypass-token','DFBXn','Authentication\x20required\x20for\x20connections','⚠️\x20[CONNECTIONS\x20HOOK]\x20No\x20authentication\x20token\x20available\x20for\x20connections\x20refresh','⚠️\x20[CONNECTIONS\x20HOOK]\x20Skipping\x20API\x20call\x20to\x20prevent\x20unauthenticated\x20requests','❌\x20[CONNECTIONS\x20HOOK]\x20Unexpected\x20null\x20token\x20after\x20validation','Authentication\x20error','✅\x20Connections\x20loaded:','❌\x20Error\x20fetching\x20connections\x20by\x20userId:','✅\x20[CONNECTIONS\x20HOOK]\x20Connections\x20refresh\x20completed','FJakw','qwUOn','❌\x20Error\x20fetching\x20connections\x20by\x20username:','OZgQj','⚠️\x20[CONNECTIONS\x20HOOK]\x20No\x20authentication\x20token\x20available\x20for\x20user\x20ID\x20connections','LBmjc','📷\x20Uploading\x20profile\x20picture\x20for\x20user:','XcteC','RmzMP','useState','useCallback','FTbig','lMWbK','wScAX','VQQJN','ZCLJv','getAuthToken','pGYWm','yBInx','IuwDS','KpgoK','wTemB','split','xVXIc','KiDAd','Kcrjh','warn','iqxsn','vqExu','log','IWQdy','vTeMf','error','NINJL','mlEdb','🔑\x20[CONNECTIONS\x20HOOK]\x20Using\x20auth\x20token:','substring','...','getUserConnections','cbIbm','length','aOgFs','message','❌\x20Error\x20loading\x20connections:','vCXlh','ZTENh','yItiR','ylNJH','cxrWZ','SFGSz','caVox','NykUH','xxmJk','UnvXB','getUserConnectionsByUsername','0|4|1|3|2','VkMID','STpTc','jvBQk','kMtYu','fKaTI','poRxz','XWrNA','🔍\x20Fetching\x20connections\x20by\x20userId:','getUserConnectionsByUserId','Acryf','htgQf','jsLXI','YmaEG','eDtlO','jpg','beZaN','BQqfE','uploadProfilePicture','success','sfHrI','RYoMk','useEffect'];_0x2240=function(){return _0x5167b2;};return _0x2240();}Object[_0x1827(0x0)](exports,_0x1827(0x1),{'value':!![]}),exports[_0x1827(0x2)]=void 0x0;var _react=__ONAIROS_REQ_FUNC__(0x0),_userConnectionsService=__ONAIROS_REQ_FUNC__(0x1),_authService=__ONAIROS_REQ_FUNC__(0x2),_asyncStorage=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x3));function _interopRequireDefault(_0x18d407){return _0x18d407&&_0x18d407[_0x1827(0x1)]?_0x18d407:{'default':_0x18d407};}const useUserConnections=()=>{const _0x1789b8={'aOgFs':_0x1827(0x3),'FTbig':function(_0x22ed00,_0x2f1ad9){return _0x22ed00(_0x2f1ad9);},'lMWbK':function(_0x435235,_0x3cab63){return _0x435235!==_0x3cab63;},'wScAX':_0x1827(0x4),'ZCLJv':function(_0x476be1,_0x448519){return _0x476be1(_0x448519);},'pGYWm':_0x1827(0x5),'yBInx':function(_0x4ae837,_0x4d5ea6){return _0x4ae837===_0x4d5ea6;},'IuwDS':_0x1827(0x6),'KpgoK':_0x1827(0x7),'wTemB':'3|4|2|0|1','xVXIc':function(_0x5a5d1a,_0x406bb2){return _0x5a5d1a(_0x406bb2);},'KiDAd':_0x1827(0x8),'Kcrjh':function(_0xc67b73,_0x4ead9f){return _0xc67b73(_0x4ead9f);},'iqxsn':_0x1827(0x9),'vqExu':_0x1827(0xa),'IWQdy':'🎯\x20[DEMO\x20MODE]\x20Reviewer\x20bypass\x20detected\x20-\x20skipping\x20API\x20call\x20for\x20demo','vTeMf':function(_0x2159b2,_0x12a9e5){return _0x2159b2(_0x12a9e5);},'NINJL':_0x1827(0xb),'mlEdb':_0x1827(0xc),'fiFKE':'🔄\x20Loading\x20user\x20connections\x20with\x20authentication...','cbIbm':_0x1827(0xd),'vCXlh':function(_0x1794b3,_0x1175fb){return _0x1794b3(_0x1175fb);},'noGhv':_0x1827(0xe),'ZTENh':function(_0x1047b7,_0x2f40c8){return _0x1047b7===_0x2f40c8;},'ylNJH':'yItiR','cxrWZ':'🔄\x20[CONNECTIONS\x20HOOK]\x20Refreshing\x20connections...','SFGSz':function(_0x385e4f){return _0x385e4f();},'nfWJn':_0x1827(0xf),'VkMID':function(_0x18d6ac,_0x199ab3){return _0x18d6ac(_0x199ab3);},'NykUH':function(_0x3b7d11,_0x10cd0f){return _0x3b7d11(_0x10cd0f);},'xxmJk':_0x1827(0x10),'eDtlO':'⚠️\x20[CONNECTIONS\x20HOOK]\x20No\x20authentication\x20token\x20available\x20for\x20username\x20connections','UnvXB':'🔑\x20[CONNECTIONS\x20HOOK]\x20Using\x20auth\x20token:','STpTc':_0x1827(0x11),'kMtYu':_0x1827(0x12),'fKaTI':function(_0x4f7c4d,_0x531cf3){return _0x4f7c4d(_0x531cf3);},'poRxz':_0x1827(0x13),'XWrNA':_0x1827(0x14),'Acryf':function(_0x54c905,_0x4712a2){return _0x54c905!==_0x4712a2;},'htgQf':_0x1827(0x15),'beZaN':function(_0x4958f){return _0x4958f();},'BQqfE':_0x1827(0x16),'sfHrI':_0x1827(0x17),'zsfId':_0x1827(0x18)},[_0x2fb07f,_0x1ebee4]=(0x0,_react[_0x1827(0x19)])([]),[_0x19024c,_0x2ea7b2]=(0x0,_react['useState'])(!![]),[_0x19aa0b,_0x5a722f]=(0x0,_react['useState'])(null),_0x40d7e5=(0x0,_react[_0x1827(0x1a)])(async()=>{const _0x265966={'TvdqK':function(_0x18d6fb,_0x3f7ded){return _0x1789b8[_0x1827(0x1b)](_0x18d6fb,_0x3f7ded);}};try{if(_0x1789b8[_0x1827(0x1c)](_0x1789b8[_0x1827(0x1d)],_0x1827(0x1e))){_0x1789b8[_0x1827(0x1b)](_0x2ea7b2,!![]),_0x1789b8[_0x1827(0x1f)](_0x5a722f,null);const _0x53da73=await(0x0,_authService[_0x1827(0x20)])(),_0x255d1b=await _asyncStorage['default']['getItem'](_0x1789b8[_0x1827(0x21)]),_0x9a3341=_0x1789b8[_0x1827(0x22)](_0x255d1b,_0x1789b8[_0x1827(0x23)]);if(!_0x53da73&&!_0x9a3341){if(_0x1789b8[_0x1827(0x24)]!==_0x1789b8[_0x1827(0x24)])_0x265966['TvdqK'](_0x5a00e8,![]);else{const _0x24ef3b=_0x1789b8[_0x1827(0x25)][_0x1827(0x26)]('|');let _0x540cf6=0x0;while(!![]){switch(_0x24ef3b[_0x540cf6++]){case'0':_0x1789b8[_0x1827(0x27)](_0x5a722f,_0x1789b8[_0x1827(0x28)]);continue;case'1':return;case'2':_0x1789b8[_0x1827(0x29)](_0x1ebee4,[]);continue;case'3':console[_0x1827(0x2a)](_0x1789b8[_0x1827(0x2b)]);continue;case'4':console[_0x1827(0x2a)](_0x1789b8[_0x1827(0x2c)]);continue;}break;}}}if(_0x9a3341){console[_0x1827(0x2d)](_0x1789b8[_0x1827(0x2e)]),_0x1ebee4([]),_0x1789b8[_0x1827(0x2f)](_0x5a722f,null);return;}if(!_0x53da73){console[_0x1827(0x30)](_0x1789b8[_0x1827(0x31)]),_0x1ebee4([]),_0x5a722f(_0x1789b8[_0x1827(0x32)]);return;}console[_0x1827(0x2d)](_0x1789b8['fiFKE']),console[_0x1827(0x2d)](_0x1827(0x33),_0x53da73[_0x1827(0x34)](0x0,0x14)+_0x1827(0x35));const _0x4b37e9=await(0x0,_userConnectionsService[_0x1827(0x36)])();_0x1789b8[_0x1827(0x1b)](_0x1ebee4,_0x4b37e9),console[_0x1827(0x2d)](_0x1789b8[_0x1827(0x37)],_0x4b37e9[_0x1827(0x38)]);}else return _0x2c50a5[_0x1827(0x30)](_0x1789b8[_0x1827(0x39)],_0x41522a),![];}catch(_0x119c97){const _0x23b499=_0x119c97 instanceof Error?_0x119c97[_0x1827(0x3a)]:'Failed\x20to\x20load\x20connections';console[_0x1827(0x30)](_0x1827(0x3b),_0x23b499),_0x1789b8[_0x1827(0x1b)](_0x5a722f,_0x23b499),_0x1ebee4([]);}finally{_0x1789b8[_0x1827(0x3c)](_0x2ea7b2,![]);}},[]),_0x5b08b2=(0x0,_react['useCallback'])(async()=>{const _0xe503bb={'caVox':_0x1789b8['noGhv']};if(_0x1789b8[_0x1827(0x3d)](_0x1827(0x3e),_0x1789b8[_0x1827(0x3f)]))console['log'](_0x1789b8[_0x1827(0x40)]),await _0x1789b8[_0x1827(0x41)](_0x40d7e5),console[_0x1827(0x2d)](_0x1789b8['nfWJn']);else return _0x1fa29c[_0x1827(0x30)](_0xe503bb[_0x1827(0x42)],_0x20b643),[];},[_0x40d7e5]),_0x242971=(0x0,_react[_0x1827(0x1a)])(async _0x54a2d4=>{const _0xbf4656={'STzzY':function(_0x4c8fba,_0x4b26e6){return _0x4c8fba(_0x4b26e6);},'jvBQk':function(_0x37046b,_0x384454){return _0x1789b8[_0x1827(0x43)](_0x37046b,_0x384454);},'XJuLW':_0x1789b8[_0x1827(0x32)]};try{if(_0x1789b8['ZTENh'](_0x1827(0x10),_0x1789b8[_0x1827(0x44)])){const _0x4f047a=await(0x0,_authService['getAuthToken'])();if(!_0x4f047a)return console[_0x1827(0x2a)](_0x1789b8['eDtlO']),[];return console[_0x1827(0x2d)]('🔍\x20Fetching\x20connections\x20by\x20username:',_0x54a2d4),console['log'](_0x1789b8[_0x1827(0x45)],_0x4f047a[_0x1827(0x34)](0x0,0x14)+'...'),await(0x0,_userConnectionsService[_0x1827(0x46)])(_0x54a2d4);}else{const _0x2aba91=_0x1827(0x47)['split']('|');let _0x5f4d87=0x0;while(!![]){switch(_0x2aba91[_0x5f4d87++]){case'0':_0x42430c[_0x1827(0x2a)](_0x1789b8['iqxsn']);continue;case'1':_0x1789b8[_0x1827(0x48)](_0x3970b5,[]);continue;case'2':return;case'3':_0x1789b8[_0x1827(0x27)](_0x401de8,_0x1789b8[_0x1827(0x28)]);continue;case'4':_0x3abf37[_0x1827(0x2a)](_0x1789b8[_0x1827(0x2c)]);continue;}break;}}}catch(_0x4b23fb){if(_0x1789b8[_0x1827(0x49)]!==_0x1789b8[_0x1827(0x49)]){_0xca409b['error'](_0x1827(0xb)),_0xbf4656['STzzY'](_0x296dd9,[]),_0xbf4656[_0x1827(0x4a)](_0x243f54,_0xbf4656['XJuLW']);return;}else return console[_0x1827(0x30)](_0x1789b8[_0x1827(0x4b)],_0x4b23fb),[];}},[]),_0x4fcb8b=(0x0,_react[_0x1827(0x1a)])(async _0x37b2f3=>{const _0x44223d={'jsLXI':_0x1789b8[_0x1827(0x2e)],'YmaEG':function(_0x1d2160,_0x314398){return _0x1789b8[_0x1827(0x4c)](_0x1d2160,_0x314398);}};if(_0x1789b8[_0x1827(0x4d)]===_0x1789b8['poRxz'])try{const _0x25689a=await(0x0,_authService[_0x1827(0x20)])();if(!_0x25689a)return console[_0x1827(0x2a)](_0x1789b8[_0x1827(0x4e)]),[];return console['log'](_0x1827(0x4f),_0x37b2f3),console['log'](_0x1789b8[_0x1827(0x45)],_0x25689a['substring'](0x0,0x14)+_0x1827(0x35)),await(0x0,_userConnectionsService[_0x1827(0x50)])(_0x37b2f3);}catch(_0x360ec9){if(_0x1789b8[_0x1827(0x51)](_0x1827(0x15),_0x1789b8[_0x1827(0x52)])){_0x15778b['log'](_0x44223d[_0x1827(0x53)]),_0x44223d['YmaEG'](_0x15127c,[]),_0x44223d[_0x1827(0x54)](_0x180192,null);return;}else return console[_0x1827(0x30)](_0x1789b8['noGhv'],_0x360ec9),[];}else return _0x67bf5f['warn'](_0x1789b8[_0x1827(0x55)]),[];},[]),_0x38506e=(0x0,_react['useCallback'])(async(_0x7c1d1,_0x471083=_0x1827(0x56))=>{const _0x502327={'RYoMk':function(_0x1d18ef){return _0x1789b8[_0x1827(0x57)](_0x1d18ef);}};try{console['log'](_0x1789b8[_0x1827(0x58)]);const _0x1b12ff=await(0x0,_userConnectionsService[_0x1827(0x59)])(_0x7c1d1,_0x471083);return _0x1b12ff[_0x1827(0x5a)];}catch(_0x3ad04e){if(_0x1789b8[_0x1827(0x22)](_0x1789b8[_0x1827(0x5b)],_0x1789b8['zsfId']))_0x502327[_0x1827(0x5c)](_0x21b1a4);else return console['error'](_0x1789b8[_0x1827(0x39)],_0x3ad04e),![];}},[]);return(0x0,_react[_0x1827(0x5d)])(()=>{_0x40d7e5();},[_0x40d7e5]),{'connections':_0x2fb07f,'isLoading':_0x19024c,'error':_0x19aa0b,'refreshConnections':_0x5b08b2,'getConnectionsByUsername':_0x242971,'getConnectionsByUserId':_0x4fcb8b,'uploadUserProfilePicture':_0x38506e};};exports[_0x1827(0x2)]=useUserConnections;
|
package/lib/commonjs/index.js
CHANGED
|
@@ -19,17 +19,16 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
19
19
|
require("./components/PlatformConnectorsStep"),
|
|
20
20
|
require("./components/PersonalizationConsentScreen"),
|
|
21
21
|
require("./components/PinCreationScreen"),
|
|
22
|
-
require("./hooks/useConnections"),
|
|
23
22
|
require("./components/PersonaImage"),
|
|
23
|
+
require("./hooks/useConnections"),
|
|
24
24
|
require("./services/apiKeyService"),
|
|
25
25
|
require("./services/authService"),
|
|
26
|
-
require("./services/
|
|
26
|
+
require("./services/googleAuthService"),
|
|
27
27
|
require("./services/platformAuthService"),
|
|
28
28
|
require("./utils/networkDiagnostics"),
|
|
29
|
-
require("./services/googleAuthService"),
|
|
30
|
-
require("./services/apiClient"),
|
|
31
29
|
require("./services/linkedinScrapingService"),
|
|
32
|
-
require("./services/linkedinDOMExtractor")
|
|
30
|
+
require("./services/linkedinDOMExtractor"),
|
|
31
|
+
require("./services/apiClient")
|
|
33
32
|
];
|
|
34
33
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
35
|
-
function _0x3d29(){var _0x1bf290=['defineProperty','__esModule','ApiClient','BodyText','HeadingGroup','ModalHeader','ModalSheet','OAuthWebView','Onairos','OnairosSignInButton','PersonaImage','default','PersonalizationConsentScreen','PinCreationScreen','PlatformConnectorsStep','Portal','PortalHost','PrimaryButton','SignInStep','UniversalOnboarding','VerificationStep','WelcomeScreen','authenticateWithApple','authenticateWithOnairos','authenticateWithOnairosSignIn','canScrapeProfile','clearAllAuthTokens','clearJWT','decodeJWTPayload','extractLinkedInUsername','extractUserDataFromJWT','extractUsernameFromJWT','formatLinkedInUrl','getAuthToken','getJWT','getLinkedInConnectionStatus','getNetworkStatus','getOnairosUsername','getProfileExtractionScript','getScrapingStatus','hasNativeSDK','hasValidJWT','initializeApiKey','initiateNativeAuth','initiateOAuth','isApiReachable','isAuthenticated','isGoogleSignedIn','isOAuthCallback','isValidLinkedInUrl','removeAuthToken','replaceJWT','resetScrapingStatus','runFullDiagnostics','saveAuthToken','scrapeLinkedInProfile','sendEmailVerificationCode','signInWithGoogle','signOutFromGoogle','startLinkedInScraping','storeJWT','testApiConnectivity','updateGoogleClientIds','useConnections','log'];_0x3d29=function(){return _0x1bf290;};return _0x3d29();}function _0x2e8e(_0x3d29af,_0x2e8e3d){_0x3d29af=_0x3d29af-0x0;var _0x1ac4d3=_0x3d29();var _0x418a22=_0x1ac4d3[_0x3d29af];return _0x418a22;}Object[_0x2e8e(0x0)](exports,_0x2e8e(0x1),{'value':!![]}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x2),{'enumerable':!![],'get':function(){return _apiClient[_0x2e8e(0x2)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x3),{'enumerable':!![],'get':function(){return _BodyText[_0x2e8e(0x3)];}}),Object[_0x2e8e(0x0)](exports,'BrandMark',{'enumerable':!![],'get':function(){return _BrandMark['BrandMark'];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x4),{'enumerable':!![],'get':function(){return _HeadingGroup[_0x2e8e(0x4)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x5),{'enumerable':!![],'get':function(){return _ModalHeader[_0x2e8e(0x5)];}}),Object['defineProperty'](exports,'ModalSheet',{'enumerable':!![],'get':function(){return _ModalSheet[_0x2e8e(0x6)];}}),Object[_0x2e8e(0x0)](exports,'OAuthWebView',{'enumerable':!![],'get':function(){return _OAuthWebView[_0x2e8e(0x7)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x8),{'enumerable':!![],'get':function(){return _Onairos[_0x2e8e(0x8)];}}),Object[_0x2e8e(0x0)](exports,'OnairosButton',{'enumerable':!![],'get':function(){return _OnairosButton['OnairosButton'];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x9),{'enumerable':!![],'get':function(){return _OnairosSignInButton['OnairosSignInButton'];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0xa),{'enumerable':!![],'get':function(){return _PersonaImage[_0x2e8e(0xb)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0xc),{'enumerable':!![],'get':function(){return _PersonalizationConsentScreen[_0x2e8e(0xc)];}}),Object['defineProperty'](exports,_0x2e8e(0xd),{'enumerable':!![],'get':function(){return _PinCreationScreen[_0x2e8e(0xd)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0xe),{'enumerable':!![],'get':function(){return _PlatformConnectorsStep[_0x2e8e(0xb)];}}),Object['defineProperty'](exports,_0x2e8e(0xf),{'enumerable':!![],'get':function(){return _Portal[_0x2e8e(0xf)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x10),{'enumerable':!![],'get':function(){return _Portal[_0x2e8e(0x10)];}}),Object['defineProperty'](exports,_0x2e8e(0x11),{'enumerable':!![],'get':function(){return _PrimaryButton['PrimaryButton'];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x12),{'enumerable':!![],'get':function(){return _SignInStep[_0x2e8e(0x12)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x13),{'enumerable':!![],'get':function(){return _UniversalOnboarding[_0x2e8e(0x13)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x14),{'enumerable':!![],'get':function(){return _VerificationStep[_0x2e8e(0x14)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x15),{'enumerable':!![],'get':function(){return _WelcomeScreen[_0x2e8e(0xb)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x16),{'enumerable':!![],'get':function(){return _authService[_0x2e8e(0x16)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x17),{'enumerable':!![],'get':function(){return _authService['authenticateWithOnairos'];}}),Object['defineProperty'](exports,_0x2e8e(0x18),{'enumerable':!![],'get':function(){return _authService[_0x2e8e(0x18)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x19),{'enumerable':!![],'get':function(){return _linkedinScrapingService[_0x2e8e(0x19)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x1a),{'enumerable':!![],'get':function(){return _authService[_0x2e8e(0x1a)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x1b),{'enumerable':!![],'get':function(){return _jwtStorageService[_0x2e8e(0x1b)];}}),Object['defineProperty'](exports,'confirmEmailVerificationCode',{'enumerable':!![],'get':function(){return _authService['confirmEmailVerificationCode'];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x1c),{'enumerable':!![],'get':function(){return _apiKeyService['decodeJWTPayload'];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x1d),{'enumerable':!![],'get':function(){return _linkedinScrapingService[_0x2e8e(0x1d)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x1e),{'enumerable':!![],'get':function(){return _apiKeyService[_0x2e8e(0x1e)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x1f),{'enumerable':!![],'get':function(){return _apiKeyService['extractUsernameFromJWT'];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x20),{'enumerable':!![],'get':function(){return _linkedinScrapingService[_0x2e8e(0x20)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x21),{'enumerable':!![],'get':function(){return _authService['getAuthToken'];}}),Object['defineProperty'](exports,_0x2e8e(0x22),{'enumerable':!![],'get':function(){return _jwtStorageService['getJWT'];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x23),{'enumerable':!![],'get':function(){return _linkedinScrapingService['getLinkedInConnectionStatus'];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x24),{'enumerable':!![],'get':function(){return _networkDiagnostics[_0x2e8e(0x24)];}}),Object[_0x2e8e(0x0)](exports,'getOnairosUsername',{'enumerable':!![],'get':function(){return _authService[_0x2e8e(0x25)];}}),Object['defineProperty'](exports,_0x2e8e(0x26),{'enumerable':!![],'get':function(){return _linkedinDOMExtractor[_0x2e8e(0x26)];}}),Object[_0x2e8e(0x0)](exports,'getScrapingStatus',{'enumerable':!![],'get':function(){return _linkedinDOMExtractor[_0x2e8e(0x27)];}}),Object[_0x2e8e(0x0)](exports,'hasNativeSDK',{'enumerable':!![],'get':function(){return _platformAuthService[_0x2e8e(0x28)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x29),{'enumerable':!![],'get':function(){return _jwtStorageService[_0x2e8e(0x29)];}}),Object['defineProperty'](exports,_0x2e8e(0x2a),{'enumerable':!![],'get':function(){return _apiKeyService[_0x2e8e(0x2a)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x2b),{'enumerable':!![],'get':function(){return _platformAuthService[_0x2e8e(0x2b)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x2c),{'enumerable':!![],'get':function(){return _platformAuthService[_0x2e8e(0x2c)];}}),Object['defineProperty'](exports,_0x2e8e(0x2d),{'enumerable':!![],'get':function(){return _networkDiagnostics['isApiReachable'];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x2e),{'enumerable':!![],'get':function(){return _authService['isAuthenticated'];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x2f),{'enumerable':!![],'get':function(){return _googleAuthService[_0x2e8e(0x2f)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x30),{'enumerable':!![],'get':function(){return _platformAuthService[_0x2e8e(0x30)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x31),{'enumerable':!![],'get':function(){return _linkedinScrapingService['isValidLinkedInUrl'];}}),Object['defineProperty'](exports,'parseExtractionMessage',{'enumerable':!![],'get':function(){return _linkedinDOMExtractor['parseExtractionMessage'];}}),Object[_0x2e8e(0x0)](exports,'removeAuthToken',{'enumerable':!![],'get':function(){return _authService[_0x2e8e(0x32)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x33),{'enumerable':!![],'get':function(){return _jwtStorageService['replaceJWT'];}}),Object['defineProperty'](exports,_0x2e8e(0x34),{'enumerable':!![],'get':function(){return _linkedinDOMExtractor[_0x2e8e(0x34)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x35),{'enumerable':!![],'get':function(){return _networkDiagnostics[_0x2e8e(0x35)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x36),{'enumerable':!![],'get':function(){return _authService['saveAuthToken'];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x37),{'enumerable':!![],'get':function(){return _linkedinScrapingService[_0x2e8e(0x37)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x38),{'enumerable':!![],'get':function(){return _authService[_0x2e8e(0x38)];}}),Object[_0x2e8e(0x0)](exports,'signInWithGoogle',{'enumerable':!![],'get':function(){return _googleAuthService[_0x2e8e(0x39)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x3a),{'enumerable':!![],'get':function(){return _googleAuthService['signOutFromGoogle'];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x3b),{'enumerable':!![],'get':function(){return _linkedinDOMExtractor[_0x2e8e(0x3b)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x3c),{'enumerable':!![],'get':function(){return _jwtStorageService[_0x2e8e(0x3c)];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x3d),{'enumerable':!![],'get':function(){return _platformAuthService['testApiConnectivity'];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x3e),{'enumerable':!![],'get':function(){return _googleAuthService['updateGoogleClientIds'];}}),Object[_0x2e8e(0x0)](exports,_0x2e8e(0x3f),{'enumerable':!![],'get':function(){return _useConnections[_0x2e8e(0x3f)];}});var _OnairosButton=__ONAIROS_REQ_FUNC__(0x0),_OnairosSignInButton=__ONAIROS_REQ_FUNC__(0x1),_Onairos=__ONAIROS_REQ_FUNC__(0x2),_UniversalOnboarding=__ONAIROS_REQ_FUNC__(0x3),_OAuthWebView=__ONAIROS_REQ_FUNC__(0x4),_Portal=__ONAIROS_REQ_FUNC__(0x5),_WelcomeScreen=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x6)),_PrimaryButton=__ONAIROS_REQ_FUNC__(0x7),_ModalSheet=__ONAIROS_REQ_FUNC__(0x8),_ModalHeader=__ONAIROS_REQ_FUNC__(0x9),_BrandMark=__ONAIROS_REQ_FUNC__(0xa),_HeadingGroup=__ONAIROS_REQ_FUNC__(0xb),_BodyText=__ONAIROS_REQ_FUNC__(0xc),_SignInStep=__ONAIROS_REQ_FUNC__(0xd),_VerificationStep=__ONAIROS_REQ_FUNC__(0xe),_PlatformConnectorsStep=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0xf)),_PersonalizationConsentScreen=__ONAIROS_REQ_FUNC__(0x10),_PinCreationScreen=__ONAIROS_REQ_FUNC__(0x11),_useConnections=__ONAIROS_REQ_FUNC__(0x12),_PersonaImage=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x13)),_apiKeyService=__ONAIROS_REQ_FUNC__(0x14),_authService=__ONAIROS_REQ_FUNC__(0x15),_jwtStorageService=__ONAIROS_REQ_FUNC__(0x16),_platformAuthService=__ONAIROS_REQ_FUNC__(0x17),_networkDiagnostics=__ONAIROS_REQ_FUNC__(0x18),_googleAuthService=__ONAIROS_REQ_FUNC__(0x19),_apiClient=__ONAIROS_REQ_FUNC__(0x1a),_linkedinScrapingService=__ONAIROS_REQ_FUNC__(0x1b),_linkedinDOMExtractor=__ONAIROS_REQ_FUNC__(0x1c);function _interopRequireDefault(_0x259ea3){return _0x259ea3&&_0x259ea3[_0x2e8e(0x1)]?_0x259ea3:{'default':_0x259ea3};}console[_0x2e8e(0x40)]('🚀\x20[ONAIROS\x20SDK]\x20LOCAL\x20SDK\x20LOADED\x20-\x20Version\x205.0.0-local-dev'),console['log']('\uD83D\uDE80 [ONAIROS SDK] Source: onairos-npm-react-native/src/index.ts');
|
|
34
|
+
Object[_0x5ade(0x0)](exports,_0x5ade(0x1),{'value':!![]}),Object[_0x5ade(0x0)](exports,_0x5ade(0x2),{'enumerable':!![],'get':function(){return _apiClient[_0x5ade(0x2)];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x3),{'enumerable':!![],'get':function(){return _BodyText[_0x5ade(0x3)];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x4),{'enumerable':!![],'get':function(){return _BrandMark[_0x5ade(0x4)];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x5),{'enumerable':!![],'get':function(){return _HeadingGroup['HeadingGroup'];}}),Object['defineProperty'](exports,_0x5ade(0x6),{'enumerable':!![],'get':function(){return _ModalHeader['ModalHeader'];}}),Object[_0x5ade(0x0)](exports,'ModalSheet',{'enumerable':!![],'get':function(){return _ModalSheet[_0x5ade(0x7)];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x8),{'enumerable':!![],'get':function(){return _OAuthWebView[_0x5ade(0x8)];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x9),{'enumerable':!![],'get':function(){return _Onairos[_0x5ade(0x9)];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0xa),{'enumerable':!![],'get':function(){return _OnairosButton[_0x5ade(0xa)];}}),Object['defineProperty'](exports,_0x5ade(0xb),{'enumerable':!![],'get':function(){return _OnairosSignInButton[_0x5ade(0xb)];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0xc),{'enumerable':!![],'get':function(){return _PersonaImage['default'];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0xd),{'enumerable':!![],'get':function(){return _PersonalizationConsentScreen[_0x5ade(0xd)];}}),Object['defineProperty'](exports,_0x5ade(0xe),{'enumerable':!![],'get':function(){return _PinCreationScreen[_0x5ade(0xe)];}}),Object['defineProperty'](exports,_0x5ade(0xf),{'enumerable':!![],'get':function(){return _PlatformConnectorsStep[_0x5ade(0x10)];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x11),{'enumerable':!![],'get':function(){return _Portal[_0x5ade(0x11)];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x12),{'enumerable':!![],'get':function(){return _Portal[_0x5ade(0x12)];}}),Object[_0x5ade(0x0)](exports,'PrimaryButton',{'enumerable':!![],'get':function(){return _PrimaryButton[_0x5ade(0x13)];}}),Object['defineProperty'](exports,_0x5ade(0x14),{'enumerable':!![],'get':function(){return _SignInStep['SignInStep'];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x15),{'enumerable':!![],'get':function(){return _UniversalOnboarding[_0x5ade(0x15)];}}),Object[_0x5ade(0x0)](exports,'VerificationStep',{'enumerable':!![],'get':function(){return _VerificationStep[_0x5ade(0x16)];}}),Object[_0x5ade(0x0)](exports,'WelcomeScreen',{'enumerable':!![],'get':function(){return _WelcomeScreen[_0x5ade(0x10)];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x17),{'enumerable':!![],'get':function(){return _linkedinScrapingService[_0x5ade(0x17)];}}),Object['defineProperty'](exports,_0x5ade(0x18),{'enumerable':!![],'get':function(){return _linkedinDOMExtractor[_0x5ade(0x18)];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x19),{'enumerable':!![],'get':function(){return _authService['clearAllAuthTokens'];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x1a),{'enumerable':!![],'get':function(){return _linkedinDOMExtractor[_0x5ade(0x1a)];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x1b),{'enumerable':!![],'get':function(){return _apiKeyService[_0x5ade(0x1b)];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x1c),{'enumerable':!![],'get':function(){return _linkedinScrapingService[_0x5ade(0x1c)];}}),Object['defineProperty'](exports,'extractUserDataFromJWT',{'enumerable':!![],'get':function(){return _apiKeyService[_0x5ade(0x1d)];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x1e),{'enumerable':!![],'get':function(){return _apiKeyService[_0x5ade(0x1e)];}}),Object[_0x5ade(0x0)](exports,'formatLinkedInUrl',{'enumerable':!![],'get':function(){return _linkedinScrapingService[_0x5ade(0x1f)];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x20),{'enumerable':!![],'get':function(){return _linkedinScrapingService[_0x5ade(0x20)];}}),Object['defineProperty'](exports,_0x5ade(0x21),{'enumerable':!![],'get':function(){return _networkDiagnostics[_0x5ade(0x21)];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x22),{'enumerable':!![],'get':function(){return _apiKeyService['initializeApiKey'];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x23),{'enumerable':!![],'get':function(){return _linkedinDOMExtractor[_0x5ade(0x23)];}}),Object[_0x5ade(0x0)](exports,'isApiReachable',{'enumerable':!![],'get':function(){return _networkDiagnostics[_0x5ade(0x24)];}}),Object[_0x5ade(0x0)](exports,'isAuthenticated',{'enumerable':!![],'get':function(){return _authService[_0x5ade(0x25)];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x26),{'enumerable':!![],'get':function(){return _linkedinScrapingService[_0x5ade(0x26)];}}),Object[_0x5ade(0x0)](exports,'parseExtractionMessage',{'enumerable':!![],'get':function(){return _linkedinDOMExtractor[_0x5ade(0x27)];}}),Object['defineProperty'](exports,_0x5ade(0x28),{'enumerable':!![],'get':function(){return _networkDiagnostics['runFullDiagnostics'];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x29),{'enumerable':!![],'get':function(){return _linkedinScrapingService[_0x5ade(0x29)];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x2a),{'enumerable':!![],'get':function(){return _platformAuthService[_0x5ade(0x2a)];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x2b),{'enumerable':!![],'get':function(){return _googleAuthService['updateGoogleClientIds'];}}),Object[_0x5ade(0x0)](exports,_0x5ade(0x2c),{'enumerable':!![],'get':function(){return _useConnections['useConnections'];}}),Object[_0x5ade(0x0)](exports,'validateExtractedUrl',{'enumerable':!![],'get':function(){return _linkedinDOMExtractor[_0x5ade(0x2d)];}});function _0x5ade(_0x547163,_0x5adef8){_0x547163=_0x547163-0x0;var _0x405b85=_0x5471();var _0x3a971a=_0x405b85[_0x547163];return _0x3a971a;}var _OnairosButton=__ONAIROS_REQ_FUNC__(0x0),_OnairosSignInButton=__ONAIROS_REQ_FUNC__(0x1),_Onairos=__ONAIROS_REQ_FUNC__(0x2),_UniversalOnboarding=__ONAIROS_REQ_FUNC__(0x3),_OAuthWebView=__ONAIROS_REQ_FUNC__(0x4),_Portal=__ONAIROS_REQ_FUNC__(0x5),_WelcomeScreen=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x6)),_PrimaryButton=__ONAIROS_REQ_FUNC__(0x7),_ModalSheet=__ONAIROS_REQ_FUNC__(0x8),_ModalHeader=__ONAIROS_REQ_FUNC__(0x9),_BrandMark=__ONAIROS_REQ_FUNC__(0xa),_HeadingGroup=__ONAIROS_REQ_FUNC__(0xb),_BodyText=__ONAIROS_REQ_FUNC__(0xc),_SignInStep=__ONAIROS_REQ_FUNC__(0xd),_VerificationStep=__ONAIROS_REQ_FUNC__(0xe),_PlatformConnectorsStep=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0xf)),_PersonalizationConsentScreen=__ONAIROS_REQ_FUNC__(0x10),_PinCreationScreen=__ONAIROS_REQ_FUNC__(0x11),_PersonaImage=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x12)),_useConnections=__ONAIROS_REQ_FUNC__(0x13),_apiKeyService=__ONAIROS_REQ_FUNC__(0x14),_authService=__ONAIROS_REQ_FUNC__(0x15),_googleAuthService=__ONAIROS_REQ_FUNC__(0x16),_platformAuthService=__ONAIROS_REQ_FUNC__(0x17),_networkDiagnostics=__ONAIROS_REQ_FUNC__(0x18),_linkedinScrapingService=__ONAIROS_REQ_FUNC__(0x19),_linkedinDOMExtractor=__ONAIROS_REQ_FUNC__(0x1a),_apiClient=__ONAIROS_REQ_FUNC__(0x1b);function _interopRequireDefault(_0x7906ab){return _0x7906ab&&_0x7906ab[_0x5ade(0x1)]?_0x7906ab:{'default':_0x7906ab};}function _0x5471(){var _0x3ff145=['defineProperty','__esModule','ApiClient','BodyText','BrandMark','HeadingGroup','ModalHeader','ModalSheet','OAuthWebView','Onairos','OnairosButton','OnairosSignInButton','PersonaImage','PersonalizationConsentScreen','PinCreationScreen','PlatformConnectorsStep','default','Portal','PortalHost','PrimaryButton','SignInStep','UniversalOnboarding','VerificationStep','canScrapeProfile','checkScrapingStatus','clearAllAuthTokens','completeLinkedInExtraction','decodeJWTPayload','extractLinkedInUsername','extractUserDataFromJWT','extractUsernameFromJWT','formatLinkedInUrl','getLinkedInConnectionStatus','getNetworkStatus','initializeApiKey','initiateProfileScraping','isApiReachable','isAuthenticated','isValidLinkedInUrl','parseExtractionMessage','runFullDiagnostics','scrapeLinkedInProfile','testApiConnectivity','updateGoogleClientIds','useConnections','validateExtractedUrl','log'];_0x5471=function(){return _0x3ff145;};return _0x5471();}console[_0x5ade(0x2e)]('🚀\x20[ONAIROS\x20SDK]\x20LOCAL\x20SDK\x20LOADED\x20-\x20Version\x205.0.0-local-dev'),console[_0x5ade(0x2e)]('\uD83D\uDE80 [ONAIROS SDK] Source: onairos-npm-react-native/src/index.ts');
|