@solidxai/core 0.1.9-beta.6 → 0.1.9-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants/chatter-message.constants.d.ts +6 -0
- package/dist/constants/chatter-message.constants.d.ts.map +1 -1
- package/dist/constants/chatter-message.constants.js +7 -1
- package/dist/constants/chatter-message.constants.js.map +1 -1
- package/dist/controllers/authentication.controller.d.ts +12 -0
- package/dist/controllers/authentication.controller.d.ts.map +1 -1
- package/dist/controllers/authentication.controller.js +13 -0
- package/dist/controllers/authentication.controller.js.map +1 -1
- package/dist/controllers/chatter-message.controller.d.ts +1 -0
- package/dist/controllers/chatter-message.controller.d.ts.map +1 -1
- package/dist/controllers/chatter-message.controller.js +12 -0
- package/dist/controllers/chatter-message.controller.js.map +1 -1
- package/dist/controllers/facebook-authentication.controller.d.ts +27 -0
- package/dist/controllers/facebook-authentication.controller.d.ts.map +1 -0
- package/dist/controllers/facebook-authentication.controller.js +117 -0
- package/dist/controllers/facebook-authentication.controller.js.map +1 -0
- package/dist/controllers/menu-item-metadata.controller.d.ts +1 -0
- package/dist/controllers/menu-item-metadata.controller.d.ts.map +1 -1
- package/dist/controllers/menu-item-metadata.controller.js +15 -0
- package/dist/controllers/menu-item-metadata.controller.js.map +1 -1
- package/dist/controllers/microsoft-authentication.controller.d.ts +27 -0
- package/dist/controllers/microsoft-authentication.controller.d.ts.map +1 -0
- package/dist/controllers/microsoft-authentication.controller.js +118 -0
- package/dist/controllers/microsoft-authentication.controller.js.map +1 -0
- package/dist/controllers/setting.controller.d.ts +2 -2
- package/dist/controllers/setting.controller.js +2 -2
- package/dist/decorators/auth.decorator.d.ts.map +1 -1
- package/dist/decorators/computed-field-provider.decorator.d.ts.map +1 -1
- package/dist/decorators/dashboard-question-data-provider.decorator.d.ts.map +1 -1
- package/dist/decorators/dashboard-selection-provider.decorator.d.ts.map +1 -1
- package/dist/decorators/disallow-in-production.decorator.d.ts.map +1 -1
- package/dist/decorators/error-codes-provider.decorator.d.ts.map +1 -1
- package/dist/decorators/extension-user-creation-provider.decorator.d.ts.map +1 -1
- package/dist/decorators/is-not-in-enum.decorator.d.ts.map +1 -1
- package/dist/decorators/mail-provider.decorator.d.ts.map +1 -1
- package/dist/decorators/roles.decorator.d.ts.map +1 -1
- package/dist/decorators/scheduled-job-provider.decorator.d.ts.map +1 -1
- package/dist/decorators/security-rule-config-provider.decorator.d.ts.map +1 -1
- package/dist/decorators/selection-provider.decorator.d.ts.map +1 -1
- package/dist/decorators/sms-provider.decorator.d.ts.map +1 -1
- package/dist/decorators/solid-database-module.decorator.d.ts.map +1 -1
- package/dist/decorators/whatsapp-provider.decorator.d.ts.map +1 -1
- package/dist/dtos/create-chatter-message.dto.d.ts +1 -0
- package/dist/dtos/create-chatter-message.dto.d.ts.map +1 -1
- package/dist/dtos/create-chatter-message.dto.js +7 -1
- package/dist/dtos/create-chatter-message.dto.js.map +1 -1
- package/dist/dtos/post-chatter-message.dto.d.ts +1 -0
- package/dist/dtos/post-chatter-message.dto.d.ts.map +1 -1
- package/dist/dtos/post-chatter-message.dto.js +6 -1
- package/dist/dtos/post-chatter-message.dto.js.map +1 -1
- package/dist/dtos/update-chatter-message.dto.d.ts +1 -0
- package/dist/dtos/update-chatter-message.dto.d.ts.map +1 -1
- package/dist/dtos/update-chatter-message.dto.js +7 -1
- package/dist/dtos/update-chatter-message.dto.js.map +1 -1
- package/dist/entities/chatter-message.entity.d.ts +1 -0
- package/dist/entities/chatter-message.entity.d.ts.map +1 -1
- package/dist/entities/chatter-message.entity.js +5 -1
- package/dist/entities/chatter-message.entity.js.map +1 -1
- package/dist/entities/user.entity.d.ts +8 -0
- package/dist/entities/user.entity.d.ts.map +1 -1
- package/dist/entities/user.entity.js +33 -1
- package/dist/entities/user.entity.js.map +1 -1
- package/dist/helpers/cors.helper.js +1 -1
- package/dist/helpers/cors.helper.js.map +1 -1
- package/dist/helpers/facebook-oauth.helper.d.ts +8 -0
- package/dist/helpers/facebook-oauth.helper.d.ts.map +1 -0
- package/dist/helpers/facebook-oauth.helper.js +11 -0
- package/dist/helpers/facebook-oauth.helper.js.map +1 -0
- package/dist/helpers/field-crud-managers/ManyToManyRelationFieldCrudManager.js +5 -5
- package/dist/helpers/field-crud-managers/ManyToManyRelationFieldCrudManager.js.map +1 -1
- package/dist/helpers/field-crud-managers/ManyToOneRelationFieldCrudManager.d.ts.map +1 -1
- package/dist/helpers/field-crud-managers/ManyToOneRelationFieldCrudManager.js +2 -2
- package/dist/helpers/field-crud-managers/ManyToOneRelationFieldCrudManager.js.map +1 -1
- package/dist/helpers/field-crud-managers/OneToManyRelationFieldCrudManager.js +5 -5
- package/dist/helpers/field-crud-managers/OneToManyRelationFieldCrudManager.js.map +1 -1
- package/dist/helpers/microsoft-oauth.helper.d.ts +9 -0
- package/dist/helpers/microsoft-oauth.helper.d.ts.map +1 -0
- package/dist/helpers/microsoft-oauth.helper.js +12 -0
- package/dist/helpers/microsoft-oauth.helper.js.map +1 -0
- package/dist/helpers/module-metadata-helper.service.js +3 -3
- package/dist/helpers/module-metadata-helper.service.js.map +1 -1
- package/dist/helpers/security.helper.d.ts.map +1 -1
- package/dist/helpers/string.helper.d.ts +1 -0
- package/dist/helpers/string.helper.d.ts.map +1 -1
- package/dist/helpers/string.helper.js +4 -1
- package/dist/helpers/string.helper.js.map +1 -1
- package/dist/helpers/user-helper.d.ts.map +1 -1
- package/dist/helpers/user-helper.js +4 -0
- package/dist/helpers/user-helper.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/interfaces.d.ts +19 -0
- package/dist/interfaces.d.ts.map +1 -1
- package/dist/interfaces.js.map +1 -1
- package/dist/passport-strategies/facebook-oauth.strategy.d.ts +14 -0
- package/dist/passport-strategies/facebook-oauth.strategy.d.ts.map +1 -0
- package/dist/passport-strategies/facebook-oauth.strategy.js +73 -0
- package/dist/passport-strategies/facebook-oauth.strategy.js.map +1 -0
- package/dist/passport-strategies/microsoft-oauth.strategy.d.ts +14 -0
- package/dist/passport-strategies/microsoft-oauth.strategy.d.ts.map +1 -0
- package/dist/passport-strategies/microsoft-oauth.strategy.js +77 -0
- package/dist/passport-strategies/microsoft-oauth.strategy.js.map +1 -0
- package/dist/repository/chatter-message-details.repository.d.ts.map +1 -1
- package/dist/repository/chatter-message-details.repository.js +7 -6
- package/dist/repository/chatter-message-details.repository.js.map +1 -1
- package/dist/repository/chatter-message.repository.d.ts.map +1 -1
- package/dist/repository/chatter-message.repository.js +4 -4
- package/dist/repository/chatter-message.repository.js.map +1 -1
- package/dist/repository/solid-base.repository.js +2 -2
- package/dist/repository/solid-base.repository.js.map +1 -1
- package/dist/seeders/module-test-data.service.js +4 -4
- package/dist/seeders/module-test-data.service.js.map +1 -1
- package/dist/seeders/seed-data/solid-core-metadata.json +27 -58
- package/dist/services/api-key.service.d.ts +17 -1
- package/dist/services/api-key.service.d.ts.map +1 -1
- package/dist/services/api-key.service.js +38 -2
- package/dist/services/api-key.service.js.map +1 -1
- package/dist/services/authentication.service.d.ts +51 -16
- package/dist/services/authentication.service.d.ts.map +1 -1
- package/dist/services/authentication.service.js +318 -150
- package/dist/services/authentication.service.js.map +1 -1
- package/dist/services/chatter-message.service.d.ts +1 -0
- package/dist/services/chatter-message.service.d.ts.map +1 -1
- package/dist/services/chatter-message.service.js +17 -0
- package/dist/services/chatter-message.service.js.map +1 -1
- package/dist/services/computed-fields/entity/sequence-num-computed-field-provider.d.ts.map +1 -1
- package/dist/services/computed-fields/entity/sequence-num-computed-field-provider.js +2 -2
- package/dist/services/computed-fields/entity/sequence-num-computed-field-provider.js.map +1 -1
- package/dist/services/crud-helper.service.d.ts.map +1 -1
- package/dist/services/crud-helper.service.js +9 -9
- package/dist/services/crud-helper.service.js.map +1 -1
- package/dist/services/export-transaction.service.d.ts.map +1 -1
- package/dist/services/export-transaction.service.js +4 -3
- package/dist/services/export-transaction.service.js.map +1 -1
- package/dist/services/field-metadata.service.d.ts.map +1 -1
- package/dist/services/field-metadata.service.js +7 -7
- package/dist/services/field-metadata.service.js.map +1 -1
- package/dist/services/fixtures.service.js +2 -2
- package/dist/services/fixtures.service.js.map +1 -1
- package/dist/services/genai/mcp-handlers/mcp-handler-factory.service.d.ts.map +1 -1
- package/dist/services/genai/mcp-handlers/mcp-handler-factory.service.js +2 -2
- package/dist/services/genai/mcp-handlers/mcp-handler-factory.service.js.map +1 -1
- package/dist/services/import-transaction.service.d.ts.map +1 -1
- package/dist/services/import-transaction.service.js +2 -2
- package/dist/services/import-transaction.service.js.map +1 -1
- package/dist/services/menu-item-metadata.service.js +2 -2
- package/dist/services/menu-item-metadata.service.js.map +1 -1
- package/dist/services/model-metadata.service.d.ts.map +1 -1
- package/dist/services/model-metadata.service.js +12 -11
- package/dist/services/model-metadata.service.js.map +1 -1
- package/dist/services/module-metadata.service.d.ts.map +1 -1
- package/dist/services/module-metadata.service.js +2 -2
- package/dist/services/module-metadata.service.js.map +1 -1
- package/dist/services/queues/publisher-factory.service.d.ts.map +1 -1
- package/dist/services/queues/publisher-factory.service.js +2 -2
- package/dist/services/queues/publisher-factory.service.js.map +1 -1
- package/dist/services/selection-providers/pseudo-foreign-key-selection-provider.service.js +3 -3
- package/dist/services/selection-providers/pseudo-foreign-key-selection-provider.service.js.map +1 -1
- package/dist/services/setting.service.d.ts +5 -2
- package/dist/services/setting.service.d.ts.map +1 -1
- package/dist/services/setting.service.js +51 -6
- package/dist/services/setting.service.js.map +1 -1
- package/dist/services/settings/default-settings-provider.service.d.ts +830 -0
- package/dist/services/settings/default-settings-provider.service.d.ts.map +1 -1
- package/dist/services/settings/default-settings-provider.service.js +1033 -117
- package/dist/services/settings/default-settings-provider.service.js.map +1 -1
- package/dist/services/solid-introspect.service.js +2 -2
- package/dist/services/solid-introspect.service.js.map +1 -1
- package/dist/services/user.service.d.ts +2 -0
- package/dist/services/user.service.d.ts.map +1 -1
- package/dist/services/user.service.js +72 -0
- package/dist/services/user.service.js.map +1 -1
- package/dist/services/view-metadata.service.d.ts.map +1 -1
- package/dist/services/view-metadata.service.js +2 -2
- package/dist/services/view-metadata.service.js.map +1 -1
- package/dist/solid-core.module.d.ts.map +1 -1
- package/dist/solid-core.module.js +11 -3
- package/dist/solid-core.module.js.map +1 -1
- package/dist/subscribers/computed-entity-field.subscriber.js +6 -6
- package/dist/subscribers/computed-entity-field.subscriber.js.map +1 -1
- package/dist/transformers/array-transformer.d.ts.map +1 -1
- package/dist/transformers/boolean-transformer.d.ts.map +1 -1
- package/dist/transformers/datetime-transformer.d.ts.map +1 -1
- package/dist/transformers/integer-transformer.d.ts.map +1 -1
- package/dist/validators/is-parsable-int.d.ts.map +1 -1
- package/dist-tests/api/authenticate.spec.js +119 -0
- package/dist-tests/api/authenticate.spec.js.map +1 -0
- package/dist-tests/api/crud-service.findOne.cityMaster.spec.js +97 -0
- package/dist-tests/api/crud-service.findOne.cityMaster.spec.js.map +1 -0
- package/dist-tests/api/ping.spec.js +21 -0
- package/dist-tests/api/ping.spec.js.map +1 -0
- package/dist-tests/helpers/auth.js +41 -0
- package/dist-tests/helpers/auth.js.map +1 -0
- package/dist-tests/helpers/env.js +11 -0
- package/dist-tests/helpers/env.js.map +1 -0
- package/docs/java-spring/README.md +3 -0
- package/docs/java-spring/solid-core-module-deep-dive-report.md +1317 -0
- package/nest +0 -0
- package/package.json +7 -2
- package/src/constants/chatter-message.constants.ts +7 -0
- package/src/controllers/authentication.controller.ts +8 -1
- package/src/controllers/chatter-message.controller.ts +6 -0
- package/src/controllers/facebook-authentication.controller.ts +113 -0
- package/src/controllers/menu-item-metadata.controller.ts +21 -15
- package/src/controllers/microsoft-authentication.controller.ts +116 -0
- package/src/dtos/create-chatter-message.dto.ts +11 -0
- package/src/dtos/post-chatter-message.dto.ts +4 -0
- package/src/dtos/update-chatter-message.dto.ts +13 -1
- package/src/entities/chatter-message.entity.ts +4 -1
- package/src/entities/user.entity.ts +32 -0
- package/src/helpers/cors.helper.ts +1 -1
- package/src/helpers/facebook-oauth.helper.ts +17 -0
- package/src/helpers/field-crud-managers/ManyToManyRelationFieldCrudManager.ts +1 -1
- package/src/helpers/field-crud-managers/ManyToOneRelationFieldCrudManager.ts +1 -2
- package/src/helpers/field-crud-managers/OneToManyRelationFieldCrudManager.ts +1 -1
- package/src/helpers/microsoft-oauth.helper.ts +19 -0
- package/src/helpers/module-metadata-helper.service.ts +3 -3
- package/src/helpers/string.helper.ts +3 -0
- package/src/helpers/user-helper.ts +4 -0
- package/src/index.ts +2 -0
- package/src/interfaces.ts +32 -1
- package/src/passport-strategies/facebook-oauth.strategy.ts +64 -0
- package/src/passport-strategies/microsoft-oauth.strategy.ts +70 -0
- package/src/repository/chatter-message-details.repository.ts +4 -3
- package/src/repository/chatter-message.repository.ts +4 -4
- package/src/repository/solid-base.repository.ts +2 -2
- package/src/seeders/module-test-data.service.ts +1 -1
- package/src/seeders/seed-data/solid-core-metadata.json +27 -58
- package/src/services/api-key.service.ts +77 -35
- package/src/services/authentication.service.ts +1717 -1278
- package/src/services/chatter-message.service.ts +22 -4
- package/src/services/computed-fields/entity/sequence-num-computed-field-provider.ts +1 -2
- package/src/services/crud-helper.service.ts +1 -4
- package/src/services/export-transaction.service.ts +3 -4
- package/src/services/field-metadata.service.ts +1 -4
- package/src/services/fixtures.service.ts +1 -1
- package/src/services/genai/mcp-handlers/mcp-handler-factory.service.ts +1 -2
- package/src/services/import-transaction.service.ts +1 -1
- package/src/services/menu-item-metadata.service.ts +2 -2
- package/src/services/model-metadata.service.ts +11 -13
- package/src/services/module-metadata.service.ts +1 -2
- package/src/services/queues/publisher-factory.service.ts +1 -2
- package/src/services/selection-providers/pseudo-foreign-key-selection-provider.service.ts +1 -1
- package/src/services/setting.service.ts +64 -8
- package/src/services/settings/default-settings-provider.service.ts +1104 -155
- package/src/services/solid-introspect.service.ts +1 -1
- package/src/services/user.service.ts +87 -0
- package/src/services/view-metadata.service.ts +1 -5
- package/src/solid-core.module.ts +25 -8
- package/src/subscribers/computed-entity-field.subscriber.ts +6 -6
- package/.claude/settings.local.json +0 -15
- package/src/services/1.js +0 -6
|
@@ -6,122 +6,247 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
|
|
|
6
6
|
readonly key: "iamGoogleOAuthEnabled";
|
|
7
7
|
readonly value: false;
|
|
8
8
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
9
|
+
readonly label: "Allow Login / Signup With Google";
|
|
10
|
+
readonly group: "authentication-settings";
|
|
11
|
+
readonly sortOrder: 50;
|
|
12
|
+
readonly controlType: "boolean";
|
|
13
|
+
}, {
|
|
14
|
+
readonly moduleName: "solid-core";
|
|
15
|
+
readonly key: "iamFacebookOAuthEnabled";
|
|
16
|
+
readonly value: false;
|
|
17
|
+
readonly level: SettingLevel.SystemAdminEditable;
|
|
18
|
+
}, {
|
|
19
|
+
readonly moduleName: "solid-core";
|
|
20
|
+
readonly key: "iamMicrosoftOAuthEnabled";
|
|
21
|
+
readonly value: false;
|
|
22
|
+
readonly level: SettingLevel.SystemAdminEditable;
|
|
9
23
|
}, {
|
|
10
24
|
readonly moduleName: "solid-core";
|
|
11
25
|
readonly key: "authPagesLayout";
|
|
12
26
|
readonly value: "center";
|
|
13
27
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
28
|
+
readonly label: "Authentication Screen Layout";
|
|
29
|
+
readonly group: "authentication-settings";
|
|
30
|
+
readonly sortOrder: 80;
|
|
31
|
+
readonly controlType: "selectionStatic";
|
|
32
|
+
readonly options: [{
|
|
33
|
+
readonly label: "Left";
|
|
34
|
+
readonly value: "left";
|
|
35
|
+
}, {
|
|
36
|
+
readonly label: "Center";
|
|
37
|
+
readonly value: "center";
|
|
38
|
+
}, {
|
|
39
|
+
readonly label: "Right";
|
|
40
|
+
readonly value: "right";
|
|
41
|
+
}];
|
|
14
42
|
}, {
|
|
15
43
|
readonly moduleName: "solid-core";
|
|
16
44
|
readonly key: "appLogo";
|
|
17
45
|
readonly value: any;
|
|
18
46
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
47
|
+
readonly label: "App Logo";
|
|
48
|
+
readonly group: "app-settings";
|
|
49
|
+
readonly sortOrder: 10;
|
|
50
|
+
readonly controlType: "mediaSingle";
|
|
19
51
|
}, {
|
|
20
52
|
readonly moduleName: "solid-core";
|
|
21
53
|
readonly key: "companylogo";
|
|
22
54
|
readonly value: any;
|
|
23
55
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
56
|
+
readonly label: "Company Logo";
|
|
57
|
+
readonly group: "app-settings";
|
|
58
|
+
readonly sortOrder: 20;
|
|
59
|
+
readonly controlType: "mediaSingle";
|
|
24
60
|
}, {
|
|
25
61
|
readonly moduleName: "solid-core";
|
|
26
62
|
readonly key: "favicon";
|
|
27
63
|
readonly value: any;
|
|
28
64
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
65
|
+
readonly label: "Favicon";
|
|
66
|
+
readonly group: "app-settings";
|
|
67
|
+
readonly sortOrder: 30;
|
|
68
|
+
readonly controlType: "mediaSingle";
|
|
29
69
|
}, {
|
|
30
70
|
readonly moduleName: "solid-core";
|
|
31
71
|
readonly key: "appLogoPosition";
|
|
32
72
|
readonly value: "in_form_view";
|
|
33
73
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
74
|
+
readonly label: "App Logo Position";
|
|
75
|
+
readonly group: "app-settings";
|
|
76
|
+
readonly sortOrder: 40;
|
|
77
|
+
readonly controlType: "selectionStatic";
|
|
78
|
+
readonly options: [{
|
|
79
|
+
readonly label: "In Form View";
|
|
80
|
+
readonly value: "in_form_view";
|
|
81
|
+
}, {
|
|
82
|
+
readonly label: "In Image View";
|
|
83
|
+
readonly value: "in_image_view";
|
|
84
|
+
}];
|
|
34
85
|
}, {
|
|
35
86
|
readonly moduleName: "solid-core";
|
|
36
87
|
readonly key: "showAuthContent";
|
|
37
88
|
readonly value: false;
|
|
38
89
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
90
|
+
readonly label: "Show Details On Authentication Screen";
|
|
91
|
+
readonly group: "app-settings";
|
|
92
|
+
readonly sortOrder: 50;
|
|
93
|
+
readonly controlType: "boolean";
|
|
39
94
|
}, {
|
|
40
95
|
readonly moduleName: "solid-core";
|
|
41
96
|
readonly key: "appTitle";
|
|
42
97
|
readonly value: string;
|
|
43
98
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
99
|
+
readonly label: "App Title";
|
|
100
|
+
readonly group: "app-settings";
|
|
101
|
+
readonly sortOrder: 60;
|
|
102
|
+
readonly controlType: "shortText";
|
|
44
103
|
}, {
|
|
45
104
|
readonly moduleName: "solid-core";
|
|
46
105
|
readonly key: "appSubtitle";
|
|
47
106
|
readonly value: string;
|
|
48
107
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
108
|
+
readonly label: "App Subtitle";
|
|
109
|
+
readonly group: "app-settings";
|
|
110
|
+
readonly sortOrder: 70;
|
|
111
|
+
readonly controlType: "shortText";
|
|
49
112
|
}, {
|
|
50
113
|
readonly moduleName: "solid-core";
|
|
51
114
|
readonly key: "appDescription";
|
|
52
115
|
readonly value: string;
|
|
53
116
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
117
|
+
readonly label: "Description";
|
|
118
|
+
readonly group: "app-settings";
|
|
119
|
+
readonly sortOrder: 80;
|
|
120
|
+
readonly controlType: "longText";
|
|
54
121
|
}, {
|
|
55
122
|
readonly moduleName: "solid-core";
|
|
56
123
|
readonly key: "showLegalLinks";
|
|
57
124
|
readonly value: false;
|
|
58
125
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
126
|
+
readonly label: "Show Legal Links";
|
|
127
|
+
readonly group: "app-settings";
|
|
128
|
+
readonly sortOrder: 90;
|
|
129
|
+
readonly controlType: "boolean";
|
|
59
130
|
}, {
|
|
60
131
|
readonly moduleName: "solid-core";
|
|
61
132
|
readonly key: "appTnc";
|
|
62
133
|
readonly value: any;
|
|
63
134
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
135
|
+
readonly label: "Terms And Conditions Link";
|
|
136
|
+
readonly group: "app-settings";
|
|
137
|
+
readonly sortOrder: 100;
|
|
138
|
+
readonly controlType: "shortText";
|
|
64
139
|
}, {
|
|
65
140
|
readonly moduleName: "solid-core";
|
|
66
141
|
readonly key: "appPrivacyPolicy";
|
|
67
142
|
readonly value: any;
|
|
68
143
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
144
|
+
readonly label: "Privacy Policy Link";
|
|
145
|
+
readonly group: "app-settings";
|
|
146
|
+
readonly sortOrder: 110;
|
|
147
|
+
readonly controlType: "shortText";
|
|
69
148
|
}, {
|
|
70
149
|
readonly moduleName: "solid-core";
|
|
71
150
|
readonly key: "enableDarkMode";
|
|
72
151
|
readonly value: true;
|
|
73
152
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
153
|
+
readonly label: "Enable Dark Mode";
|
|
154
|
+
readonly group: "app-settings";
|
|
155
|
+
readonly sortOrder: 120;
|
|
156
|
+
readonly controlType: "boolean";
|
|
74
157
|
}, {
|
|
75
158
|
readonly moduleName: "solid-core";
|
|
76
159
|
readonly key: "copyright";
|
|
77
160
|
readonly value: any;
|
|
78
161
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
162
|
+
readonly label: "Copyright";
|
|
163
|
+
readonly group: "app-settings";
|
|
164
|
+
readonly sortOrder: 130;
|
|
165
|
+
readonly controlType: "longText";
|
|
79
166
|
}, {
|
|
80
167
|
readonly moduleName: "solid-core";
|
|
81
168
|
readonly key: "enableUsername";
|
|
82
169
|
readonly value: true;
|
|
83
170
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
171
|
+
readonly label: "Enable Username";
|
|
172
|
+
readonly group: "misc-settings";
|
|
173
|
+
readonly sortOrder: 10;
|
|
174
|
+
readonly controlType: "boolean";
|
|
84
175
|
}, {
|
|
85
176
|
readonly moduleName: "solid-core";
|
|
86
177
|
readonly key: "enabledNotification";
|
|
87
178
|
readonly value: true;
|
|
88
179
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
180
|
+
readonly label: "Enable Notification";
|
|
181
|
+
readonly group: "misc-settings";
|
|
182
|
+
readonly sortOrder: 20;
|
|
183
|
+
readonly controlType: "boolean";
|
|
89
184
|
}, {
|
|
90
185
|
readonly moduleName: "solid-core";
|
|
91
186
|
readonly key: "contactSupportEmail";
|
|
92
187
|
readonly value: any;
|
|
93
188
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
189
|
+
readonly label: "Contact Support Email";
|
|
190
|
+
readonly group: "misc-settings";
|
|
191
|
+
readonly sortOrder: 30;
|
|
192
|
+
readonly controlType: "shortText";
|
|
94
193
|
}, {
|
|
95
194
|
readonly moduleName: "solid-core";
|
|
96
195
|
readonly key: "contactSupportDisplayName";
|
|
97
196
|
readonly value: any;
|
|
98
197
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
198
|
+
readonly label: "Contact Support Display Name";
|
|
199
|
+
readonly group: "misc-settings";
|
|
200
|
+
readonly sortOrder: 40;
|
|
201
|
+
readonly controlType: "shortText";
|
|
99
202
|
}, {
|
|
100
203
|
readonly moduleName: "solid-core";
|
|
101
204
|
readonly key: "contactSupportIcon";
|
|
102
205
|
readonly value: any;
|
|
103
206
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
207
|
+
readonly label: "Contact Support Icon";
|
|
208
|
+
readonly group: "misc-settings";
|
|
209
|
+
readonly sortOrder: 50;
|
|
210
|
+
readonly controlType: "shortText";
|
|
104
211
|
}, {
|
|
105
212
|
readonly moduleName: "solid-core";
|
|
106
213
|
readonly key: "authScreenRightBackgroundImage";
|
|
107
214
|
readonly value: any;
|
|
108
215
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
216
|
+
readonly label: "Authentication Right Banner Image";
|
|
217
|
+
readonly group: "authentication-settings";
|
|
218
|
+
readonly sortOrder: 90;
|
|
219
|
+
readonly controlType: "mediaSingle";
|
|
109
220
|
}, {
|
|
110
221
|
readonly moduleName: "solid-core";
|
|
111
222
|
readonly key: "authScreenLeftBackgroundImage";
|
|
112
223
|
readonly value: any;
|
|
113
224
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
225
|
+
readonly label: "Authentication Left Banner Image";
|
|
226
|
+
readonly group: "authentication-settings";
|
|
227
|
+
readonly sortOrder: 100;
|
|
228
|
+
readonly controlType: "mediaSingle";
|
|
114
229
|
}, {
|
|
115
230
|
readonly moduleName: "solid-core";
|
|
116
231
|
readonly key: "authScreenCenterBackgroundImage";
|
|
117
232
|
readonly value: any;
|
|
118
233
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
234
|
+
readonly label: "Authentication Center Background Image";
|
|
235
|
+
readonly group: "authentication-settings";
|
|
236
|
+
readonly sortOrder: 110;
|
|
237
|
+
readonly controlType: "mediaSingle";
|
|
119
238
|
}, {
|
|
120
239
|
readonly moduleName: "solid-core";
|
|
121
240
|
readonly key: "solidXGenAiCodeBuilderConfig";
|
|
122
241
|
readonly value: string;
|
|
123
242
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
124
243
|
readonly encrypted: true;
|
|
244
|
+
readonly label: "AI Code Builder Configuration";
|
|
245
|
+
readonly description: "Structured configuration for AI providers and model assignments.";
|
|
246
|
+
readonly group: "ai-settings";
|
|
247
|
+
readonly sortOrder: 10;
|
|
248
|
+
readonly controlType: "custom";
|
|
249
|
+
readonly settingsWidget: "solidXGenAiCodeBuilderConfigWidget";
|
|
125
250
|
}, {
|
|
126
251
|
readonly moduleName: "solid-core";
|
|
127
252
|
readonly key: "appEncryptionKey";
|
|
@@ -132,11 +257,19 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
|
|
|
132
257
|
readonly key: "mcpEnabled";
|
|
133
258
|
readonly value: string | false;
|
|
134
259
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
260
|
+
readonly label: "MCP Enabled";
|
|
261
|
+
readonly group: "ai-settings";
|
|
262
|
+
readonly sortOrder: 20;
|
|
263
|
+
readonly controlType: "boolean";
|
|
135
264
|
}, {
|
|
136
265
|
readonly moduleName: "solid-core";
|
|
137
266
|
readonly key: "mcpServerUrl";
|
|
138
267
|
readonly value: string;
|
|
139
268
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
269
|
+
readonly label: "MCP Server URL";
|
|
270
|
+
readonly group: "ai-settings";
|
|
271
|
+
readonly sortOrder: 30;
|
|
272
|
+
readonly controlType: "shortText";
|
|
140
273
|
}, {
|
|
141
274
|
readonly moduleName: "solid-core";
|
|
142
275
|
readonly key: "mcpApiKey";
|
|
@@ -147,41 +280,80 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
|
|
|
147
280
|
readonly key: "dateTimeFormat";
|
|
148
281
|
readonly value: string;
|
|
149
282
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
283
|
+
readonly label: "Date Time Format";
|
|
284
|
+
readonly group: "system-settings";
|
|
285
|
+
readonly sortOrder: 10;
|
|
286
|
+
readonly controlType: "shortText";
|
|
150
287
|
}, {
|
|
151
288
|
readonly moduleName: "solid-core";
|
|
152
289
|
readonly key: "dateFormat";
|
|
153
290
|
readonly value: string;
|
|
154
291
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
292
|
+
readonly label: "Date Format";
|
|
293
|
+
readonly group: "system-settings";
|
|
294
|
+
readonly sortOrder: 20;
|
|
295
|
+
readonly controlType: "shortText";
|
|
155
296
|
}, {
|
|
156
297
|
readonly moduleName: "solid-core";
|
|
157
298
|
readonly key: "baseUrl";
|
|
158
299
|
readonly value: string;
|
|
159
300
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
301
|
+
readonly label: "Base URL";
|
|
302
|
+
readonly group: "system-settings";
|
|
303
|
+
readonly sortOrder: 30;
|
|
304
|
+
readonly controlType: "shortText";
|
|
160
305
|
}, {
|
|
161
306
|
readonly moduleName: "solid-core";
|
|
162
307
|
readonly key: "solidAppWebsiteUrl";
|
|
163
308
|
readonly value: string;
|
|
164
309
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
310
|
+
readonly label: "Solid App Website URL";
|
|
311
|
+
readonly group: "system-settings";
|
|
312
|
+
readonly sortOrder: 40;
|
|
313
|
+
readonly controlType: "shortText";
|
|
165
314
|
}, {
|
|
166
315
|
readonly moduleName: "solid-core";
|
|
167
316
|
readonly key: "moduleMetadataSeederFiles";
|
|
168
317
|
readonly value: string;
|
|
169
318
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
319
|
+
readonly label: "Module Metadata Seeder Files";
|
|
320
|
+
readonly group: "storage-settings";
|
|
321
|
+
readonly sortOrder: 10;
|
|
322
|
+
readonly controlType: "longText";
|
|
170
323
|
}, {
|
|
171
324
|
readonly moduleName: "solid-core";
|
|
172
325
|
readonly key: "uploadDir";
|
|
173
326
|
readonly value: string;
|
|
174
327
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
328
|
+
readonly label: "Upload Directory";
|
|
329
|
+
readonly group: "storage-settings";
|
|
330
|
+
readonly sortOrder: 20;
|
|
331
|
+
readonly controlType: "shortText";
|
|
175
332
|
}, {
|
|
176
333
|
readonly moduleName: "solid-core";
|
|
177
334
|
readonly key: "fileStorageDir";
|
|
178
335
|
readonly value: string;
|
|
179
336
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
337
|
+
readonly label: "File Storage Directory";
|
|
338
|
+
readonly group: "storage-settings";
|
|
339
|
+
readonly sortOrder: 30;
|
|
340
|
+
readonly controlType: "shortText";
|
|
180
341
|
}, {
|
|
181
342
|
readonly moduleName: "solid-core";
|
|
182
343
|
readonly key: "defaultFileService";
|
|
183
344
|
readonly value: string;
|
|
184
345
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
346
|
+
readonly label: "Default File Service";
|
|
347
|
+
readonly group: "storage-settings";
|
|
348
|
+
readonly sortOrder: 40;
|
|
349
|
+
readonly controlType: "selectionStatic";
|
|
350
|
+
readonly options: [{
|
|
351
|
+
readonly label: "Disk";
|
|
352
|
+
readonly value: "disk";
|
|
353
|
+
}, {
|
|
354
|
+
readonly label: "S3";
|
|
355
|
+
readonly value: "s3";
|
|
356
|
+
}];
|
|
185
357
|
}, {
|
|
186
358
|
readonly moduleName: "solid-core";
|
|
187
359
|
readonly key: "S3_AWS_ACCESS_KEY";
|
|
@@ -197,41 +369,80 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
|
|
|
197
369
|
readonly key: "S3_AWS_REGION_NAME";
|
|
198
370
|
readonly value: string;
|
|
199
371
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
372
|
+
readonly label: "AWS Region Name";
|
|
373
|
+
readonly group: "storage-settings";
|
|
374
|
+
readonly sortOrder: 50;
|
|
375
|
+
readonly controlType: "shortText";
|
|
200
376
|
}, {
|
|
201
377
|
readonly moduleName: "solid-core";
|
|
202
378
|
readonly key: "S3_DEFAULT_BUCKET";
|
|
203
379
|
readonly value: string;
|
|
204
380
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
381
|
+
readonly label: "S3 Default Bucket";
|
|
382
|
+
readonly group: "storage-settings";
|
|
383
|
+
readonly sortOrder: 60;
|
|
384
|
+
readonly controlType: "shortText";
|
|
205
385
|
}, {
|
|
206
386
|
readonly moduleName: "solid-core";
|
|
207
387
|
readonly key: "emailProvider";
|
|
208
388
|
readonly value: string;
|
|
209
389
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
390
|
+
readonly label: "Email Provider";
|
|
391
|
+
readonly group: "email-settings";
|
|
392
|
+
readonly sortOrder: 10;
|
|
393
|
+
readonly controlType: "selectionStatic";
|
|
394
|
+
readonly options: [{
|
|
395
|
+
readonly label: "SMTP Email Service";
|
|
396
|
+
readonly value: "SMTPEMailService";
|
|
397
|
+
}, {
|
|
398
|
+
readonly label: "Elastic Email Service";
|
|
399
|
+
readonly value: "ElasticEmailService";
|
|
400
|
+
}];
|
|
210
401
|
}, {
|
|
211
402
|
readonly moduleName: "solid-core";
|
|
212
403
|
readonly key: "emailTemplateSeederFiles";
|
|
213
404
|
readonly value: string;
|
|
214
405
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
406
|
+
readonly label: "Email Template Seeder Files";
|
|
407
|
+
readonly group: "email-settings";
|
|
408
|
+
readonly sortOrder: 20;
|
|
409
|
+
readonly controlType: "longText";
|
|
215
410
|
}, {
|
|
216
411
|
readonly moduleName: "solid-core";
|
|
217
412
|
readonly key: "shouldQueueEmails";
|
|
218
413
|
readonly value: boolean;
|
|
219
414
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
415
|
+
readonly label: "Queue Emails";
|
|
416
|
+
readonly group: "email-settings";
|
|
417
|
+
readonly sortOrder: 30;
|
|
418
|
+
readonly controlType: "boolean";
|
|
220
419
|
}, {
|
|
221
420
|
readonly moduleName: "solid-core";
|
|
222
421
|
readonly key: "smtpMailHost";
|
|
223
422
|
readonly value: string;
|
|
224
423
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
424
|
+
readonly label: "SMTP Mail Host";
|
|
425
|
+
readonly group: "email-settings";
|
|
426
|
+
readonly sortOrder: 40;
|
|
427
|
+
readonly controlType: "shortText";
|
|
225
428
|
}, {
|
|
226
429
|
readonly moduleName: "solid-core";
|
|
227
430
|
readonly key: "smtpMailPort";
|
|
228
431
|
readonly value: number;
|
|
229
432
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
433
|
+
readonly label: "SMTP Mail Port";
|
|
434
|
+
readonly group: "email-settings";
|
|
435
|
+
readonly sortOrder: 50;
|
|
436
|
+
readonly controlType: "numeric";
|
|
230
437
|
}, {
|
|
231
438
|
readonly moduleName: "solid-core";
|
|
232
439
|
readonly key: "smtpMailUsername";
|
|
233
440
|
readonly value: string;
|
|
234
441
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
442
|
+
readonly label: "SMTP Mail Username";
|
|
443
|
+
readonly group: "email-settings";
|
|
444
|
+
readonly sortOrder: 60;
|
|
445
|
+
readonly controlType: "shortText";
|
|
235
446
|
}, {
|
|
236
447
|
readonly moduleName: "solid-core";
|
|
237
448
|
readonly key: "smtpMailPassword";
|
|
@@ -242,6 +453,10 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
|
|
|
242
453
|
readonly key: "smtpMailFrom";
|
|
243
454
|
readonly value: string;
|
|
244
455
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
456
|
+
readonly label: "SMTP Mail From";
|
|
457
|
+
readonly group: "email-settings";
|
|
458
|
+
readonly sortOrder: 70;
|
|
459
|
+
readonly controlType: "shortText";
|
|
245
460
|
}, {
|
|
246
461
|
readonly moduleName: "solid-core";
|
|
247
462
|
readonly key: "apiMailKey";
|
|
@@ -252,11 +467,19 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
|
|
|
252
467
|
readonly key: "apiMailFrom";
|
|
253
468
|
readonly value: string;
|
|
254
469
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
470
|
+
readonly label: "API Mail From";
|
|
471
|
+
readonly group: "email-settings";
|
|
472
|
+
readonly sortOrder: 80;
|
|
473
|
+
readonly controlType: "shortText";
|
|
255
474
|
}, {
|
|
256
475
|
readonly moduleName: "solid-core";
|
|
257
476
|
readonly key: "ragServerUrl";
|
|
258
477
|
readonly value: string;
|
|
259
478
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
479
|
+
readonly label: "RAG Server URL";
|
|
480
|
+
readonly group: "ai-settings";
|
|
481
|
+
readonly sortOrder: 40;
|
|
482
|
+
readonly controlType: "shortText";
|
|
260
483
|
}, {
|
|
261
484
|
readonly moduleName: "solid-core";
|
|
262
485
|
readonly key: "ragServerLogin";
|
|
@@ -287,6 +510,10 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
|
|
|
287
510
|
readonly key: "clientID";
|
|
288
511
|
readonly value: string;
|
|
289
512
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
513
|
+
readonly label: "Google OAuth Client ID";
|
|
514
|
+
readonly group: "oauth-settings";
|
|
515
|
+
readonly sortOrder: 10;
|
|
516
|
+
readonly controlType: "shortText";
|
|
290
517
|
}, {
|
|
291
518
|
readonly moduleName: "solid-core";
|
|
292
519
|
readonly key: "clientSecret";
|
|
@@ -297,41 +524,118 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
|
|
|
297
524
|
readonly key: "callbackURL";
|
|
298
525
|
readonly value: string;
|
|
299
526
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
527
|
+
readonly label: "Google OAuth Callback URL";
|
|
528
|
+
readonly group: "oauth-settings";
|
|
529
|
+
readonly sortOrder: 20;
|
|
530
|
+
readonly controlType: "shortText";
|
|
300
531
|
}, {
|
|
301
532
|
readonly moduleName: "solid-core";
|
|
302
533
|
readonly key: "redirectURL";
|
|
303
534
|
readonly value: string;
|
|
304
535
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
536
|
+
readonly label: "Google OAuth Redirect URL";
|
|
537
|
+
readonly group: "oauth-settings";
|
|
538
|
+
readonly sortOrder: 30;
|
|
539
|
+
readonly controlType: "shortText";
|
|
540
|
+
}, {
|
|
541
|
+
readonly moduleName: "solid-core";
|
|
542
|
+
readonly key: "FACEBOOK_CLIENT_ID";
|
|
543
|
+
readonly value: string;
|
|
544
|
+
readonly level: SettingLevel.SystemAdminReadonly;
|
|
545
|
+
}, {
|
|
546
|
+
readonly moduleName: "solid-core";
|
|
547
|
+
readonly key: "FACEBOOK_CLIENT_SECRET";
|
|
548
|
+
readonly value: string;
|
|
549
|
+
readonly level: SettingLevel.SystemEnv;
|
|
550
|
+
}, {
|
|
551
|
+
readonly moduleName: "solid-core";
|
|
552
|
+
readonly key: "FACEBOOK_CALLBACK_URL";
|
|
553
|
+
readonly value: string;
|
|
554
|
+
readonly level: SettingLevel.SystemAdminReadonly;
|
|
555
|
+
}, {
|
|
556
|
+
readonly moduleName: "solid-core";
|
|
557
|
+
readonly key: "FACEBOOK_REDIRECT_URL";
|
|
558
|
+
readonly value: string;
|
|
559
|
+
readonly level: SettingLevel.SystemAdminReadonly;
|
|
560
|
+
}, {
|
|
561
|
+
readonly moduleName: "solid-core";
|
|
562
|
+
readonly key: "MICROSOFT_CLIENT_ID";
|
|
563
|
+
readonly value: string;
|
|
564
|
+
readonly level: SettingLevel.SystemAdminReadonly;
|
|
565
|
+
}, {
|
|
566
|
+
readonly moduleName: "solid-core";
|
|
567
|
+
readonly key: "MICROSOFT_CLIENT_SECRET";
|
|
568
|
+
readonly value: string;
|
|
569
|
+
readonly level: SettingLevel.SystemEnv;
|
|
570
|
+
}, {
|
|
571
|
+
readonly moduleName: "solid-core";
|
|
572
|
+
readonly key: "MICROSOFT_TENANT_ID";
|
|
573
|
+
readonly value: string;
|
|
574
|
+
readonly level: SettingLevel.SystemAdminReadonly;
|
|
575
|
+
}, {
|
|
576
|
+
readonly moduleName: "solid-core";
|
|
577
|
+
readonly key: "MICROSOFT_CALLBACK_URL";
|
|
578
|
+
readonly value: string;
|
|
579
|
+
readonly level: SettingLevel.SystemAdminReadonly;
|
|
580
|
+
}, {
|
|
581
|
+
readonly moduleName: "solid-core";
|
|
582
|
+
readonly key: "MICROSOFT_REDIRECT_URL";
|
|
583
|
+
readonly value: string;
|
|
584
|
+
readonly level: SettingLevel.SystemAdminReadonly;
|
|
305
585
|
}, {
|
|
306
586
|
readonly moduleName: "solid-core";
|
|
307
587
|
readonly key: "passwordLessAuth";
|
|
308
588
|
readonly value: boolean;
|
|
309
589
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
590
|
+
readonly label: "Password Less Authentication";
|
|
591
|
+
readonly group: "authentication-settings";
|
|
592
|
+
readonly sortOrder: 20;
|
|
593
|
+
readonly controlType: "boolean";
|
|
310
594
|
}, {
|
|
311
595
|
readonly moduleName: "solid-core";
|
|
312
596
|
readonly key: "passwordBasedAuth";
|
|
313
597
|
readonly value: boolean;
|
|
314
598
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
599
|
+
readonly label: "Password Based Authentication";
|
|
600
|
+
readonly group: "authentication-settings";
|
|
601
|
+
readonly sortOrder: 10;
|
|
602
|
+
readonly controlType: "boolean";
|
|
315
603
|
}, {
|
|
316
604
|
readonly moduleName: "solid-core";
|
|
317
605
|
readonly key: "passwordlessRegistrationValidateWhat";
|
|
318
606
|
readonly value: string;
|
|
319
607
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
608
|
+
readonly label: "Registration Validation Type";
|
|
609
|
+
readonly group: "authentication-settings";
|
|
610
|
+
readonly sortOrder: 30;
|
|
611
|
+
readonly controlType: "shortText";
|
|
320
612
|
}, {
|
|
321
613
|
readonly moduleName: "solid-core";
|
|
322
614
|
readonly key: "passwordlessLoginValidateWhat";
|
|
323
615
|
readonly value: string;
|
|
324
616
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
617
|
+
readonly label: "Login Validation Type";
|
|
618
|
+
readonly group: "authentication-settings";
|
|
619
|
+
readonly sortOrder: 40;
|
|
620
|
+
readonly controlType: "shortText";
|
|
325
621
|
}, {
|
|
326
622
|
readonly moduleName: "solid-core";
|
|
327
623
|
readonly key: "allowPublicRegistration";
|
|
328
624
|
readonly value: boolean;
|
|
329
625
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
626
|
+
readonly label: "Public Registration";
|
|
627
|
+
readonly group: "authentication-settings";
|
|
628
|
+
readonly sortOrder: 60;
|
|
629
|
+
readonly controlType: "boolean";
|
|
330
630
|
}, {
|
|
331
631
|
readonly moduleName: "solid-core";
|
|
332
632
|
readonly key: "activateUserOnRegistration";
|
|
333
633
|
readonly value: boolean;
|
|
334
634
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
635
|
+
readonly label: "Auto Activate User On Registration";
|
|
636
|
+
readonly group: "authentication-settings";
|
|
637
|
+
readonly sortOrder: 70;
|
|
638
|
+
readonly controlType: "boolean";
|
|
335
639
|
}, {
|
|
336
640
|
readonly moduleName: "solid-core";
|
|
337
641
|
readonly key: "autoLoginUserOnRegistration";
|
|
@@ -352,6 +656,10 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
|
|
|
352
656
|
readonly key: "defaultRole";
|
|
353
657
|
readonly value: string;
|
|
354
658
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
659
|
+
readonly label: "Default Role";
|
|
660
|
+
readonly group: "authentication-settings";
|
|
661
|
+
readonly sortOrder: 75;
|
|
662
|
+
readonly controlType: "shortText";
|
|
355
663
|
}, {
|
|
356
664
|
readonly moduleName: "solid-core";
|
|
357
665
|
readonly key: "dummyOtp";
|
|
@@ -372,31 +680,55 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
|
|
|
372
680
|
readonly key: "maxFailedLoginAttempts";
|
|
373
681
|
readonly value: number;
|
|
374
682
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
683
|
+
readonly label: "Max Failed Login Attempts";
|
|
684
|
+
readonly group: "authentication-settings";
|
|
685
|
+
readonly sortOrder: 110;
|
|
686
|
+
readonly controlType: "numeric";
|
|
375
687
|
}, {
|
|
376
688
|
readonly moduleName: "solid-core";
|
|
377
689
|
readonly key: "forceChangePasswordOnFirstLogin";
|
|
378
690
|
readonly value: false;
|
|
379
691
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
692
|
+
readonly label: "Force Change Password On First Login";
|
|
693
|
+
readonly group: "authentication-settings";
|
|
694
|
+
readonly sortOrder: 120;
|
|
695
|
+
readonly controlType: "boolean";
|
|
380
696
|
}, {
|
|
381
697
|
readonly moduleName: "solid-core";
|
|
382
698
|
readonly key: "authenticationPasswordRegex";
|
|
383
699
|
readonly value: string;
|
|
384
700
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
701
|
+
readonly label: "Authentication Password Regex";
|
|
702
|
+
readonly group: "authentication-settings";
|
|
703
|
+
readonly sortOrder: 130;
|
|
704
|
+
readonly controlType: "shortText";
|
|
385
705
|
}, {
|
|
386
706
|
readonly moduleName: "solid-core";
|
|
387
707
|
readonly key: "authenticationPasswordRegexErrorMessage";
|
|
388
708
|
readonly value: string;
|
|
389
709
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
710
|
+
readonly label: "Password Regex Error Message";
|
|
711
|
+
readonly group: "authentication-settings";
|
|
712
|
+
readonly sortOrder: 140;
|
|
713
|
+
readonly controlType: "longText";
|
|
390
714
|
}, {
|
|
391
715
|
readonly moduleName: "solid-core";
|
|
392
716
|
readonly key: "authenticationPasswordComplexityDescription";
|
|
393
717
|
readonly value: string;
|
|
394
718
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
719
|
+
readonly label: "Password Complexity Description";
|
|
720
|
+
readonly group: "authentication-settings";
|
|
721
|
+
readonly sortOrder: 150;
|
|
722
|
+
readonly controlType: "longText";
|
|
395
723
|
}, {
|
|
396
724
|
readonly moduleName: "solid-core";
|
|
397
725
|
readonly key: "iamAutoGeneratedPassword";
|
|
398
726
|
readonly value: string | true;
|
|
399
727
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
728
|
+
readonly label: "Auto Generate Password";
|
|
729
|
+
readonly group: "authentication-settings";
|
|
730
|
+
readonly sortOrder: 160;
|
|
731
|
+
readonly controlType: "boolean";
|
|
400
732
|
}, {
|
|
401
733
|
readonly moduleName: "solid-core";
|
|
402
734
|
readonly key: "passwordPepper";
|
|
@@ -407,6 +739,10 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
|
|
|
407
739
|
readonly key: "showNameFieldsForRegistration";
|
|
408
740
|
readonly value: boolean;
|
|
409
741
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
742
|
+
readonly label: "Show Name Fields For Registration";
|
|
743
|
+
readonly group: "authentication-settings";
|
|
744
|
+
readonly sortOrder: 170;
|
|
745
|
+
readonly controlType: "boolean";
|
|
410
746
|
}, {
|
|
411
747
|
readonly moduleName: "solid-core";
|
|
412
748
|
readonly key: "sendWelcomeEmailOnSignup";
|
|
@@ -422,11 +758,19 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
|
|
|
422
758
|
readonly key: "frontendLoginPageUrl";
|
|
423
759
|
readonly value: string;
|
|
424
760
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
761
|
+
readonly label: "Frontend Login Page URL";
|
|
762
|
+
readonly group: "authentication-settings";
|
|
763
|
+
readonly sortOrder: 180;
|
|
764
|
+
readonly controlType: "shortText";
|
|
425
765
|
}, {
|
|
426
766
|
readonly moduleName: "solid-core";
|
|
427
767
|
readonly key: "frontendForgotPasswordPageUrl";
|
|
428
768
|
readonly value: string;
|
|
429
769
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
770
|
+
readonly label: "Frontend Forgot Password Page URL";
|
|
771
|
+
readonly group: "authentication-settings";
|
|
772
|
+
readonly sortOrder: 190;
|
|
773
|
+
readonly controlType: "shortText";
|
|
430
774
|
}, {
|
|
431
775
|
readonly moduleName: "solid-core";
|
|
432
776
|
readonly key: "secret";
|
|
@@ -437,11 +781,19 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
|
|
|
437
781
|
readonly key: "audience";
|
|
438
782
|
readonly value: string;
|
|
439
783
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
784
|
+
readonly label: "JWT Audience";
|
|
785
|
+
readonly group: "jwt-settings";
|
|
786
|
+
readonly sortOrder: 10;
|
|
787
|
+
readonly controlType: "shortText";
|
|
440
788
|
}, {
|
|
441
789
|
readonly moduleName: "solid-core";
|
|
442
790
|
readonly key: "issuer";
|
|
443
791
|
readonly value: string;
|
|
444
792
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
793
|
+
readonly label: "JWT Issuer";
|
|
794
|
+
readonly group: "jwt-settings";
|
|
795
|
+
readonly sortOrder: 20;
|
|
796
|
+
readonly controlType: "shortText";
|
|
445
797
|
}, {
|
|
446
798
|
readonly moduleName: "solid-core";
|
|
447
799
|
readonly key: "accessTokenTtl";
|
|
@@ -457,11 +809,26 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
|
|
|
457
809
|
readonly key: "queuesDefaultBroker";
|
|
458
810
|
readonly value: string;
|
|
459
811
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
812
|
+
readonly label: "Queues Default Broker";
|
|
813
|
+
readonly group: "queue-settings";
|
|
814
|
+
readonly sortOrder: 10;
|
|
815
|
+
readonly controlType: "selectionStatic";
|
|
816
|
+
readonly options: [{
|
|
817
|
+
readonly label: "Database";
|
|
818
|
+
readonly value: "database";
|
|
819
|
+
}, {
|
|
820
|
+
readonly label: "RabbitMQ";
|
|
821
|
+
readonly value: "rabbitmq";
|
|
822
|
+
}];
|
|
460
823
|
}, {
|
|
461
824
|
readonly moduleName: "solid-core";
|
|
462
825
|
readonly key: "queuesServiceRole";
|
|
463
826
|
readonly value: string;
|
|
464
827
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
828
|
+
readonly label: "Queues Service Role";
|
|
829
|
+
readonly group: "queue-settings";
|
|
830
|
+
readonly sortOrder: 20;
|
|
831
|
+
readonly controlType: "shortText";
|
|
465
832
|
}, {
|
|
466
833
|
readonly moduleName: "solid-core";
|
|
467
834
|
readonly key: "queuesRabbitMqUrl";
|
|
@@ -477,21 +844,37 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
|
|
|
477
844
|
readonly key: "smsProvider";
|
|
478
845
|
readonly value: string;
|
|
479
846
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
847
|
+
readonly label: "SMS Provider";
|
|
848
|
+
readonly group: "sms-settings";
|
|
849
|
+
readonly sortOrder: 10;
|
|
850
|
+
readonly controlType: "shortText";
|
|
480
851
|
}, {
|
|
481
852
|
readonly moduleName: "solid-core";
|
|
482
853
|
readonly key: "smsTemplateSeederFiles";
|
|
483
854
|
readonly value: string;
|
|
484
855
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
856
|
+
readonly label: "SMS Template Seeder Files";
|
|
857
|
+
readonly group: "sms-settings";
|
|
858
|
+
readonly sortOrder: 20;
|
|
859
|
+
readonly controlType: "longText";
|
|
485
860
|
}, {
|
|
486
861
|
readonly moduleName: "solid-core";
|
|
487
862
|
readonly key: "shouldQueueSms";
|
|
488
863
|
readonly value: boolean;
|
|
489
864
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
865
|
+
readonly label: "Queue SMS";
|
|
866
|
+
readonly group: "sms-settings";
|
|
867
|
+
readonly sortOrder: 30;
|
|
868
|
+
readonly controlType: "boolean";
|
|
490
869
|
}, {
|
|
491
870
|
readonly moduleName: "solid-core";
|
|
492
871
|
readonly key: "msg91SmsUrl";
|
|
493
872
|
readonly value: string;
|
|
494
873
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
874
|
+
readonly label: "MSG91 SMS URL";
|
|
875
|
+
readonly group: "sms-settings";
|
|
876
|
+
readonly sortOrder: 40;
|
|
877
|
+
readonly controlType: "shortText";
|
|
495
878
|
}, {
|
|
496
879
|
readonly moduleName: "solid-core";
|
|
497
880
|
readonly key: "msg91SmsApiKey";
|
|
@@ -502,6 +885,10 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
|
|
|
502
885
|
readonly key: "twilioAccountSid";
|
|
503
886
|
readonly value: string;
|
|
504
887
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
888
|
+
readonly label: "Twilio Account SID";
|
|
889
|
+
readonly group: "sms-settings";
|
|
890
|
+
readonly sortOrder: 50;
|
|
891
|
+
readonly controlType: "shortText";
|
|
505
892
|
}, {
|
|
506
893
|
readonly moduleName: "solid-core";
|
|
507
894
|
readonly key: "twilioAuthToken";
|
|
@@ -512,11 +899,19 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
|
|
|
512
899
|
readonly key: "twilioNumber";
|
|
513
900
|
readonly value: string;
|
|
514
901
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
902
|
+
readonly label: "Twilio Number";
|
|
903
|
+
readonly group: "sms-settings";
|
|
904
|
+
readonly sortOrder: 60;
|
|
905
|
+
readonly controlType: "shortText";
|
|
515
906
|
}, {
|
|
516
907
|
readonly moduleName: "solid-core";
|
|
517
908
|
readonly key: "tinyUrlApiUrl";
|
|
518
909
|
readonly value: string;
|
|
519
910
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
911
|
+
readonly label: "Tiny URL API URL";
|
|
912
|
+
readonly group: "short-url-settings";
|
|
913
|
+
readonly sortOrder: 10;
|
|
914
|
+
readonly controlType: "shortText";
|
|
520
915
|
}, {
|
|
521
916
|
readonly moduleName: "solid-core";
|
|
522
917
|
readonly key: "tinyUrlApiKey";
|
|
@@ -527,21 +922,37 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
|
|
|
527
922
|
readonly key: "tinyUrlDomain";
|
|
528
923
|
readonly value: string;
|
|
529
924
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
925
|
+
readonly label: "Tiny URL Domain";
|
|
926
|
+
readonly group: "short-url-settings";
|
|
927
|
+
readonly sortOrder: 20;
|
|
928
|
+
readonly controlType: "shortText";
|
|
530
929
|
}, {
|
|
531
930
|
readonly moduleName: "solid-core";
|
|
532
931
|
readonly key: "tinyUrlEnabled";
|
|
533
932
|
readonly value: boolean;
|
|
534
933
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
934
|
+
readonly label: "Tiny URL Enabled";
|
|
935
|
+
readonly group: "short-url-settings";
|
|
936
|
+
readonly sortOrder: 30;
|
|
937
|
+
readonly controlType: "boolean";
|
|
535
938
|
}, {
|
|
536
939
|
readonly moduleName: "solid-core";
|
|
537
940
|
readonly key: "whatsappProvider";
|
|
538
941
|
readonly value: string;
|
|
539
942
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
943
|
+
readonly label: "WhatsApp Provider";
|
|
944
|
+
readonly group: "whatsapp-settings";
|
|
945
|
+
readonly sortOrder: 10;
|
|
946
|
+
readonly controlType: "shortText";
|
|
540
947
|
}, {
|
|
541
948
|
readonly moduleName: "solid-core";
|
|
542
949
|
readonly key: "msg91WhatsappUrl";
|
|
543
950
|
readonly value: string;
|
|
544
951
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
952
|
+
readonly label: "MSG91 WhatsApp URL";
|
|
953
|
+
readonly group: "whatsapp-settings";
|
|
954
|
+
readonly sortOrder: 20;
|
|
955
|
+
readonly controlType: "shortText";
|
|
545
956
|
}, {
|
|
546
957
|
readonly moduleName: "solid-core";
|
|
547
958
|
readonly key: "msg91WhatsappApiKey";
|
|
@@ -552,6 +963,10 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
|
|
|
552
963
|
readonly key: "msg91WhatsappIntegratedNumber";
|
|
553
964
|
readonly value: string;
|
|
554
965
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
966
|
+
readonly label: "MSG91 WhatsApp Integrated Number";
|
|
967
|
+
readonly group: "whatsapp-settings";
|
|
968
|
+
readonly sortOrder: 30;
|
|
969
|
+
readonly controlType: "shortText";
|
|
555
970
|
}];
|
|
556
971
|
export type SolidCoreSetting = ReturnType<typeof getSolidCoreSettings>[number]["key"];
|
|
557
972
|
export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvider {
|
|
@@ -560,122 +975,247 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
|
|
|
560
975
|
readonly key: "iamGoogleOAuthEnabled";
|
|
561
976
|
readonly value: false;
|
|
562
977
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
978
|
+
readonly label: "Allow Login / Signup With Google";
|
|
979
|
+
readonly group: "authentication-settings";
|
|
980
|
+
readonly sortOrder: 50;
|
|
981
|
+
readonly controlType: "boolean";
|
|
982
|
+
}, {
|
|
983
|
+
readonly moduleName: "solid-core";
|
|
984
|
+
readonly key: "iamFacebookOAuthEnabled";
|
|
985
|
+
readonly value: false;
|
|
986
|
+
readonly level: SettingLevel.SystemAdminEditable;
|
|
987
|
+
}, {
|
|
988
|
+
readonly moduleName: "solid-core";
|
|
989
|
+
readonly key: "iamMicrosoftOAuthEnabled";
|
|
990
|
+
readonly value: false;
|
|
991
|
+
readonly level: SettingLevel.SystemAdminEditable;
|
|
563
992
|
}, {
|
|
564
993
|
readonly moduleName: "solid-core";
|
|
565
994
|
readonly key: "authPagesLayout";
|
|
566
995
|
readonly value: "center";
|
|
567
996
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
997
|
+
readonly label: "Authentication Screen Layout";
|
|
998
|
+
readonly group: "authentication-settings";
|
|
999
|
+
readonly sortOrder: 80;
|
|
1000
|
+
readonly controlType: "selectionStatic";
|
|
1001
|
+
readonly options: [{
|
|
1002
|
+
readonly label: "Left";
|
|
1003
|
+
readonly value: "left";
|
|
1004
|
+
}, {
|
|
1005
|
+
readonly label: "Center";
|
|
1006
|
+
readonly value: "center";
|
|
1007
|
+
}, {
|
|
1008
|
+
readonly label: "Right";
|
|
1009
|
+
readonly value: "right";
|
|
1010
|
+
}];
|
|
568
1011
|
}, {
|
|
569
1012
|
readonly moduleName: "solid-core";
|
|
570
1013
|
readonly key: "appLogo";
|
|
571
1014
|
readonly value: any;
|
|
572
1015
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1016
|
+
readonly label: "App Logo";
|
|
1017
|
+
readonly group: "app-settings";
|
|
1018
|
+
readonly sortOrder: 10;
|
|
1019
|
+
readonly controlType: "mediaSingle";
|
|
573
1020
|
}, {
|
|
574
1021
|
readonly moduleName: "solid-core";
|
|
575
1022
|
readonly key: "companylogo";
|
|
576
1023
|
readonly value: any;
|
|
577
1024
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1025
|
+
readonly label: "Company Logo";
|
|
1026
|
+
readonly group: "app-settings";
|
|
1027
|
+
readonly sortOrder: 20;
|
|
1028
|
+
readonly controlType: "mediaSingle";
|
|
578
1029
|
}, {
|
|
579
1030
|
readonly moduleName: "solid-core";
|
|
580
1031
|
readonly key: "favicon";
|
|
581
1032
|
readonly value: any;
|
|
582
1033
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1034
|
+
readonly label: "Favicon";
|
|
1035
|
+
readonly group: "app-settings";
|
|
1036
|
+
readonly sortOrder: 30;
|
|
1037
|
+
readonly controlType: "mediaSingle";
|
|
583
1038
|
}, {
|
|
584
1039
|
readonly moduleName: "solid-core";
|
|
585
1040
|
readonly key: "appLogoPosition";
|
|
586
1041
|
readonly value: "in_form_view";
|
|
587
1042
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1043
|
+
readonly label: "App Logo Position";
|
|
1044
|
+
readonly group: "app-settings";
|
|
1045
|
+
readonly sortOrder: 40;
|
|
1046
|
+
readonly controlType: "selectionStatic";
|
|
1047
|
+
readonly options: [{
|
|
1048
|
+
readonly label: "In Form View";
|
|
1049
|
+
readonly value: "in_form_view";
|
|
1050
|
+
}, {
|
|
1051
|
+
readonly label: "In Image View";
|
|
1052
|
+
readonly value: "in_image_view";
|
|
1053
|
+
}];
|
|
588
1054
|
}, {
|
|
589
1055
|
readonly moduleName: "solid-core";
|
|
590
1056
|
readonly key: "showAuthContent";
|
|
591
1057
|
readonly value: false;
|
|
592
1058
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1059
|
+
readonly label: "Show Details On Authentication Screen";
|
|
1060
|
+
readonly group: "app-settings";
|
|
1061
|
+
readonly sortOrder: 50;
|
|
1062
|
+
readonly controlType: "boolean";
|
|
593
1063
|
}, {
|
|
594
1064
|
readonly moduleName: "solid-core";
|
|
595
1065
|
readonly key: "appTitle";
|
|
596
1066
|
readonly value: string;
|
|
597
1067
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1068
|
+
readonly label: "App Title";
|
|
1069
|
+
readonly group: "app-settings";
|
|
1070
|
+
readonly sortOrder: 60;
|
|
1071
|
+
readonly controlType: "shortText";
|
|
598
1072
|
}, {
|
|
599
1073
|
readonly moduleName: "solid-core";
|
|
600
1074
|
readonly key: "appSubtitle";
|
|
601
1075
|
readonly value: string;
|
|
602
1076
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1077
|
+
readonly label: "App Subtitle";
|
|
1078
|
+
readonly group: "app-settings";
|
|
1079
|
+
readonly sortOrder: 70;
|
|
1080
|
+
readonly controlType: "shortText";
|
|
603
1081
|
}, {
|
|
604
1082
|
readonly moduleName: "solid-core";
|
|
605
1083
|
readonly key: "appDescription";
|
|
606
1084
|
readonly value: string;
|
|
607
1085
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1086
|
+
readonly label: "Description";
|
|
1087
|
+
readonly group: "app-settings";
|
|
1088
|
+
readonly sortOrder: 80;
|
|
1089
|
+
readonly controlType: "longText";
|
|
608
1090
|
}, {
|
|
609
1091
|
readonly moduleName: "solid-core";
|
|
610
1092
|
readonly key: "showLegalLinks";
|
|
611
1093
|
readonly value: false;
|
|
612
1094
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1095
|
+
readonly label: "Show Legal Links";
|
|
1096
|
+
readonly group: "app-settings";
|
|
1097
|
+
readonly sortOrder: 90;
|
|
1098
|
+
readonly controlType: "boolean";
|
|
613
1099
|
}, {
|
|
614
1100
|
readonly moduleName: "solid-core";
|
|
615
1101
|
readonly key: "appTnc";
|
|
616
1102
|
readonly value: any;
|
|
617
1103
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1104
|
+
readonly label: "Terms And Conditions Link";
|
|
1105
|
+
readonly group: "app-settings";
|
|
1106
|
+
readonly sortOrder: 100;
|
|
1107
|
+
readonly controlType: "shortText";
|
|
618
1108
|
}, {
|
|
619
1109
|
readonly moduleName: "solid-core";
|
|
620
1110
|
readonly key: "appPrivacyPolicy";
|
|
621
1111
|
readonly value: any;
|
|
622
1112
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1113
|
+
readonly label: "Privacy Policy Link";
|
|
1114
|
+
readonly group: "app-settings";
|
|
1115
|
+
readonly sortOrder: 110;
|
|
1116
|
+
readonly controlType: "shortText";
|
|
623
1117
|
}, {
|
|
624
1118
|
readonly moduleName: "solid-core";
|
|
625
1119
|
readonly key: "enableDarkMode";
|
|
626
1120
|
readonly value: true;
|
|
627
1121
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1122
|
+
readonly label: "Enable Dark Mode";
|
|
1123
|
+
readonly group: "app-settings";
|
|
1124
|
+
readonly sortOrder: 120;
|
|
1125
|
+
readonly controlType: "boolean";
|
|
628
1126
|
}, {
|
|
629
1127
|
readonly moduleName: "solid-core";
|
|
630
1128
|
readonly key: "copyright";
|
|
631
1129
|
readonly value: any;
|
|
632
1130
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1131
|
+
readonly label: "Copyright";
|
|
1132
|
+
readonly group: "app-settings";
|
|
1133
|
+
readonly sortOrder: 130;
|
|
1134
|
+
readonly controlType: "longText";
|
|
633
1135
|
}, {
|
|
634
1136
|
readonly moduleName: "solid-core";
|
|
635
1137
|
readonly key: "enableUsername";
|
|
636
1138
|
readonly value: true;
|
|
637
1139
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1140
|
+
readonly label: "Enable Username";
|
|
1141
|
+
readonly group: "misc-settings";
|
|
1142
|
+
readonly sortOrder: 10;
|
|
1143
|
+
readonly controlType: "boolean";
|
|
638
1144
|
}, {
|
|
639
1145
|
readonly moduleName: "solid-core";
|
|
640
1146
|
readonly key: "enabledNotification";
|
|
641
1147
|
readonly value: true;
|
|
642
1148
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1149
|
+
readonly label: "Enable Notification";
|
|
1150
|
+
readonly group: "misc-settings";
|
|
1151
|
+
readonly sortOrder: 20;
|
|
1152
|
+
readonly controlType: "boolean";
|
|
643
1153
|
}, {
|
|
644
1154
|
readonly moduleName: "solid-core";
|
|
645
1155
|
readonly key: "contactSupportEmail";
|
|
646
1156
|
readonly value: any;
|
|
647
1157
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1158
|
+
readonly label: "Contact Support Email";
|
|
1159
|
+
readonly group: "misc-settings";
|
|
1160
|
+
readonly sortOrder: 30;
|
|
1161
|
+
readonly controlType: "shortText";
|
|
648
1162
|
}, {
|
|
649
1163
|
readonly moduleName: "solid-core";
|
|
650
1164
|
readonly key: "contactSupportDisplayName";
|
|
651
1165
|
readonly value: any;
|
|
652
1166
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1167
|
+
readonly label: "Contact Support Display Name";
|
|
1168
|
+
readonly group: "misc-settings";
|
|
1169
|
+
readonly sortOrder: 40;
|
|
1170
|
+
readonly controlType: "shortText";
|
|
653
1171
|
}, {
|
|
654
1172
|
readonly moduleName: "solid-core";
|
|
655
1173
|
readonly key: "contactSupportIcon";
|
|
656
1174
|
readonly value: any;
|
|
657
1175
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1176
|
+
readonly label: "Contact Support Icon";
|
|
1177
|
+
readonly group: "misc-settings";
|
|
1178
|
+
readonly sortOrder: 50;
|
|
1179
|
+
readonly controlType: "shortText";
|
|
658
1180
|
}, {
|
|
659
1181
|
readonly moduleName: "solid-core";
|
|
660
1182
|
readonly key: "authScreenRightBackgroundImage";
|
|
661
1183
|
readonly value: any;
|
|
662
1184
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1185
|
+
readonly label: "Authentication Right Banner Image";
|
|
1186
|
+
readonly group: "authentication-settings";
|
|
1187
|
+
readonly sortOrder: 90;
|
|
1188
|
+
readonly controlType: "mediaSingle";
|
|
663
1189
|
}, {
|
|
664
1190
|
readonly moduleName: "solid-core";
|
|
665
1191
|
readonly key: "authScreenLeftBackgroundImage";
|
|
666
1192
|
readonly value: any;
|
|
667
1193
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1194
|
+
readonly label: "Authentication Left Banner Image";
|
|
1195
|
+
readonly group: "authentication-settings";
|
|
1196
|
+
readonly sortOrder: 100;
|
|
1197
|
+
readonly controlType: "mediaSingle";
|
|
668
1198
|
}, {
|
|
669
1199
|
readonly moduleName: "solid-core";
|
|
670
1200
|
readonly key: "authScreenCenterBackgroundImage";
|
|
671
1201
|
readonly value: any;
|
|
672
1202
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1203
|
+
readonly label: "Authentication Center Background Image";
|
|
1204
|
+
readonly group: "authentication-settings";
|
|
1205
|
+
readonly sortOrder: 110;
|
|
1206
|
+
readonly controlType: "mediaSingle";
|
|
673
1207
|
}, {
|
|
674
1208
|
readonly moduleName: "solid-core";
|
|
675
1209
|
readonly key: "solidXGenAiCodeBuilderConfig";
|
|
676
1210
|
readonly value: string;
|
|
677
1211
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
678
1212
|
readonly encrypted: true;
|
|
1213
|
+
readonly label: "AI Code Builder Configuration";
|
|
1214
|
+
readonly description: "Structured configuration for AI providers and model assignments.";
|
|
1215
|
+
readonly group: "ai-settings";
|
|
1216
|
+
readonly sortOrder: 10;
|
|
1217
|
+
readonly controlType: "custom";
|
|
1218
|
+
readonly settingsWidget: "solidXGenAiCodeBuilderConfigWidget";
|
|
679
1219
|
}, {
|
|
680
1220
|
readonly moduleName: "solid-core";
|
|
681
1221
|
readonly key: "appEncryptionKey";
|
|
@@ -686,11 +1226,19 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
|
|
|
686
1226
|
readonly key: "mcpEnabled";
|
|
687
1227
|
readonly value: string | false;
|
|
688
1228
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1229
|
+
readonly label: "MCP Enabled";
|
|
1230
|
+
readonly group: "ai-settings";
|
|
1231
|
+
readonly sortOrder: 20;
|
|
1232
|
+
readonly controlType: "boolean";
|
|
689
1233
|
}, {
|
|
690
1234
|
readonly moduleName: "solid-core";
|
|
691
1235
|
readonly key: "mcpServerUrl";
|
|
692
1236
|
readonly value: string;
|
|
693
1237
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1238
|
+
readonly label: "MCP Server URL";
|
|
1239
|
+
readonly group: "ai-settings";
|
|
1240
|
+
readonly sortOrder: 30;
|
|
1241
|
+
readonly controlType: "shortText";
|
|
694
1242
|
}, {
|
|
695
1243
|
readonly moduleName: "solid-core";
|
|
696
1244
|
readonly key: "mcpApiKey";
|
|
@@ -701,41 +1249,80 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
|
|
|
701
1249
|
readonly key: "dateTimeFormat";
|
|
702
1250
|
readonly value: string;
|
|
703
1251
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1252
|
+
readonly label: "Date Time Format";
|
|
1253
|
+
readonly group: "system-settings";
|
|
1254
|
+
readonly sortOrder: 10;
|
|
1255
|
+
readonly controlType: "shortText";
|
|
704
1256
|
}, {
|
|
705
1257
|
readonly moduleName: "solid-core";
|
|
706
1258
|
readonly key: "dateFormat";
|
|
707
1259
|
readonly value: string;
|
|
708
1260
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1261
|
+
readonly label: "Date Format";
|
|
1262
|
+
readonly group: "system-settings";
|
|
1263
|
+
readonly sortOrder: 20;
|
|
1264
|
+
readonly controlType: "shortText";
|
|
709
1265
|
}, {
|
|
710
1266
|
readonly moduleName: "solid-core";
|
|
711
1267
|
readonly key: "baseUrl";
|
|
712
1268
|
readonly value: string;
|
|
713
1269
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1270
|
+
readonly label: "Base URL";
|
|
1271
|
+
readonly group: "system-settings";
|
|
1272
|
+
readonly sortOrder: 30;
|
|
1273
|
+
readonly controlType: "shortText";
|
|
714
1274
|
}, {
|
|
715
1275
|
readonly moduleName: "solid-core";
|
|
716
1276
|
readonly key: "solidAppWebsiteUrl";
|
|
717
1277
|
readonly value: string;
|
|
718
1278
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1279
|
+
readonly label: "Solid App Website URL";
|
|
1280
|
+
readonly group: "system-settings";
|
|
1281
|
+
readonly sortOrder: 40;
|
|
1282
|
+
readonly controlType: "shortText";
|
|
719
1283
|
}, {
|
|
720
1284
|
readonly moduleName: "solid-core";
|
|
721
1285
|
readonly key: "moduleMetadataSeederFiles";
|
|
722
1286
|
readonly value: string;
|
|
723
1287
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1288
|
+
readonly label: "Module Metadata Seeder Files";
|
|
1289
|
+
readonly group: "storage-settings";
|
|
1290
|
+
readonly sortOrder: 10;
|
|
1291
|
+
readonly controlType: "longText";
|
|
724
1292
|
}, {
|
|
725
1293
|
readonly moduleName: "solid-core";
|
|
726
1294
|
readonly key: "uploadDir";
|
|
727
1295
|
readonly value: string;
|
|
728
1296
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1297
|
+
readonly label: "Upload Directory";
|
|
1298
|
+
readonly group: "storage-settings";
|
|
1299
|
+
readonly sortOrder: 20;
|
|
1300
|
+
readonly controlType: "shortText";
|
|
729
1301
|
}, {
|
|
730
1302
|
readonly moduleName: "solid-core";
|
|
731
1303
|
readonly key: "fileStorageDir";
|
|
732
1304
|
readonly value: string;
|
|
733
1305
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1306
|
+
readonly label: "File Storage Directory";
|
|
1307
|
+
readonly group: "storage-settings";
|
|
1308
|
+
readonly sortOrder: 30;
|
|
1309
|
+
readonly controlType: "shortText";
|
|
734
1310
|
}, {
|
|
735
1311
|
readonly moduleName: "solid-core";
|
|
736
1312
|
readonly key: "defaultFileService";
|
|
737
1313
|
readonly value: string;
|
|
738
1314
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1315
|
+
readonly label: "Default File Service";
|
|
1316
|
+
readonly group: "storage-settings";
|
|
1317
|
+
readonly sortOrder: 40;
|
|
1318
|
+
readonly controlType: "selectionStatic";
|
|
1319
|
+
readonly options: [{
|
|
1320
|
+
readonly label: "Disk";
|
|
1321
|
+
readonly value: "disk";
|
|
1322
|
+
}, {
|
|
1323
|
+
readonly label: "S3";
|
|
1324
|
+
readonly value: "s3";
|
|
1325
|
+
}];
|
|
739
1326
|
}, {
|
|
740
1327
|
readonly moduleName: "solid-core";
|
|
741
1328
|
readonly key: "S3_AWS_ACCESS_KEY";
|
|
@@ -751,41 +1338,80 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
|
|
|
751
1338
|
readonly key: "S3_AWS_REGION_NAME";
|
|
752
1339
|
readonly value: string;
|
|
753
1340
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1341
|
+
readonly label: "AWS Region Name";
|
|
1342
|
+
readonly group: "storage-settings";
|
|
1343
|
+
readonly sortOrder: 50;
|
|
1344
|
+
readonly controlType: "shortText";
|
|
754
1345
|
}, {
|
|
755
1346
|
readonly moduleName: "solid-core";
|
|
756
1347
|
readonly key: "S3_DEFAULT_BUCKET";
|
|
757
1348
|
readonly value: string;
|
|
758
1349
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1350
|
+
readonly label: "S3 Default Bucket";
|
|
1351
|
+
readonly group: "storage-settings";
|
|
1352
|
+
readonly sortOrder: 60;
|
|
1353
|
+
readonly controlType: "shortText";
|
|
759
1354
|
}, {
|
|
760
1355
|
readonly moduleName: "solid-core";
|
|
761
1356
|
readonly key: "emailProvider";
|
|
762
1357
|
readonly value: string;
|
|
763
1358
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1359
|
+
readonly label: "Email Provider";
|
|
1360
|
+
readonly group: "email-settings";
|
|
1361
|
+
readonly sortOrder: 10;
|
|
1362
|
+
readonly controlType: "selectionStatic";
|
|
1363
|
+
readonly options: [{
|
|
1364
|
+
readonly label: "SMTP Email Service";
|
|
1365
|
+
readonly value: "SMTPEMailService";
|
|
1366
|
+
}, {
|
|
1367
|
+
readonly label: "Elastic Email Service";
|
|
1368
|
+
readonly value: "ElasticEmailService";
|
|
1369
|
+
}];
|
|
764
1370
|
}, {
|
|
765
1371
|
readonly moduleName: "solid-core";
|
|
766
1372
|
readonly key: "emailTemplateSeederFiles";
|
|
767
1373
|
readonly value: string;
|
|
768
1374
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1375
|
+
readonly label: "Email Template Seeder Files";
|
|
1376
|
+
readonly group: "email-settings";
|
|
1377
|
+
readonly sortOrder: 20;
|
|
1378
|
+
readonly controlType: "longText";
|
|
769
1379
|
}, {
|
|
770
1380
|
readonly moduleName: "solid-core";
|
|
771
1381
|
readonly key: "shouldQueueEmails";
|
|
772
1382
|
readonly value: boolean;
|
|
773
1383
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1384
|
+
readonly label: "Queue Emails";
|
|
1385
|
+
readonly group: "email-settings";
|
|
1386
|
+
readonly sortOrder: 30;
|
|
1387
|
+
readonly controlType: "boolean";
|
|
774
1388
|
}, {
|
|
775
1389
|
readonly moduleName: "solid-core";
|
|
776
1390
|
readonly key: "smtpMailHost";
|
|
777
1391
|
readonly value: string;
|
|
778
1392
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1393
|
+
readonly label: "SMTP Mail Host";
|
|
1394
|
+
readonly group: "email-settings";
|
|
1395
|
+
readonly sortOrder: 40;
|
|
1396
|
+
readonly controlType: "shortText";
|
|
779
1397
|
}, {
|
|
780
1398
|
readonly moduleName: "solid-core";
|
|
781
1399
|
readonly key: "smtpMailPort";
|
|
782
1400
|
readonly value: number;
|
|
783
1401
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1402
|
+
readonly label: "SMTP Mail Port";
|
|
1403
|
+
readonly group: "email-settings";
|
|
1404
|
+
readonly sortOrder: 50;
|
|
1405
|
+
readonly controlType: "numeric";
|
|
784
1406
|
}, {
|
|
785
1407
|
readonly moduleName: "solid-core";
|
|
786
1408
|
readonly key: "smtpMailUsername";
|
|
787
1409
|
readonly value: string;
|
|
788
1410
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1411
|
+
readonly label: "SMTP Mail Username";
|
|
1412
|
+
readonly group: "email-settings";
|
|
1413
|
+
readonly sortOrder: 60;
|
|
1414
|
+
readonly controlType: "shortText";
|
|
789
1415
|
}, {
|
|
790
1416
|
readonly moduleName: "solid-core";
|
|
791
1417
|
readonly key: "smtpMailPassword";
|
|
@@ -796,6 +1422,10 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
|
|
|
796
1422
|
readonly key: "smtpMailFrom";
|
|
797
1423
|
readonly value: string;
|
|
798
1424
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1425
|
+
readonly label: "SMTP Mail From";
|
|
1426
|
+
readonly group: "email-settings";
|
|
1427
|
+
readonly sortOrder: 70;
|
|
1428
|
+
readonly controlType: "shortText";
|
|
799
1429
|
}, {
|
|
800
1430
|
readonly moduleName: "solid-core";
|
|
801
1431
|
readonly key: "apiMailKey";
|
|
@@ -806,11 +1436,19 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
|
|
|
806
1436
|
readonly key: "apiMailFrom";
|
|
807
1437
|
readonly value: string;
|
|
808
1438
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1439
|
+
readonly label: "API Mail From";
|
|
1440
|
+
readonly group: "email-settings";
|
|
1441
|
+
readonly sortOrder: 80;
|
|
1442
|
+
readonly controlType: "shortText";
|
|
809
1443
|
}, {
|
|
810
1444
|
readonly moduleName: "solid-core";
|
|
811
1445
|
readonly key: "ragServerUrl";
|
|
812
1446
|
readonly value: string;
|
|
813
1447
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1448
|
+
readonly label: "RAG Server URL";
|
|
1449
|
+
readonly group: "ai-settings";
|
|
1450
|
+
readonly sortOrder: 40;
|
|
1451
|
+
readonly controlType: "shortText";
|
|
814
1452
|
}, {
|
|
815
1453
|
readonly moduleName: "solid-core";
|
|
816
1454
|
readonly key: "ragServerLogin";
|
|
@@ -841,6 +1479,10 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
|
|
|
841
1479
|
readonly key: "clientID";
|
|
842
1480
|
readonly value: string;
|
|
843
1481
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1482
|
+
readonly label: "Google OAuth Client ID";
|
|
1483
|
+
readonly group: "oauth-settings";
|
|
1484
|
+
readonly sortOrder: 10;
|
|
1485
|
+
readonly controlType: "shortText";
|
|
844
1486
|
}, {
|
|
845
1487
|
readonly moduleName: "solid-core";
|
|
846
1488
|
readonly key: "clientSecret";
|
|
@@ -851,41 +1493,118 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
|
|
|
851
1493
|
readonly key: "callbackURL";
|
|
852
1494
|
readonly value: string;
|
|
853
1495
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1496
|
+
readonly label: "Google OAuth Callback URL";
|
|
1497
|
+
readonly group: "oauth-settings";
|
|
1498
|
+
readonly sortOrder: 20;
|
|
1499
|
+
readonly controlType: "shortText";
|
|
854
1500
|
}, {
|
|
855
1501
|
readonly moduleName: "solid-core";
|
|
856
1502
|
readonly key: "redirectURL";
|
|
857
1503
|
readonly value: string;
|
|
858
1504
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1505
|
+
readonly label: "Google OAuth Redirect URL";
|
|
1506
|
+
readonly group: "oauth-settings";
|
|
1507
|
+
readonly sortOrder: 30;
|
|
1508
|
+
readonly controlType: "shortText";
|
|
1509
|
+
}, {
|
|
1510
|
+
readonly moduleName: "solid-core";
|
|
1511
|
+
readonly key: "FACEBOOK_CLIENT_ID";
|
|
1512
|
+
readonly value: string;
|
|
1513
|
+
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1514
|
+
}, {
|
|
1515
|
+
readonly moduleName: "solid-core";
|
|
1516
|
+
readonly key: "FACEBOOK_CLIENT_SECRET";
|
|
1517
|
+
readonly value: string;
|
|
1518
|
+
readonly level: SettingLevel.SystemEnv;
|
|
1519
|
+
}, {
|
|
1520
|
+
readonly moduleName: "solid-core";
|
|
1521
|
+
readonly key: "FACEBOOK_CALLBACK_URL";
|
|
1522
|
+
readonly value: string;
|
|
1523
|
+
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1524
|
+
}, {
|
|
1525
|
+
readonly moduleName: "solid-core";
|
|
1526
|
+
readonly key: "FACEBOOK_REDIRECT_URL";
|
|
1527
|
+
readonly value: string;
|
|
1528
|
+
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1529
|
+
}, {
|
|
1530
|
+
readonly moduleName: "solid-core";
|
|
1531
|
+
readonly key: "MICROSOFT_CLIENT_ID";
|
|
1532
|
+
readonly value: string;
|
|
1533
|
+
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1534
|
+
}, {
|
|
1535
|
+
readonly moduleName: "solid-core";
|
|
1536
|
+
readonly key: "MICROSOFT_CLIENT_SECRET";
|
|
1537
|
+
readonly value: string;
|
|
1538
|
+
readonly level: SettingLevel.SystemEnv;
|
|
1539
|
+
}, {
|
|
1540
|
+
readonly moduleName: "solid-core";
|
|
1541
|
+
readonly key: "MICROSOFT_TENANT_ID";
|
|
1542
|
+
readonly value: string;
|
|
1543
|
+
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1544
|
+
}, {
|
|
1545
|
+
readonly moduleName: "solid-core";
|
|
1546
|
+
readonly key: "MICROSOFT_CALLBACK_URL";
|
|
1547
|
+
readonly value: string;
|
|
1548
|
+
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1549
|
+
}, {
|
|
1550
|
+
readonly moduleName: "solid-core";
|
|
1551
|
+
readonly key: "MICROSOFT_REDIRECT_URL";
|
|
1552
|
+
readonly value: string;
|
|
1553
|
+
readonly level: SettingLevel.SystemAdminReadonly;
|
|
859
1554
|
}, {
|
|
860
1555
|
readonly moduleName: "solid-core";
|
|
861
1556
|
readonly key: "passwordLessAuth";
|
|
862
1557
|
readonly value: boolean;
|
|
863
1558
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1559
|
+
readonly label: "Password Less Authentication";
|
|
1560
|
+
readonly group: "authentication-settings";
|
|
1561
|
+
readonly sortOrder: 20;
|
|
1562
|
+
readonly controlType: "boolean";
|
|
864
1563
|
}, {
|
|
865
1564
|
readonly moduleName: "solid-core";
|
|
866
1565
|
readonly key: "passwordBasedAuth";
|
|
867
1566
|
readonly value: boolean;
|
|
868
1567
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1568
|
+
readonly label: "Password Based Authentication";
|
|
1569
|
+
readonly group: "authentication-settings";
|
|
1570
|
+
readonly sortOrder: 10;
|
|
1571
|
+
readonly controlType: "boolean";
|
|
869
1572
|
}, {
|
|
870
1573
|
readonly moduleName: "solid-core";
|
|
871
1574
|
readonly key: "passwordlessRegistrationValidateWhat";
|
|
872
1575
|
readonly value: string;
|
|
873
1576
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1577
|
+
readonly label: "Registration Validation Type";
|
|
1578
|
+
readonly group: "authentication-settings";
|
|
1579
|
+
readonly sortOrder: 30;
|
|
1580
|
+
readonly controlType: "shortText";
|
|
874
1581
|
}, {
|
|
875
1582
|
readonly moduleName: "solid-core";
|
|
876
1583
|
readonly key: "passwordlessLoginValidateWhat";
|
|
877
1584
|
readonly value: string;
|
|
878
1585
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1586
|
+
readonly label: "Login Validation Type";
|
|
1587
|
+
readonly group: "authentication-settings";
|
|
1588
|
+
readonly sortOrder: 40;
|
|
1589
|
+
readonly controlType: "shortText";
|
|
879
1590
|
}, {
|
|
880
1591
|
readonly moduleName: "solid-core";
|
|
881
1592
|
readonly key: "allowPublicRegistration";
|
|
882
1593
|
readonly value: boolean;
|
|
883
1594
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1595
|
+
readonly label: "Public Registration";
|
|
1596
|
+
readonly group: "authentication-settings";
|
|
1597
|
+
readonly sortOrder: 60;
|
|
1598
|
+
readonly controlType: "boolean";
|
|
884
1599
|
}, {
|
|
885
1600
|
readonly moduleName: "solid-core";
|
|
886
1601
|
readonly key: "activateUserOnRegistration";
|
|
887
1602
|
readonly value: boolean;
|
|
888
1603
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1604
|
+
readonly label: "Auto Activate User On Registration";
|
|
1605
|
+
readonly group: "authentication-settings";
|
|
1606
|
+
readonly sortOrder: 70;
|
|
1607
|
+
readonly controlType: "boolean";
|
|
889
1608
|
}, {
|
|
890
1609
|
readonly moduleName: "solid-core";
|
|
891
1610
|
readonly key: "autoLoginUserOnRegistration";
|
|
@@ -906,6 +1625,10 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
|
|
|
906
1625
|
readonly key: "defaultRole";
|
|
907
1626
|
readonly value: string;
|
|
908
1627
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1628
|
+
readonly label: "Default Role";
|
|
1629
|
+
readonly group: "authentication-settings";
|
|
1630
|
+
readonly sortOrder: 75;
|
|
1631
|
+
readonly controlType: "shortText";
|
|
909
1632
|
}, {
|
|
910
1633
|
readonly moduleName: "solid-core";
|
|
911
1634
|
readonly key: "dummyOtp";
|
|
@@ -926,31 +1649,55 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
|
|
|
926
1649
|
readonly key: "maxFailedLoginAttempts";
|
|
927
1650
|
readonly value: number;
|
|
928
1651
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1652
|
+
readonly label: "Max Failed Login Attempts";
|
|
1653
|
+
readonly group: "authentication-settings";
|
|
1654
|
+
readonly sortOrder: 110;
|
|
1655
|
+
readonly controlType: "numeric";
|
|
929
1656
|
}, {
|
|
930
1657
|
readonly moduleName: "solid-core";
|
|
931
1658
|
readonly key: "forceChangePasswordOnFirstLogin";
|
|
932
1659
|
readonly value: false;
|
|
933
1660
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1661
|
+
readonly label: "Force Change Password On First Login";
|
|
1662
|
+
readonly group: "authentication-settings";
|
|
1663
|
+
readonly sortOrder: 120;
|
|
1664
|
+
readonly controlType: "boolean";
|
|
934
1665
|
}, {
|
|
935
1666
|
readonly moduleName: "solid-core";
|
|
936
1667
|
readonly key: "authenticationPasswordRegex";
|
|
937
1668
|
readonly value: string;
|
|
938
1669
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1670
|
+
readonly label: "Authentication Password Regex";
|
|
1671
|
+
readonly group: "authentication-settings";
|
|
1672
|
+
readonly sortOrder: 130;
|
|
1673
|
+
readonly controlType: "shortText";
|
|
939
1674
|
}, {
|
|
940
1675
|
readonly moduleName: "solid-core";
|
|
941
1676
|
readonly key: "authenticationPasswordRegexErrorMessage";
|
|
942
1677
|
readonly value: string;
|
|
943
1678
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1679
|
+
readonly label: "Password Regex Error Message";
|
|
1680
|
+
readonly group: "authentication-settings";
|
|
1681
|
+
readonly sortOrder: 140;
|
|
1682
|
+
readonly controlType: "longText";
|
|
944
1683
|
}, {
|
|
945
1684
|
readonly moduleName: "solid-core";
|
|
946
1685
|
readonly key: "authenticationPasswordComplexityDescription";
|
|
947
1686
|
readonly value: string;
|
|
948
1687
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1688
|
+
readonly label: "Password Complexity Description";
|
|
1689
|
+
readonly group: "authentication-settings";
|
|
1690
|
+
readonly sortOrder: 150;
|
|
1691
|
+
readonly controlType: "longText";
|
|
949
1692
|
}, {
|
|
950
1693
|
readonly moduleName: "solid-core";
|
|
951
1694
|
readonly key: "iamAutoGeneratedPassword";
|
|
952
1695
|
readonly value: string | true;
|
|
953
1696
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1697
|
+
readonly label: "Auto Generate Password";
|
|
1698
|
+
readonly group: "authentication-settings";
|
|
1699
|
+
readonly sortOrder: 160;
|
|
1700
|
+
readonly controlType: "boolean";
|
|
954
1701
|
}, {
|
|
955
1702
|
readonly moduleName: "solid-core";
|
|
956
1703
|
readonly key: "passwordPepper";
|
|
@@ -961,6 +1708,10 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
|
|
|
961
1708
|
readonly key: "showNameFieldsForRegistration";
|
|
962
1709
|
readonly value: boolean;
|
|
963
1710
|
readonly level: SettingLevel.SystemAdminEditable;
|
|
1711
|
+
readonly label: "Show Name Fields For Registration";
|
|
1712
|
+
readonly group: "authentication-settings";
|
|
1713
|
+
readonly sortOrder: 170;
|
|
1714
|
+
readonly controlType: "boolean";
|
|
964
1715
|
}, {
|
|
965
1716
|
readonly moduleName: "solid-core";
|
|
966
1717
|
readonly key: "sendWelcomeEmailOnSignup";
|
|
@@ -976,11 +1727,19 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
|
|
|
976
1727
|
readonly key: "frontendLoginPageUrl";
|
|
977
1728
|
readonly value: string;
|
|
978
1729
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1730
|
+
readonly label: "Frontend Login Page URL";
|
|
1731
|
+
readonly group: "authentication-settings";
|
|
1732
|
+
readonly sortOrder: 180;
|
|
1733
|
+
readonly controlType: "shortText";
|
|
979
1734
|
}, {
|
|
980
1735
|
readonly moduleName: "solid-core";
|
|
981
1736
|
readonly key: "frontendForgotPasswordPageUrl";
|
|
982
1737
|
readonly value: string;
|
|
983
1738
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1739
|
+
readonly label: "Frontend Forgot Password Page URL";
|
|
1740
|
+
readonly group: "authentication-settings";
|
|
1741
|
+
readonly sortOrder: 190;
|
|
1742
|
+
readonly controlType: "shortText";
|
|
984
1743
|
}, {
|
|
985
1744
|
readonly moduleName: "solid-core";
|
|
986
1745
|
readonly key: "secret";
|
|
@@ -991,11 +1750,19 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
|
|
|
991
1750
|
readonly key: "audience";
|
|
992
1751
|
readonly value: string;
|
|
993
1752
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1753
|
+
readonly label: "JWT Audience";
|
|
1754
|
+
readonly group: "jwt-settings";
|
|
1755
|
+
readonly sortOrder: 10;
|
|
1756
|
+
readonly controlType: "shortText";
|
|
994
1757
|
}, {
|
|
995
1758
|
readonly moduleName: "solid-core";
|
|
996
1759
|
readonly key: "issuer";
|
|
997
1760
|
readonly value: string;
|
|
998
1761
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1762
|
+
readonly label: "JWT Issuer";
|
|
1763
|
+
readonly group: "jwt-settings";
|
|
1764
|
+
readonly sortOrder: 20;
|
|
1765
|
+
readonly controlType: "shortText";
|
|
999
1766
|
}, {
|
|
1000
1767
|
readonly moduleName: "solid-core";
|
|
1001
1768
|
readonly key: "accessTokenTtl";
|
|
@@ -1011,11 +1778,26 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
|
|
|
1011
1778
|
readonly key: "queuesDefaultBroker";
|
|
1012
1779
|
readonly value: string;
|
|
1013
1780
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1781
|
+
readonly label: "Queues Default Broker";
|
|
1782
|
+
readonly group: "queue-settings";
|
|
1783
|
+
readonly sortOrder: 10;
|
|
1784
|
+
readonly controlType: "selectionStatic";
|
|
1785
|
+
readonly options: [{
|
|
1786
|
+
readonly label: "Database";
|
|
1787
|
+
readonly value: "database";
|
|
1788
|
+
}, {
|
|
1789
|
+
readonly label: "RabbitMQ";
|
|
1790
|
+
readonly value: "rabbitmq";
|
|
1791
|
+
}];
|
|
1014
1792
|
}, {
|
|
1015
1793
|
readonly moduleName: "solid-core";
|
|
1016
1794
|
readonly key: "queuesServiceRole";
|
|
1017
1795
|
readonly value: string;
|
|
1018
1796
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1797
|
+
readonly label: "Queues Service Role";
|
|
1798
|
+
readonly group: "queue-settings";
|
|
1799
|
+
readonly sortOrder: 20;
|
|
1800
|
+
readonly controlType: "shortText";
|
|
1019
1801
|
}, {
|
|
1020
1802
|
readonly moduleName: "solid-core";
|
|
1021
1803
|
readonly key: "queuesRabbitMqUrl";
|
|
@@ -1031,21 +1813,37 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
|
|
|
1031
1813
|
readonly key: "smsProvider";
|
|
1032
1814
|
readonly value: string;
|
|
1033
1815
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1816
|
+
readonly label: "SMS Provider";
|
|
1817
|
+
readonly group: "sms-settings";
|
|
1818
|
+
readonly sortOrder: 10;
|
|
1819
|
+
readonly controlType: "shortText";
|
|
1034
1820
|
}, {
|
|
1035
1821
|
readonly moduleName: "solid-core";
|
|
1036
1822
|
readonly key: "smsTemplateSeederFiles";
|
|
1037
1823
|
readonly value: string;
|
|
1038
1824
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1825
|
+
readonly label: "SMS Template Seeder Files";
|
|
1826
|
+
readonly group: "sms-settings";
|
|
1827
|
+
readonly sortOrder: 20;
|
|
1828
|
+
readonly controlType: "longText";
|
|
1039
1829
|
}, {
|
|
1040
1830
|
readonly moduleName: "solid-core";
|
|
1041
1831
|
readonly key: "shouldQueueSms";
|
|
1042
1832
|
readonly value: boolean;
|
|
1043
1833
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1834
|
+
readonly label: "Queue SMS";
|
|
1835
|
+
readonly group: "sms-settings";
|
|
1836
|
+
readonly sortOrder: 30;
|
|
1837
|
+
readonly controlType: "boolean";
|
|
1044
1838
|
}, {
|
|
1045
1839
|
readonly moduleName: "solid-core";
|
|
1046
1840
|
readonly key: "msg91SmsUrl";
|
|
1047
1841
|
readonly value: string;
|
|
1048
1842
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1843
|
+
readonly label: "MSG91 SMS URL";
|
|
1844
|
+
readonly group: "sms-settings";
|
|
1845
|
+
readonly sortOrder: 40;
|
|
1846
|
+
readonly controlType: "shortText";
|
|
1049
1847
|
}, {
|
|
1050
1848
|
readonly moduleName: "solid-core";
|
|
1051
1849
|
readonly key: "msg91SmsApiKey";
|
|
@@ -1056,6 +1854,10 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
|
|
|
1056
1854
|
readonly key: "twilioAccountSid";
|
|
1057
1855
|
readonly value: string;
|
|
1058
1856
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1857
|
+
readonly label: "Twilio Account SID";
|
|
1858
|
+
readonly group: "sms-settings";
|
|
1859
|
+
readonly sortOrder: 50;
|
|
1860
|
+
readonly controlType: "shortText";
|
|
1059
1861
|
}, {
|
|
1060
1862
|
readonly moduleName: "solid-core";
|
|
1061
1863
|
readonly key: "twilioAuthToken";
|
|
@@ -1066,11 +1868,19 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
|
|
|
1066
1868
|
readonly key: "twilioNumber";
|
|
1067
1869
|
readonly value: string;
|
|
1068
1870
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1871
|
+
readonly label: "Twilio Number";
|
|
1872
|
+
readonly group: "sms-settings";
|
|
1873
|
+
readonly sortOrder: 60;
|
|
1874
|
+
readonly controlType: "shortText";
|
|
1069
1875
|
}, {
|
|
1070
1876
|
readonly moduleName: "solid-core";
|
|
1071
1877
|
readonly key: "tinyUrlApiUrl";
|
|
1072
1878
|
readonly value: string;
|
|
1073
1879
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1880
|
+
readonly label: "Tiny URL API URL";
|
|
1881
|
+
readonly group: "short-url-settings";
|
|
1882
|
+
readonly sortOrder: 10;
|
|
1883
|
+
readonly controlType: "shortText";
|
|
1074
1884
|
}, {
|
|
1075
1885
|
readonly moduleName: "solid-core";
|
|
1076
1886
|
readonly key: "tinyUrlApiKey";
|
|
@@ -1081,21 +1891,37 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
|
|
|
1081
1891
|
readonly key: "tinyUrlDomain";
|
|
1082
1892
|
readonly value: string;
|
|
1083
1893
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1894
|
+
readonly label: "Tiny URL Domain";
|
|
1895
|
+
readonly group: "short-url-settings";
|
|
1896
|
+
readonly sortOrder: 20;
|
|
1897
|
+
readonly controlType: "shortText";
|
|
1084
1898
|
}, {
|
|
1085
1899
|
readonly moduleName: "solid-core";
|
|
1086
1900
|
readonly key: "tinyUrlEnabled";
|
|
1087
1901
|
readonly value: boolean;
|
|
1088
1902
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1903
|
+
readonly label: "Tiny URL Enabled";
|
|
1904
|
+
readonly group: "short-url-settings";
|
|
1905
|
+
readonly sortOrder: 30;
|
|
1906
|
+
readonly controlType: "boolean";
|
|
1089
1907
|
}, {
|
|
1090
1908
|
readonly moduleName: "solid-core";
|
|
1091
1909
|
readonly key: "whatsappProvider";
|
|
1092
1910
|
readonly value: string;
|
|
1093
1911
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1912
|
+
readonly label: "WhatsApp Provider";
|
|
1913
|
+
readonly group: "whatsapp-settings";
|
|
1914
|
+
readonly sortOrder: 10;
|
|
1915
|
+
readonly controlType: "shortText";
|
|
1094
1916
|
}, {
|
|
1095
1917
|
readonly moduleName: "solid-core";
|
|
1096
1918
|
readonly key: "msg91WhatsappUrl";
|
|
1097
1919
|
readonly value: string;
|
|
1098
1920
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1921
|
+
readonly label: "MSG91 WhatsApp URL";
|
|
1922
|
+
readonly group: "whatsapp-settings";
|
|
1923
|
+
readonly sortOrder: 20;
|
|
1924
|
+
readonly controlType: "shortText";
|
|
1099
1925
|
}, {
|
|
1100
1926
|
readonly moduleName: "solid-core";
|
|
1101
1927
|
readonly key: "msg91WhatsappApiKey";
|
|
@@ -1106,6 +1932,10 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
|
|
|
1106
1932
|
readonly key: "msg91WhatsappIntegratedNumber";
|
|
1107
1933
|
readonly value: string;
|
|
1108
1934
|
readonly level: SettingLevel.SystemAdminReadonly;
|
|
1935
|
+
readonly label: "MSG91 WhatsApp Integrated Number";
|
|
1936
|
+
readonly group: "whatsapp-settings";
|
|
1937
|
+
readonly sortOrder: 30;
|
|
1938
|
+
readonly controlType: "shortText";
|
|
1109
1939
|
}];
|
|
1110
1940
|
}
|
|
1111
1941
|
export {};
|