mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
📦 chore: Update data-schemas to 0.0.21 and update IUser
plugins type
This commit is contained in:
parent
460eac36f6
commit
47aa90df1d
3 changed files with 3 additions and 3 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -52473,7 +52473,7 @@
|
||||||
},
|
},
|
||||||
"packages/data-schemas": {
|
"packages/data-schemas": {
|
||||||
"name": "@librechat/data-schemas",
|
"name": "@librechat/data-schemas",
|
||||||
"version": "0.0.20",
|
"version": "0.0.21",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rollup/plugin-alias": "^5.1.0",
|
"@rollup/plugin-alias": "^5.1.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@librechat/data-schemas",
|
"name": "@librechat/data-schemas",
|
||||||
"version": "0.0.20",
|
"version": "0.0.21",
|
||||||
"description": "Mongoose schemas and models for LibreChat",
|
"description": "Mongoose schemas and models for LibreChat",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
|
|
|
@ -18,7 +18,7 @@ export interface IUser extends Document {
|
||||||
githubId?: string;
|
githubId?: string;
|
||||||
discordId?: string;
|
discordId?: string;
|
||||||
appleId?: string;
|
appleId?: string;
|
||||||
plugins?: unknown[];
|
plugins?: string[];
|
||||||
twoFactorEnabled?: boolean;
|
twoFactorEnabled?: boolean;
|
||||||
totpSecret?: string;
|
totpSecret?: string;
|
||||||
backupCodes?: Array<{
|
backupCodes?: Array<{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue