MCPcopy Create free account

hub / github.com/SOS-RS/backend / functions

Functions152 in github.com/SOS-RS/backend

Methodindex
(@Query() query)
src/shelter/shelter.controller.ts:29
Methodindex
(query: any)
src/shelter/shelter.service.ts:132
Methodindex
()
src/supply/supply.controller.ts:24
Methodindex
()
src/supply/supply.service.ts:34
Methodindex
( @Param('shelterId') shelterId: string, @Query('includes') includes: string, )
src/shelter-managers/shelter-managers.controller.ts:40
Methodindex
(shelterId: string, includes: string = 'user')
src/shelter-managers/shelter-managers.service.ts:22
Methodindex
(query: any)
src/dashboard/dashboard.service.ts:14
Methodindex
(@Query() query)
src/dashboard/dashboard.controller.ts:13
Methodindex
(@Param('shelterId') shelterId: string)
src/shelter-supply/shelter-supply.controller.ts:26
Methodindex
(shelterId: string)
src/shelter-supply/shelter-supply.service.ts:78
Methodintercept
(context: ExecutionContext, next: CallHandler)
src/interceptors/interceptors/shelter-supply-history/shelter-supply-history.interceptor.ts:17
Methodintercept
(context: ExecutionContext, next: CallHandler)
src/interceptors/interceptors/server-response/server-response.interceptor.ts:15
Methodlogin
( @Body() body, @Headers('x-real-ip') ip: string, @Headers('user-agent') userAgent: string, )
src/sessions/sessions.controller.ts:27
MethodonModuleInit
()
src/shelter/shelter.service.ts:28
MethodonModuleInit
()
src/prisma/prisma.service.ts:28
MethodparseShelterSupply
( shelterSupply: ShelterSupply, )
src/shelter/shelter.service.ts:247
FunctionremoveNotNumbers
(input: string)
src/utils/utils.ts:26
MethodselfUpdate
(@Body() body, @Req() req)
src/users/users.controller.ts:137
MethodshelterStatus
()
src/shelter/ShelterSearch.ts:53
Methodshow
(@Request() req)
src/sessions/sessions.controller.ts:46
Methodshow
(id: string, userId: string)
src/donation-order/donation-order.service.ts:87
Methodshow
(@Param('id') id: string, @Request() req)
src/donation-order/donation-order.controller.ts:76
Methodshow
(@UserDecorator() user: any, @Param('id') id: string)
src/shelter/shelter.controller.ts:52
Methodshow
(id: string, shouldShowContact: boolean)
src/shelter/shelter.service.ts:70
Methodstore
(body: any)
src/users/users.service.ts:11
Methodstore
(@Body() body)
src/users/users.controller.ts:53
Methodstore
(body: z.infer<typeof CreateSupplyHistorySchema>)
src/supplies-history/supplies-history.service.ts:66
Methodstore
(body: z.infer<typeof CreateDonationOrderScheme>)
src/donation-order/donation-order.service.ts:95
Methodstore
(@Body() body, @Request() req)
src/donation-order/donation-order.controller.ts:29
Methodstore
(@Body() body)
src/partners/partners.controller.ts:35
Methodstore
(@Body() body)
src/supporters/supporters.controller.ts:34
Methodstore
(body: z.infer<typeof CreateSupporterSchema>)
src/supporters/supporters.service.ts:15
Methodstore
(@Body() body)
src/supply-categories/supply-categories.controller.ts:44
Methodstore
(body: z.infer<typeof CreateSupplyCategorySchema>)
src/supply-categories/supply-categories.service.ts:14
Methodstore
(@Body() body)
src/shelter/shelter.controller.ts:66
Methodstore
(body: z.infer<typeof CreateShelterSchema>)
src/shelter/shelter.service.ts:32
Methodstore
(@Body() body)
src/supply/supply.controller.ts:35
Methodstore
(body: z.infer<typeof CreateSupplySchema>)
src/supply/supply.service.ts:11
Methodstore
(@Body() body)
src/shelter-managers/shelter-managers.controller.ts:29
Methodstore
(body: z.infer<typeof CreateShelterManagerSchema>)
src/shelter-managers/shelter-managers.service.ts:11
Methodstore
(@Body() body)
src/shelter-supply/shelter-supply.controller.ts:38
Methodstore
(body: z.infer<typeof CreateShelterSupplySchema>)
src/shelter-supply/shelter-supply.service.ts:30
MethodsupplyIds
()
src/shelter/ShelterSearch.ts:110
Methodupdate
( orderId: string, userId: string, body: z.infer<typeof UpdateDonationOrderScheme>, )
src/donation-order/donation-order.service.ts:118
Methodupdate
( @Request() req, @Param('orderId') orderId: string, @Body() body, )
src/donation-order/donation-order.controller.ts:42
Methodupdate
(@Param('id') id: string, @Body() body)
src/supply-categories/supply-categories.controller.ts:60
Methodupdate
(id: string, body: z.infer<typeof UpdateSupplyCategorySchema>)
src/supply-categories/supply-categories.service.ts:24
Methodupdate
(@Param('id') id: string, @Body() body)
src/shelter/shelter.controller.ts:77
Methodupdate
(@Param('id') id: string, @Body() body)
src/supply/supply.controller.ts:46
Methodupdate
( @Body() body, @Param('shelterId') shelterId: string, @Param('supplyId') supplyId: string, )
src/shelter-supply/shelter-supply.controller.ts:54
Methoduse
(req: FastifyRequest, _: FastifyReply, next: () => void)
src/middlewares/logging.middleware.ts:9
Methodvalidate
(payload: TokenPayload)
src/sessions/jwt.strategy.ts:17
← previous101–152 of 152, ranked by callers