@solidxai/core 0.1.11-beta.9 → 0.1.12-beta.0

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.
Files changed (169) hide show
  1. package/CHANGELOG.md +456 -0
  2. package/dist/controllers/authentication.controller.d.ts +1 -1
  3. package/dist/controllers/chatter-message.controller.d.ts +0 -2
  4. package/dist/controllers/chatter-message.controller.d.ts.map +1 -1
  5. package/dist/controllers/chatter-message.controller.js +0 -16
  6. package/dist/controllers/chatter-message.controller.js.map +1 -1
  7. package/dist/controllers/datasource-introspection.controller.d.ts +8 -0
  8. package/dist/controllers/datasource-introspection.controller.d.ts.map +1 -1
  9. package/dist/controllers/media.controller.js +0 -2
  10. package/dist/controllers/media.controller.js.map +1 -1
  11. package/dist/guards/access-token.guard.d.ts +5 -1
  12. package/dist/guards/access-token.guard.d.ts.map +1 -1
  13. package/dist/guards/access-token.guard.js +31 -3
  14. package/dist/guards/access-token.guard.js.map +1 -1
  15. package/dist/guards/authentication.guard.d.ts +1 -0
  16. package/dist/guards/authentication.guard.d.ts.map +1 -1
  17. package/dist/guards/authentication.guard.js +16 -1
  18. package/dist/guards/authentication.guard.js.map +1 -1
  19. package/dist/helpers/bootstrap.helper.d.ts.map +1 -1
  20. package/dist/helpers/bootstrap.helper.js +3 -1
  21. package/dist/helpers/bootstrap.helper.js.map +1 -1
  22. package/dist/helpers/environment.helper.d.ts +0 -1
  23. package/dist/helpers/environment.helper.d.ts.map +1 -1
  24. package/dist/helpers/environment.helper.js +0 -4
  25. package/dist/helpers/environment.helper.js.map +1 -1
  26. package/dist/helpers/model-metadata-helper.service.d.ts +1 -2
  27. package/dist/helpers/model-metadata-helper.service.d.ts.map +1 -1
  28. package/dist/helpers/model-metadata-helper.service.js +2 -6
  29. package/dist/helpers/model-metadata-helper.service.js.map +1 -1
  30. package/dist/helpers/module-metadata-helper.service.js +1 -1
  31. package/dist/helpers/module-metadata-helper.service.js.map +1 -1
  32. package/dist/helpers/solid-core-error-codes-provider.service.d.ts.map +1 -1
  33. package/dist/helpers/solid-core-error-codes-provider.service.js +19 -0
  34. package/dist/helpers/solid-core-error-codes-provider.service.js.map +1 -1
  35. package/dist/helpers/solid-registry.d.ts +1 -2
  36. package/dist/helpers/solid-registry.d.ts.map +1 -1
  37. package/dist/helpers/solid-registry.js.map +1 -1
  38. package/dist/index.d.ts +1 -1
  39. package/dist/index.d.ts.map +1 -1
  40. package/dist/index.js +1 -1
  41. package/dist/index.js.map +1 -1
  42. package/dist/interfaces/active-user-data.interface.d.ts +1 -0
  43. package/dist/interfaces/active-user-data.interface.d.ts.map +1 -1
  44. package/dist/interfaces/active-user-data.interface.js.map +1 -1
  45. package/dist/interfaces.d.ts +1 -0
  46. package/dist/interfaces.d.ts.map +1 -1
  47. package/dist/interfaces.js.map +1 -1
  48. package/dist/repository/scheduled-job.repository.d.ts +2 -2
  49. package/dist/repository/scheduled-job.repository.d.ts.map +1 -1
  50. package/dist/repository/scheduled-job.repository.js +3 -6
  51. package/dist/repository/scheduled-job.repository.js.map +1 -1
  52. package/dist/repository/security-rule.repository.d.ts +2 -2
  53. package/dist/repository/security-rule.repository.d.ts.map +1 -1
  54. package/dist/repository/security-rule.repository.js +3 -6
  55. package/dist/repository/security-rule.repository.js.map +1 -1
  56. package/dist/seeders/module-metadata-seeder.service.d.ts.map +1 -1
  57. package/dist/seeders/module-metadata-seeder.service.js +18 -1
  58. package/dist/seeders/module-metadata-seeder.service.js.map +1 -1
  59. package/dist/seeders/seed-data/solid-core-metadata.json +62 -34
  60. package/dist/services/active-session-storage.service.d.ts +10 -0
  61. package/dist/services/active-session-storage.service.d.ts.map +1 -0
  62. package/dist/services/active-session-storage.service.js +41 -0
  63. package/dist/services/active-session-storage.service.js.map +1 -0
  64. package/dist/services/authentication.service.d.ts +8 -3
  65. package/dist/services/authentication.service.d.ts.map +1 -1
  66. package/dist/services/authentication.service.js +61 -16
  67. package/dist/services/authentication.service.js.map +1 -1
  68. package/dist/services/chatter-message.service.d.ts +2 -0
  69. package/dist/services/chatter-message.service.d.ts.map +1 -1
  70. package/dist/services/chatter-message.service.js +25 -2
  71. package/dist/services/chatter-message.service.js.map +1 -1
  72. package/dist/services/computed-fields/entity/alpha-num-external-id-computed-field-provider.d.ts.map +1 -1
  73. package/dist/services/computed-fields/entity/alpha-num-external-id-computed-field-provider.js +5 -7
  74. package/dist/services/computed-fields/entity/alpha-num-external-id-computed-field-provider.js.map +1 -1
  75. package/dist/services/crud-helper.service.d.ts.map +1 -1
  76. package/dist/services/crud-helper.service.js +7 -0
  77. package/dist/services/crud-helper.service.js.map +1 -1
  78. package/dist/services/crud.service.d.ts.map +1 -1
  79. package/dist/services/crud.service.js +1 -0
  80. package/dist/services/crud.service.js.map +1 -1
  81. package/dist/services/datasource-introspection.service.d.ts +10 -0
  82. package/dist/services/datasource-introspection.service.d.ts.map +1 -1
  83. package/dist/services/datasource-introspection.service.js +109 -17
  84. package/dist/services/datasource-introspection.service.js.map +1 -1
  85. package/dist/services/menu-item-metadata.service.d.ts.map +1 -1
  86. package/dist/services/menu-item-metadata.service.js +1 -0
  87. package/dist/services/menu-item-metadata.service.js.map +1 -1
  88. package/dist/services/model-metadata.service.d.ts +2 -0
  89. package/dist/services/model-metadata.service.d.ts.map +1 -1
  90. package/dist/services/model-metadata.service.js +49 -16
  91. package/dist/services/model-metadata.service.js.map +1 -1
  92. package/dist/services/module-metadata.service.d.ts.map +1 -1
  93. package/dist/services/module-metadata.service.js +0 -28
  94. package/dist/services/module-metadata.service.js.map +1 -1
  95. package/dist/services/refresh-token-ids-storage.service.d.ts +6 -1
  96. package/dist/services/refresh-token-ids-storage.service.d.ts.map +1 -1
  97. package/dist/services/refresh-token-ids-storage.service.js +0 -2
  98. package/dist/services/refresh-token-ids-storage.service.js.map +1 -1
  99. package/dist/services/settings/default-settings-provider.service.d.ts +230 -0
  100. package/dist/services/settings/default-settings-provider.service.d.ts.map +1 -1
  101. package/dist/services/settings/default-settings-provider.service.js +116 -0
  102. package/dist/services/settings/default-settings-provider.service.js.map +1 -1
  103. package/dist/services/solid-ts-morph.service.d.ts +6 -0
  104. package/dist/services/solid-ts-morph.service.d.ts.map +1 -1
  105. package/dist/services/solid-ts-morph.service.js +43 -0
  106. package/dist/services/solid-ts-morph.service.js.map +1 -1
  107. package/dist/solid-core.module.d.ts.map +1 -1
  108. package/dist/solid-core.module.js +2 -0
  109. package/dist/solid-core.module.js.map +1 -1
  110. package/dist/subscribers/audit.subscriber.d.ts.map +1 -1
  111. package/dist/subscribers/audit.subscriber.js +2 -8
  112. package/dist/subscribers/audit.subscriber.js.map +1 -1
  113. package/dist/subscribers/computed-entity-field.subscriber.d.ts +0 -8
  114. package/dist/subscribers/computed-entity-field.subscriber.d.ts.map +1 -1
  115. package/dist/subscribers/computed-entity-field.subscriber.js +3 -36
  116. package/dist/subscribers/computed-entity-field.subscriber.js.map +1 -1
  117. package/dist/subscribers/created-by-updated-by.subscriber.d.ts.map +1 -1
  118. package/dist/subscribers/created-by-updated-by.subscriber.js.map +1 -1
  119. package/dist/subscribers/field-metadata.subscriber.d.ts.map +1 -1
  120. package/dist/subscribers/field-metadata.subscriber.js.map +1 -1
  121. package/dist/subscribers/scheduled-job.subscriber.d.ts.map +1 -1
  122. package/dist/subscribers/scheduled-job.subscriber.js +2 -3
  123. package/dist/subscribers/scheduled-job.subscriber.js.map +1 -1
  124. package/dist/subscribers/security-rule.subscriber.d.ts.map +1 -1
  125. package/dist/subscribers/security-rule.subscriber.js +3 -5
  126. package/dist/subscribers/security-rule.subscriber.js.map +1 -1
  127. package/package.json +1 -1
  128. package/src/controllers/chatter-message.controller.ts +7 -7
  129. package/src/controllers/media.controller.ts +1 -1
  130. package/src/guards/access-token.guard.ts +43 -3
  131. package/src/guards/authentication.guard.ts +22 -1
  132. package/src/helpers/bootstrap.helper.ts +9 -3
  133. package/src/helpers/environment.helper.ts +0 -11
  134. package/src/helpers/model-metadata-helper.service.ts +2 -7
  135. package/src/helpers/module-metadata-helper.service.ts +1 -1
  136. package/src/helpers/solid-core-error-codes-provider.service.ts +20 -1
  137. package/src/helpers/solid-registry.ts +1 -7
  138. package/src/index.ts +1 -1
  139. package/src/interfaces/active-user-data.interface.ts +6 -0
  140. package/src/interfaces.ts +1 -0
  141. package/src/repository/scheduled-job.repository.ts +4 -10
  142. package/src/repository/security-rule.repository.ts +4 -10
  143. package/src/seeders/module-metadata-seeder.service.ts +23 -2
  144. package/src/seeders/seed-data/solid-core-metadata.json +62 -34
  145. package/src/services/active-session-storage.service.ts +24 -0
  146. package/src/services/authentication.service.ts +76 -15
  147. package/src/services/chatter-message.service.ts +32 -2
  148. package/src/services/computed-fields/entity/alpha-num-external-id-computed-field-provider.ts +5 -11
  149. package/src/services/crud-helper.service.ts +7 -0
  150. package/src/services/crud.service.ts +1 -0
  151. package/src/services/datasource-introspection.service.ts +176 -16
  152. package/src/services/menu-item-metadata.service.ts +2 -1
  153. package/src/services/model-metadata.service.ts +63 -22
  154. package/src/services/module-metadata.service.ts +0 -36
  155. package/src/services/refresh-token-ids-storage.service.ts +9 -8
  156. package/src/services/settings/default-settings-provider.service.ts +116 -1
  157. package/src/services/solid-ts-morph.service.ts +61 -1
  158. package/src/solid-core.module.ts +2 -0
  159. package/src/subscribers/audit.subscriber.ts +2 -11
  160. package/src/subscribers/computed-entity-field.subscriber.ts +6 -63
  161. package/src/subscribers/created-by-updated-by.subscriber.ts +0 -3
  162. package/src/subscribers/field-metadata.subscriber.ts +0 -3
  163. package/src/subscribers/scheduled-job.subscriber.ts +2 -3
  164. package/src/subscribers/security-rule.subscriber.ts +3 -8
  165. package/dist/helpers/nodemon-heartbeat.d.ts +0 -5
  166. package/dist/helpers/nodemon-heartbeat.d.ts.map +0 -1
  167. package/dist/helpers/nodemon-heartbeat.js +0 -67
  168. package/dist/helpers/nodemon-heartbeat.js.map +0 -1
  169. package/src/helpers/nodemon-heartbeat.ts +0 -59
@@ -10,6 +10,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
10
10
  readonly group: "authentication-settings";
11
11
  readonly sortOrder: 50;
12
12
  readonly controlType: "boolean";
13
+ readonly helpText: "Shows Google as a sign-in and sign-up option on supported authentication screens.";
13
14
  }, {
14
15
  readonly moduleName: "solid-core";
15
16
  readonly key: "iamFacebookOAuthEnabled";
@@ -19,6 +20,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
19
20
  readonly group: "authentication-settings";
20
21
  readonly sortOrder: 50;
21
22
  readonly controlType: "boolean";
23
+ readonly helpText: "Shows Facebook as a sign-in and sign-up option on supported authentication screens.";
22
24
  }, {
23
25
  readonly moduleName: "solid-core";
24
26
  readonly key: "iamMicrosoftOAuthEnabled";
@@ -28,6 +30,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
28
30
  readonly group: "authentication-settings";
29
31
  readonly sortOrder: 50;
30
32
  readonly controlType: "boolean";
33
+ readonly helpText: "Shows Microsoft as a sign-in and sign-up option on supported authentication screens.";
31
34
  }, {
32
35
  readonly moduleName: "solid-core";
33
36
  readonly key: "iamMicrosoftActiveDirectoryOAuthEnabled";
@@ -37,6 +40,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
37
40
  readonly group: "authentication-settings";
38
41
  readonly sortOrder: 50;
39
42
  readonly controlType: "boolean";
43
+ readonly helpText: "Shows Microsoft Active Directory as a sign-in and sign-up option on supported authentication screens.";
40
44
  }, {
41
45
  readonly moduleName: "solid-core";
42
46
  readonly key: "authPagesLayout";
@@ -56,6 +60,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
56
60
  readonly label: "Right";
57
61
  readonly value: "right";
58
62
  }];
63
+ readonly helpText: "Controls whether authentication forms are centered or shown beside a left or right visual panel.";
59
64
  }, {
60
65
  readonly moduleName: "solid-core";
61
66
  readonly key: "appLogo";
@@ -65,6 +70,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
65
70
  readonly group: "app-settings";
66
71
  readonly sortOrder: 10;
67
72
  readonly controlType: "mediaSingle";
73
+ readonly helpText: "Primary application logo used across branded authentication and workspace surfaces.";
68
74
  }, {
69
75
  readonly moduleName: "solid-core";
70
76
  readonly key: "companylogo";
@@ -74,6 +80,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
74
80
  readonly group: "app-settings";
75
81
  readonly sortOrder: 20;
76
82
  readonly controlType: "mediaSingle";
83
+ readonly helpText: "Secondary company logo for installations that need separate corporate branding.";
77
84
  }, {
78
85
  readonly moduleName: "solid-core";
79
86
  readonly key: "favicon";
@@ -83,6 +90,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
83
90
  readonly group: "app-settings";
84
91
  readonly sortOrder: 30;
85
92
  readonly controlType: "mediaSingle";
93
+ readonly helpText: "Browser tab icon used by the workspace and authentication pages when a custom favicon is configured.";
86
94
  }, {
87
95
  readonly moduleName: "solid-core";
88
96
  readonly key: "appLogoPosition";
@@ -99,6 +107,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
99
107
  readonly label: "In Image View";
100
108
  readonly value: "in_image_view";
101
109
  }];
110
+ readonly helpText: "Controls whether the app logo appears inside the authentication form or inside the image panel.";
102
111
  }, {
103
112
  readonly moduleName: "solid-core";
104
113
  readonly key: "rowClickAction";
@@ -115,6 +124,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
115
124
  readonly label: "View";
116
125
  readonly value: "view";
117
126
  }];
127
+ readonly helpText: "Decides whether clicking a list row opens the record in edit mode or view mode.";
118
128
  }, {
119
129
  readonly moduleName: "solid-core";
120
130
  readonly key: "showAuthContent";
@@ -124,6 +134,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
124
134
  readonly group: "app-settings";
125
135
  readonly sortOrder: 50;
126
136
  readonly controlType: "boolean";
137
+ readonly helpText: "Shows or hides the title, subtitle, and description block on authentication screens.";
127
138
  }, {
128
139
  readonly moduleName: "solid-core";
129
140
  readonly key: "appTitle";
@@ -133,6 +144,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
133
144
  readonly group: "app-settings";
134
145
  readonly sortOrder: 60;
135
146
  readonly controlType: "shortText";
147
+ readonly helpText: "Main application name shown on branded authentication screens.";
136
148
  }, {
137
149
  readonly moduleName: "solid-core";
138
150
  readonly key: "appSubtitle";
@@ -142,6 +154,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
142
154
  readonly group: "app-settings";
143
155
  readonly sortOrder: 70;
144
156
  readonly controlType: "shortText";
157
+ readonly helpText: "Short subtitle shown above or beside the main application title.";
145
158
  }, {
146
159
  readonly moduleName: "solid-core";
147
160
  readonly key: "appDescription";
@@ -151,6 +164,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
151
164
  readonly group: "app-settings";
152
165
  readonly sortOrder: 80;
153
166
  readonly controlType: "longText";
167
+ readonly helpText: "Supporting copy used to explain the product or workspace on authentication screens.";
154
168
  }, {
155
169
  readonly moduleName: "solid-core";
156
170
  readonly key: "showLegalLinks";
@@ -160,6 +174,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
160
174
  readonly group: "app-settings";
161
175
  readonly sortOrder: 90;
162
176
  readonly controlType: "boolean";
177
+ readonly helpText: "Shows or hides the terms and privacy links on authentication screens.";
163
178
  }, {
164
179
  readonly moduleName: "solid-core";
165
180
  readonly key: "appTnc";
@@ -169,6 +184,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
169
184
  readonly group: "app-settings";
170
185
  readonly sortOrder: 100;
171
186
  readonly controlType: "shortText";
187
+ readonly helpText: "Terms and conditions URL shown when legal links are enabled.";
172
188
  }, {
173
189
  readonly moduleName: "solid-core";
174
190
  readonly key: "appPrivacyPolicy";
@@ -178,6 +194,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
178
194
  readonly group: "app-settings";
179
195
  readonly sortOrder: 110;
180
196
  readonly controlType: "shortText";
197
+ readonly helpText: "Privacy policy URL shown when legal links are enabled.";
181
198
  }, {
182
199
  readonly moduleName: "solid-core";
183
200
  readonly key: "enableDarkMode";
@@ -187,6 +204,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
187
204
  readonly group: "app-settings";
188
205
  readonly sortOrder: 120;
189
206
  readonly controlType: "boolean";
207
+ readonly helpText: "Enables dark theme support for frontend surfaces that honor the global appearance setting.";
190
208
  }, {
191
209
  readonly moduleName: "solid-core";
192
210
  readonly key: "copyright";
@@ -196,6 +214,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
196
214
  readonly group: "app-settings";
197
215
  readonly sortOrder: 130;
198
216
  readonly controlType: "longText";
217
+ readonly helpText: "Footer copyright text shown on branded authentication screens.";
199
218
  }, {
200
219
  readonly moduleName: "solid-core";
201
220
  readonly key: "enableUsername";
@@ -205,6 +224,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
205
224
  readonly group: "misc-settings";
206
225
  readonly sortOrder: 10;
207
226
  readonly controlType: "boolean";
227
+ readonly helpText: "Allows username-based identity flows where the frontend supports them.";
208
228
  }, {
209
229
  readonly moduleName: "solid-core";
210
230
  readonly key: "enabledNotification";
@@ -214,6 +234,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
214
234
  readonly group: "misc-settings";
215
235
  readonly sortOrder: 20;
216
236
  readonly controlType: "boolean";
237
+ readonly helpText: "Default notification toggle used by user-facing notification settings.";
217
238
  }, {
218
239
  readonly moduleName: "solid-core";
219
240
  readonly key: "contactSupportEmail";
@@ -223,6 +244,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
223
244
  readonly group: "misc-settings";
224
245
  readonly sortOrder: 30;
225
246
  readonly controlType: "shortText";
247
+ readonly helpText: "Email address used by the support shortcut in the user menu and related help surfaces.";
226
248
  }, {
227
249
  readonly moduleName: "solid-core";
228
250
  readonly key: "contactSupportDisplayName";
@@ -232,6 +254,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
232
254
  readonly group: "misc-settings";
233
255
  readonly sortOrder: 40;
234
256
  readonly controlType: "shortText";
257
+ readonly helpText: "Friendly label shown for the support shortcut, such as Support or Help Desk.";
235
258
  }, {
236
259
  readonly moduleName: "solid-core";
237
260
  readonly key: "contactSupportIcon";
@@ -241,6 +264,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
241
264
  readonly group: "misc-settings";
242
265
  readonly sortOrder: 50;
243
266
  readonly controlType: "shortText";
267
+ readonly helpText: "Icon identifier used for the support shortcut so users can recognize it quickly.";
244
268
  }, {
245
269
  readonly moduleName: "solid-core";
246
270
  readonly key: "authScreenRightBackgroundImage";
@@ -250,6 +274,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
250
274
  readonly group: "authentication-settings";
251
275
  readonly sortOrder: 90;
252
276
  readonly controlType: "mediaSingle";
277
+ readonly helpText: "Banner image used when the authentication form is shown on the left and the visual panel is on the right.";
253
278
  }, {
254
279
  readonly moduleName: "solid-core";
255
280
  readonly key: "authScreenLeftBackgroundImage";
@@ -259,6 +284,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
259
284
  readonly group: "authentication-settings";
260
285
  readonly sortOrder: 100;
261
286
  readonly controlType: "mediaSingle";
287
+ readonly helpText: "Banner image used when the authentication form is shown on the right and the visual panel is on the left.";
262
288
  }, {
263
289
  readonly moduleName: "solid-core";
264
290
  readonly key: "authScreenCenterBackgroundImage";
@@ -268,6 +294,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
268
294
  readonly group: "authentication-settings";
269
295
  readonly sortOrder: 110;
270
296
  readonly controlType: "mediaSingle";
297
+ readonly helpText: "Background image used for the centered authentication layout.";
271
298
  }, {
272
299
  readonly moduleName: "solid-core";
273
300
  readonly key: "solidXGenAiCodeBuilderConfig";
@@ -280,6 +307,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
280
307
  readonly sortOrder: 10;
281
308
  readonly controlType: "custom";
282
309
  readonly settingsWidget: "solidXGenAiCodeBuilderConfigWidget";
310
+ readonly helpText: "Structured AI builder configuration that stores providers, credentials, and model assignments for SolidX code generation features.";
283
311
  }, {
284
312
  readonly moduleName: "solid-core";
285
313
  readonly key: "appEncryptionKey";
@@ -294,6 +322,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
294
322
  readonly group: "ai-settings";
295
323
  readonly sortOrder: 20;
296
324
  readonly controlType: "boolean";
325
+ readonly helpText: "Read-only flag indicating whether MCP integration is enabled for this deployment.";
297
326
  }, {
298
327
  readonly moduleName: "solid-core";
299
328
  readonly key: "mcpServerUrl";
@@ -303,6 +332,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
303
332
  readonly group: "ai-settings";
304
333
  readonly sortOrder: 30;
305
334
  readonly controlType: "shortText";
335
+ readonly helpText: "Base MCP server URL used when MCP integration is enabled.";
306
336
  }, {
307
337
  readonly moduleName: "solid-core";
308
338
  readonly key: "mcpApiKey";
@@ -317,6 +347,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
317
347
  readonly group: "system-settings";
318
348
  readonly sortOrder: 10;
319
349
  readonly controlType: "shortText";
350
+ readonly helpText: "Default date-time format used by Solid core features that need a shared server-side format.";
320
351
  }, {
321
352
  readonly moduleName: "solid-core";
322
353
  readonly key: "dateFormat";
@@ -326,6 +357,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
326
357
  readonly group: "system-settings";
327
358
  readonly sortOrder: 20;
328
359
  readonly controlType: "shortText";
360
+ readonly helpText: "Default date format used by Solid core features that need a shared server-side format.";
329
361
  }, {
330
362
  readonly moduleName: "solid-core";
331
363
  readonly key: "baseUrl";
@@ -335,6 +367,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
335
367
  readonly group: "system-settings";
336
368
  readonly sortOrder: 30;
337
369
  readonly controlType: "shortText";
370
+ readonly helpText: "Backend base URL used to generate absolute links and media URLs.";
338
371
  }, {
339
372
  readonly moduleName: "solid-core";
340
373
  readonly key: "frontendAdminBaseUrl";
@@ -344,6 +377,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
344
377
  readonly group: "system-settings";
345
378
  readonly sortOrder: 35;
346
379
  readonly controlType: "shortText";
380
+ readonly helpText: "Frontend admin application base URL used when the backend needs to point users back to the admin UI.";
347
381
  }, {
348
382
  readonly moduleName: "solid-core";
349
383
  readonly key: "solidAppWebsiteUrl";
@@ -353,6 +387,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
353
387
  readonly group: "system-settings";
354
388
  readonly sortOrder: 40;
355
389
  readonly controlType: "shortText";
390
+ readonly helpText: "Public website URL for the product or marketing site.";
356
391
  }, {
357
392
  readonly moduleName: "solid-core";
358
393
  readonly key: "moduleMetadataSeederFiles";
@@ -362,6 +397,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
362
397
  readonly group: "storage-settings";
363
398
  readonly sortOrder: 10;
364
399
  readonly controlType: "longText";
400
+ readonly helpText: "Comma-separated list of module metadata seed files that are loaded by the platform.";
365
401
  }, {
366
402
  readonly moduleName: "solid-core";
367
403
  readonly key: "uploadDir";
@@ -371,6 +407,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
371
407
  readonly group: "storage-settings";
372
408
  readonly sortOrder: 20;
373
409
  readonly controlType: "shortText";
410
+ readonly helpText: "Directory where uploaded media is staged before downstream processing or persistence.";
374
411
  }, {
375
412
  readonly moduleName: "solid-core";
376
413
  readonly key: "fileStorageDir";
@@ -380,6 +417,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
380
417
  readonly group: "storage-settings";
381
418
  readonly sortOrder: 30;
382
419
  readonly controlType: "shortText";
420
+ readonly helpText: "Directory used by the default disk-based file storage provider for persisted files.";
383
421
  }, {
384
422
  readonly moduleName: "solid-core";
385
423
  readonly key: "defaultFileService";
@@ -396,6 +434,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
396
434
  readonly label: "S3";
397
435
  readonly value: "s3";
398
436
  }];
