feat: Implement privacy preferences for users and agents with new database field, service methods, and API endpoints.

This commit is contained in:
pradeepkumar
2026-02-09 00:55:55 +05:30
parent 6ade2c74c5
commit 789551e443
5 changed files with 191 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ model User {
// User Preferences
notificationPreferences Json? // { email: {...}, push: {...} }
privacyPreferences Json? // { privacySettings: {...}, dataSettings: {...} }
// Timestamps
createdAt DateTime @default(now())