gofelix 1.2.0 → 1.2.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 +5 -0
- package/dist/config.js +11 -1
- package/dist/constants.js +11 -1
- package/dist/index.js +11 -1
- package/dist/queries/addFriend.js +11 -1
- package/dist/queries/addPendingFeedBackForm.js +11 -1
- package/dist/queries/addUserExperience.js +11 -1
- package/dist/queries/addUserMails.js +11 -1
- package/dist/queries/generateDiscountTokenFromUserAmount.js +11 -1
- package/dist/queries/getAllQRCodeUrl.js +11 -1
- package/dist/queries/getBiStats.js +11 -1
- package/dist/queries/getUserAccessTokenFromActivationCode.js +11 -1
- package/dist/queries/getUserBulkData.js +11 -1
- package/dist/queries/getUserMails.js +11 -1
- package/dist/queries/getUserProfiles.js +11 -1
- package/dist/queries/logError.js +11 -1
- package/dist/queries/redeemDiscountCode.js +11 -1
- package/dist/queries/removeFriend.js +11 -1
- package/dist/queries/removePendingFeedbackLink.js +11 -1
- package/dist/queries/removeUserMail.js +11 -1
- package/dist/queries/subscribeToCompany.js +11 -1
- package/dist/queries/unSubscribeToCompany.js +11 -1
- package/dist/queries/updateUserProfile.js +11 -1
- package/dist/queries/updateUserSettings.js +11 -1
- package/dist/queries/userApiLogout.js +11 -1
- package/dist/services/BI/companyNewsStats.js +11 -1
- package/dist/services/BI/discountStats.js +11 -1
- package/dist/services/BI/feedbackStats.js +11 -1
- package/dist/services/BI/getAllCompanyStats.js +11 -1
- package/dist/services/BI/getCompanyOverallStats.js +11 -1
- package/dist/services/BI/userExperienceStats.js +11 -1
- package/dist/services/OAuth/callback.js +11 -1
- package/dist/services/OAuth/index.js +11 -1
- package/dist/services/OAuth/logout.js +11 -1
- package/dist/services/Online/qrCode.js +11 -1
- package/dist/services/User/discountToken.js +11 -1
- package/dist/services/User/feedbackService.js +11 -1
- package/dist/services/User/friendService.js +11 -1
- package/dist/services/User/mailService.js +11 -1
- package/dist/services/User/subscribe.js +11 -1
- package/dist/services/User/userExperiences.js +11 -1
- package/dist/services/User/userProfile.js +11 -1
- package/dist/types/UserExperience.js +11 -1
- package/dist/types/commonTypes.js +11 -1
- package/dist/types/companyNewsTypes.js +11 -1
- package/dist/types/discountTypes.js +11 -1
- package/dist/types/feedbackTypes.js +11 -1
- package/dist/types/friendTypes.js +11 -1
- package/dist/types/mailTypes.js +11 -1
- package/dist/types/oAuthTypes.js +11 -1
- package/dist/types/qrCodes.js +11 -1
- package/dist/types/subscribeTypes.js +11 -1
- package/dist/types/userTypes.js +11 -1
- package/dist/utilities/fetch.js +11 -1
- package/dist/utilities/mapper.js +11 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,3 +17,8 @@ yalc push --replace // publish to yalc repo
|
|
|
17
17
|
|
|
18
18
|
yalc add gofelix-online // if you need the package for the first time
|
|
19
19
|
yalc update gofelix-online - update consuming project to get latest version
|
|
20
|
+
|
|
21
|
+
# npm publish to production
|
|
22
|
+
|
|
23
|
+
npm publish --registry=https://registry.npmjs.org/
|
|
24
|
+
npm view gofelix-oauth-user-ui versions -json // get versions
|
package/dist/config.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";const a0_0x3be875=a0_0x5e4d;function a0_0x5357(){const e=["3KNlwQK","337067lalLBI","216238jKdWDe","3235388zsbUJz","__esModule","defineProperty","default","dev","https://api.gofelix.org/prod/graphql","http://localhost:12000/graphql","15547160lJqyhJ","production","2674725rMycFu","7553394NwIQUd","649236mzheDy"];return(a0_0x5357=function(){return e})()}function a0_0x5e4d(e,t){e-=459;return a0_0x5357()[e]}!function(){const e=a0_0x5e4d,t=a0_0x5357();for(;;)try{if(732290===parseInt(e(460))/1+parseInt(e(461))/2*(-parseInt(e(459))/3)+-parseInt(e(462))/4+parseInt(e(471))/5+-parseInt(e(472))/6+parseInt(e(473))/7+parseInt(e(469))/8)break;t.push(t.shift())}catch(e){t.push(t.shift())}}(),Object[a0_0x3be875(464)](exports,a0_0x3be875(463),{value:!0});const currentEnvironment=a0_0x3be875(470),getEnvironmentSettings=()=>environment.production,environment={dev:{env:a0_0x3be875(466),GATEWAY_URL:"http://localhost:12000/graphql"},test:{env:"test",GATEWAY_URL:a0_0x3be875(468)},uat:{env:"uat",GATEWAY_URL:a0_0x3be875(468)},production:{env:a0_0x3be875(470),GATEWAY_URL:a0_0x3be875(467)}};exports[a0_0x3be875(465)]=getEnvironmentSettings();
|
package/dist/constants.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";var a1_0x443a68=a1_0x4c8d;function a1_0x3eea(){var e=["COMPANY_DISCOUNT_STATS","138ETMDFy","158837xytYIQ","getUserBulkData",'online_hdaisudh3648766&^&*^"^723783--=-idbf2324z//zz1',"USER_EXPERIENCE_STATS","removePendingFeedbackLink","addUserExperience","defineProperty","184KBDVuD","getUserAccessTokenFromActivationCode","COMPANY_NEWS_STATS","getUserApiActivationCode","updateUserProfile","602725UfnKJP","992706eXSwgd","redeemDiscountCode","COMPANY_STATS_OVERALL","logError","COMPANY_FEEDBACK_STATS","getUserProfiles","getUserMails","__esModule","4HkSgIv","getAllQRCodeUrls","1483828evIXYg","11mubpBk","721938BOdalh","addFriend","134010dTxqTX","unSubscribeToCompany","5610580uPSFJq","COMPANY_ALL"];return(a1_0x3eea=function(){return e})()}function a1_0x4c8d(e,a){return e-=363,a1_0x3eea()[e]}!function(){for(var e=a1_0x4c8d,a=a1_0x3eea();;)try{if(993618===parseInt(e(379))/1+-parseInt(e(389))/2+parseInt(e(391))/3+-parseInt(e(387))/4*(-parseInt(e(378))/5)+-parseInt(e(365))/6*(parseInt(e(366))/7)+parseInt(e(373))/8*(parseInt(e(393))/9)+parseInt(e(395))/10*(parseInt(e(390))/11))break;a.push(a.shift())}catch(e){a.push(a.shift())}}(),Object[a1_0x443a68(372)](exports,a1_0x443a68(386),{value:!0}),exports.default={appCode:'iuehfu832832a***/--++0+065dui$%^$%$%^"$^%"%eb8779r))((")(+++!!"""uiwhkwuehw)"))',hashKey:a1_0x443a68(368),graphQlCommandNames:{getBiStats:"getBiStats",removeUserMail:"removeUserMail",getAllQRCodeUrls:a1_0x443a68(388),redeemDiscountCode:a1_0x443a68(380),getUserAccessTokenFromActivationCode:a1_0x443a68(374),getUserProfiles:a1_0x443a68(384),getUserBulkData:a1_0x443a68(367),getUserMails:a1_0x443a68(385),addUserExperience:a1_0x443a68(371),subscribeToCompany:"subscribeToCompany",userApiLogout:"",unSubscribeToCompany:a1_0x443a68(394),updateUserProfile:a1_0x443a68(377),generateDiscountTokenFromUserAmount:"generateDiscountTokenFromUserAmount",removePendingFeedbackLink:a1_0x443a68(370),addPendingFeedBackForm:"addPendingFeedBackForm",updateUserSettings:"updateUserSettings",addFriend:a1_0x443a68(392),removeFriend:"removeFriend",addUserMails:"addUserMails",getUserApiActivationCode:a1_0x443a68(376),logError:a1_0x443a68(382)},getBiStatsCommands:{companyDiscountStats:a1_0x443a68(364),companyFeedbackStats:a1_0x443a68(383),companyNewsStats:a1_0x443a68(375),companyUserExperienceStats:a1_0x443a68(369),companyStats:a1_0x443a68(381),getAllCompanyStats:a1_0x443a68(363)},app:"GoFelixApiLibrary"};
|
package/dist/index.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
'use strict';var a2_0x430aae=a2_0x15ea;(function(_0x1f8974,_0xc69181){var _0x29b816=a2_0x15ea,_0x500685=_0x1f8974();while(!![]){try{var _0x54c8ec=parseInt(_0x29b816(0x145))/0x1*(-parseInt(_0x29b816(0x15f))/0x2)+parseInt(_0x29b816(0x148))/0x3+parseInt(_0x29b816(0x159))/0x4+-parseInt(_0x29b816(0x13f))/0x5+-parseInt(_0x29b816(0x138))/0x6+parseInt(_0x29b816(0x149))/0x7+parseInt(_0x29b816(0x143))/0x8;if(_0x54c8ec===_0xc69181)break;else _0x500685['push'](_0x500685['shift']());}catch(_0x2acbf3){_0x500685['push'](_0x500685['shift']());}}}(a2_0x3fbd,0x9b1d0));function a2_0x15ea(_0x386277,_0x5711c9){_0x386277=_0x386277-0x12f;var _0x3fbd91=a2_0x3fbd();var _0x15ea87=_0x3fbd91[_0x386277];return _0x15ea87;}var _a,_b,_c,__importDefault=this&&this[a2_0x430aae(0x15a)]||function(_0x286b47){var _0x30c686=a2_0x430aae;return _0x286b47&&_0x286b47[_0x30c686(0x14d)]?_0x286b47:{'default':_0x286b47};};Object[a2_0x430aae(0x135)](exports,a2_0x430aae(0x14d),{'value':!0x0}),exports[a2_0x430aae(0x14e)]=exports[a2_0x430aae(0x156)]=exports['oAuth']=exports['bi']=exports[a2_0x430aae(0x12f)]=exports[a2_0x430aae(0x14f)]=void 0x0;const discountStats_1=require(a2_0x430aae(0x160)),feedbackStats_1=require(a2_0x430aae(0x13d)),companyNewsStats_1=require(a2_0x430aae(0x157)),userExperienceStats_1=require('./services/BI/userExperienceStats'),getAllCompanyStats_1=require(a2_0x430aae(0x158)),getCompanyOverallStats_1=require(a2_0x430aae(0x14c)),qrCode_1=require(a2_0x430aae(0x153)),userProfile_1=require(a2_0x430aae(0x167)),mailService_1=require(a2_0x430aae(0x168)),userExperiences_1=require(a2_0x430aae(0x13e)),subscribe_1=require(a2_0x430aae(0x131)),discountToken_1=require(a2_0x430aae(0x162)),OAuth_1=__importDefault(require(a2_0x430aae(0x15d))),feedbackService_1=require(a2_0x430aae(0x133)),friendService_1=require(a2_0x430aae(0x152));exports[a2_0x430aae(0x14f)]={'env':'','activateMockCalls':!0x1,'mock':{'bi':{'getCompanyDiscountStatsAsync':()=>{},'getCompanyFeedbackStatsAsync':()=>{},'getCompanyNewsStatsAsync':()=>{},'getCompanyOverallStatsAsync':()=>{},'companyUserExperienceStatsAsync':()=>{}},'user':{'getUserProfilesAsync':()=>{},'removeUserMailAsync':()=>{},'getUserBulkDataAsync':()=>{},'getUserMailsAsync':()=>{},'addUserExperienceAsync':()=>{},'subscribeToCompanyAsync':()=>{},'unSubscribeToCompanyAsync':()=>{},'updateUserProfileAsync':()=>{},'generateDiscountTokenFromUserAmountAsync':()=>{},'removePendingFeedbackLinkAsync':()=>{},'addPendingFeedBackFormAsync':()=>{},'updateUserSettingsAsync':()=>{},'addFriendAsync':()=>{},'removeFriendAsync':()=>{},'addUserMailsAsync':()=>{}},'online':{'redeemDiscountCodeAsync':()=>{},'getAllQRCodeUrlsAsync':()=>{}}}},exports[a2_0x430aae(0x12f)]={'bi':{'accountEmail':'','origin':'','apiKey':'','mockCalls':null!==(_a=exports[a2_0x430aae(0x14f)][a2_0x430aae(0x150)]['bi'])&&void 0x0!==_a?_a:null,'activateMockCalls':exports[a2_0x430aae(0x14f)][a2_0x430aae(0x154)]},'user':{'accountEmail':'','origin':'','mockCalls':null!==(_b=exports[a2_0x430aae(0x14f)]['mock']['user'])&&void 0x0!==_b?_b:null,'activateMockCalls':exports['settings']['activateMockCalls']},'online':{'apiKey':'','origin':'','accountEmail':'','mockCalls':null!==(_c=exports[a2_0x430aae(0x14f)][a2_0x430aae(0x150)][a2_0x430aae(0x14e)])&&void 0x0!==_c?_c:null,'activateMockCalls':exports[a2_0x430aae(0x14f)][a2_0x430aae(0x154)]}},exports['bi']={'getCompanyDiscountStatsAsync':()=>(0x0,discountStats_1['getCompanyDiscountStatsAsync'])(exports[a2_0x430aae(0x12f)]['bi']),'getCompanyFeedbackStatsAsync':()=>(0x0,feedbackStats_1[a2_0x430aae(0x164)])(exports[a2_0x430aae(0x12f)]['bi']),'getCompanyNewsStatsAsync':()=>(0x0,companyNewsStats_1['getCompanyNewsStatsAsync'])(exports[a2_0x430aae(0x12f)]['bi']),'getCompanyOverallStatsAsync':()=>(0x0,getCompanyOverallStats_1[a2_0x430aae(0x155)])(exports['config']['bi']),'companyUserExperienceStatsAsync':()=>(0x0,userExperienceStats_1['getCompanyUserExperienceStatsAsync'])(exports[a2_0x430aae(0x12f)]['bi']),'getAllCompanyStatsAsync':()=>(0x0,getAllCompanyStats_1[a2_0x430aae(0x13b)])(exports[a2_0x430aae(0x12f)]['bi'])},exports['oAuth']={'expressCallback':()=>OAuth_1['default'][a2_0x430aae(0x147)](exports['config'][a2_0x430aae(0x156)]),'logoutExpressCallback':()=>OAuth_1[a2_0x430aae(0x15b)][a2_0x430aae(0x144)](exports[a2_0x430aae(0x12f)]['user']),'genericCallBack':_0x115b47=>OAuth_1[a2_0x430aae(0x15b)][a2_0x430aae(0x142)](Object['assign'](Object[a2_0x430aae(0x13c)]({},_0x115b47),{'userConfig':exports['config']['user']})),'genericLogOut':_0x5356fb=>OAuth_1['default'][a2_0x430aae(0x137)](Object[a2_0x430aae(0x13c)](Object['assign']({},_0x5356fb),{'userConfig':exports[a2_0x430aae(0x12f)][a2_0x430aae(0x156)]}))},exports[a2_0x430aae(0x156)]={'getUserProfilesAsync':(_0x39d1b3,_0x20e7f4,_0x23ae10)=>(0x0,userProfile_1[a2_0x430aae(0x139)])({'index':_0x39d1b3,'value':_0x20e7f4,'accessToken':_0x23ae10,'userConfig':exports[a2_0x430aae(0x12f)][a2_0x430aae(0x156)]}),'removeUserMailAsync':(_0x445a0c,_0x3250e4)=>(0x0,mailService_1[a2_0x430aae(0x13a)])({'mailId':_0x445a0c,'userConfig':exports[a2_0x430aae(0x12f)]['user'],'accessToken':_0x3250e4}),'getUserBulkDataAsync':_0x1249c3=>(0x0,userProfile_1[a2_0x430aae(0x130)])(exports['config']['user'],_0x1249c3),'getUserMailsAsync':_0x2793d0=>(0x0,mailService_1[a2_0x430aae(0x132)])(exports[a2_0x430aae(0x12f)][a2_0x430aae(0x156)],_0x2793d0),'addUserExperienceAsync':(_0x55c919,_0x28d8b3,_0x44a49e,_0x2570ac,_0x4184c9,_0x33eb3e,_0x4ba37e,_0x542751)=>(0x0,userExperiences_1[a2_0x430aae(0x146)])({'experience':_0x55c919,'experienceCategory':_0x28d8b3,'rate':_0x44a49e,'updateIntervalHours':_0x2570ac,'userConfig':exports[a2_0x430aae(0x12f)][a2_0x430aae(0x156)],'accessToken':_0x4184c9,'advertId':_0x33eb3e,'branchName':_0x4ba37e,'companyName':_0x542751}),'subscribeToCompanyAsync':(_0x3bd42c,_0x501fe5,_0x169d8a)=>(0x0,subscribe_1[a2_0x430aae(0x134)])({'companyName':_0x3bd42c,'userConfig':exports[a2_0x430aae(0x12f)][a2_0x430aae(0x156)],'accessToken':_0x501fe5,'branchName':_0x169d8a}),'unSubscribeToCompanyAsync':(_0x57b901,_0x4a3fbf,_0x4d88ae)=>(0x0,subscribe_1[a2_0x430aae(0x141)])({'companyName':_0x57b901,'userConfig':exports[a2_0x430aae(0x12f)][a2_0x430aae(0x156)],'accessToken':_0x4a3fbf,'branchName':_0x4d88ae}),'updateUserProfileAsync':(_0xd3236b,_0x5b2981)=>(0x0,userProfile_1[a2_0x430aae(0x14a)])({'userProfile':_0xd3236b,'userConfig':exports[a2_0x430aae(0x12f)][a2_0x430aae(0x156)],'accessToken':_0x5b2981}),'generateDiscountTokenFromUserAmountAsync':(_0x372294,_0x35deef,_0x18723f,_0x23e477)=>(0x0,discountToken_1['generateDiscountTokenFromUserAmountAsync'])({'adjustedAmount':_0x372294,'companyName':_0x35deef,'userConfig':exports[a2_0x430aae(0x12f)]['user'],'branchName':_0x18723f,'accessToken':_0x23e477}),'removePendingFeedbackLinkAsync':(_0x53abbe,_0x42b3fe)=>(0x0,feedbackService_1['removePendingFeedbackLinkAsync'])({'advertId':_0x53abbe,'userConfig':exports[a2_0x430aae(0x12f)]['user'],'accessToken':_0x42b3fe}),'addPendingFeedBackFormAsync':(_0x4ac192,_0x459578,_0x3f82f8)=>(0x0,feedbackService_1[a2_0x430aae(0x15c)])({'advertId':_0x4ac192,'companyName':_0x459578,'userConfig':exports[a2_0x430aae(0x12f)][a2_0x430aae(0x156)],'accessToken':_0x3f82f8}),'updateUserSettingsAsync':(_0x22e866,_0x11f26f)=>(0x0,userProfile_1[a2_0x430aae(0x163)])({'settings':_0x22e866,'userConfig':exports[a2_0x430aae(0x12f)][a2_0x430aae(0x156)],'accessToken':_0x11f26f}),'addFriendAsync':(_0x349bd1,_0x267f4a)=>(0x0,friendService_1[a2_0x430aae(0x15e)])({'friendUserName':_0x349bd1,'userConfig':exports['config'][a2_0x430aae(0x156)],'accessToken':_0x267f4a}),'removeFriendAsync':(_0x2b7b9b,_0x4b8eda)=>(0x0,friendService_1[a2_0x430aae(0x166)])({'friendUserName':_0x2b7b9b,'userConfig':exports[a2_0x430aae(0x12f)][a2_0x430aae(0x156)],'accessToken':_0x4b8eda}),'addUserMailsAsync':(_0x1522df,_0x2fe33d)=>(0x0,mailService_1[a2_0x430aae(0x151)])({'mails':_0x1522df,'userConfig':exports[a2_0x430aae(0x12f)][a2_0x430aae(0x156)],'accessToken':_0x2fe33d})},exports[a2_0x430aae(0x14e)]={'getAllQRCodeUrlsAsync':_0x3b52cd=>(0x0,qrCode_1[a2_0x430aae(0x14b)])({'onlineConfig':exports[a2_0x430aae(0x12f)][a2_0x430aae(0x14e)],'hashVariables':_0x3b52cd,'apiKey':exports[a2_0x430aae(0x12f)][a2_0x430aae(0x14e)]['apiKey'],'accountEmail':exports[a2_0x430aae(0x12f)][a2_0x430aae(0x14e)]['accountEmail']}),'redeemDiscountCodeAsync':_0x8decde=>(0x0,qrCode_1[a2_0x430aae(0x161)])({'onlineConfig':exports[a2_0x430aae(0x12f)][a2_0x430aae(0x14e)],'hashVariables':_0x8decde,'apiKey':exports[a2_0x430aae(0x12f)][a2_0x430aae(0x14e)][a2_0x430aae(0x136)],'accountEmail':exports['config'][a2_0x430aae(0x14e)][a2_0x430aae(0x140)]})},exports[a2_0x430aae(0x15b)]={'config':exports['config'],'bi':exports['bi'],'user':exports[a2_0x430aae(0x156)],'online':exports[a2_0x430aae(0x14e)],'settings':exports[a2_0x430aae(0x14f)],'oAuth':exports[a2_0x430aae(0x165)]};function a2_0x3fbd(){var _0x3d3309=['callbackAsync','16624608yHItKu','logoutExpressCallback','3YGCpVE','addUserExperienceAsync','expressCallback','819501IxmZie','8409072nLxMoO','updateUserProfileAsync','getAllQRCodeUrlsAsync','./services/BI/getCompanyOverallStats','__esModule','online','settings','mock','addUserMailsAsync','./services/User/friendService','./services/Online/qrCode','activateMockCalls','getCompanyOverallStatsAsync','user','./services/BI/companyNewsStats','./services/BI/getAllCompanyStats','399384JmmFPS','__importDefault','default','addPendingFeedBackFormAsync','./services/OAuth','addFriendAsync','658326NlKWAH','./services/BI/discountStats','redeemDiscountCodeAsync','./services/User/discountToken','updateUserSettingsAsync','getCompanyFeedbackStats','oAuth','removeFriendAsync','./services/User/userProfile','./services/User/mailService','config','getUserBulkDataAsync','./services/User/subscribe','getUserMailsAsync','./services/User/feedbackService','subscribeToCompanyAsync','defineProperty','apiKey','userApiLogoutAsync','5870550gKvKSw','getUserProfilesAsync','removeUserMailAsync','getAllCompanyStatsAsync','assign','./services/BI/feedbackStats','./services/User/userExperiences','5255635YJgcZi','accountEmail','unSubscribeToCompanyAsync'];a2_0x3fbd=function(){return _0x3d3309;};return a2_0x3fbd();}
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";var a2_0x430aae=a2_0x15ea;function a2_0x15ea(e,a){return e-=303,a2_0x3fbd()[e]}!function(){for(var e=a2_0x15ea,a=a2_0x3fbd();;)try{if(635344===parseInt(e(325))/1*(-parseInt(e(351))/2)+parseInt(e(328))/3+parseInt(e(345))/4+-parseInt(e(319))/5+-parseInt(e(312))/6+parseInt(e(329))/7+parseInt(e(323))/8)break;a.push(a.shift())}catch(e){a.push(a.shift())}}();var _a,_b,_c,__importDefault=this&&this[a2_0x430aae(346)]||function(e){return e&&e[a2_0x430aae(333)]?e:{default:e}};Object[a2_0x430aae(309)](exports,a2_0x430aae(333),{value:!0}),exports[a2_0x430aae(334)]=exports[a2_0x430aae(342)]=exports.oAuth=exports.bi=exports[a2_0x430aae(303)]=exports[a2_0x430aae(335)]=void 0;const discountStats_1=require(a2_0x430aae(352)),feedbackStats_1=require(a2_0x430aae(317)),companyNewsStats_1=require(a2_0x430aae(343)),userExperienceStats_1=require("./services/BI/userExperienceStats"),getAllCompanyStats_1=require(a2_0x430aae(344)),getCompanyOverallStats_1=require(a2_0x430aae(332)),qrCode_1=require(a2_0x430aae(339)),userProfile_1=require(a2_0x430aae(359)),mailService_1=require(a2_0x430aae(360)),userExperiences_1=require(a2_0x430aae(318)),subscribe_1=require(a2_0x430aae(305)),discountToken_1=require(a2_0x430aae(354)),OAuth_1=__importDefault(require(a2_0x430aae(349))),feedbackService_1=require(a2_0x430aae(307)),friendService_1=require(a2_0x430aae(338));function a2_0x3fbd(){var e=["callbackAsync","16624608yHItKu","logoutExpressCallback","3YGCpVE","addUserExperienceAsync","expressCallback","819501IxmZie","8409072nLxMoO","updateUserProfileAsync","getAllQRCodeUrlsAsync","./services/BI/getCompanyOverallStats","__esModule","online","settings","mock","addUserMailsAsync","./services/User/friendService","./services/Online/qrCode","activateMockCalls","getCompanyOverallStatsAsync","user","./services/BI/companyNewsStats","./services/BI/getAllCompanyStats","399384JmmFPS","__importDefault","default","addPendingFeedBackFormAsync","./services/OAuth","addFriendAsync","658326NlKWAH","./services/BI/discountStats","redeemDiscountCodeAsync","./services/User/discountToken","updateUserSettingsAsync","getCompanyFeedbackStats","oAuth","removeFriendAsync","./services/User/userProfile","./services/User/mailService","config","getUserBulkDataAsync","./services/User/subscribe","getUserMailsAsync","./services/User/feedbackService","subscribeToCompanyAsync","defineProperty","apiKey","userApiLogoutAsync","5870550gKvKSw","getUserProfilesAsync","removeUserMailAsync","getAllCompanyStatsAsync","assign","./services/BI/feedbackStats","./services/User/userExperiences","5255635YJgcZi","accountEmail","unSubscribeToCompanyAsync"];return(a2_0x3fbd=function(){return e})()}exports[a2_0x430aae(335)]={env:"",activateMockCalls:!1,mock:{bi:{getCompanyDiscountStatsAsync:()=>{},getCompanyFeedbackStatsAsync:()=>{},getCompanyNewsStatsAsync:()=>{},getCompanyOverallStatsAsync:()=>{},companyUserExperienceStatsAsync:()=>{}},user:{getUserProfilesAsync:()=>{},removeUserMailAsync:()=>{},getUserBulkDataAsync:()=>{},getUserMailsAsync:()=>{},addUserExperienceAsync:()=>{},subscribeToCompanyAsync:()=>{},unSubscribeToCompanyAsync:()=>{},updateUserProfileAsync:()=>{},generateDiscountTokenFromUserAmountAsync:()=>{},removePendingFeedbackLinkAsync:()=>{},addPendingFeedBackFormAsync:()=>{},updateUserSettingsAsync:()=>{},addFriendAsync:()=>{},removeFriendAsync:()=>{},addUserMailsAsync:()=>{}},online:{redeemDiscountCodeAsync:()=>{},getAllQRCodeUrlsAsync:()=>{}}}},exports[a2_0x430aae(303)]={bi:{accountEmail:"",origin:"",apiKey:"",mockCalls:null!==(_a=exports[a2_0x430aae(335)][a2_0x430aae(336)].bi)&&void 0!==_a?_a:null,activateMockCalls:exports[a2_0x430aae(335)][a2_0x430aae(340)]},user:{accountEmail:"",origin:"",mockCalls:null!==(_b=exports[a2_0x430aae(335)].mock.user)&&void 0!==_b?_b:null,activateMockCalls:exports.settings.activateMockCalls},online:{apiKey:"",origin:"",accountEmail:"",mockCalls:null!==(_c=exports[a2_0x430aae(335)][a2_0x430aae(336)][a2_0x430aae(334)])&&void 0!==_c?_c:null,activateMockCalls:exports[a2_0x430aae(335)][a2_0x430aae(340)]}},exports.bi={getCompanyDiscountStatsAsync:()=>(0,discountStats_1.getCompanyDiscountStatsAsync)(exports[a2_0x430aae(303)].bi),getCompanyFeedbackStatsAsync:()=>(0,feedbackStats_1[a2_0x430aae(356)])(exports[a2_0x430aae(303)].bi),getCompanyNewsStatsAsync:()=>(0,companyNewsStats_1.getCompanyNewsStatsAsync)(exports[a2_0x430aae(303)].bi),getCompanyOverallStatsAsync:()=>(0,getCompanyOverallStats_1[a2_0x430aae(341)])(exports.config.bi),companyUserExperienceStatsAsync:()=>(0,userExperienceStats_1.getCompanyUserExperienceStatsAsync)(exports[a2_0x430aae(303)].bi),getAllCompanyStatsAsync:()=>(0,getAllCompanyStats_1[a2_0x430aae(315)])(exports[a2_0x430aae(303)].bi)},exports.oAuth={expressCallback:()=>OAuth_1.default[a2_0x430aae(327)](exports.config[a2_0x430aae(342)]),logoutExpressCallback:()=>OAuth_1[a2_0x430aae(347)][a2_0x430aae(324)](exports[a2_0x430aae(303)].user),genericCallBack:e=>OAuth_1[a2_0x430aae(347)][a2_0x430aae(322)](Object.assign(Object[a2_0x430aae(316)]({},e),{userConfig:exports.config.user})),genericLogOut:e=>OAuth_1.default[a2_0x430aae(311)](Object[a2_0x430aae(316)](Object.assign({},e),{userConfig:exports[a2_0x430aae(303)][a2_0x430aae(342)]}))},exports[a2_0x430aae(342)]={getUserProfilesAsync:(e,a,s)=>(0,userProfile_1[a2_0x430aae(313)])({index:e,value:a,accessToken:s,userConfig:exports[a2_0x430aae(303)][a2_0x430aae(342)]}),removeUserMailAsync:(e,a)=>(0,mailService_1[a2_0x430aae(314)])({mailId:e,userConfig:exports[a2_0x430aae(303)].user,accessToken:a}),getUserBulkDataAsync:e=>(0,userProfile_1[a2_0x430aae(304)])(exports.config.user,e),getUserMailsAsync:e=>(0,mailService_1[a2_0x430aae(306)])(exports[a2_0x430aae(303)][a2_0x430aae(342)],e),addUserExperienceAsync:(e,a,s,r,n,t,c,o)=>(0,userExperiences_1[a2_0x430aae(326)])({experience:e,experienceCategory:a,rate:s,updateIntervalHours:r,userConfig:exports[a2_0x430aae(303)][a2_0x430aae(342)],accessToken:n,advertId:t,branchName:c,companyName:o}),subscribeToCompanyAsync:(e,a,s)=>(0,subscribe_1[a2_0x430aae(308)])({companyName:e,userConfig:exports[a2_0x430aae(303)][a2_0x430aae(342)],accessToken:a,branchName:s}),unSubscribeToCompanyAsync:(e,a,s)=>(0,subscribe_1[a2_0x430aae(321)])({companyName:e,userConfig:exports[a2_0x430aae(303)][a2_0x430aae(342)],accessToken:a,branchName:s}),updateUserProfileAsync:(e,a)=>(0,userProfile_1[a2_0x430aae(330)])({userProfile:e,userConfig:exports[a2_0x430aae(303)][a2_0x430aae(342)],accessToken:a}),generateDiscountTokenFromUserAmountAsync:(e,a,s,r)=>(0,discountToken_1.generateDiscountTokenFromUserAmountAsync)({adjustedAmount:e,companyName:a,userConfig:exports[a2_0x430aae(303)].user,branchName:s,accessToken:r}),removePendingFeedbackLinkAsync:(e,a)=>(0,feedbackService_1.removePendingFeedbackLinkAsync)({advertId:e,userConfig:exports[a2_0x430aae(303)].user,accessToken:a}),addPendingFeedBackFormAsync:(e,a,s)=>(0,feedbackService_1[a2_0x430aae(348)])({advertId:e,companyName:a,userConfig:exports[a2_0x430aae(303)][a2_0x430aae(342)],accessToken:s}),updateUserSettingsAsync:(e,a)=>(0,userProfile_1[a2_0x430aae(355)])({settings:e,userConfig:exports[a2_0x430aae(303)][a2_0x430aae(342)],accessToken:a}),addFriendAsync:(e,a)=>(0,friendService_1[a2_0x430aae(350)])({friendUserName:e,userConfig:exports.config[a2_0x430aae(342)],accessToken:a}),removeFriendAsync:(e,a)=>(0,friendService_1[a2_0x430aae(358)])({friendUserName:e,userConfig:exports[a2_0x430aae(303)][a2_0x430aae(342)],accessToken:a}),addUserMailsAsync:(e,a)=>(0,mailService_1[a2_0x430aae(337)])({mails:e,userConfig:exports[a2_0x430aae(303)][a2_0x430aae(342)],accessToken:a})},exports[a2_0x430aae(334)]={getAllQRCodeUrlsAsync:e=>(0,qrCode_1[a2_0x430aae(331)])({onlineConfig:exports[a2_0x430aae(303)][a2_0x430aae(334)],hashVariables:e,apiKey:exports[a2_0x430aae(303)][a2_0x430aae(334)].apiKey,accountEmail:exports[a2_0x430aae(303)][a2_0x430aae(334)].accountEmail}),redeemDiscountCodeAsync:e=>(0,qrCode_1[a2_0x430aae(353)])({onlineConfig:exports[a2_0x430aae(303)][a2_0x430aae(334)],hashVariables:e,apiKey:exports[a2_0x430aae(303)][a2_0x430aae(334)][a2_0x430aae(310)],accountEmail:exports.config[a2_0x430aae(334)][a2_0x430aae(320)]})},exports[a2_0x430aae(347)]={config:exports.config,bi:exports.bi,user:exports[a2_0x430aae(342)],online:exports[a2_0x430aae(334)],settings:exports[a2_0x430aae(335)],oAuth:exports[a2_0x430aae(357)]};
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";const a3_0xdf8bcd=a3_0x3b8b;function a3_0x263a(){const e=["default","4055GJUpSk","4oiHAGQ","397488EdXfbA","23469292rgrnbF","2555262NeCXTe","3704890AjqXnJ","8QcoTRT","\n mutation addFriend($friendUserName: String!) {\n addFriend(friendUserName: $friendUserName) {\n isAddFriendSuccess\n friendProfile {\n profileImage\n userName\n name\n age\n location\n country\n countryCode\n gender\n aboutMe\n userExperiences {\n experience\n rateText\n categoryExperience\n id\n times\n lastUpdate\n }\n }\n hasApproved\n privateProfile\n isSuccess\n errorCode\n errorMessage\n }\n }\n","30691qYDoOG","10tTkvJl","1116sllZSj","1318815iZdQfD"];return(a3_0x263a=function(){return e})()}function a3_0x3b8b(e,n){e-=450;return a3_0x263a()[e]}!function(){const e=a3_0x3b8b,n=a3_0x263a();for(;;)try{if(461957===-parseInt(e(450))/1+parseInt(e(456))/2*(-parseInt(e(453))/3)+-parseInt(e(457))/4+-parseInt(e(455))/5*(-parseInt(e(452))/6)+-parseInt(e(460))/7*(parseInt(e(461))/8)+parseInt(e(459))/9*(-parseInt(e(451))/10)+parseInt(e(458))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(),Object.defineProperty(exports,"__esModule",{value:!0});const addFriend=a3_0xdf8bcd(462);exports[a3_0xdf8bcd(454)]=addFriend;
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";const a4_0x30f75a=a4_0x461f;function a4_0x23d3(){const n=["4PaSVam","defineProperty","2787678jdYjhY","8368030ItkkfR","3647448dbEtPl","7463869rBFsjO","__esModule","8PTdnqT","106272cyqRKX","3530013VFxqSE","1322628atDjOo"];return(a4_0x23d3=function(){return n})()}function a4_0x461f(n,e){n-=359;return a4_0x23d3()[n]}!function(){const n=a4_0x461f,e=a4_0x23d3();for(;;)try{if(854957===-parseInt(n(365))/1+-parseInt(n(367))/2+-parseInt(n(366))/3+-parseInt(n(368))/4*(-parseInt(n(360))/5)+parseInt(n(359))/6+parseInt(n(362))/7+parseInt(n(364))/8*(-parseInt(n(361))/9))break;e.push(e.shift())}catch(n){e.push(e.shift())}}(),Object[a4_0x30f75a(369)](exports,a4_0x30f75a(363),{value:!0});const addPendingFeedBackForm="\n mutation addPendingFeedBackForm(\n $advertId: Int!\n $companyName: String!\n ) {\n addPendingFeedBackForm(\n advertId: $advertId\n companyName: $companyName\n ) {\n pendingFeedbackAdded\n pendingFeedbackLink {\n title\n expiry\n feedbackFormOnlineUrl\n advertId\n companyName\n branchName\n id\n }\n isSuccess\n errorCode\n errorMessage\n }\n }\n";exports.default=addPendingFeedBackForm;
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";const a5_0x19072a=a5_0x31d7;function a5_0xf16b(){const e=["4972722yHaOrp","51641GqCnPH","588484WuaVGg","default","20CkZABr","2916403dggzei","3154617zOQVSR","__esModule","1077144DPYacO","21671496FrOyOG","defineProperty","34RBNSvl"];return(a5_0xf16b=function(){return e})()}function a5_0x31d7(e,n){e-=326;return a5_0xf16b()[e]}!function(){const e=a5_0x31d7,n=a5_0xf16b();for(;;)try{if(613043===parseInt(e(329))/1*(-parseInt(e(327))/2)+parseInt(e(334))/3+parseInt(e(330))/4*(-parseInt(e(332))/5)+-parseInt(e(328))/6+-parseInt(e(333))/7+-parseInt(e(336))/8+parseInt(e(337))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(),Object[a5_0x19072a(326)](exports,a5_0x19072a(335),{value:!0});const addUserExperience="\n mutation addUserExperience(\n $experience: String!\n $experienceCate: String!\n $rate: String\n $updateIntervalHours: Int\n $companyName: String\n $advertId: Int\n $branchName: String\n ) {\n addUserExperience(\n experience: $experience\n experienceCate: $experienceCate\n rate: $rate\n updateIntervalHours: $updateIntervalHours\n companyName: $companyName\n advertId: $advertId\n branchName: $branchName\n ) {\n isUserExperienceAdded\n isSuccess\n errorCode\n errorMessage\n }\n }\n";exports[a5_0x19072a(331)]=addUserExperience;
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";const a6_0x197aa0=a6_0x146d;function a6_0x146d(a,s){a-=180;return a6_0x345b()[a]}!function(){const a=a6_0x146d,s=a6_0x345b();for(;;)try{if(718133===-parseInt(a(192))/1*(-parseInt(a(191))/2)+parseInt(a(190))/3*(parseInt(a(193))/4)+parseInt(a(181))/5+-parseInt(a(186))/6*(-parseInt(a(185))/7)+parseInt(a(184))/8*(parseInt(a(180))/9)+-parseInt(a(183))/10*(parseInt(a(194))/11)+-parseInt(a(188))/12)break;s.push(s.shift())}catch(a){s.push(s.shift())}}(),Object[a6_0x197aa0(189)](exports,a6_0x197aa0(182),{value:!0});const addUserMails=a6_0x197aa0(187);function a6_0x345b(){const a=["6Vwffcb","10PhbUKc","69019Dgqvth","1843804fAyEkN","2457906amZaAy","315162bmqgvz","4561710wuaVwL","__esModule","40uBduAj","184YPkndb","9420922AxyEfU","6GdkqUy","\n mutation addUserMails($mails: [mailInput]!) {\n addUserMails(mails: $mails) {\n hasUpdated\n isSuccess\n errorMessage\n errorCode\n }\n }\n","32624184DZAGNR","defineProperty"];return(a6_0x345b=function(){return a})()}exports.default=addUserMails;
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";function a7_0x2f00(n,e){n-=142;return a7_0x53d6()[n]}const a7_0x26296b=a7_0x2f00;!function(){const n=a7_0x2f00,e=a7_0x53d6();for(;;)try{if(105544===-parseInt(n(152))/1+parseInt(n(144))/2+-parseInt(n(150))/3+-parseInt(n(153))/4*(-parseInt(n(151))/5)+parseInt(n(147))/6*(parseInt(n(149))/7)+parseInt(n(142))/8+parseInt(n(148))/9*(-parseInt(n(145))/10))break;e.push(e.shift())}catch(n){e.push(e.shift())}}(),Object[a7_0x26296b(146)](exports,"__esModule",{value:!0});const generateDiscountTokenFromUserAmount="\n mutation generateDiscountTokenFromUserAmount(\n $companyName: String!\n $adjustedAmount: Float\n $branchName: String\n ) {\n generateDiscountTokenFromUserAmount(\n companyName: $companyName\n adjustedAmount: $adjustedAmount\n branchName: $branchName\n ) {\n discount {\n title\n companyName\n branchName\n discountType\n amount\n status\n tagNo\n discountToken\n onlineDiscountCode\n rewardText\n fullAmountConverted\n }\n discountGenerated\n isSuccess\n errorCode\n errorMessage\n }\n }\n";function a7_0x53d6(){const n=["default","327480mMHovG","610lAqNWo","defineProperty","114QXJMAp","30744HmzKnV","19047frnAmX","375711kAMsXq","15olnVAy","140652YDaVFQ","274996HwJOZS","1264984XPDfPL"];return(a7_0x53d6=function(){return n})()}exports[a7_0x26296b(143)]=generateDiscountTokenFromUserAmount;
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";const a8_0x172e79=a8_0x5ab3;function a8_0x30da(){const e=["1093644ANaxGG","defineProperty","__esModule","21NtPTXs","88382yxLxmq","18qxjfJb","33965yfEvlV","308dUimBg","\n query getAllQrCodeUrls($hashVariables: String) {\n getAllQrCodeUrls(hashVariables: $hashVariables) {\n isSuccess\n qrUrls{\n url\n advertId\n expiry\n advertType\n branchId\n branchName\n title\n }\n errorMessage\n errorCode\n }\n}\n ","17LGfmrM","2748830ZzXrwm","863736FlwaTu","5935064alrTqg","616494tBrEMO","33pQQudI"];return(a8_0x30da=function(){return e})()}function a8_0x5ab3(e,r){e-=251;return a8_0x30da()[e]}!function(){const e=a8_0x5ab3,r=a8_0x30da();for(;;)try{if(848296===parseInt(e(262))/1*(-parseInt(e(257))/2)+parseInt(e(251))/3+parseInt(e(260))/4*(-parseInt(e(259))/5)+parseInt(e(264))/6*(parseInt(e(256))/7)+parseInt(e(265))/8*(parseInt(e(258))/9)+parseInt(e(263))/10+-parseInt(e(252))/11*(parseInt(e(253))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(),Object[a8_0x172e79(254)](exports,a8_0x172e79(255),{value:!0});const getAllQRCodeUrls=a8_0x172e79(261);exports.default=getAllQRCodeUrls;
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";function a9_0x3e3a(n,e){n-=279;return a9_0x59ff()[n]}const a9_0x1c08c7=a9_0x3e3a;!function(){const n=a9_0x3e3a,e=a9_0x59ff();for(;;)try{if(313185===parseInt(n(282))/1*(parseInt(n(285))/2)+parseInt(n(281))/3*(-parseInt(n(290))/4)+-parseInt(n(288))/5+-parseInt(n(286))/6+parseInt(n(292))/7+parseInt(n(284))/8*(-parseInt(n(280))/9)+-parseInt(n(289))/10*(-parseInt(n(293))/11))break;e.push(e.shift())}catch(n){e.push(e.shift())}}(),Object[a9_0x1c08c7(291)](exports,a9_0x1c08c7(287),{value:!0});const goFelixBiLogin=a9_0x1c08c7(283);function a9_0x59ff(){const n=["2563265FNOvAM","255140XBiGgb","76PhSEoh","defineProperty","1724744YKLaJq","649PKTmoT","default","45vlDCWG","20193aoKOVG","280kvBsHF","\nquery getBiStats($email: String, $commandName: CommandNameEnum!)\n {\n getBiStats(email: $email, commandName: $commandName){\n isSuccess\n discountStats{\n companyName\n visitAdvertTotal\n advertId\n title\n visitVendorUrlTotal\n branchId\n }\n feedbackStats{\n companyName\n visitVendorTotal\n branchId\n viewedFeedbackFormTotal\n completedFeedbackFormTotal\n visitAdvertTotal\n advertId\n title\n }\n \n companyNewsStats{\n visitAdvertTotal\n advertId\n title\n companyName\n visitVendorUrlTotal\n visitVendorUrl\n branchId\n }\n companyStats{\n companyName\n discountCompanyNameSearchTotal\n feedbackCompanyNameSearchTotal\n companyNewsCompanyNameSearchTotal\n totalDiscountsRedeemed\n subscribeTotal\n unsubscribeTotal\n totalDiscountAmount\n }\n rateStats {\n companyName\n experienceCategory\n experience\n id\n userExperienceTotal\n advertId\n title\n branchId\n rateCount\n rateName\n }\n companyUserExperienceStats{\n companyName\n experienceCategory\n experience\n id\n userExperienceTotal\n advertId\n title\n branchId\n }\n errorCode\n errorMessage\n }\n }\n ","972560WvFvdn","2792NqJdkn","3486126JdNlVY","__esModule"];return(a9_0x59ff=function(){return n})()}exports[a9_0x1c08c7(279)]=goFelixBiLogin;
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";function a10_0x80b4(){const e=["5902504BjNKYZ","\n\nmutation getUserAccessTokenFromActivationCode($activationCode: String!, $codeVerifier: String!){\n getUserAccessTokenFromActivationCode(activationCode: $activationCode, codeVerifier: $codeVerifier){\n sessionGuid\n loggedIn\n isSuccess\n errorMessage\n errorCode\n }\n }\n","__esModule","4575155zkDNwg","9485896TZQSWa","678450uRjWiY","903058KpHEJF","6ZUkWKH","10015112Curfts","1793517kTCPHg","defineProperty"];return(a10_0x80b4=function(){return e})()}const a10_0x175b21=a10_0x30bc;!function(){const e=a10_0x30bc,t=a10_0x80b4();for(;;)try{if(748500===parseInt(e(288))/1+parseInt(e(289))/2+-parseInt(e(281))/3+-parseInt(e(283))/4+-parseInt(e(286))/5+-parseInt(e(279))/6*(-parseInt(e(287))/7)+parseInt(e(280))/8)break;t.push(t.shift())}catch(e){t.push(t.shift())}}(),Object[a10_0x175b21(282)](exports,a10_0x175b21(285),{value:!0});const getUserAccessTokenFromActivationCode=a10_0x175b21(284);function a10_0x30bc(e,t){e-=279;return a10_0x80b4()[e]}exports.default=getUserAccessTokenFromActivationCode;
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
'use strict';function a11_0x26a1(){const _0x24eae2=['defineProperty','__esModule','130qrDvAh','1775HueTxg','294744MfOQQG','1090580WFQTDi','\x0a\x20\x20query\x20getUserBulkData\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20getUserBulkData\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20hasUserData\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20userMailDiscountAdverts\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20title\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20advertImageUrl\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20companyLogoUrl\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20price\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20onlineUrl\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20discount\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20branchName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20rewardText\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20currency\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20description\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20companyName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20keyword1\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20keyword2\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20keyword3\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20updateTimestamp\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20expiry\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20userMailFeedbacksAdverts\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20title\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20advertImageUrl\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20branchName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20feedbackFormOnlineUrl\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20completionType\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20rewardType\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20onlineUrl\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20companyName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20updateTimestamp\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20companyLogoUrl\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20adminApproveApplicableToAllBranches\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20makeApplicableToAllBranches\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20description\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20reward\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20rewardText\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20expiry\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20userMailCompanyNewsAdverts\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20title\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20advertImageUrl\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20companyLogoUrl\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20updateTimestamp\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20branchName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20onlineUrl\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20description\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20companyName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20expiry\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20refFeedbackFormTitle\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20userExperiences\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20experience\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20rateText\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20categoryExperience\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20lastUpdate\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20times\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20userDiscountTokens\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20title\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20companyName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20branchName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20discountToken\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20discountType\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20amount\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20rewardText\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20title\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20onlineDiscountCode\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20userDiscountAmountList\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20companyName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20branchName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20totalAmount\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20rewardText\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20userGiftCardAmountList\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20companyName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20giftCardVendor\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20totalAmount\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20rewardText\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20giftCardVendorLimit\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20pendingFeedbackLinks\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20title\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20expiry\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20feedbackFormOnlineUrl\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20advertId\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20branchName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20companyName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20surveyCompletion\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20completeDate\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20title\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20companyName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20branchName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20rewardText\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20surveyType\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20advertId\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20mails\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20title\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20type\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20advertId\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20company\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20branchName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20sentDate\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20read\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20companySubscribeList\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20companyName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20branchName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20companyLogoUrl\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20userProfile\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20userName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20profileImage\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20name\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20age\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20location\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20gender\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20country\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20countryCode\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20aboutMe\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fontColor\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20backgroundColor\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20userExperiences\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20experience\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20rateText\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20categoryExperience\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20lastUpdate\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20times\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20friends\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20profileImage\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20userName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20name\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20age\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20gender\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20country\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20countryCode\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20hasApproved\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20privateProfile\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20location\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20aboutMe\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20userExperiences\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20experience\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20rateText\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20categoryExperience\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20lastUpdate\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20times\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20friendRequests\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20profileImage\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20userName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20name\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20age\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20gender\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20country\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20countryCode\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20hasApproved\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20privateProfile\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20location\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20aboutMe\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20userExperiences\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20experience\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20rateText\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20categoryExperience\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20lastUpdate\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20times\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20awaitingMyApproval\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20profileImage\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20userName\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20name\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20age\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20gender\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20country\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20countryCode\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20hasApproved\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20privateProfile\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20location\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20aboutMe\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20userExperiences\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20experience\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20rateText\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20categoryExperience\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20lastUpdate\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20times\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20userSettings\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20showBreakingAlerts\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20companyNewsNotifications\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20feedbackNotifications\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20discountsNotifications\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20allowFriendsNotification\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20privateProfile\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20goFelixDiscountVoucherVendors\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20isSuccess\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20errorCode\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20errorMessage\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a','660237rjLrJp','100968zGVrFd','220662sljxiR','182391jRTFaL','14MGEIpF','default','1356nVnPbQ'];a11_0x26a1=function(){return _0x24eae2;};return a11_0x26a1();}const a11_0x582f44=a11_0x595b;(function(_0x1e7bf9,_0x2a2a81){const _0x13b1b5=a11_0x595b,_0x192ce2=_0x1e7bf9();while(!![]){try{const _0x50498e=-parseInt(_0x13b1b5(0x134))/0x1+-parseInt(_0x13b1b5(0x12e))/0x2+-parseInt(_0x13b1b5(0x131))/0x3+parseInt(_0x13b1b5(0x12f))/0x4+-parseInt(_0x13b1b5(0x12d))/0x5*(-parseInt(_0x13b1b5(0x137))/0x6)+-parseInt(_0x13b1b5(0x135))/0x7*(-parseInt(_0x13b1b5(0x132))/0x8)+parseInt(_0x13b1b5(0x133))/0x9*(parseInt(_0x13b1b5(0x12c))/0xa);if(_0x50498e===_0x2a2a81)break;else _0x192ce2['push'](_0x192ce2['shift']());}catch(_0x29d239){_0x192ce2['push'](_0x192ce2['shift']());}}}(a11_0x26a1,0x23e41));Object[a11_0x582f44(0x138)](exports,a11_0x582f44(0x139),{'value':!0x0});function a11_0x595b(_0x51fde5,_0x246f25){_0x51fde5=_0x51fde5-0x12c;const _0x26a108=a11_0x26a1();let _0x595bc6=_0x26a108[_0x51fde5];return _0x595bc6;}const getUserBulkData=a11_0x582f44(0x130);exports[a11_0x582f44(0x136)]=getUserBulkData;
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";function a11_0x26a1(){const n=["defineProperty","__esModule","130qrDvAh","1775HueTxg","294744MfOQQG","1090580WFQTDi","\n query getUserBulkData {\n getUserBulkData {\n hasUserData\n userMailDiscountAdverts {\n title\n advertImageUrl\n companyLogoUrl\n price\n onlineUrl\n discount\n branchName\n rewardText\n currency\n description\n companyName\n keyword1\n keyword2\n keyword3\n updateTimestamp\n id\n expiry\n }\n userMailFeedbacksAdverts {\n title\n advertImageUrl\n branchName\n feedbackFormOnlineUrl\n completionType\n rewardType\n onlineUrl\n id\n companyName\n updateTimestamp\n companyLogoUrl\n adminApproveApplicableToAllBranches\n makeApplicableToAllBranches\n description\n reward\n rewardText\n expiry\n }\n userMailCompanyNewsAdverts {\n title\n advertImageUrl\n companyLogoUrl\n updateTimestamp\n branchName\n onlineUrl\n description\n companyName\n id\n expiry\n refFeedbackFormTitle\n }\n userExperiences {\n experience\n rateText\n categoryExperience\n id\n lastUpdate\n times\n }\n userDiscountTokens {\n title\n companyName\n branchName\n discountToken\n discountType\n amount\n rewardText\n title\n onlineDiscountCode\n }\n userDiscountAmountList {\n companyName\n branchName\n totalAmount\n rewardText\n }\n userGiftCardAmountList {\n companyName\n giftCardVendor\n totalAmount\n rewardText\n giftCardVendorLimit\n }\n pendingFeedbackLinks {\n title\n expiry\n feedbackFormOnlineUrl\n advertId\n branchName\n companyName\n id\n }\n surveyCompletion {\n id\n completeDate\n title\n companyName\n branchName\n rewardText\n surveyType\n advertId\n }\n mails {\n title\n type\n id\n advertId\n company\n branchName\n sentDate\n read\n }\n companySubscribeList {\n companyName\n branchName\n companyLogoUrl\n }\n userProfile {\n userName\n profileImage\n name\n age\n location\n gender\n country\n countryCode\n aboutMe\n fontColor\n backgroundColor\n userExperiences {\n experience\n rateText\n categoryExperience\n id\n lastUpdate\n times\n }\n }\n friends {\n profileImage\n userName\n name\n age\n gender\n country\n countryCode\n hasApproved\n privateProfile\n location\n aboutMe\n userExperiences {\n experience\n rateText\n categoryExperience\n id\n lastUpdate\n times\n }\n }\n friendRequests {\n profileImage\n userName\n name\n age\n gender\n country\n countryCode\n hasApproved\n privateProfile\n location\n aboutMe\n userExperiences {\n experience\n rateText\n categoryExperience\n id\n lastUpdate\n times\n }\n }\n awaitingMyApproval {\n profileImage\n userName\n name\n age\n gender\n country\n countryCode\n hasApproved\n privateProfile\n location\n aboutMe\n userExperiences {\n experience\n rateText\n categoryExperience\n id\n lastUpdate\n times\n }\n }\n userSettings {\n showBreakingAlerts\n companyNewsNotifications\n feedbackNotifications\n discountsNotifications\n allowFriendsNotification\n privateProfile\n }\n goFelixDiscountVoucherVendors\n isSuccess\n errorCode\n errorMessage\n }\n }\n\n","660237rjLrJp","100968zGVrFd","220662sljxiR","182391jRTFaL","14MGEIpF","default","1356nVnPbQ"];return(a11_0x26a1=function(){return n})()}const a11_0x582f44=a11_0x595b;function a11_0x595b(n,e){n-=300;return a11_0x26a1()[n]}!function(){const n=a11_0x595b,e=a11_0x26a1();for(;;)try{if(147009===-parseInt(n(308))/1+-parseInt(n(302))/2+-parseInt(n(305))/3+parseInt(n(303))/4+-parseInt(n(301))/5*(-parseInt(n(311))/6)+-parseInt(n(309))/7*(-parseInt(n(306))/8)+parseInt(n(307))/9*(parseInt(n(300))/10))break;e.push(e.shift())}catch(n){e.push(e.shift())}}(),Object[a11_0x582f44(312)](exports,a11_0x582f44(313),{value:!0});const getUserBulkData=a11_0x582f44(304);exports[a11_0x582f44(310)]=getUserBulkData;
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";const a12_0x7d821b=a12_0x10e2;!function(){const n=a12_0x10e2,e=a12_0x2d43();for(;;)try{if(264984===-parseInt(n(108))/1*(-parseInt(n(103))/2)+parseInt(n(115))/3*(-parseInt(n(113))/4)+parseInt(n(114))/5+parseInt(n(109))/6+parseInt(n(117))/7*(-parseInt(n(105))/8)+parseInt(n(112))/9*(parseInt(n(106))/10)+-parseInt(n(107))/11*(parseInt(n(110))/12))break;e.push(e.shift())}catch(n){e.push(e.shift())}}(),Object[a12_0x7d821b(116)](exports,a12_0x7d821b(118),{value:!0});const getUserMails=a12_0x7d821b(111);function a12_0x2d43(){const n=["1298277NALtpx","1002692KaaHHx","2523705LvLVrG","3XnHCup","defineProperty","2277233uInTon","__esModule","99042XdDtxy","default","8yhyxBV","20SZDSjG","38159bYTBqj","4DjxtCj","1637178ixnOcm","1464uCxebZ","\n\nquery getUserMails{\n getUserMails{\n mails{\n id\n title\n company\n type\n advertId\n read\n sentDate\n branchName\n }\n isSuccess\n errorCode\n errorMessage\n }\n }\n"];return(a12_0x2d43=function(){return n})()}function a12_0x10e2(n,e){n-=103;return a12_0x2d43()[n]}exports[a12_0x7d821b(104)]=getUserMails;
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";function a13_0xe7c1(e,n){e-=302;return a13_0x525e()[e]}function a13_0x525e(){const e=["\n query getUserProfiles($index: Int!, $value: String!) {\n getUserProfiles(index: $index, value: $value) {\n hasUserProfiles\n userProfiles {\n userName\n profileImage\n name\n age\n location\n gender\n country\n countryCode\n backgroundColor\n fontColor\n aboutMe\n userExperiences {\n experience\n rateText\n categoryExperience\n id\n lastUpdate\n times\n }\n }\n isSuccess\n errorCode\n errorMessage\n }\n }\n","54gcDNlo","2961324YHQshr","4379408edKITN","__esModule","401762VbHgrB","180nvtkUl","179810XipRir","1EGGyVJ","31759xWkIuf","90460bOEaNV","141cllRAJ","40KPcgLe","defineProperty","8768BAgQKH"];return(a13_0x525e=function(){return e})()}const a13_0x4d2b28=a13_0xe7c1;!function(){const e=a13_0xe7c1,n=a13_0x525e();for(;;)try{if(218917===-parseInt(e(310))/1*(parseInt(e(307))/2)+parseInt(e(313))/3*(parseInt(e(316))/4)+parseInt(e(309))/5*(parseInt(e(303))/6)+-parseInt(e(311))/7*(-parseInt(e(314))/8)+parseInt(e(308))/9*(-parseInt(e(312))/10)+parseInt(e(305))/11+-parseInt(e(304))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(),Object[a13_0x4d2b28(315)](exports,a13_0x4d2b28(306),{value:!0});const getUserProfiles=a13_0x4d2b28(302);exports.default=getUserProfiles;
|
package/dist/queries/logError.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";function a14_0x376e(){const r=["37879470mUngZR","51888qVsXxm","3emIAWP","\n mutation logError($errorDetails: ErrorDetailsInput!){\n logError(errorDetails: $errorDetails){\n isLogged\n isSuccess\n errorCode\n errorMessage\n }\n }\n","279010GRXwaF","4025547ahjaNb","4khGHRC","10673586AjmuhT","__esModule","defineProperty","8ztzhfP","8221020hlUEdz","2169699xvOdyN"];return(a14_0x376e=function(){return r})()}const a14_0x4ff85c=a14_0x23c6;function a14_0x23c6(r,e){r-=332;return a14_0x376e()[r]}!function(){const r=a14_0x23c6,e=a14_0x376e();for(;;)try{if(937949===parseInt(r(343))/1*(parseInt(r(332))/2)+parseInt(r(342))/3*(parseInt(r(334))/4)+-parseInt(r(339))/5+-parseInt(r(335))/6+-parseInt(r(340))/7+-parseInt(r(338))/8*(-parseInt(r(333))/9)+parseInt(r(341))/10)break;e.push(e.shift())}catch(r){e.push(e.shift())}}(),Object[a14_0x4ff85c(337)](exports,a14_0x4ff85c(336),{value:!0});const logError=a14_0x4ff85c(344);exports.default=logError;
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";const a15_0x16c3e9=a15_0x253f;function a15_0x253f(n,e){n-=323;return a15_0x307c()[n]}!function(){const n=a15_0x253f,e=a15_0x307c();for(;;)try{if(430836===parseInt(n(329))/1*(parseInt(n(325))/2)+parseInt(n(336))/3*(-parseInt(n(335))/4)+-parseInt(n(334))/5+parseInt(n(327))/6+-parseInt(n(332))/7*(-parseInt(n(331))/8)+parseInt(n(324))/9+parseInt(n(328))/10*(-parseInt(n(326))/11))break;e.push(e.shift())}catch(n){e.push(e.shift())}}(),Object[a15_0x16c3e9(330)](exports,a15_0x16c3e9(333),{value:!0});const redeemDiscountCode="\n query redeemDiscountToken(\n $discountToken: String\n $discountCode: String\n $customerUserName: String\n $discountInputType: DiscountInputType\n $hashVariables: String\n $discountedAmount: Float\n ) {\n redeemDiscountToken(\n discountToken: $discountToken\n discountCode: $discountCode\n customerUserName: $customerUserName\n discountInputType: $discountInputType\n hashVariables: $hashVariables\n discountedAmount: $discountedAmount\n ) {\n isSuccess\n discountTokenHasBeenRedeemed\n amount\n rewardText\n errorCode\n errorMessage\n }\n }\n ";function a15_0x307c(){const n=["23492zIAsNO","66hKFInj","3083028NSDMAL","2745870NHFUuT","70aYvHpm","defineProperty","14656QxTxjY","3164zIuasV","__esModule","2771575FzCMdt","4OcKtdo","912429ZfERgv","default","6954246cVZKaT"];return(a15_0x307c=function(){return n})()}exports[a15_0x16c3e9(323)]=redeemDiscountCode;
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";const a16_0x4a6ee0=a16_0x5826;function a16_0x2aeb(){const e=["defineProperty","6481517nmkAko","1104687eJPECw","2837630YTuuIT","\n mutation removeFriend($friendUserName: String!) {\n removeFriend(friendUserName: $friendUserName) {\n isRemoveFriendSuccess\n isSuccess\n errorMessage\n errorCode\n }\n }\n","394866uVXobR","2evvqiD","9oNRhXZ","11146810lRyUCI","__esModule","default","567376TNMgDm","8oQOair","2852832QEOjTU"];return(a16_0x2aeb=function(){return e})()}!function(){const e=a16_0x5826,r=a16_0x2aeb();for(;;)try{if(666984===parseInt(e(145))/1+-parseInt(e(140))/2*(-parseInt(e(150))/3)+-parseInt(e(147))/4+parseInt(e(137))/5+parseInt(e(139))/6+parseInt(e(149))/7*(parseInt(e(146))/8)+parseInt(e(141))/9*(-parseInt(e(142))/10))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(),Object[a16_0x4a6ee0(148)](exports,a16_0x4a6ee0(143),{value:!0});const removeFriend=a16_0x4a6ee0(138);function a16_0x5826(e,r){e-=137;return a16_0x2aeb()[e]}exports[a16_0x4a6ee0(144)]=removeFriend;
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";const a17_0x55987f=a17_0x4584;function a17_0x4584(e,n){e-=164;return a17_0x3008()[e]}function a17_0x3008(){const e=["58774MlJnrs","__esModule","141729dtidnQ","10SsoYIn","1424xFmpNx","325998uMSPfG","30sWlYYS","149356bonUZZ","1632408SMArJn","\n mutation removePendingFeedbackLink($advertId: Int!) {\n removePendingFeedbackLink(advertId: $advertId) {\n pendingFeedbackRemoved\n isSuccess\n errorMessage\n errorCode\n }\n }\n","1904010UrbrDg","15379ZeBKHg"];return(a17_0x3008=function(){return e})()}!function(){const e=a17_0x4584,n=a17_0x3008();for(;;)try{if(209692===parseInt(e(167))/1+parseInt(e(165))/2*(-parseInt(e(171))/3)+parseInt(e(172))/4*(-parseInt(e(168))/5)+parseInt(e(173))/6+-parseInt(e(164))/7*(-parseInt(e(169))/8)+-parseInt(e(170))/9+-parseInt(e(175))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(),Object.defineProperty(exports,a17_0x55987f(166),{value:!0});const removePendingFeedbackLink=a17_0x55987f(174);exports.default=removePendingFeedbackLink;
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";const a18_0x515378=a18_0x30b0;function a18_0x30b0(e,r){e-=346;return a18_0x1d01()[e]}function a18_0x1d01(){const e=["573588jphCtl","default","8QPteoM","6335PSdTZA","543662DLoNhI","1180752RuEHgl","__esModule","defineProperty","658cVdrZo","2496056CLuqMC","27108yzGYhZ","12884121gbwxcS"];return(a18_0x1d01=function(){return e})()}!function(){const e=a18_0x30b0,r=a18_0x1d01();for(;;)try{if(313745===parseInt(e(346))/1+-parseInt(e(350))/2+parseInt(e(351))/3+parseInt(e(355))/4+parseInt(e(349))/5+parseInt(e(356))/6*(parseInt(e(354))/7)+parseInt(e(348))/8*(-parseInt(e(357))/9))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(),Object[a18_0x515378(353)](exports,a18_0x515378(352),{value:!0});const removeUserMail="\nquery removeUserMail($mailId: Int!) {\n removeUserMail(mailId: $mailId) {\n mailRemoved\n isSuccess\n errorCode\n errorMessage\n }\n }\n";exports[a18_0x515378(347)]=removeUserMail;
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";function a19_0x5ee2(){const n=["defineProperty","390886PeEMsc","__esModule","114onlXxa","34902720CDIGfY","\n mutation subscribeToCompany(\n $companyName: String!\n $branchName: String\n $expoToken: String\n ) {\n subscribeToCompany(\n companyName: $companyName\n branchName: $branchName\n expoToken: $expoToken\n ) {\n isSubscribe\n subscribedCompany{\n companyName: String\n branchName: String\n companyLogoUrl: String\n }\n isSuccess\n errorCode\n errorMessage\n }\n }\n","1164712jsJdeD","3759eIgFPY","10849941pFAgRv","6vrvZak","5854356ALPCQb","213565DCMfbP","29416HWRrri"];return(a19_0x5ee2=function(){return n})()}function a19_0x7fbb(n,e){n-=332;return a19_0x5ee2()[n]}const a19_0x21bb5f=a19_0x7fbb;!function(){const n=a19_0x7fbb,e=a19_0x5ee2();for(;;)try{if(988989===-parseInt(n(335))/1*(parseInt(n(340))/2)+parseInt(n(336))/3+-parseInt(n(332))/4+-parseInt(n(337))/5*(-parseInt(n(342))/6)+-parseInt(n(333))/7*(-parseInt(n(338))/8)+parseInt(n(334))/9+-parseInt(n(343))/10)break;e.push(e.shift())}catch(n){e.push(e.shift())}}(),Object[a19_0x21bb5f(339)](exports,a19_0x21bb5f(341),{value:!0});const subscribeToCompany=a19_0x21bb5f(344);exports.default=subscribeToCompany;
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";const a20_0x3347ae=a20_0x519e;function a20_0x519e(n,e){n-=245;return a20_0x8783()[n]}function a20_0x8783(){const n=["__esModule","3471810nbfBmV","2ZaqzWr","4366545KdaBpL","7604052GsgPaV","11062836YCJbrt","46440342czmRfv","201152FgMPhu","91fertNy","624037qFtCAW","defineProperty"];return(a20_0x8783=function(){return n})()}!function(){const n=a20_0x519e,e=a20_0x8783();for(;;)try{if(951231===parseInt(n(249))/1*(parseInt(n(253))/2)+-parseInt(n(254))/3+-parseInt(n(255))/4+parseInt(n(252))/5+-parseInt(n(245))/6+-parseInt(n(248))/7*(parseInt(n(247))/8)+parseInt(n(246))/9)break;e.push(e.shift())}catch(n){e.push(e.shift())}}(),Object[a20_0x3347ae(250)](exports,a20_0x3347ae(251),{value:!0});const unSubscribeToCompany="\n mutation unSubscribeToCompany(\n $companyName: String!\n $branchName: String\n $expoToken: String\n ) {\n unSubscribeToCompany(\n companyName: $companyName\n branchName: $branchName\n expoToken: $expoToken\n ) {\n isUnSubscribe\n isSuccess\n errorCode\n errorMessage\n }\n }\n";exports.default=unSubscribeToCompany;
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
/**
|
|
3
|
+
* GoFelix Project — GoFelix Limited (UK)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) GoFelix Limited (UK). All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the GoFelix License.
|
|
8
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
9
|
+
* Proprietary and confidential.
|
|
10
|
+
*/
|
|
11
|
+
"use strict";function a21_0x2d57(e,r){e-=340;return a21_0x375d()[e]}const a21_0xc2c3b6=a21_0x2d57;function a21_0x375d(){const e=["4wvZJhw","defineProperty","626064IdQzMv","\n mutation updateUserProfile ($userProfileInput: userProfileInput!){\n updateUserProfile(userProfile: $userProfileInput){\n isUserProfileUpdated\n isSuccess\n errorCode\n errorMessage\n }\n }\n","228555pYLWaN","1848mkYXaZ","518115gbXFzS","__esModule","1143506SNQfhs","5827455DrevGG","2301822VZojLr","5364453FQNPEA"];return(a21_0x375d=function(){return e})()}!function(){const e=a21_0x2d57,r=a21_0x375d();for(;;)try{if(975875===-parseInt(e(348))/1+-parseInt(e(340))/2+-parseInt(e(341))/3+-parseInt(e(342))/4*(parseInt(e(351))/5)+-parseInt(e(344))/6+-parseInt(e(350))/7+-parseInt(e(347))/8*(-parseInt(e(346))/9))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(),Object[a21_0xc2c3b6(343)](exports,a21_0xc2c3b6(349),{value:!0});const updateUserProfile=a21_0xc2c3b6(345);exports.default=updateUserProfile;
|