chore(docs): Generated DML JSON files (automated) (#13328)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
76e10b1fe1
commit
f239f38e58
22
www/utils/generated/dml-output/settings.json
Normal file
22
www/utils/generated/dml-output/settings.json
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"ViewConfiguration": {
|
||||||
|
"filePath": "packages/modules/settings/src/models/view-configuration.ts",
|
||||||
|
"properties": {
|
||||||
|
"id": "The ID of the view configuration.",
|
||||||
|
"entity": "The entity of the view configuration",
|
||||||
|
"name": "The name of the view configuration",
|
||||||
|
"user_id": "The user id of the view configuration",
|
||||||
|
"is_system_default": "Whether the view configuration is system default.",
|
||||||
|
"configuration": "The configuration of the view configuration"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"UserPreference": {
|
||||||
|
"filePath": "packages/modules/settings/src/models/user-preference.ts",
|
||||||
|
"properties": {
|
||||||
|
"id": "The ID of the user preference.",
|
||||||
|
"user_id": "The user id of the user preference",
|
||||||
|
"key": "The key of the user preference",
|
||||||
|
"value": "The value of the user preference"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user