437
+ readonly helpText: "Default storage implementation used for file handling, such as local disk or S3.";
399
438
  }, {
400
439
  readonly moduleName: "solid-core";
401
440
  readonly key: "S3_AWS_ACCESS_KEY";
@@ -415,6 +454,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
415
454
  readonly group: "storage-settings";
416
455
  readonly sortOrder: 50;
417
456
  readonly controlType: "shortText";
457
+ readonly helpText: "AWS region used by the default S3 storage integration.";
418
458
  }, {
419
459
  readonly moduleName: "solid-core";
420
460
  readonly key: "S3_DEFAULT_BUCKET";
@@ -424,6 +464,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
424
464
  readonly group: "storage-settings";
425
465
  readonly sortOrder: 60;
426
466
  readonly controlType: "shortText";
467
+ readonly helpText: "Default S3 bucket used when the S3 storage provider is active.";
427
468
  }, {
428
469
  readonly moduleName: "solid-core";
429
470
  readonly key: "emailProvider";
@@ -440,6 +481,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
440
481
  readonly label: "Elastic Email Service";
441
482
  readonly value: "ElasticEmailService";
442
483
  }];
484
+ readonly helpText: "Email delivery provider currently configured for outbound mail.";
443
485
  }, {
444
486
  readonly moduleName: "solid-core";
445
487
  readonly key: "emailTemplateSeederFiles";
@@ -449,6 +491,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
449
491
  readonly group: "email-settings";
450
492
  readonly sortOrder: 20;
451
493
  readonly controlType: "longText";
494
+ readonly helpText: "Comma-separated list of email template seed files loaded by the platform.";
452
495
  }, {
453
496
  readonly moduleName: "solid-core";
454
497
  readonly key: "shouldQueueEmails";
@@ -458,6 +501,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
458
501
  readonly group: "email-settings";
459
502
  readonly sortOrder: 30;
460
503
  readonly controlType: "boolean";
504
+ readonly helpText: "Whether outbound emails are queued for asynchronous delivery instead of being sent inline.";
461
505
  }, {
462
506
  readonly moduleName: "solid-core";
463
507
  readonly key: "smtpMailHost";
@@ -467,6 +511,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
467
511
  readonly group: "email-settings";
468
512
  readonly sortOrder: 40;
469
513
  readonly controlType: "shortText";
514
+ readonly helpText: "SMTP host name used when the SMTP email provider is active.";
470
515
  }, {
471
516
  readonly moduleName: "solid-core";
472
517
  readonly key: "smtpMailPort";
@@ -476,6 +521,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
476
521
  readonly group: "email-settings";
477
522
  readonly sortOrder: 50;
478
523
  readonly controlType: "numeric";
524
+ readonly helpText: "SMTP port used when the SMTP email provider is active.";
479
525
  }, {
480
526
  readonly moduleName: "solid-core";
481
527
  readonly key: "smtpMailUsername";
@@ -485,6 +531,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
485
531
  readonly group: "email-settings";
486
532
  readonly sortOrder: 60;
487
533
  readonly controlType: "shortText";
534
+ readonly helpText: "SMTP username used when the SMTP email provider is active.";
488
535
  }, {
489
536
  readonly moduleName: "solid-core";
490
537
  readonly key: "smtpMailPassword";
@@ -499,6 +546,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
499
546
  readonly group: "email-settings";
500
547
  readonly sortOrder: 70;
501
548
  readonly controlType: "shortText";
549
+ readonly helpText: "Default From address for outbound mail sent through the SMTP provider.";
502
550
  }, {
503
551
  readonly moduleName: "solid-core";
504
552
  readonly key: "apiMailKey";
@@ -513,6 +561,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
513
561
  readonly group: "email-settings";
514
562
  readonly sortOrder: 80;
515
563
  readonly controlType: "shortText";
564
+ readonly helpText: "Default From address for outbound mail sent through API-based email providers.";
516
565
  }, {
517
566
  readonly moduleName: "solid-core";
518
567
  readonly key: "ragServerUrl";
@@ -522,6 +571,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
522
571
  readonly group: "ai-settings";
523
572
  readonly sortOrder: 40;
524
573
  readonly controlType: "shortText";
574
+ readonly helpText: "Base URL of the RAG service used by AI-assisted features that need retrieval support.";
525
575
  }, {
526
576
  readonly moduleName: "solid-core";
527
577
  readonly key: "ragServerLogin";
@@ -556,6 +606,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
556
606
  readonly group: "oauth-settings";
557
607
  readonly sortOrder: 10;
558
608
  readonly controlType: "shortText";
609
+ readonly helpText: "Google OAuth client ID registered for this application.";
559
610
  }, {
560
611
  readonly moduleName: "solid-core";
561
612
  readonly key: "clientSecret";
@@ -570,6 +621,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
570
621
  readonly group: "oauth-settings";
571
622
  readonly sortOrder: 20;
572
623
  readonly controlType: "shortText";
624
+ readonly helpText: "Backend callback URL that Google redirects to after authentication.";
573
625
  }, {
574
626
  readonly moduleName: "solid-core";
575
627
  readonly key: "redirectURL";
@@ -579,11 +631,13 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
579
631
  readonly group: "oauth-settings";
580
632
  readonly sortOrder: 30;
581
633
  readonly controlType: "shortText";
634
+ readonly helpText: "Post-authentication Google redirect URL used by the application flow.";
582
635
  }, {
583
636
  readonly moduleName: "solid-core";
584
637
  readonly key: "FACEBOOK_CLIENT_ID";
585
638
  readonly value: string;
586
639
  readonly level: SettingLevel.SystemAdminReadonly;
640
+ readonly helpText: "Facebook OAuth client ID registered for this application.";
587
641
  }, {
588
642
  readonly moduleName: "solid-core";
589
643
  readonly key: "FACEBOOK_CLIENT_SECRET";
@@ -594,16 +648,19 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
594
648
  readonly key: "FACEBOOK_CALLBACK_URL";
595
649
  readonly value: string;
596
650
  readonly level: SettingLevel.SystemAdminReadonly;
651
+ readonly helpText: "Backend callback URL that Facebook redirects to after authentication.";
597
652
  }, {
598
653
  readonly moduleName: "solid-core";
599
654
  readonly key: "FACEBOOK_REDIRECT_URL";
600
655
  readonly value: string;
601
656
  readonly level: SettingLevel.SystemAdminReadonly;
657
+ readonly helpText: "Post-authentication Facebook redirect URL used by the application flow.";
602
658
  }, {
603
659
  readonly moduleName: "solid-core";
604
660
  readonly key: "MICROSOFT_CLIENT_ID";
605
661
  readonly value: string;
606
662
  readonly level: SettingLevel.SystemAdminReadonly;
663
+ readonly helpText: "Microsoft OAuth client ID registered for this application.";
607
664
  }, {
608
665
  readonly moduleName: "solid-core";
609
666
  readonly key: "MICROSOFT_CLIENT_SECRET";
@@ -614,16 +671,19 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
614
671
  readonly key: "MICROSOFT_TENANT_ID";
615
672
  readonly value: string;
616
673
  readonly level: SettingLevel.SystemAdminReadonly;
674
+ readonly helpText: "Microsoft OAuth tenant identifier used to scope sign-in requests.";
617
675
  }, {
618
676
  readonly moduleName: "solid-core";
619
677
  readonly key: "MICROSOFT_CALLBACK_URL";
620
678
  readonly value: string;
621
679
  readonly level: SettingLevel.SystemAdminReadonly;
680
+ readonly helpText: "Backend callback URL that Microsoft redirects to after authentication.";
622
681
  }, {
623
682
  readonly moduleName: "solid-core";
624
683
  readonly key: "MICROSOFT_REDIRECT_URL";
625
684
  readonly value: string;
626
685
  readonly level: SettingLevel.SystemAdminReadonly;
686
+ readonly helpText: "Post-authentication Microsoft redirect URL used by the application flow.";
627
687
  }, {
628
688
  readonly moduleName: "solid-core";
629
689
  readonly key: "MICROSOFT_ACTIVE_DIRECTORY_CLIENT_ID";
@@ -633,6 +693,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
633
693
  readonly group: "oauth-settings";
634
694
  readonly sortOrder: 70;
635
695
  readonly controlType: "shortText";
696
+ readonly helpText: "Microsoft Active Directory client ID registered for this application.";
636
697
  }, {
637
698
  readonly moduleName: "solid-core";
638
699
  readonly key: "MICROSOFT_ACTIVE_DIRECTORY_CLIENT_SECRET";
@@ -647,6 +708,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
647
708
  readonly group: "oauth-settings";
648
709
  readonly sortOrder: 80;
649
710
  readonly controlType: "shortText";
711
+ readonly helpText: "Microsoft Active Directory tenant identifier used to scope sign-in requests.";
650
712
  }, {
651
713
  readonly moduleName: "solid-core";
652
714
  readonly key: "MICROSOFT_ACTIVE_DIRECTORY_CALLBACK_URL";
@@ -656,6 +718,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
656
718
  readonly group: "oauth-settings";
657
719
  readonly sortOrder: 90;
658
720
  readonly controlType: "shortText";
721
+ readonly helpText: "Backend callback URL that Microsoft Active Directory redirects to after authentication.";
659
722
  }, {
660
723
  readonly moduleName: "solid-core";
661
724
  readonly key: "MICROSOFT_ACTIVE_DIRECTORY_REDIRECT_URL";
@@ -665,6 +728,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
665
728
  readonly group: "oauth-settings";
666
729
  readonly sortOrder: 100;
667
730
  readonly controlType: "shortText";
731
+ readonly helpText: "Post-authentication Microsoft Active Directory redirect URL used by the application flow.";
668
732
  }, {
669
733
  readonly moduleName: "solid-core";
670
734
  readonly key: "passwordLessAuth";
@@ -674,6 +738,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
674
738
  readonly group: "authentication-settings";
675
739
  readonly sortOrder: 20;
676
740
  readonly controlType: "boolean";
741
+ readonly helpText: "Enables passwordless sign-in flows such as OTP-based authentication.";
677
742
  }, {
678
743
  readonly moduleName: "solid-core";
679
744
  readonly key: "passwordBasedAuth";
@@ -683,6 +748,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
683
748
  readonly group: "authentication-settings";
684
749
  readonly sortOrder: 10;
685
750
  readonly controlType: "boolean";
751
+ readonly helpText: "Enables traditional password-based sign-in.";
686
752
  }, {
687
753
  readonly moduleName: "solid-core";
688
754
  readonly key: "passwordlessRegistrationValidateWhat";
@@ -699,6 +765,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
699
765
  readonly label: "Mobile";
700
766
  readonly value: "mobile";
701
767
  }];
