feat: implement connection request management including schema, API endpoints, and business logic for users and agents.

This commit is contained in:
pradeepkumar
2026-02-02 09:59:25 +05:30
parent 497a1a4ba6
commit 93070474f1
10 changed files with 601 additions and 1 deletions

View File

@@ -228,7 +228,8 @@ export class ProfileFieldsService {
await this.prisma.$transaction(operations);
return { success: true, updated: updates.length };
// Return raw data - TransformInterceptor will wrap it
return { updated: updates.length };
}
/**