Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adico1/clean-on-nest
/ functions
Functions
350 in github.com/adico1/clean-on-nest
⨍
Functions
350
◇
Types & classes
476
Method
delete
(id: string)
libs/bootcamp-data/src/lib/forgot-password.repository.ts:52
Method
delete
(id: string)
libs/bootcamp-data/src/lib/account-repository.ts:39
Method
delete
(id: string)
libs/bootcamp-data/src/lib/in-memory/in-memory.account.repository.ts:9
Method
delete
(request: DeleteAccountsRequestMessage)
libs/bootcamp-interfaceadapters/src/lib/modules/accounts/delete/delete.account.controller.ts:20
Method
deserializeUser
(payload: any, done: (err: Error, payload: string) => void)
apps/bootcamp-api/src/auth/session.serializer.ts:8
Method
down
(queryRunner: QueryRunner)
apps/bootcamp-api/src/migration/1575918772520-my_init.ts:23
Method
email
(email: string)
libs/bootcamp-businesslogic/src/lib/accounts/get-by-email/get-by-email.accounts.request.message.ts:8
Method
encryptText
(text: string)
libs/bootcamp-interfaceadapters/src/lib/utils/auth.depedencies.ts:19
Method
encryptedCompare
(attemptPass: string, password: string)
libs/bootcamp-interfaceadapters/src/lib/utils/auth.depedencies.ts:23
Method
errorModel
()
libs/bootcamp-interfaceadapters/src/lib/ui_engines/nest.view.ts:17
Method
exec
(verifyEmailAccountDto: VerifyUuidDto)
apps/bootcamp-api/src/accounts/api.verify-email/verify-email.accounts.facade.ts:7
Method
exec
(email: string)
apps/bootcamp-api/src/accounts/api.get-by-email/get-by-email.accounts.facade.ts:6
Method
exec
(id: string)
apps/bootcamp-api/src/accounts/api.get-by-id/get-by-id.accounts.facade.ts:7
Method
exec
( verifyUuidDto: VerifyUuidDto, inetLocationMapper: InetLocationDto)
apps/bootcamp-api/src/accounts/api.forgot-password-verify/forgot-password-verify.accounts.facade.ts:9
Method
exec
( forgotPasswordAccountDto: CreateForgotPasswordDto, inetLocation: InetLocationDto)
apps/bootcamp-api/src/accounts/api.forgot-pasword/forgot-password.accounts.facade.ts:8
Method
exec
(resetPasswordDto: ResetPasswordDto)
apps/bootcamp-api/src/accounts/api.reset-password/reset-password.accounts.facade.ts:8
Method
exec
(refreshAccessTokenAccountDto: RefreshAccessTokenDto)
apps/bootcamp-api/src/accounts/api.refresh-access-token/refresh.access.token.accounts.facade.ts:15
Method
exec
()
apps/bootcamp-api/src/accounts/api.get-all/get-all.accounts.facade.ts:7
Method
exec
(id: string)
apps/bootcamp-api/src/accounts/api.delete/delete.accounts.facade.ts:7
Method
exec
( loggedInUser: LoggedInUser, inetLocation: InetLocationDto)
apps/bootcamp-api/src/accounts/api.login/login.accounts.facade.ts:16
Method
exec
(createAccountDto: CreateAccountDto)
apps/bootcamp-api/src/accounts/api.create/create.accounts.facade.ts:7
Method
findOneByEmail
( @Res() res: Response, @Param('email') email: string )
apps/bootcamp-api/src/accounts/accounts.controller.ts:63
Method
findOneById
( @Res() res: Response, @Param('id', new ParseUUIDPipe()) id: string)
apps/bootcamp-api/src/accounts/accounts.controller.ts:72
Method
findToken
(token: string)
apps/bootcamp-api/src/auth/refresh-token/refresh-token.service.ts:24
Method
forgotPassword
(request: ForgotPasswordAccountsRequestMessage)
libs/bootcamp-interfaceadapters/src/lib/modules/accounts/forgot-password/forgot-password.account.controller.ts:20
Method
forgotPasswordVerify
(request: ForgotPasswordVerifyAccountsRequestMessage)
libs/bootcamp-interfaceadapters/src/lib/modules/accounts/forgot-password-verify/forgot-password-verify.account.controller.ts:20
Method
get
(id: string)
libs/bootcamp-data/src/lib/refresh-token.repository.ts:23
Method
get
(id: string)
libs/bootcamp-data/src/lib/forgot-password.repository.ts:23
Method
get
(id: string)
libs/bootcamp-data/src/lib/account-repository.ts:21
Method
get
(id: string)
libs/bootcamp-data/src/lib/in-memory/in-memory.account.repository.ts:40
Method
getAccessToken
(payload: any)
libs/bootcamp-interfaceadapters/src/lib/utils/auth.depedencies.ts:14
Method
getAll
()
libs/bootcamp-data/src/lib/refresh-token.repository.ts:17
Method
getAll
()
libs/bootcamp-data/src/lib/forgot-password.repository.ts:18
Method
getAll
()
libs/bootcamp-data/src/lib/account-repository.ts:17
Method
getAll
()
libs/bootcamp-data/src/lib/in-memory/in-memory.account.repository.ts:28
Method
getAll
(request: GetAllAccountsRequestMessage)
libs/bootcamp-interfaceadapters/src/lib/modules/accounts/get-all/get-all.account.controller.ts:20
Method
getAllAccounts
(@Res() res: Response)
apps/bootcamp-api/src/accounts/accounts.controller.ts:58
Method
getAppInfo
( @Res() res: Response, @Request() req)
apps/bootcamp-api/src/app/app.controller.ts:25
Method
getByEmail
(request: GetByEmailAccountsRequestMessage)
libs/bootcamp-interfaceadapters/src/lib/modules/accounts/get-by-email/get-by-email.account.controller.ts:20
Method
getByQuery
(query: object)
libs/bootcamp-data/src/lib/refresh-token.repository.ts:27
Method
getByQuery
(query: object)
libs/bootcamp-data/src/lib/forgot-password.repository.ts:27
Method
getByQuery
(query: object)
libs/bootcamp-data/src/lib/account-repository.ts:25
Method
getByQuery
(query: object)
libs/bootcamp-data/src/lib/in-memory/in-memory.account.repository.ts:6
Method
getByVerification
(verification: string)
libs/bootcamp-data/src/lib/forgot-password.repository.ts:31
Method
getExpirationDate
(hoursToVerify: number)
libs/bootcamp-interfaceadapters/src/lib/utils/verification-generator.depedencies.ts:10
Method
getPort
()
apps/bootcamp-api/src/config/config.service.ts:25
Method
getProfile
(@Request() req: ExpressRequest)
apps/bootcamp-api/src/accounts/accounts.controller.ts:170
Method
getProfile
(@Request() req)
apps/bootcamp-api/src/app/app.controller.ts:38
Method
handle
(response: ResetPasswordAccountsResponseMessage)
libs/bootcamp-interfaceadapters/src/lib/modules/accounts/reset-password/reset-password.accounts.response.presenter.ts:10
Method
handle
(response: GetByIdAccountsResponseMessage)
libs/bootcamp-interfaceadapters/src/lib/modules/accounts/get-by-id/get-by-id.accounts.response.presenter.ts:10
Method
handle
(response: ForgotPasswordAccountsResponseMessage)
libs/bootcamp-interfaceadapters/src/lib/modules/accounts/forgot-password/forgot-password.accounts.response.presenter.ts:10
Method
handle
(response: DeleteAccountsResponseMessage)
libs/bootcamp-interfaceadapters/src/lib/modules/accounts/delete/delete.accounts.response.presenter.ts:10
Method
handle
(response: PutAccountsResponseMessage)
libs/bootcamp-interfaceadapters/src/lib/modules/accounts/put/put.accounts.response.presenter.ts:10
Method
handle
(response: VerifyEmailAccountsResponseMessage)
libs/bootcamp-interfaceadapters/src/lib/modules/accounts/verify-email/verify-email.accounts.response.presenter.ts:10
Method
handle
(response: ForgotPasswordVerifyAccountsResponseMessage)
libs/bootcamp-interfaceadapters/src/lib/modules/accounts/forgot-password-verify/forgot-password-verify.accounts.response.presenter.ts:10
Method
handle
(response: GetByEmailAccountsResponseMessage)
libs/bootcamp-interfaceadapters/src/lib/modules/accounts/get-by-email/get-by-email.accounts.response.presenter.ts:10
Method
handle
(response: LoginAccountsResponseMessage)
libs/bootcamp-interfaceadapters/src/lib/modules/accounts/login/login.accounts.response.presenter.ts:10
Method
handle
(response: GetAllAccountsResponseMessage)
libs/bootcamp-interfaceadapters/src/lib/modules/accounts/get-all/get-all.accounts.response.presenter.ts:10
Method
handle
(response: RefreshAccessTokenAccountsResponseMessage)
libs/bootcamp-interfaceadapters/src/lib/modules/accounts/refresh-access-token/refresh-access-token.accounts.response.presenter.ts:10
Method
handle
(response: CreateAccountsResponseMessage)
libs/bootcamp-interfaceadapters/src/lib/modules/accounts/create/create.accounts.response.presenter.ts:10
Method
handle
(request: ResetPasswordAccountsRequestMessage)
libs/bootcamp-businesslogic/src/lib/accounts/reset-password/reset-password.accounts.interactor.ts:28
Method
handle
(request: AccountIdRequestMessage)
libs/bootcamp-businesslogic/src/lib/accounts/get-by-id/get-by-id.accounts.interactor.ts:22
Method
handle
(request: ForgotPasswordAccountsRequestMessage)
libs/bootcamp-businesslogic/src/lib/accounts/forgot-password/forgot-password.accounts.interactor.ts:30
Method
handle
(request: DeleteAccountsRequestMessage)
libs/bootcamp-businesslogic/src/lib/accounts/delete/delete.accounts.interactor.ts:22
Method
handle
(request: PutAccountsRequestMessage)
libs/bootcamp-businesslogic/src/lib/accounts/put/put.accounts.interactor.ts:22
Method
handle
(request: VerifyEmailAccountsRequestMessage)
libs/bootcamp-businesslogic/src/lib/accounts/verify-email/verify-email.accounts.interactor.ts:45
Method
handle
(request: ForgotPasswordVerifyAccountsRequestMessage)
libs/bootcamp-businesslogic/src/lib/accounts/forgot-password-verify/forgot-password-verify.accounts.interactor.ts:27
Method
handle
(request: GetByEmailAccountsRequestMessage)
libs/bootcamp-businesslogic/src/lib/accounts/get-by-email/get-by-email.accounts.interactor.ts:22
Method
handle
(request: LoginAccountsRequestMessage)
libs/bootcamp-businesslogic/src/lib/accounts/login/login.accounts.interactor.ts:21
Method
handle
(request: GetAllAccountsRequestMessage)
libs/bootcamp-businesslogic/src/lib/accounts/get-all/get-all.accounts.interactor.ts:22
Method
handle
(request: RefreshAccessTokenAccountsRequestMessage)
libs/bootcamp-businesslogic/src/lib/accounts/refresh-access-token/refresh-access-token.accounts.interactor.ts:27
Method
handle
(request: CreateAccountsRequestMessage)
libs/bootcamp-businesslogic/src/lib/accounts/create/create.accounts.interactor.ts:28
Method
handle
(request: TRequest)
libs/bootcamp-businesslogic/src/lib/common/interfaces/request-handler.interface.ts:7
Method
handleRequest
(err, user, info: Error, context: ExecutionContext)
apps/bootcamp-api/src/auth/guards/roles.guard.ts:14
Method
hasRole
()
apps/bootcamp-api/src/auth/guards/roles.guard.ts:24
Method
intercept
(context: ExecutionContext, next: CallHandler)
apps/bootcamp-api/src/accounts/common/accounts-error.interceptor.ts:16
Method
login
(request: LoginAccountsRequestMessage)
libs/bootcamp-interfaceadapters/src/lib/modules/accounts/login/login.account.controller.ts:20
Method
mapFrom
(source: ForgotPassword)
libs/bootcamp-data/src/lib/forgot-password.entity-data.mapper.ts:7
Method
mapFrom
(source: ForgotPasswordEntity)
libs/bootcamp-data/src/lib/forgot-password.data-entity.mapper.ts:6
Method
mapFrom
(source: RefreshTokenEntity)
libs/bootcamp-data/src/lib/refresh-token.data-entity.mapper.ts:6
Method
mapFrom
(source: Account)
libs/bootcamp-data/src/lib/accounts.entity-data.mapper.ts:6
Method
mapFrom
(source: RefreshToken)
libs/bootcamp-data/src/lib/refresh-token.entity-data.mapper.ts:6
Method
newToken
(refreshToken: RefreshTokenDto)
apps/bootcamp-api/src/auth/refresh-token/refresh-token.service.ts:15
Method
ngOnInit
()
libs/bootcamp-ui/src/lib/todos/todos.component.ts:14
Function
observable
(source: E | Array<E>)
libs/bootcamp-entities/src/lib/common/interfaces/mapper.interface.ts:10
Method
refreshAccessToken
(request: RefreshAccessTokenAccountsRequestMessage)
libs/bootcamp-interfaceadapters/src/lib/modules/accounts/refresh-access-token/refresh-access-token.account.controller.ts:20
Method
reloadFixtures
* Cleans the database and reloads the entries
apps/bootcamp-api/e2e/test.utils.ts:62
Method
resetPassword
(request: ResetPasswordAccountsRequestMessage)
libs/bootcamp-interfaceadapters/src/lib/modules/accounts/reset-password/reset-password.account.controller.ts:20
Method
response
()
libs/bootcamp-businesslogic/src/lib/accounts/reset-password/reset-password.accounts.response.message.ts:18
Method
response
()
libs/bootcamp-businesslogic/src/lib/accounts/get-by-id/get-by-id.accounts.response.message.ts:18
Method
response
()
libs/bootcamp-businesslogic/src/lib/accounts/forgot-password/forgot-password.accounts.response.message.ts:18
Method
response
()
libs/bootcamp-businesslogic/src/lib/accounts/delete/delete.accounts.response.message.ts:17
Method
response
()
libs/bootcamp-businesslogic/src/lib/accounts/put/put.accounts.response.message.ts:18
Method
response
()
libs/bootcamp-businesslogic/src/lib/accounts/verify-email/verify-email.accounts.response.message.ts:18
Method
response
()
libs/bootcamp-businesslogic/src/lib/accounts/forgot-password-verify/forgot-password-verify.accounts.response.message.ts:18
Method
response
()
libs/bootcamp-businesslogic/src/lib/accounts/get-by-email/get-by-email.accounts.response.message.ts:18
Method
response
()
libs/bootcamp-businesslogic/src/lib/accounts/login/login.accounts.response.message.ts:18
Method
response
()
libs/bootcamp-businesslogic/src/lib/accounts/get-all/get-all.accounts.response.message.ts:18
Method
response
()
libs/bootcamp-businesslogic/src/lib/accounts/refresh-access-token/refresh-access-token.accounts.response.message.ts:18
Method
response
()
libs/bootcamp-businesslogic/src/lib/accounts/create/create.accounts.response.message.ts:18
← previous
next →
201–300 of 350, ranked by callers