768
+ readonly helpText: "Chooses whether passwordless registration validates new users by email or mobile number.";
702
769
  }, {
703
770
  readonly moduleName: "solid-core";
704
771
  readonly key: "passwordlessLoginValidateWhat";
@@ -718,6 +785,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
718
785
  readonly label: "Selectable";
719
786
  readonly value: "selectable";
720
787
  }];
788
+ readonly helpText: "Chooses whether passwordless login validates users by email, mobile number, or a selectable option.";
721
789
  }, {
722
790
  readonly moduleName: "solid-core";
723
791
  readonly key: "allowPublicRegistration";
@@ -727,6 +795,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
727
795
  readonly group: "authentication-settings";
728
796
  readonly sortOrder: 60;
729
797
  readonly controlType: "boolean";
798
+ readonly helpText: "Lets unauthenticated visitors create their own account from public registration screens.";
730
799
  }, {
731
800
  readonly moduleName: "solid-core";
732
801
  readonly key: "activateUserOnRegistration";
@@ -736,6 +805,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
736
805
  readonly group: "authentication-settings";
737
806
  readonly sortOrder: 70;
738
807
  readonly controlType: "boolean";
808
+ readonly helpText: "Automatically activates newly registered users instead of requiring a separate activation step.";
739
809
  }, {
740
810
  readonly moduleName: "solid-core";
741
811
  readonly key: "autoLoginUserOnRegistration";
@@ -755,6 +825,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
755
825
  readonly group: "authentication-settings";
756
826
  readonly sortOrder: 85;
757
827
  readonly controlType: "boolean";
828
+ readonly helpText: "Allows OTP delivery to fall back to WhatsApp when the primary OTP path cannot be used.";
758
829
  }, {
759
830
  readonly moduleName: "solid-core";
760
831
  readonly key: "otpWhatsappTemplateId";
@@ -764,6 +835,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
764
835
  readonly group: "authentication-settings";
765
836
  readonly sortOrder: 86;
766
837
  readonly controlType: "shortText";
838
+ readonly helpText: "Template identifier used when OTP messages are sent through WhatsApp.";
767
839
  }, {
768
840
  readonly moduleName: "solid-core";
769
841
  readonly key: "otpWhatsappIndependentEnabled";
@@ -773,6 +845,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
773
845
  readonly group: "authentication-settings";
774
846
  readonly sortOrder: 87;
775
847
  readonly controlType: "boolean";
848
+ readonly helpText: "Allows WhatsApp OTP delivery to run as an independent channel where supported.";
776
849
  }, {
777
850
  readonly moduleName: "solid-core";
778
851
  readonly key: "otpDefaultCountryDialCode";
@@ -782,6 +855,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
782
855
  readonly group: "authentication-settings";
783
856
  readonly sortOrder: 88;
784
857
  readonly controlType: "shortText";
858
+ readonly helpText: "Default dialing code applied when OTP phone numbers are entered without a country prefix.";
785
859
  }, {
786
860
  readonly moduleName: "solid-core";
787
861
  readonly key: "forgotPasswordVerificationTokenExpiry";
@@ -796,6 +870,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
796
870
  readonly group: "authentication-settings";
797
871
  readonly sortOrder: 75;
798
872
  readonly controlType: "shortText";
873
+ readonly helpText: "Role assigned by default to newly created users in flows that rely on automatic role assignment.";
799
874
  }, {
800
875
  readonly moduleName: "solid-core";
801
876
  readonly key: "dummyOtp";
@@ -820,6 +895,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
820
895
  readonly group: "authentication-settings";
821
896
  readonly sortOrder: 110;
822
897
  readonly controlType: "numeric";
898
+ readonly helpText: "Maximum failed login attempts allowed before a user is considered blocked.";
823
899
  }, {
824
900
  readonly moduleName: "solid-core";
825
901
  readonly key: "forceChangePasswordOnFirstLogin";
@@ -829,6 +905,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
829
905
  readonly group: "authentication-settings";
830
906
  readonly sortOrder: 120;
831
907
  readonly controlType: "boolean";
908
+ readonly helpText: "Requires users to choose a new password the first time they sign in.";
832
909
  }, {
833
910
  readonly moduleName: "solid-core";
834
911
  readonly key: "authenticationPasswordRegex";
@@ -838,6 +915,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
838
915
  readonly group: "authentication-settings";
839
916
  readonly sortOrder: 130;
840
917
  readonly controlType: "shortText";
918
+ readonly helpText: "Validation pattern applied to new passwords in registration and password-change flows.";
841
919
  }, {
842
920
  readonly moduleName: "solid-core";
843
921
  readonly key: "authenticationPasswordRegexErrorMessage";
@@ -847,6 +925,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
847
925
  readonly group: "authentication-settings";
848
926
  readonly sortOrder: 140;
849
927
  readonly controlType: "longText";
928
+ readonly helpText: "Custom error message shown when a password does not satisfy the configured regex.";
850
929
  }, {
851
930
  readonly moduleName: "solid-core";
852
931
  readonly key: "authenticationPasswordComplexityDescription";
@@ -856,6 +935,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
856
935
  readonly group: "authentication-settings";
857
936
  readonly sortOrder: 150;
858
937
  readonly controlType: "longText";
938
+ readonly helpText: "Human-friendly guidance shown to users so they understand the password policy before submission.";
859
939
  }, {
860
940
  readonly moduleName: "solid-core";
861
941
  readonly key: "iamAutoGeneratedPassword";
@@ -865,6 +945,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
865
945
  readonly group: "authentication-settings";
866
946
  readonly sortOrder: 160;
867
947
  readonly controlType: "boolean";
948
+ readonly helpText: "Enables automatic password generation in flows that create user credentials on the user's behalf.";
868
949
  }, {
869
950
  readonly moduleName: "solid-core";
870
951
  readonly key: "passwordPepper";
@@ -879,6 +960,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
879
960
  readonly group: "authentication-settings";
880
961
  readonly sortOrder: 170;
881
962
  readonly controlType: "boolean";
963
+ readonly helpText: "Adds name fields to the public registration form so users can provide profile details up front.";
882
964
  }, {
883
965
  readonly moduleName: "solid-core";
884
966
  readonly key: "sendWelcomeEmailOnSignup";
@@ -888,6 +970,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
888
970
  readonly group: "authentication-settings";
889
971
  readonly sortOrder: 180;
890
972
  readonly controlType: "boolean";
973
+ readonly helpText: "Sends a welcome email after a successful signup when email delivery is configured.";
891
974
  }, {
892
975
  readonly moduleName: "solid-core";
893
976
  readonly key: "sendWelcomeSmsOnSignup";
@@ -897,6 +980,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
897
980
  readonly group: "authentication-settings";
898
981
  readonly sortOrder: 190;
899
982
  readonly controlType: "boolean";
983
+ readonly helpText: "Sends a welcome SMS after a successful signup when SMS delivery is configured.";
900
984
  }, {
901
985
  readonly moduleName: "solid-core";
902
986
  readonly key: "frontendLoginPageUrl";
@@ -906,6 +990,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
906
990
  readonly group: "authentication-settings";
907
991
  readonly sortOrder: 180;
908
992
  readonly controlType: "shortText";
993
+ readonly helpText: "Frontend login page URL used in backend-generated links and redirects.";
909
994
  }, {
910
995
  readonly moduleName: "solid-core";
911
996
  readonly key: "frontendForgotPasswordPageUrl";
@@ -915,6 +1000,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
915
1000
  readonly group: "authentication-settings";
916
1001
  readonly sortOrder: 190;
917
1002
  readonly controlType: "shortText";
1003
+ readonly helpText: "Frontend forgot-password page URL used in backend-generated links and redirects.";
918
1004
  }, {
919
1005
  readonly moduleName: "solid-core";
920
1006
  readonly key: "secret";
@@ -929,6 +1015,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
929
1015
  readonly group: "jwt-settings";
930
1016
  readonly sortOrder: 10;
931
1017
  readonly controlType: "shortText";
1018
+ readonly helpText: "JWT audience claim expected by tokens issued by this deployment.";
932
1019
  }, {
933
1020
  readonly moduleName: "solid-core";
934
1021
  readonly key: "issuer";
@@ -938,6 +1025,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
938
1025
  readonly group: "jwt-settings";
939
1026
  readonly sortOrder: 20;
940
1027
  readonly controlType: "shortText";
1028
+ readonly helpText: "JWT issuer claim attached to tokens issued by this deployment.";
941
1029
  }, {
942
1030
  readonly moduleName: "solid-core";
943
1031
  readonly key: "accessTokenTtl";
@@ -948,6 +1036,15 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
948
1036
  readonly key: "refreshTokenTtl";
949
1037
  readonly value: number;
950
1038
  readonly level: SettingLevel.SystemEnv;
1039
+ }, {
1040
+ readonly moduleName: "solid-core";
1041
+ readonly key: "preventConcurrentLogins";
1042
+ readonly value: false;
1043
+ readonly level: SettingLevel.SystemAdminEditable;
1044
+ readonly label: "Prevent Concurrent Logins";
1045
+ readonly group: "authentication-settings";
1046
+ readonly sortOrder: 200;
1047
+ readonly controlType: "boolean";
951
1048
  }, {
952
1049
  readonly moduleName: "solid-core";
953
1050
  readonly key: "queuesDefaultBroker";
@@ -964,6 +1061,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
964
1061
  readonly label: "RabbitMQ";
965
1062
  readonly value: "rabbitmq";
966
1063
  }];
