@nestjs-mod/notifications
TypeScript icon, indicating that this package has built-in type declarations

1.3.1 • Public • Published

@nestjs-mod/notifications

Notifications module with an error filter, guard, controller, database migrations and rest-sdk for work with module from other nodejs appliaction

NPM version monthly downloads Telegram Discord

Installation

npm i --save @nestjs-mod/notifications

Modules

Link Category Description
NotificationsModule feature Notifications module with an error filter, guard, controller, database migrations and rest-sdk for work with module from other nodejs appliaction

Modules descriptions

NotificationsModule

Notifications module with an error filter, guard, controller, database migrations and rest-sdk for work with module from other nodejs appliaction

Shared providers

NotificationsService

Shared imports

PrismaModule, PrismaToolsModule, WebhookModule

Configuration

Key Description Constraints Default Value
checkAccessValidator External function for validate optional - -

Static environments

Key Description Sources Constraints Default Value
useFilters Use filters obj['useFilters'], process.env['NOTIFICATIONS_USE_FILTERS'] optional true true
mailTransport Mail transport (example: smtps://username@domain.com:password@smtp.domain.com) obj['mailTransport'], process.env['NOTIFICATIONS_MAIL_TRANSPORT'] optional - -
mailDefaultSenderName Default sender name (example: Username) obj['mailDefaultSenderName'], process.env['NOTIFICATIONS_MAIL_DEFAULT_SENDER_NAME'] optional - -
mailDefaultSenderEmail Default sender email (example: username@domain.com) obj['mailDefaultSenderEmail'], process.env['NOTIFICATIONS_MAIL_DEFAULT_SENDER_EMAIL'] optional - -

Static configuration

Key Description Constraints Default Value
guards External guards for controllers optional - -
mutateController Function for additional mutation of controllers optional - -

Back to Top

Links

License

MIT

Package Sidebar

Install

npm i @nestjs-mod/notifications

Weekly Downloads

173

Version

1.3.1

License

MIT

Unpacked Size

658 kB

Total Files

153

Last publish

Collaborators

  • endykaufman