From f239f38e5860db48749cd24b1126b407a2b2c217 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 18:57:18 +0300 Subject: [PATCH] chore(docs): Generated DML JSON files (automated) (#13328) Co-authored-by: olivermrbl --- www/utils/generated/dml-output/settings.json | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 www/utils/generated/dml-output/settings.json diff --git a/www/utils/generated/dml-output/settings.json b/www/utils/generated/dml-output/settings.json new file mode 100644 index 0000000000..a4115f9c48 --- /dev/null +++ b/www/utils/generated/dml-output/settings.json @@ -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" + } + } +} \ No newline at end of file