1064
+ readonly helpText: "Default queue broker used for background job processing.";
967
1065
  }, {
968
1066
  readonly moduleName: "solid-core";
969
1067
  readonly key: "queuesServiceRole";
@@ -973,6 +1071,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
973
1071
  readonly group: "queue-settings";
974
1072
  readonly sortOrder: 20;
975
1073
  readonly controlType: "shortText";
1074
+ readonly helpText: "Service role or worker identity expected by the queue subsystem.";
976
1075
  }, {
977
1076
  readonly moduleName: "solid-core";
978
1077
  readonly key: "queuesRabbitMqUrl";
@@ -992,6 +1091,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
992
1091
  readonly group: "sms-settings";
993
1092
  readonly sortOrder: 10;
994
1093
  readonly controlType: "shortText";
1094
+ readonly helpText: "SMS delivery provider currently configured for outbound messages.";
995
1095
  }, {
996
1096
  readonly moduleName: "solid-core";
997
1097
  readonly key: "smsTemplateSeederFiles";
@@ -1001,6 +1101,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
1001
1101
  readonly group: "sms-settings";
1002
1102
  readonly sortOrder: 20;
1003
1103
  readonly controlType: "longText";
1104
+ readonly helpText: "Comma-separated list of SMS template seed files loaded by the platform.";
1004
1105
  }, {
1005
1106
  readonly moduleName: "solid-core";
1006
1107
  readonly key: "shouldQueueSms";
@@ -1010,6 +1111,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
1010
1111
  readonly group: "sms-settings";
1011
1112
  readonly sortOrder: 30;
1012
1113
  readonly controlType: "boolean";
1114
+ readonly helpText: "Whether outbound SMS messages are queued for asynchronous delivery instead of being sent inline.";
1013
1115
  }, {
1014
1116
  readonly moduleName: "solid-core";
1015
1117
  readonly key: "msg91SmsUrl";
@@ -1019,6 +1121,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
1019
1121
  readonly group: "sms-settings";
1020
1122
  readonly sortOrder: 40;
1021
1123
  readonly controlType: "shortText";
1124
+ readonly helpText: "MSG91 endpoint URL used when the MSG91 SMS provider is active.";
1022
1125
  }, {
1023
1126
  readonly moduleName: "solid-core";
1024
1127
  readonly key: "msg91SmsApiKey";
@@ -1033,6 +1136,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
1033
1136
  readonly group: "sms-settings";
1034
1137
  readonly sortOrder: 50;
1035
1138
  readonly controlType: "shortText";
1139
+ readonly helpText: "Twilio account SID used when the Twilio SMS provider is active.";
1036
1140
  }, {
1037
1141
  readonly moduleName: "solid-core";
1038
1142
  readonly key: "twilioAuthToken";
@@ -1047,6 +1151,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
1047
1151
  readonly group: "sms-settings";
1048
1152
  readonly sortOrder: 60;
1049
1153
  readonly controlType: "shortText";
1154
+ readonly helpText: "Twilio phone number used as the sender for outbound SMS.";
1050
1155
  }, {
1051
1156
  readonly moduleName: "solid-core";
1052
1157
  readonly key: "tinyUrlApiUrl";
@@ -1056,6 +1161,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
1056
1161
  readonly group: "short-url-settings";
1057
1162
  readonly sortOrder: 10;
1058
1163
  readonly controlType: "shortText";
1164
+ readonly helpText: "API endpoint used to create shortened URLs.";
1059
1165
  }, {
1060
1166
  readonly moduleName: "solid-core";
1061
1167
  readonly key: "tinyUrlApiKey";
@@ -1070,6 +1176,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
1070
1176
  readonly group: "short-url-settings";
1071
1177
  readonly sortOrder: 20;
1072
1178
  readonly controlType: "shortText";
1179
+ readonly helpText: "Short URL domain used when generating branded or provider-backed tiny URLs.";
1073
1180
  }, {
1074
1181
  readonly moduleName: "solid-core";
1075
1182
  readonly key: "tinyUrlEnabled";
@@ -1079,6 +1186,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
1079
1186
  readonly group: "short-url-settings";
1080
1187
  readonly sortOrder: 30;
1081
1188
  readonly controlType: "boolean";
1189
+ readonly helpText: "Indicates whether short URL generation is enabled for this deployment.";
1082
1190
  }, {
1083
1191
  readonly moduleName: "solid-core";
1084
1192
  readonly key: "whatsappProvider";
@@ -1088,6 +1196,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
1088
1196
  readonly group: "whatsapp-settings";
1089
1197
  readonly sortOrder: 10;
1090
1198
  readonly controlType: "shortText";
1199
+ readonly helpText: "WhatsApp delivery provider currently configured for outbound messages.";
1091
1200
  }, {
1092
1201
  readonly moduleName: "solid-core";
1093
1202
  readonly key: "msg91WhatsappUrl";
@@ -1097,6 +1206,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
1097
1206
  readonly group: "whatsapp-settings";
1098
1207
  readonly sortOrder: 20;
1099
1208
  readonly controlType: "shortText";
1209
+ readonly helpText: "MSG91 endpoint URL used when the MSG91 WhatsApp provider is active.";
1100
1210
  }, {
1101
1211
  readonly moduleName: "solid-core";
1102
1212
  readonly key: "msg91WhatsappApiKey";
@@ -1111,6 +1221,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
1111
1221
  readonly group: "whatsapp-settings";
1112
1222
  readonly sortOrder: 30;
1113
1223
  readonly controlType: "shortText";
1224
+ readonly helpText: "Integrated WhatsApp number used by the MSG91 WhatsApp provider.";
1114
1225
  }, {
1115
1226
  readonly moduleName: "solid-core";
1116
1227
  readonly key: "metaWhatsappApiUrl";
@@ -1120,6 +1231,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
1120
1231
  readonly group: "whatsapp-settings";
1121
1232
  readonly sortOrder: 40;
1122
1233
  readonly controlType: "shortText";
1234
+ readonly helpText: "Base Meta WhatsApp API URL used by the Meta WhatsApp integration.";
1123
1235
  }, {
1124
1236
  readonly moduleName: "solid-core";
1125
1237
  readonly key: "metaWhatsappApiVersion";
@@ -1129,6 +1241,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
1129
1241
  readonly group: "whatsapp-settings";
1130
1242
  readonly sortOrder: 50;
1131
1243
  readonly controlType: "shortText";
1244
+ readonly helpText: "Meta WhatsApp API version used when building outbound requests.";
1132
1245
  }, {
1133
1246
  readonly moduleName: "solid-core";
1134
1247
  readonly key: "metaWhatsappPhoneNumberId";
@@ -1138,6 +1251,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
1138
1251
  readonly group: "whatsapp-settings";
1139
1252
  readonly sortOrder: 60;
1140
1253
  readonly controlType: "shortText";
1254
+ readonly helpText: "Meta WhatsApp phone number ID used to send messages from the connected business account.";
1141
1255
  }, {
1142
1256
  readonly moduleName: "solid-core";
1143
1257
  readonly key: "metaWhatsappBusinessAccountId";
@@ -1147,6 +1261,7 @@ declare const getSolidCoreSettings: (isProd: boolean) => [{
1147
1261
  readonly group: "whatsapp-settings";
1148
1262
  readonly sortOrder: 70;
1149
1263
  readonly controlType: "shortText";
1264
+ readonly helpText: "Meta WhatsApp business account ID associated with the connected sender.";
1150
1265
  }, {
1151
1266
  readonly moduleName: "solid-core";
1152
1267
  readonly key: "metaWhatsappAccessToken";
@@ -1174,6 +1289,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1174
1289
  readonly group: "authentication-settings";
1175
1290
  readonly sortOrder: 50;
1176
1291
  readonly controlType: "boolean";
1292
+ readonly helpText: "Shows Google as a sign-in and sign-up option on supported authentication screens.";
1177
1293
  }, {
1178
1294
  readonly moduleName: "solid-core";
1179
1295
  readonly key: "iamFacebookOAuthEnabled";
@@ -1183,6 +1299,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1183
1299
  readonly group: "authentication-settings";
1184
1300
  readonly sortOrder: 50;
1185
1301
  readonly controlType: "boolean";
1302
+ readonly helpText: "Shows Facebook as a sign-in and sign-up option on supported authentication screens.";
1186
1303
  }, {
1187
1304
  readonly moduleName: "solid-core";
1188
1305
  readonly key: "iamMicrosoftOAuthEnabled";
@@ -1192,6 +1309,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1192
1309
  readonly group: "authentication-settings";
1193
1310
  readonly sortOrder: 50;
1194
1311
  readonly controlType: "boolean";
1312
+ readonly helpText: "Shows Microsoft as a sign-in and sign-up option on supported authentication screens.";
1195
1313
  }, {
1196
1314
  readonly moduleName: "solid-core";
1197
1315
  readonly key: "iamMicrosoftActiveDirectoryOAuthEnabled";
@@ -1201,6 +1319,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1201
1319
  readonly group: "authentication-settings";
1202
1320
  readonly sortOrder: 50;
1203
1321
  readonly controlType: "boolean";
1322
+ readonly helpText: "Shows Microsoft Active Directory as a sign-in and sign-up option on supported authentication screens.";
1204
1323
  }, {
1205
1324
  readonly moduleName: "solid-core";
1206
1325
  readonly key: "authPagesLayout";
@@ -1220,6 +1339,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1220
1339
  readonly label: "Right";
1221
1340
  readonly value: "right";
1222
1341
  }];
1342
+ readonly helpText: "Controls whether authentication forms are centered or shown beside a left or right visual panel.";
1223
1343
  }, {
1224
1344
  readonly moduleName: "solid-core";
1225
1345
  readonly key: "appLogo";
@@ -1229,6 +1349,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1229
1349
  readonly group: "app-settings";
1230
1350
  readonly sortOrder: 10;
1231
1351
  readonly controlType: "mediaSingle";
1352
+ readonly helpText: "Primary application logo used across branded authentication and workspace surfaces.";
1232
1353
  }, {
1233
1354
  readonly moduleName: "solid-core";
1234
1355
  readonly key: "companylogo";
@@ -1238,6 +1359,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1238
1359
  readonly group: "app-settings";
1239
1360
  readonly sortOrder: 20;
1240
1361
  readonly controlType: "mediaSingle";
1362
+ readonly helpText: "Secondary company logo for installations that need separate corporate branding.";
1241
1363
  }, {
1242
1364
  readonly moduleName: "solid-core";
1243
1365
  readonly key: "favicon";
@@ -1247,6 +1369,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1247
1369
  readonly group: "app-settings";
1248
1370
  readonly sortOrder: 30;
1249
1371
  readonly controlType: "mediaSingle";
1372
+ readonly helpText: "Browser tab icon used by the workspace and authentication pages when a custom favicon is configured.";
1250
1373
  }, {
1251
1374
  readonly moduleName: "solid-core";
1252
1375
  readonly key: "appLogoPosition";
@@ -1263,6 +1386,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1263
1386
  readonly label: "In Image View";
1264
1387
  readonly value: "in_image_view";
1265
1388
  }];
1389
+ readonly helpText: "Controls whether the app logo appears inside the authentication form or inside the image panel.";
1266
1390
  }, {
1267
1391
  readonly moduleName: "solid-core";
1268
1392
  readonly key: "rowClickAction";
@@ -1279,6 +1403,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1279
1403
  readonly label: "View";
1280
1404
  readonly value: "view";
1281
1405
  }];
