Skip to content

Commit d8c70da

Browse files
authored
User event trigger (#927)
* chore: bump up toolkit * feat: implement userCreatedNotificationHandler * test: write user email notification tests * chore: bump up toolkit * feat: send sms * test: write test for all user event triggers * feat: create handler factory for all user events * test: test the /triggers/user/${event} endpoint * chore: bump up toolkit * chore: cleanup * fix: use USER_NOTIFICATION_DELIVERY_METHOD from env * chore: bump up toolkit * Revert "fix: use USER_NOTIFICATION_DELIVERY_METHOD from env" This reverts commit 07da4d4. * chore: bump up toolkit * fix: include oldUsername in notification * fix: remove oldUsername from notification templates * fix: notification csv * fix: import applicationConfig lcoally * fix: -firstName +firstname
1 parent f196171 commit d8c70da

19 files changed

+1040
-306
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@hapi/boom": "^9.1.1",
6767
"@hapi/hapi": "^20.0.1",
6868
"@hapi/inert": "^6.0.3",
69-
"@opencrvs/toolkit": "1.8.1-rc.e8ef1de",
69+
"@opencrvs/toolkit": "1.8.1-rc.406b4d6",
7070
"@types/chalk": "^2.2.0",
7171
"@types/csv2json": "^1.4.0",
7272
"@types/fhir": "^0.0.30",

0 commit comments

Comments
 (0)