chore(docs): Generated DML JSON files (automated) (#10436)

* chore(docs): Generated DML JSON files (automated)

* fixes

---------

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
github-actions[bot]
2024-12-04 20:26:43 +02:00
committed by GitHub
co-authored by olivermrbl Shahed Nasser
parent 35eeb18a99
commit 29e463e8c3
4 changed files with 114 additions and 1 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"User": {
"filePath": "packages/modules/user/src/models/user.ts",
"properties": {
"id": "The ID of the user.",
"first_name": "The first name of the user.",
"last_name": "The last name of the user.",
"email": "The email of the user.",
"avatar_url": "The image URL of the user's avatar.",
"metadata": "Holds custom data in key-value pairs."
}
},
"Invite": {
"filePath": "packages/modules/user/src/models/invite.ts",
"properties": {
"id": "The ID of the invite.",
"email": "The email of the invited user.",
"accepted": "Whether the invite is accepted.",
"token": "The token of the invite.",
"expires_at": "When the invite expires.",
"metadata": "Holds custom data in key-value pairs."
}
}
}