🔐 feat: Group schema support, refine user schema security, and improve types (#9070)

* feat: Add groupSchema and update userSchema to hide sensitive fields

* chore: Bump version of @librechat/data-schemas to 0.0.16
This commit is contained in:
Marco Beretta 2025-08-15 04:58:54 +02:00 committed by GitHub
parent d711fc7852
commit c78fd0fc83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 10 deletions

View file

@ -23,3 +23,4 @@ export { default as toolCallSchema } from './toolCall';
export { default as transactionSchema } from './transaction';
export { default as userSchema } from './user';
export { default as memorySchema } from './memory';
export { default as groupSchema } from './group';