feat(activity): add billing_card_updated activity type

Required by POST /api/helcim/update-card to persist audit log entries
when a member updates their card.
This commit is contained in:
Jennie Robinson Faber 2026-04-19 16:30:37 +01:00
parent 101d6a231b
commit eaff5c6020

View file

@ -20,7 +20,8 @@ const ACTIVITY_TYPES = [
'board_updated',
'connection_requested',
'connection_confirmed',
'tag_suggested'
'tag_suggested',
'billing_card_updated'
]
const activityLogSchema = new mongoose.Schema({