📦 chore: Update data-schemas to 0.0.21 and update IUser plugins type

This commit is contained in:
Danny Avila 2025-08-30 23:20:22 -04:00
parent 460eac36f6
commit 47aa90df1d
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View file

@ -52473,7 +52473,7 @@
},
"packages/data-schemas": {
"name": "@librechat/data-schemas",
"version": "0.0.20",
"version": "0.0.21",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-alias": "^5.1.0",

View file

@ -1,6 +1,6 @@
{
"name": "@librechat/data-schemas",
"version": "0.0.20",
"version": "0.0.21",
"description": "Mongoose schemas and models for LibreChat",
"type": "module",
"main": "dist/index.cjs",

View file

@ -18,7 +18,7 @@ export interface IUser extends Document {
githubId?: string;
discordId?: string;
appleId?: string;
plugins?: unknown[];
plugins?: string[];
twoFactorEnabled?: boolean;
totpSecret?: string;
backupCodes?: Array<{