1406
+ readonly helpText: "Decides whether clicking a list row opens the record in edit mode or view mode.";
1282
1407
  }, {
1283
1408
  readonly moduleName: "solid-core";
1284
1409
  readonly key: "showAuthContent";
@@ -1288,6 +1413,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1288
1413
  readonly group: "app-settings";
1289
1414
  readonly sortOrder: 50;
1290
1415
  readonly controlType: "boolean";
1416
+ readonly helpText: "Shows or hides the title, subtitle, and description block on authentication screens.";
1291
1417
  }, {
1292
1418
  readonly moduleName: "solid-core";
1293
1419
  readonly key: "appTitle";
@@ -1297,6 +1423,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1297
1423
  readonly group: "app-settings";
1298
1424
  readonly sortOrder: 60;
1299
1425
  readonly controlType: "shortText";
1426
+ readonly helpText: "Main application name shown on branded authentication screens.";
1300
1427
  }, {
1301
1428
  readonly moduleName: "solid-core";
1302
1429
  readonly key: "appSubtitle";
@@ -1306,6 +1433,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1306
1433
  readonly group: "app-settings";
1307
1434
  readonly sortOrder: 70;
1308
1435
  readonly controlType: "shortText";
1436
+ readonly helpText: "Short subtitle shown above or beside the main application title.";
1309
1437
  }, {
1310
1438
  readonly moduleName: "solid-core";
1311
1439
  readonly key: "appDescription";
@@ -1315,6 +1443,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1315
1443
  readonly group: "app-settings";
1316
1444
  readonly sortOrder: 80;
1317
1445
  readonly controlType: "longText";
1446
+ readonly helpText: "Supporting copy used to explain the product or workspace on authentication screens.";
1318
1447
  }, {
1319
1448
  readonly moduleName: "solid-core";
1320
1449
  readonly key: "showLegalLinks";
@@ -1324,6 +1453,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1324
1453
  readonly group: "app-settings";
1325
1454
  readonly sortOrder: 90;
1326
1455
  readonly controlType: "boolean";
1456
+ readonly helpText: "Shows or hides the terms and privacy links on authentication screens.";
1327
1457
  }, {
1328
1458
  readonly moduleName: "solid-core";
1329
1459
  readonly key: "appTnc";
@@ -1333,6 +1463,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1333
1463
  readonly group: "app-settings";
1334
1464
  readonly sortOrder: 100;
1335
1465
  readonly controlType: "shortText";
1466
+ readonly helpText: "Terms and conditions URL shown when legal links are enabled.";
1336
1467
  }, {
1337
1468
  readonly moduleName: "solid-core";
1338
1469
  readonly key: "appPrivacyPolicy";
@@ -1342,6 +1473,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1342
1473
  readonly group: "app-settings";
1343
1474
  readonly sortOrder: 110;
1344
1475
  readonly controlType: "shortText";
1476
+ readonly helpText: "Privacy policy URL shown when legal links are enabled.";
1345
1477
  }, {
1346
1478
  readonly moduleName: "solid-core";
1347
1479
  readonly key: "enableDarkMode";
@@ -1351,6 +1483,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1351
1483
  readonly group: "app-settings";
1352
1484
  readonly sortOrder: 120;
1353
1485
  readonly controlType: "boolean";
1486
+ readonly helpText: "Enables dark theme support for frontend surfaces that honor the global appearance setting.";
1354
1487
  }, {
1355
1488
  readonly moduleName: "solid-core";
1356
1489
  readonly key: "copyright";
@@ -1360,6 +1493,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1360
1493
  readonly group: "app-settings";
1361
1494
  readonly sortOrder: 130;
1362
1495
  readonly controlType: "longText";
1496
+ readonly helpText: "Footer copyright text shown on branded authentication screens.";
1363
1497
  }, {
1364
1498
  readonly moduleName: "solid-core";
1365
1499
  readonly key: "enableUsername";
@@ -1369,6 +1503,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1369
1503
  readonly group: "misc-settings";
1370
1504
  readonly sortOrder: 10;
1371
1505
  readonly controlType: "boolean";
1506
+ readonly helpText: "Allows username-based identity flows where the frontend supports them.";
1372
1507
  }, {
1373
1508
  readonly moduleName: "solid-core";
1374
1509
  readonly key: "enabledNotification";
@@ -1378,6 +1513,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1378
1513
  readonly group: "misc-settings";
1379
1514
  readonly sortOrder: 20;
1380
1515
  readonly controlType: "boolean";
1516
+ readonly helpText: "Default notification toggle used by user-facing notification settings.";
1381
1517
  }, {
1382
1518
  readonly moduleName: "solid-core";
1383
1519
  readonly key: "contactSupportEmail";
@@ -1387,6 +1523,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1387
1523
  readonly group: "misc-settings";
1388
1524
  readonly sortOrder: 30;
1389
1525
  readonly controlType: "shortText";
1526
+ readonly helpText: "Email address used by the support shortcut in the user menu and related help surfaces.";
1390
1527
  }, {
1391
1528
  readonly moduleName: "solid-core";
1392
1529
  readonly key: "contactSupportDisplayName";
@@ -1396,6 +1533,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1396
1533
  readonly group: "misc-settings";
1397
1534
  readonly sortOrder: 40;
1398
1535
  readonly controlType: "shortText";
1536
+ readonly helpText: "Friendly label shown for the support shortcut, such as Support or Help Desk.";
1399
1537
  }, {
1400
1538
  readonly moduleName: "solid-core";
1401
1539
  readonly key: "contactSupportIcon";
@@ -1405,6 +1543,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1405
1543
  readonly group: "misc-settings";
1406
1544
  readonly sortOrder: 50;
1407
1545
  readonly controlType: "shortText";
1546
+ readonly helpText: "Icon identifier used for the support shortcut so users can recognize it quickly.";
1408
1547
  }, {
1409
1548
  readonly moduleName: "solid-core";
1410
1549
  readonly key: "authScreenRightBackgroundImage";
@@ -1414,6 +1553,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1414
1553
  readonly group: "authentication-settings";
1415
1554
  readonly sortOrder: 90;
1416
1555
  readonly controlType: "mediaSingle";
1556
+ readonly helpText: "Banner image used when the authentication form is shown on the left and the visual panel is on the right.";
1417
1557
  }, {
1418
1558
  readonly moduleName: "solid-core";
1419
1559
  readonly key: "authScreenLeftBackgroundImage";
@@ -1423,6 +1563,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1423
1563
  readonly group: "authentication-settings";
1424
1564
  readonly sortOrder: 100;
1425
1565
  readonly controlType: "mediaSingle";
1566
+ readonly helpText: "Banner image used when the authentication form is shown on the right and the visual panel is on the left.";
1426
1567
  }, {
1427
1568
  readonly moduleName: "solid-core";
1428
1569
  readonly key: "authScreenCenterBackgroundImage";
@@ -1432,6 +1573,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1432
1573
  readonly group: "authentication-settings";
1433
1574
  readonly sortOrder: 110;
1434
1575
  readonly controlType: "mediaSingle";
1576
+ readonly helpText: "Background image used for the centered authentication layout.";
1435
1577
  }, {
1436
1578
  readonly moduleName: "solid-core";
1437
1579
  readonly key: "solidXGenAiCodeBuilderConfig";
@@ -1444,6 +1586,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1444
1586
  readonly sortOrder: 10;
1445
1587
  readonly controlType: "custom";
1446
1588
  readonly settingsWidget: "solidXGenAiCodeBuilderConfigWidget";
1589
+ readonly helpText: "Structured AI builder configuration that stores providers, credentials, and model assignments for SolidX code generation features.";
1447
1590
  }, {
1448
1591
  readonly moduleName: "solid-core";
1449
1592
  readonly key: "appEncryptionKey";
@@ -1458,6 +1601,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1458
1601
  readonly group: "ai-settings";
1459
1602
  readonly sortOrder: 20;
1460
1603
  readonly controlType: "boolean";
1604
+ readonly helpText: "Read-only flag indicating whether MCP integration is enabled for this deployment.";
1461
1605
  }, {
1462
1606
  readonly moduleName: "solid-core";
1463
1607
  readonly key: "mcpServerUrl";
@@ -1467,6 +1611,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1467
1611
  readonly group: "ai-settings";
1468
1612
  readonly sortOrder: 30;
1469
1613
  readonly controlType: "shortText";
1614
+ readonly helpText: "Base MCP server URL used when MCP integration is enabled.";
1470
1615
  }, {
1471
1616
  readonly moduleName: "solid-core";
1472
1617
  readonly key: "mcpApiKey";
@@ -1481,6 +1626,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1481
1626
  readonly group: "system-settings";
1482
1627
  readonly sortOrder: 10;
1483
1628
  readonly controlType: "shortText";
1629
+ readonly helpText: "Default date-time format used by Solid core features that need a shared server-side format.";
1484
1630
  }, {
1485
1631
  readonly moduleName: "solid-core";
1486
1632
  readonly key: "dateFormat";
@@ -1490,6 +1636,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1490
1636
  readonly group: "system-settings";
1491
1637
  readonly sortOrder: 20;
1492
1638
  readonly controlType: "shortText";
1639
+ readonly helpText: "Default date format used by Solid core features that need a shared server-side format.";
1493
1640
  }, {
1494
1641
  readonly moduleName: "solid-core";
1495
1642
  readonly key: "baseUrl";
@@ -1499,6 +1646,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1499
1646
  readonly group: "system-settings";
1500
1647
  readonly sortOrder: 30;
1501
1648
  readonly controlType: "shortText";
1649
+ readonly helpText: "Backend base URL used to generate absolute links and media URLs.";
1502
1650
  }, {
1503
1651
  readonly moduleName: "solid-core";
1504
1652
  readonly key: "frontendAdminBaseUrl";
@@ -1508,6 +1656,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1508
1656
  readonly group: "system-settings";
1509
1657
  readonly sortOrder: 35;
1510
1658
  readonly controlType: "shortText";
1659
+ readonly helpText: "Frontend admin application base URL used when the backend needs to point users back to the admin UI.";
1511
1660
  }, {
1512
1661
  readonly moduleName: "solid-core";
1513
1662
  readonly key: "solidAppWebsiteUrl";
@@ -1517,6 +1666,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1517
1666
  readonly group: "system-settings";
1518
1667
  readonly sortOrder: 40;
1519
1668
  readonly controlType: "shortText";
1669
+ readonly helpText: "Public website URL for the product or marketing site.";
1520
1670
  }, {
1521
1671
  readonly moduleName: "solid-core";
1522
1672
  readonly key: "moduleMetadataSeederFiles";
@@ -1526,6 +1676,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1526
1676
  readonly group: "storage-settings";
1527
1677
  readonly sortOrder: 10;
1528
1678
  readonly controlType: "longText";
1679
+ readonly helpText: "Comma-separated list of module metadata seed files that are loaded by the platform.";
1529
1680
  }, {
1530
1681
  readonly moduleName: "solid-core";
1531
1682
  readonly key: "uploadDir";
@@ -1535,6 +1686,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1535
1686
  readonly group: "storage-settings";
1536
1687
  readonly sortOrder: 20;
1537
1688
  readonly controlType: "shortText";
1689
+ readonly helpText: "Directory where uploaded media is staged before downstream processing or persistence.";
1538
1690
  }, {
1539
1691
  readonly moduleName: "solid-core";
1540
1692
  readonly key: "fileStorageDir";
@@ -1544,6 +1696,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1544
1696
  readonly group: "storage-settings";
1545
1697
  readonly sortOrder: 30;
1546
1698
  readonly controlType: "shortText";
1699
+ readonly helpText: "Directory used by the default disk-based file storage provider for persisted files.";
1547
1700
  }, {
1548
1701
  readonly moduleName: "solid-core";
1549
1702
  readonly key: "defaultFileService";
@@ -1560,6 +1713,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1560
1713
  readonly label: "S3";
1561
1714
  readonly value: "s3";
1562
1715
  }];
1716
+ readonly helpText: "Default storage implementation used for file handling, such as local disk or S3.";
1563
1717
  }, {
1564
1718
  readonly moduleName: "solid-core";
1565
1719
  readonly key: "S3_AWS_ACCESS_KEY";
@@ -1579,6 +1733,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1579
1733
  readonly group: "storage-settings";
1580
1734
  readonly sortOrder: 50;
1581
1735
  readonly controlType: "shortText";
1736
+ readonly helpText: "AWS region used by the default S3 storage integration.";
1582
1737
  }, {
1583
1738
  readonly moduleName: "solid-core";
1584
1739
  readonly key: "S3_DEFAULT_BUCKET";
@@ -1588,6 +1743,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1588
1743
  readonly group: "storage-settings";
1589
1744
  readonly sortOrder: 60;
1590
1745
  readonly controlType: "shortText";
1746
+ readonly helpText: "Default S3 bucket used when the S3 storage provider is active.";
1591
1747
  }, {
1592
1748
  readonly moduleName: "solid-core";
1593
1749
  readonly key: "emailProvider";
@@ -1604,6 +1760,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1604
1760
  readonly label: "Elastic Email Service";
1605
1761
  readonly value: "ElasticEmailService";
1606
1762
  }];
