SYMBOL INDEX (50 symbols across 26 files) FILE: backend/database/index.js function wait (line 3) | function wait (timeMs) { function update (line 9) | async function update (col, id, data) { function readAll (line 26) | async function readAll (col) { function insert (line 35) | async function insert (col, data) { function readOneById (line 45) | async function readOneById (col, id) { function readOneByEmail (line 53) | async function readOneByEmail (col, email) { FILE: backend/handlers/apikey.js function CreateApiKeyHandler (line 1) | function CreateApiKeyHandler (db) { FILE: backend/handlers/auth.js function CreateAuthHandler (line 3) | function CreateAuthHandler (db) { FILE: backend/handlers/feedbacks.js constant FEEDBACK_TYPES (line 3) | const FEEDBACK_TYPES = { function CreateFeedbackHandler (line 9) | function CreateFeedbackHandler (db) { FILE: backend/handlers/users.js function CreateUserHandler (line 3) | function CreateUserHandler (db) { FILE: dashboard/src/hooks/useModal.js constant EVENT_NAME (line 3) | const EVENT_NAME = 'modal:toggle' function useModal (line 5) | function useModal () { FILE: dashboard/src/hooks/useStore.js function useStore (line 3) | function useStore (module) { FILE: dashboard/src/services/index.js constant API_ENVS (line 8) | const API_ENVS = { FILE: dashboard/src/store/global.js function setGlobalLoading (line 9) | function setGlobalLoading (status) { FILE: dashboard/src/store/user.js function resetUserStore (line 11) | function resetUserStore () { function cleanCurrentUser (line 15) | function cleanCurrentUser () { function setCurrentUser (line 19) | function setCurrentUser (user) { function setApiKey (line 23) | function setApiKey (apiKey) { FILE: dashboard/src/utils/date.js function getDiffTimeBetweenCurrentDate (line 1) | function getDiffTimeBetweenCurrentDate (dateString = '', now = new Date(... FILE: dashboard/src/utils/timeout.js function wait (line 1) | function wait (timeMs) { FILE: dashboard/src/utils/validators.js function validateEmptyAndLength3 (line 1) | function validateEmptyAndLength3 (value) { function validateEmptyAndEmail (line 13) | function validateEmptyAndEmail (value) { FILE: dashboard/tests/e2e/specs/credencials.js constant APP_URL (line 1) | const APP_URL = process.env.APP_URL || 'http://localhost:8080' FILE: dashboard/tests/e2e/specs/home.js constant APP_URL (line 1) | const APP_URL = process.env.APP_URL || 'http://localhost:8080' FILE: widget/public/init.js function init (line 1) | function init (apiKey) { FILE: widget/src/hooks/iframe.ts type IframeControl (line 7) | interface IframeControl { function useIframeControl (line 13) | function useIframeControl (): IframeControl { FILE: widget/src/hooks/navigation.ts type Navigation (line 7) | interface Navigation { function useNavigation (line 14) | function useNavigation (): Navigation { FILE: widget/src/hooks/store.ts function useStore (line 3) | function useStore (): StoreState { FILE: widget/src/services/feedbacks.ts type Create (line 5) | type Create = { type CreatePayload (line 10) | type CreatePayload = { type FeedbackServiceInterface (line 19) | interface FeedbackServiceInterface { function FeedbacksService (line 22) | function FeedbacksService (httpClient: AxiosInstance): FeedbackServiceIn... FILE: widget/src/services/index.ts constant API_ENVS (line 4) | const API_ENVS = { FILE: widget/src/store/index.ts type StoreState (line 3) | type StoreState = { function setCurrentComponent (line 23) | function setCurrentComponent (component: string): void { function setMessage (line 27) | function setMessage (message: string): void { function setFeedbackType (line 31) | function setFeedbackType (type: string): void { function setCurrentPage (line 35) | function setCurrentPage (page: string): void { function setApiKey (line 39) | function setApiKey (apiKey: string): void { function setFingerprint (line 43) | function setFingerprint (fingerprint: string): void { function resetStore (line 47) | function resetStore (): void { FILE: widget/src/types/error.ts type RequestError (line 1) | type RequestError = { FILE: widget/src/types/feedback.ts type Feedback (line 1) | type Feedback = { FILE: widget/src/utils/bootstrap.ts type SetupPayload (line 1) | interface SetupPayload { function setup (line 5) | function setup ({ onProduction, onDevelopment }: SetupPayload) { FILE: widget/tests/e2e/specs/widget.js constant APP_URL (line 1) | const APP_URL = process.env.APP_URL || 'http://localhost:8080'