LibreChat/packages/data-schemas/src/methods
Danny Avila c945d738a0
🔧 refactor: Integrate PrincipalModel Enum for Principal Handling
- Replaced string literals for principal models ('User', 'Group') with the new PrincipalModel enum across various models, services, and tests to enhance type safety and consistency.
- Updated permission handling in multiple files to utilize the PrincipalModel enum, improving maintainability and reducing potential errors.
- Ensured all relevant tests reflect these changes to maintain coverage and functionality.
2025-08-06 19:46:18 -04:00
..
accessRole.spec.ts 🔧 refactor: Organize Sharing/Agent Components and Improve Type Safety 2025-08-06 19:46:16 -04:00
accessRole.ts 🔧 refactor: Organize Sharing/Agent Components and Improve Type Safety 2025-08-06 19:46:16 -04:00
aclEntry.spec.ts 🔧 refactor: Integrate PrincipalModel Enum for Principal Handling 2025-08-06 19:46:18 -04:00
aclEntry.ts 🔧 refactor: Integrate PrincipalModel Enum for Principal Handling 2025-08-06 19:46:18 -04:00
agentCategory.ts 🏪 feat: Agent Marketplace 2025-08-06 19:46:14 -04:00
group.spec.ts 🔐 feat: Granular Role-based Permissions + Entra ID Group Discovery (#7804) 2025-08-06 19:46:13 -04:00
group.ts 🔐 feat: Granular Role-based Permissions + Entra ID Group Discovery (#7804) 2025-08-06 19:46:13 -04:00
index.ts 🏪 feat: Agent Marketplace 2025-08-06 19:46:14 -04:00
memory.ts 🐛 fix: Move MemoryEntry and PluginAuth model retrieval inside methods for Runtime Usage 2025-06-25 20:58:34 -04:00
pluginAuth.ts 🐛 fix: Move MemoryEntry and PluginAuth model retrieval inside methods for Runtime Usage 2025-06-25 20:58:34 -04:00
role.ts 🏗️ refactor: Extract DB layers to data-schemas for shared use (#7650) 2025-05-30 22:18:13 -04:00
session.ts 🕐 feat: Configurable Retention Period for Temporary Chats (#8056) 2025-06-25 17:16:26 -04:00
share.test.ts 🪐 refactor: Migrate Share Functionality to Type-Safe Methods (#7903) 2025-06-14 11:24:30 -04:00
share.ts 🪐 refactor: Migrate Share Functionality to Type-Safe Methods (#7903) 2025-06-14 11:24:30 -04:00
token.ts 🏗️ refactor: Extract DB layers to data-schemas for shared use (#7650) 2025-05-30 22:18:13 -04:00
user.test.ts 📧 feat: Mailgun API Email Configuration (#7742) 2025-06-04 13:12:37 -04:00
user.ts 🔐 feat: Granular Role-based Permissions + Entra ID Group Discovery (#7804) 2025-08-06 19:46:13 -04:00
userGroup.spec.ts 🔧 refactor: Add and use PrincipalType Enum 2025-08-06 19:46:18 -04:00
userGroup.ts 🔧 refactor: Add and use PrincipalType Enum 2025-08-06 19:46:18 -04:00