1763
+ readonly helpText: "Email delivery provider currently configured for outbound mail.";
1607
1764
  }, {
1608
1765
  readonly moduleName: "solid-core";
1609
1766
  readonly key: "emailTemplateSeederFiles";
@@ -1613,6 +1770,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1613
1770
  readonly group: "email-settings";
1614
1771
  readonly sortOrder: 20;
1615
1772
  readonly controlType: "longText";
1773
+ readonly helpText: "Comma-separated list of email template seed files loaded by the platform.";
1616
1774
  }, {
1617
1775
  readonly moduleName: "solid-core";
1618
1776
  readonly key: "shouldQueueEmails";
@@ -1622,6 +1780,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1622
1780
  readonly group: "email-settings";
1623
1781
  readonly sortOrder: 30;
1624
1782
  readonly controlType: "boolean";
1783
+ readonly helpText: "Whether outbound emails are queued for asynchronous delivery instead of being sent inline.";
1625
1784
  }, {
1626
1785
  readonly moduleName: "solid-core";
1627
1786
  readonly key: "smtpMailHost";
@@ -1631,6 +1790,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1631
1790
  readonly group: "email-settings";
1632
1791
  readonly sortOrder: 40;
1633
1792
  readonly controlType: "shortText";
1793
+ readonly helpText: "SMTP host name used when the SMTP email provider is active.";
1634
1794
  }, {
1635
1795
  readonly moduleName: "solid-core";
1636
1796
  readonly key: "smtpMailPort";
@@ -1640,6 +1800,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1640
1800
  readonly group: "email-settings";
1641
1801
  readonly sortOrder: 50;
1642
1802
  readonly controlType: "numeric";
1803
+ readonly helpText: "SMTP port used when the SMTP email provider is active.";
1643
1804
  }, {
1644
1805
  readonly moduleName: "solid-core";
1645
1806
  readonly key: "smtpMailUsername";
@@ -1649,6 +1810,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1649
1810
  readonly group: "email-settings";
1650
1811
  readonly sortOrder: 60;
1651
1812
  readonly controlType: "shortText";
1813
+ readonly helpText: "SMTP username used when the SMTP email provider is active.";
1652
1814
  }, {
1653
1815
  readonly moduleName: "solid-core";
1654
1816
  readonly key: "smtpMailPassword";
@@ -1663,6 +1825,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1663
1825
  readonly group: "email-settings";
1664
1826
  readonly sortOrder: 70;
1665
1827
  readonly controlType: "shortText";
1828
+ readonly helpText: "Default From address for outbound mail sent through the SMTP provider.";
1666
1829
  }, {
1667
1830
  readonly moduleName: "solid-core";
1668
1831
  readonly key: "apiMailKey";
@@ -1677,6 +1840,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1677
1840
  readonly group: "email-settings";
1678
1841
  readonly sortOrder: 80;
1679
1842
  readonly controlType: "shortText";
1843
+ readonly helpText: "Default From address for outbound mail sent through API-based email providers.";
1680
1844
  }, {
1681
1845
  readonly moduleName: "solid-core";
1682
1846
  readonly key: "ragServerUrl";
@@ -1686,6 +1850,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1686
1850
  readonly group: "ai-settings";
1687
1851
  readonly sortOrder: 40;
1688
1852
  readonly controlType: "shortText";
1853
+ readonly helpText: "Base URL of the RAG service used by AI-assisted features that need retrieval support.";
1689
1854
  }, {
1690
1855
  readonly moduleName: "solid-core";
1691
1856
  readonly key: "ragServerLogin";
@@ -1720,6 +1885,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1720
1885
  readonly group: "oauth-settings";
1721
1886
  readonly sortOrder: 10;
1722
1887
  readonly controlType: "shortText";
1888
+ readonly helpText: "Google OAuth client ID registered for this application.";
1723
1889
  }, {
1724
1890
  readonly moduleName: "solid-core";
1725
1891
  readonly key: "clientSecret";
@@ -1734,6 +1900,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1734
1900
  readonly group: "oauth-settings";
1735
1901
  readonly sortOrder: 20;
1736
1902
  readonly controlType: "shortText";
1903
+ readonly helpText: "Backend callback URL that Google redirects to after authentication.";
1737
1904
  }, {
1738
1905
  readonly moduleName: "solid-core";
1739
1906
  readonly key: "redirectURL";
@@ -1743,11 +1910,13 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1743
1910
  readonly group: "oauth-settings";
1744
1911
  readonly sortOrder: 30;
1745
1912
  readonly controlType: "shortText";
1913
+ readonly helpText: "Post-authentication Google redirect URL used by the application flow.";
1746
1914
  }, {
1747
1915
  readonly moduleName: "solid-core";
1748
1916
  readonly key: "FACEBOOK_CLIENT_ID";
1749
1917
  readonly value: string;
1750
1918
  readonly level: SettingLevel.SystemAdminReadonly;
1919
+ readonly helpText: "Facebook OAuth client ID registered for this application.";
1751
1920
  }, {
1752
1921
  readonly moduleName: "solid-core";
1753
1922
  readonly key: "FACEBOOK_CLIENT_SECRET";
@@ -1758,16 +1927,19 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1758
1927
  readonly key: "FACEBOOK_CALLBACK_URL";
1759
1928
  readonly value: string;
1760
1929
  readonly level: SettingLevel.SystemAdminReadonly;
1930
+ readonly helpText: "Backend callback URL that Facebook redirects to after authentication.";
1761
1931
  }, {
1762
1932
  readonly moduleName: "solid-core";
1763
1933
  readonly key: "FACEBOOK_REDIRECT_URL";
1764
1934
  readonly value: string;
1765
1935
  readonly level: SettingLevel.SystemAdminReadonly;
1936
+ readonly helpText: "Post-authentication Facebook redirect URL used by the application flow.";
1766
1937
  }, {
1767
1938
  readonly moduleName: "solid-core";
1768
1939
  readonly key: "MICROSOFT_CLIENT_ID";
1769
1940
  readonly value: string;
1770
1941
  readonly level: SettingLevel.SystemAdminReadonly;
1942
+ readonly helpText: "Microsoft OAuth client ID registered for this application.";
1771
1943
  }, {
1772
1944
  readonly moduleName: "solid-core";
1773
1945
  readonly key: "MICROSOFT_CLIENT_SECRET";
@@ -1778,16 +1950,19 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1778
1950
  readonly key: "MICROSOFT_TENANT_ID";
1779
1951
  readonly value: string;
1780
1952
  readonly level: SettingLevel.SystemAdminReadonly;
1953
+ readonly helpText: "Microsoft OAuth tenant identifier used to scope sign-in requests.";
1781
1954
  }, {
1782
1955
  readonly moduleName: "solid-core";
1783
1956
  readonly key: "MICROSOFT_CALLBACK_URL";
1784
1957
  readonly value: string;
1785
1958
  readonly level: SettingLevel.SystemAdminReadonly;
1959
+ readonly helpText: "Backend callback URL that Microsoft redirects to after authentication.";
1786
1960
  }, {
1787
1961
  readonly moduleName: "solid-core";
1788
1962
  readonly key: "MICROSOFT_REDIRECT_URL";
1789
1963
  readonly value: string;
1790
1964
  readonly level: SettingLevel.SystemAdminReadonly;
1965
+ readonly helpText: "Post-authentication Microsoft redirect URL used by the application flow.";
1791
1966
  }, {
1792
1967
  readonly moduleName: "solid-core";
1793
1968
  readonly key: "MICROSOFT_ACTIVE_DIRECTORY_CLIENT_ID";
@@ -1797,6 +1972,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1797
1972
  readonly group: "oauth-settings";
1798
1973
  readonly sortOrder: 70;
1799
1974
  readonly controlType: "shortText";
1975
+ readonly helpText: "Microsoft Active Directory client ID registered for this application.";
1800
1976
  }, {
1801
1977
  readonly moduleName: "solid-core";
1802
1978
  readonly key: "MICROSOFT_ACTIVE_DIRECTORY_CLIENT_SECRET";
@@ -1811,6 +1987,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1811
1987
  readonly group: "oauth-settings";
1812
1988
  readonly sortOrder: 80;
1813
1989
  readonly controlType: "shortText";
1990
+ readonly helpText: "Microsoft Active Directory tenant identifier used to scope sign-in requests.";
1814
1991
  }, {
1815
1992
  readonly moduleName: "solid-core";
1816
1993
  readonly key: "MICROSOFT_ACTIVE_DIRECTORY_CALLBACK_URL";
@@ -1820,6 +1997,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1820
1997
  readonly group: "oauth-settings";
1821
1998
  readonly sortOrder: 90;
1822
1999
  readonly controlType: "shortText";
2000
+ readonly helpText: "Backend callback URL that Microsoft Active Directory redirects to after authentication.";
1823
2001
  }, {
1824
2002
  readonly moduleName: "solid-core";
1825
2003
  readonly key: "MICROSOFT_ACTIVE_DIRECTORY_REDIRECT_URL";
@@ -1829,6 +2007,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1829
2007
  readonly group: "oauth-settings";
1830
2008
  readonly sortOrder: 100;
1831
2009
  readonly controlType: "shortText";
2010
+ readonly helpText: "Post-authentication Microsoft Active Directory redirect URL used by the application flow.";
1832
2011
  }, {
1833
2012
  readonly moduleName: "solid-core";
1834
2013
  readonly key: "passwordLessAuth";
@@ -1838,6 +2017,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1838
2017
  readonly group: "authentication-settings";
1839
2018
  readonly sortOrder: 20;
1840
2019
  readonly controlType: "boolean";
2020
+ readonly helpText: "Enables passwordless sign-in flows such as OTP-based authentication.";
1841
2021
  }, {
1842
2022
  readonly moduleName: "solid-core";
1843
2023
  readonly key: "passwordBasedAuth";
@@ -1847,6 +2027,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1847
2027
  readonly group: "authentication-settings";
1848
2028
  readonly sortOrder: 10;
1849
2029
  readonly controlType: "boolean";
2030
+ readonly helpText: "Enables traditional password-based sign-in.";
1850
2031
  }, {
1851
2032
  readonly moduleName: "solid-core";
1852
2033
  readonly key: "passwordlessRegistrationValidateWhat";
@@ -1863,6 +2044,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1863
2044
  readonly label: "Mobile";
1864
2045
  readonly value: "mobile";
1865
2046
  }];
2047
+ readonly helpText: "Chooses whether passwordless registration validates new users by email or mobile number.";
1866
2048
  }, {
1867
2049
  readonly moduleName: "solid-core";
1868
2050
  readonly key: "passwordlessLoginValidateWhat";
@@ -1882,6 +2064,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1882
2064
  readonly label: "Selectable";
1883
2065
  readonly value: "selectable";
1884
2066
  }];
