add user profile, profile vibe and trip vibe and social signal

This commit is contained in:
2026-05-08 19:20:27 +07:00
parent 3228ef712f
commit 7f419638b5
39 changed files with 1361 additions and 192 deletions
@@ -100,6 +100,7 @@ export const UserProfileScalarFieldEnum = {
city: 'city',
interests: 'interests',
instagram: 'instagram',
vibe: 'vibe',
createdAt: 'createdAt',
updatedAt: 'updatedAt'
} as const
@@ -165,6 +166,7 @@ export const TripScalarFieldEnum = {
endDate: 'endDate',
maxParticipants: 'maxParticipants',
price: 'price',
vibe: 'vibe',
status: 'status',
createdAt: 'createdAt',
updatedAt: 'updatedAt',