After sign-up, you'll be able to:
\nA link to activate your account has been emailed to the address provided.
\n{{ planData.description }}
\nper month
\nThanks for signing up with AdvicePay!
\n `,\n });\n });\n\n window.EventBus.on('Show-app-banner', () => {\n app.config.globalProperties.$swal(\"Sorry!\", window.appBannerContent, 'warning');\n });\n\n const sessionWatcher = () => {\n // webviews may not have access to local storage. If that's the case, the watcher is pointless.\n if (!window.localStorage) {\n console.error('unable to access local storage');\n return;\n }\n \n const now = new Date().getTime() / 1000;\n let exp = 0;\n try {\n const item = window.localStorage.getItem(GlobalConstants.localStorageKeys.SESSION_EXPIRATION);\n exp = parseInt(item || \"0\");\n if (isNaN(exp)) {\n exp = 0;\n }\n } catch {\n console.error('unable to write to local storage');\n exp = 0;\n }\n\n const diff = exp - now;\n if (exp > 0 && diff > 0 && diff < 30) {\n app.config.globalProperties.$swal('Your session will expire in under 30 seconds.', 'Click below to keep your session alive', 'warning').then(() => {\n HealthCheckAPI.get({skipLoader: true});\n });\n setTimeout(() => sessionWatcher(), 10000);\n } else if (exp > 0 && diff < 0) {\n try {\n window.localStorage.removeItem(GlobalConstants.localStorageKeys.SESSION_EXPIRATION);\n } catch {\n console.error('unable to write to local storage');\n }\n window.EventBus.emit('Session-expired');\n } else {\n setTimeout(() => sessionWatcher(), 10000);\n }\n }\n sessionWatcher();\n });\n}\n\nexport default initVueApp\n\n","import Main from './new/Main.vue'\nimport init from '../root_init'\n\ninit(Main)","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nmd = (module) => {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};","__webpack_require__.j = 3787;","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t3787: 0\n};\n\n// no chunk on demand loading\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n__webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\treturn __webpack_require__.O(result);\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunkadvicepay\"] = self[\"webpackChunkadvicepay\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","__webpack_require__.nc = undefined;","// startup\n// Load entry module and return exports\n// This entry module depends on other loaded chunks and execution need to be delayed\nvar __webpack_exports__ = __webpack_require__.O(undefined, [4121], () => (__webpack_require__(3225)))\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n"],"names":["deferred","_hoisted_1","class","_hoisted_2","_hoisted_3","_hoisted_4","_hoisted_5","_hoisted_6","_hoisted_7","src","_hoisted_8","_hoisted_9","_hoisted_10","_hoisted_11","_hoisted_12","_hoisted_13","_hoisted_14","_hoisted_15","_hoisted_16","_hoisted_17","href","_hoisted_18","_hoisted_19","target","_hoisted_20","type","_hoisted_21","_hoisted_22","_hoisted_23","_hoisted_24","_hoisted_25","_hoisted_26","_hoisted_27","_hoisted_28","_hoisted_29","_hoisted_30","_hoisted_31","_hoisted_32","_hoisted_33","width","roles","ADVISOR","CLIENT","CLIENT_PARTNER","MANAGING_ADVISOR","FULL_ACCESS_ADVISOR","ADMIN","ANALYST","REVIEWER","DEVELOPER","SUPER_ADMIN","officeRoles","OFFICE_MANAGER","accountTypes","ESSENTIAL","PROFESSIONAL","ENTERPRISE","ENTERPRISE_SELF_PAY_REP","permissions","STANDARD","READ_ONLY","NO_LOGIN","MANAGING","FULL_ACCESS","adminRoles","bulkUploadAdminRoles","onboardingSteps","KYC","RECEIVE_MONEY","MAKE_PAYMENTS","helpers","PERMISSIONS_TOOLTIP","ENTERPRISE_PERMISSIONS_TOOLTIP","loginSources","API","DASHBOARD","THIRD_PARTY","statuses","ACTIVE","INACTIVE","Layout","developerRole","open","switchTo","u","this","isCurrent","window","location","id","currentUser","Object","Array","_ctx","_cache","$props","$setup","$data","$options","accessibleUsers","length","key","parentID","parent","accountName","roleTitle","fullName","advisorID","advisor","style","plans","TYPES","name","cost","description","features","selectable","upgradeMethod","weight","primaryColor","secondaryColor","BAD_REQUEST","UNAUTHORIZED","FORBIDDEN","NOT_FOUND","NOT_ACCEPTABLE","REQUEST_TIMEOUT","CONFLICT","GONE","TEAPOT","UNPROCESSABLE_ENTITY","TOO_EARLY","INTERNAL_SERVER_ERROR","SERVICE_UNAVAILABLE","SESSION_EXPIRATION","innerSwal","init","swal","$swal","apiAxiosInstance","axios","create","baseURL","responseType","withCredentials","interceptors","response","use","error","makeRequest","requestObj","requestOpts","skipLoader","App","loader","headers","assign","data","JSON","stringify","requestTimeout","delayTimeout","delayMessage","setTimeout","Swal","title","text","icon","customClass","container","interceptor","clearTimeout","close","request","eject","Promise","reject","resolve","then","success","sessionExpiration","localStorage","exp","Date","getTime","setItem","console","message","EventBus","emit","clientMessage","skipErrorMessaging","clientMessageHandled","returnImmediatelyOnError","code","get","path","opts","params","url","method","post","put","defaults","couponCode","TransactionFeesMixin","pricing","defaultPricing","couponValid","created","getPlanFees","loadPlanFees","setCouponPercentage","ccPercentage","percentage","CreditCard","achPercentage","BankAccount","checkCapturePercentage","couponPercentage","res","emitEvent","feeWrapper","coupon","couponChanged","flickerFees","keyframes","opacity","timing","duration","iterations","el","animate","achFeeCap","firm","ACHFeeCap","String","Boolean","mixins","TransactionFees","disableIcons","PlanOffering","planData","find","plan","planHasCustomPricing","indexOf","isSelfPay","showTransactionFees","$featureEnabled","required","components","_component_TransactionFees","feature","idx","RadioTile","selected","onValueChanged","newValue","oldValue","inputVal","modelInput","input","modelValue","select","args","checked","labelIDs","Container","panelHidden","changingPlan","internalPlan","changed","cancelPlanChange","k","updatePlan","differentPlanSelected","planIsSelfPayRep","accountType","$","notify","genericError","SwitchAccountDropdown","RefreshPlanOffering","_component_SwitchAccountDropdown","_component_RefreshPlanOffering","_component_RadioTile","$filters","capitalize","borderColor","Popover","mounted","$el","popover","animation","trigger","html","placement","content","ComponentID","componentID","d","performance","now","replace","c","r","Math","random","floor","toString","generateComponentUUID","FormField","errors","v","fieldErrors","label","val","fieldIsRequired","hasErrors","showErrors","inputID","default","_component_Popover","for","helpTooltip","helpText","err","Main","submitted","duplicate","alreadyVerified","hasSetPlan","form","email","verifyToken","token","sendGALoadedEvent","submit","onPlanChange","sendGAPageView","isValidForm","formValidations","verified","sendGASubmittedEvent","failure","resend","undefined","gtag","googleAnalyticsId","send_page_view","in","_component_FormField","_component_Container","slotProps","centsToDollars","value","toFixed","unixToDate","format","unixToDateTime","month","commifyNumber","parts","split","join","parseFloat","absoluteVal","abs","timeFromNow","fromNow","timeRelativeRecent","ACH","CARD","CHECK","OFFLINE","humanizeSnakeCase","humanizeTemplateName","charAt","toUpperCase","slice","humanizePaymentMethod","hasCard","hasACH","forEach","pmt","install","config","globalProperties","deletionAlert","deletable","extraMessage","confirmButtonColor","showCancelButton","confirmButtonText","focusCancel","context","baseErrorHandler","e","showFormValidationErrors","on","methods","hideValidationErrors","formData","validations","fields","keys","validation","fieldValue","accessor","validateList","_errors","isValidField","valPresent","nonZero","isNaN","parseInt","valUniqueWithin","arr","isUnique","toLowerCase","count","item","valUnique","counts","valIn","satisfiesIn","valIsNumber","valIsName","test","isValidName","skip","push","maxLength","minLength","min","display","currency","max","number","equalTo","customValidators","customValidator","failMsg","uniqueWithin","notIn","VueComponentBase","warning","onEvents","events","handler","event","onEvent","offEvents","off","offEvent","parameter","emitEvents","clearEvents","all","clear","app","enabledFeatures","component","document","ready","extends","FormValidatorMixin","InitialVueProps","AddFilters","mixin","AlertHelpers","Features","mount","appBannerContent","sessionWatcher","getItem","diff","removeItem","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","exports","module","loaded","__webpack_modules__","call","m","O","result","chunkIds","fn","priority","notFulfilled","Infinity","i","fulfilled","j","every","splice","n","getter","__esModule","a","definition","o","defineProperty","enumerable","g","globalThis","Function","obj","prop","prototype","hasOwnProperty","Symbol","toStringTag","nmd","paths","children","installedChunks","chunkId","webpackJsonpCallback","parentChunkLoadingFunction","moreModules","runtime","some","chunkLoadingGlobal","self","bind","nc","__webpack_exports__"],"sourceRoot":""}