2067
+ readonly helpText: "Chooses whether passwordless login validates users by email, mobile number, or a selectable option.";
1885
2068
  }, {
1886
2069
  readonly moduleName: "solid-core";
1887
2070
  readonly key: "allowPublicRegistration";
@@ -1891,6 +2074,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1891
2074
  readonly group: "authentication-settings";
1892
2075
  readonly sortOrder: 60;
1893
2076
  readonly controlType: "boolean";
2077
+ readonly helpText: "Lets unauthenticated visitors create their own account from public registration screens.";
1894
2078
  }, {
1895
2079
  readonly moduleName: "solid-core";
1896
2080
  readonly key: "activateUserOnRegistration";
@@ -1900,6 +2084,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1900
2084
  readonly group: "authentication-settings";
1901
2085
  readonly sortOrder: 70;
1902
2086
  readonly controlType: "boolean";
2087
+ readonly helpText: "Automatically activates newly registered users instead of requiring a separate activation step.";
1903
2088
  }, {
1904
2089
  readonly moduleName: "solid-core";
1905
2090
  readonly key: "autoLoginUserOnRegistration";
@@ -1919,6 +2104,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1919
2104
  readonly group: "authentication-settings";
1920
2105
  readonly sortOrder: 85;
1921
2106
  readonly controlType: "boolean";
2107
+ readonly helpText: "Allows OTP delivery to fall back to WhatsApp when the primary OTP path cannot be used.";
1922
2108
  }, {
1923
2109
  readonly moduleName: "solid-core";
1924
2110
  readonly key: "otpWhatsappTemplateId";
@@ -1928,6 +2114,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1928
2114
  readonly group: "authentication-settings";
1929
2115
  readonly sortOrder: 86;
1930
2116
  readonly controlType: "shortText";
2117
+ readonly helpText: "Template identifier used when OTP messages are sent through WhatsApp.";
1931
2118
  }, {
1932
2119
  readonly moduleName: "solid-core";
1933
2120
  readonly key: "otpWhatsappIndependentEnabled";
@@ -1937,6 +2124,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1937
2124
  readonly group: "authentication-settings";
1938
2125
  readonly sortOrder: 87;
1939
2126
  readonly controlType: "boolean";
2127
+ readonly helpText: "Allows WhatsApp OTP delivery to run as an independent channel where supported.";
1940
2128
  }, {
1941
2129
  readonly moduleName: "solid-core";
1942
2130
  readonly key: "otpDefaultCountryDialCode";
@@ -1946,6 +2134,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1946
2134
  readonly group: "authentication-settings";
1947
2135
  readonly sortOrder: 88;
1948
2136
  readonly controlType: "shortText";
2137
+ readonly helpText: "Default dialing code applied when OTP phone numbers are entered without a country prefix.";
1949
2138
  }, {
1950
2139
  readonly moduleName: "solid-core";
1951
2140
  readonly key: "forgotPasswordVerificationTokenExpiry";
@@ -1960,6 +2149,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1960
2149
  readonly group: "authentication-settings";
1961
2150
  readonly sortOrder: 75;
1962
2151
  readonly controlType: "shortText";
2152
+ readonly helpText: "Role assigned by default to newly created users in flows that rely on automatic role assignment.";
1963
2153
  }, {
1964
2154
  readonly moduleName: "solid-core";
1965
2155
  readonly key: "dummyOtp";
@@ -1984,6 +2174,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1984
2174
  readonly group: "authentication-settings";
1985
2175
  readonly sortOrder: 110;
1986
2176
  readonly controlType: "numeric";
2177
+ readonly helpText: "Maximum failed login attempts allowed before a user is considered blocked.";
1987
2178
  }, {
1988
2179
  readonly moduleName: "solid-core";
1989
2180
  readonly key: "forceChangePasswordOnFirstLogin";
@@ -1993,6 +2184,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
1993
2184
  readonly group: "authentication-settings";
1994
2185
  readonly sortOrder: 120;
1995
2186
  readonly controlType: "boolean";
2187
+ readonly helpText: "Requires users to choose a new password the first time they sign in.";
1996
2188
  }, {
1997
2189
  readonly moduleName: "solid-core";
1998
2190
  readonly key: "authenticationPasswordRegex";
@@ -2002,6 +2194,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2002
2194
  readonly group: "authentication-settings";
2003
2195
  readonly sortOrder: 130;
2004
2196
  readonly controlType: "shortText";
2197
+ readonly helpText: "Validation pattern applied to new passwords in registration and password-change flows.";
2005
2198
  }, {
2006
2199
  readonly moduleName: "solid-core";
2007
2200
  readonly key: "authenticationPasswordRegexErrorMessage";
@@ -2011,6 +2204,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2011
2204
  readonly group: "authentication-settings";
2012
2205
  readonly sortOrder: 140;
2013
2206
  readonly controlType: "longText";
2207
+ readonly helpText: "Custom error message shown when a password does not satisfy the configured regex.";
2014
2208
  }, {
2015
2209
  readonly moduleName: "solid-core";
2016
2210
  readonly key: "authenticationPasswordComplexityDescription";
@@ -2020,6 +2214,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2020
2214
  readonly group: "authentication-settings";
2021
2215
  readonly sortOrder: 150;
2022
2216
  readonly controlType: "longText";
2217
+ readonly helpText: "Human-friendly guidance shown to users so they understand the password policy before submission.";
2023
2218
  }, {
2024
2219
  readonly moduleName: "solid-core";
2025
2220
  readonly key: "iamAutoGeneratedPassword";
@@ -2029,6 +2224,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2029
2224
  readonly group: "authentication-settings";
2030
2225
  readonly sortOrder: 160;
2031
2226
  readonly controlType: "boolean";
2227
+ readonly helpText: "Enables automatic password generation in flows that create user credentials on the user's behalf.";
2032
2228
  }, {
2033
2229
  readonly moduleName: "solid-core";
2034
2230
  readonly key: "passwordPepper";
@@ -2043,6 +2239,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2043
2239
  readonly group: "authentication-settings";
2044
2240
  readonly sortOrder: 170;
2045
2241
  readonly controlType: "boolean";
2242
+ readonly helpText: "Adds name fields to the public registration form so users can provide profile details up front.";
2046
2243
  }, {
2047
2244
  readonly moduleName: "solid-core";
2048
2245
  readonly key: "sendWelcomeEmailOnSignup";
@@ -2052,6 +2249,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2052
2249
  readonly group: "authentication-settings";
2053
2250
  readonly sortOrder: 180;
2054
2251
  readonly controlType: "boolean";
2252
+ readonly helpText: "Sends a welcome email after a successful signup when email delivery is configured.";
2055
2253
  }, {
2056
2254
  readonly moduleName: "solid-core";
2057
2255
  readonly key: "sendWelcomeSmsOnSignup";
@@ -2061,6 +2259,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2061
2259
  readonly group: "authentication-settings";
2062
2260
  readonly sortOrder: 190;
2063
2261
  readonly controlType: "boolean";
2262
+ readonly helpText: "Sends a welcome SMS after a successful signup when SMS delivery is configured.";
2064
2263
  }, {
2065
2264
  readonly moduleName: "solid-core";
2066
2265
  readonly key: "frontendLoginPageUrl";
@@ -2070,6 +2269,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2070
2269
  readonly group: "authentication-settings";
2071
2270
  readonly sortOrder: 180;
2072
2271
  readonly controlType: "shortText";
2272
+ readonly helpText: "Frontend login page URL used in backend-generated links and redirects.";
2073
2273
  }, {
2074
2274
  readonly moduleName: "solid-core";
2075
2275
  readonly key: "frontendForgotPasswordPageUrl";
@@ -2079,6 +2279,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2079
2279
  readonly group: "authentication-settings";
2080
2280
  readonly sortOrder: 190;
2081
2281
  readonly controlType: "shortText";
2282
+ readonly helpText: "Frontend forgot-password page URL used in backend-generated links and redirects.";
2082
2283
  }, {
2083
2284
  readonly moduleName: "solid-core";
2084
2285
  readonly key: "secret";
@@ -2093,6 +2294,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2093
2294
  readonly group: "jwt-settings";
2094
2295
  readonly sortOrder: 10;
2095
2296
  readonly controlType: "shortText";
2297
+ readonly helpText: "JWT audience claim expected by tokens issued by this deployment.";
2096
2298
  }, {
2097
2299
  readonly moduleName: "solid-core";
2098
2300
  readonly key: "issuer";
@@ -2102,6 +2304,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2102
2304
  readonly group: "jwt-settings";
2103
2305
  readonly sortOrder: 20;
2104
2306
  readonly controlType: "shortText";
2307
+ readonly helpText: "JWT issuer claim attached to tokens issued by this deployment.";
2105
2308
  }, {
2106
2309
  readonly moduleName: "solid-core";
2107
2310
  readonly key: "accessTokenTtl";
@@ -2112,6 +2315,15 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2112
2315
  readonly key: "refreshTokenTtl";
2113
2316
  readonly value: number;
2114
2317
  readonly level: SettingLevel.SystemEnv;
2318
+ }, {
2319
+ readonly moduleName: "solid-core";
2320
+ readonly key: "preventConcurrentLogins";
2321
+ readonly value: false;
2322
+ readonly level: SettingLevel.SystemAdminEditable;
2323
+ readonly label: "Prevent Concurrent Logins";
2324
+ readonly group: "authentication-settings";
2325
+ readonly sortOrder: 200;
2326
+ readonly controlType: "boolean";
2115
2327
  }, {
2116
2328
  readonly moduleName: "solid-core";
2117
2329
  readonly key: "queuesDefaultBroker";
@@ -2128,6 +2340,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2128
2340
  readonly label: "RabbitMQ";
2129
2341
  readonly value: "rabbitmq";
2130
2342
  }];
2343
+ readonly helpText: "Default queue broker used for background job processing.";
2131
2344
  }, {
2132
2345
  readonly moduleName: "solid-core";
2133
2346
  readonly key: "queuesServiceRole";
@@ -2137,6 +2350,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2137
2350
  readonly group: "queue-settings";
2138
2351
  readonly sortOrder: 20;
2139
2352
  readonly controlType: "shortText";
2353
+ readonly helpText: "Service role or worker identity expected by the queue subsystem.";
2140
2354
  }, {
2141
2355
  readonly moduleName: "solid-core";
2142
2356
  readonly key: "queuesRabbitMqUrl";
@@ -2156,6 +2370,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2156
2370
  readonly group: "sms-settings";
2157
2371
  readonly sortOrder: 10;
2158
2372
  readonly controlType: "shortText";
2373
+ readonly helpText: "SMS delivery provider currently configured for outbound messages.";
2159
2374
  }, {
2160
2375
  readonly moduleName: "solid-core";
2161
2376
  readonly key: "smsTemplateSeederFiles";
@@ -2165,6 +2380,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2165
2380
  readonly group: "sms-settings";
2166
2381
  readonly sortOrder: 20;
2167
2382
  readonly controlType: "longText";
2383
+ readonly helpText: "Comma-separated list of SMS template seed files loaded by the platform.";
2168
2384
  }, {
2169
2385
  readonly moduleName: "solid-core";
2170
2386
  readonly key: "shouldQueueSms";
@@ -2174,6 +2390,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2174
2390
  readonly group: "sms-settings";
2175
2391
  readonly sortOrder: 30;
2176
2392
  readonly controlType: "boolean";
2393
+ readonly helpText: "Whether outbound SMS messages are queued for asynchronous delivery instead of being sent inline.";
2177
2394
  }, {
2178
2395
  readonly moduleName: "solid-core";
2179
2396
  readonly key: "msg91SmsUrl";
@@ -2183,6 +2400,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2183
2400
  readonly group: "sms-settings";
2184
2401
  readonly sortOrder: 40;
2185
2402
  readonly controlType: "shortText";
2403
+ readonly helpText: "MSG91 endpoint URL used when the MSG91 SMS provider is active.";
2186
2404
  }, {
2187
2405
  readonly moduleName: "solid-core";
2188
2406
  readonly key: "msg91SmsApiKey";
@@ -2197,6 +2415,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2197
2415
  readonly group: "sms-settings";
2198
2416
  readonly sortOrder: 50;
2199
2417
  readonly controlType: "shortText";
2418
+ readonly helpText: "Twilio account SID used when the Twilio SMS provider is active.";
2200
2419
  }, {
2201
2420
  readonly moduleName: "solid-core";
2202
2421
  readonly key: "twilioAuthToken";
@@ -2211,6 +2430,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2211
2430
  readonly group: "sms-settings";
2212
2431
  readonly sortOrder: 60;
2213
2432
  readonly controlType: "shortText";
2433
+ readonly helpText: "Twilio phone number used as the sender for outbound SMS.";
2214
2434
  }, {
2215
2435
  readonly moduleName: "solid-core";
2216
2436
  readonly key: "tinyUrlApiUrl";
@@ -2220,6 +2440,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2220
2440
  readonly group: "short-url-settings";
2221
2441
  readonly sortOrder: 10;
2222
2442
  readonly controlType: "shortText";
2443
+ readonly helpText: "API endpoint used to create shortened URLs.";
2223
2444
  }, {
2224
2445
  readonly moduleName: "solid-core";
2225
2446
  readonly key: "tinyUrlApiKey";
@@ -2234,6 +2455,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2234
2455
  readonly group: "short-url-settings";
2235
2456
  readonly sortOrder: 20;
2236
2457
  readonly controlType: "shortText";
2458
+ readonly helpText: "Short URL domain used when generating branded or provider-backed tiny URLs.";
2237
2459
  }, {
2238
2460
  readonly moduleName: "solid-core";
2239
2461
  readonly key: "tinyUrlEnabled";
@@ -2243,6 +2465,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2243
2465
  readonly group: "short-url-settings";
2244
2466
  readonly sortOrder: 30;
2245
2467
  readonly controlType: "boolean";
2468
+ readonly helpText: "Indicates whether short URL generation is enabled for this deployment.";
2246
2469
  }, {
2247
2470
  readonly moduleName: "solid-core";
2248
2471
  readonly key: "whatsappProvider";
@@ -2252,6 +2475,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2252
2475
  readonly group: "whatsapp-settings";
2253
2476
  readonly sortOrder: 10;
2254
2477
  readonly controlType: "shortText";
2478
+ readonly helpText: "WhatsApp delivery provider currently configured for outbound messages.";
2255
2479
  }, {
2256
2480
  readonly moduleName: "solid-core";
2257
2481
  readonly key: "msg91WhatsappUrl";
@@ -2261,6 +2485,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2261
2485
  readonly group: "whatsapp-settings";
2262
2486
  readonly sortOrder: 20;
2263
2487
  readonly controlType: "shortText";
2488
+ readonly helpText: "MSG91 endpoint URL used when the MSG91 WhatsApp provider is active.";
2264
2489
  }, {
2265
2490
  readonly moduleName: "solid-core";
2266
2491
  readonly key: "msg91WhatsappApiKey";
@@ -2275,6 +2500,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2275
2500
  readonly group: "whatsapp-settings";
2276
2501
  readonly sortOrder: 30;
2277
2502
  readonly controlType: "shortText";
2503
+ readonly helpText: "Integrated WhatsApp number used by the MSG91 WhatsApp provider.";
2278
2504
  }, {
2279
2505
  readonly moduleName: "solid-core";
2280
2506
  readonly key: "metaWhatsappApiUrl";
@@ -2284,6 +2510,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2284
2510
  readonly group: "whatsapp-settings";
2285
2511
  readonly sortOrder: 40;
2286
2512
  readonly controlType: "shortText";
2513
+ readonly helpText: "Base Meta WhatsApp API URL used by the Meta WhatsApp integration.";
2287
2514
  }, {
2288
2515
  readonly moduleName: "solid-core";
2289
2516
  readonly key: "metaWhatsappApiVersion";
@@ -2293,6 +2520,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2293
2520
  readonly group: "whatsapp-settings";
2294
2521
  readonly sortOrder: 50;
2295
2522
  readonly controlType: "shortText";
2523
+ readonly helpText: "Meta WhatsApp API version used when building outbound requests.";
2296
2524
  }, {
2297
2525
  readonly moduleName: "solid-core";
2298
2526
  readonly key: "metaWhatsappPhoneNumberId";
@@ -2302,6 +2530,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2302
2530
  readonly group: "whatsapp-settings";
2303
2531
  readonly sortOrder: 60;
2304
2532
  readonly controlType: "shortText";
2533
+ readonly helpText: "Meta WhatsApp phone number ID used to send messages from the connected business account.";
2305
2534
  }, {
2306
2535
  readonly moduleName: "solid-core";
2307
2536
  readonly key: "metaWhatsappBusinessAccountId";
@@ -2311,6 +2540,7 @@ export declare class SolidCoreDefaultSettingsProvider implements ISettingsProvid
2311
2540
  readonly group: "whatsapp-settings";
2312
2541
  readonly sortOrder: 70;
2313
2542
  readonly controlType: "shortText";
2543
+ readonly helpText: "Meta WhatsApp business account ID associated with the connected sender.";
2314
2544
  }, {
2315
2545
  readonly moduleName: "solid-core";
2316
2546
  readonly key: "metaWhatsappAccessToken";