@solidxai/core 0.1.13-beta.6 → 0.1.13-beta.7

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 (57) hide show
  1. package/CHANGELOG.md +528 -0
  2. package/dist/controllers/media.controller.d.ts +1 -1
  3. package/dist/controllers/media.controller.js +1 -1
  4. package/dist/seeders/seed-data/solid-core-metadata.json +28 -2
  5. package/dist/services/media.service.d.ts +1 -1
  6. package/dist/services/media.service.d.ts.map +1 -1
  7. package/dist/services/media.service.js +16 -27
  8. package/dist/services/media.service.js.map +1 -1
  9. package/dist-tests/api/authenticate.spec.js +119 -0
  10. package/dist-tests/api/authenticate.spec.js.map +1 -0
  11. package/dist-tests/api/crud-service.findOne.cityMaster.spec.js +97 -0
  12. package/dist-tests/api/crud-service.findOne.cityMaster.spec.js.map +1 -0
  13. package/dist-tests/api/ping.spec.js +21 -0
  14. package/dist-tests/api/ping.spec.js.map +1 -0
  15. package/dist-tests/helpers/auth.js +41 -0
  16. package/dist-tests/helpers/auth.js.map +1 -0
  17. package/dist-tests/helpers/env.js +11 -0
  18. package/dist-tests/helpers/env.js.map +1 -0
  19. package/docs/agent-builder/notebook-lm-prompt-for-agent-builder.md +136 -0
  20. package/docs/agent-builder/team-ready-note-agent-builder.md +305 -0
  21. package/docs/agent-hub-grooming.md +301 -0
  22. package/docs/dashboards/AGENTIC_DASHBOARD_IMPLEMENTATION_PLAN.md +438 -0
  23. package/docs/dashboards/dashboard-curl-smoke-tests.txt +146 -0
  24. package/docs/dashboards/delete-legacy-dashboard-metadata.sql +172 -0
  25. package/docs/datasource-introspection-ddl-analysis.md +326 -0
  26. package/docs/datasource-introspection-implementation-plan.md +306 -0
  27. package/docs/grouping-enhancements.md +89 -0
  28. package/docs/java-spring/README.md +3 -0
  29. package/docs/java-spring/solid-core-module-deep-dive-report.md +1317 -0
  30. package/docs/module-package-import-handoff.md +691 -0
  31. package/docs/seed-changes.md +65 -0
  32. package/docs/test-data-workflow.md +200 -0
  33. package/docs/type-declaration-import-issue.md +24 -0
  34. package/docs/workflow/business-automation-example-notes.md +309 -0
  35. package/docs/workflow/control-flow-node-addition-sop.md +324 -0
  36. package/docs/workflow/data-engineering-pipeline-example-notes.md +330 -0
  37. package/docs/workflow/foreach-example-notes.md +187 -0
  38. package/docs/workflow/hello-world-example-notes.md +271 -0
  39. package/docs/workflow/kestra-concepts-plugins-blueprints.md +315 -0
  40. package/docs/workflow/loop-until-example-notes.md +198 -0
  41. package/docs/workflow/microservices-and-apis-example-notes.md +264 -0
  42. package/docs/workflow/samples.md +25 -0
  43. package/docs/workflow/what-is-kestra.md +79 -0
  44. package/docs/workflow/workflow-core-module-handoff-summary.md +191 -0
  45. package/docs/workflow/workflow-module-brd.md +185 -0
  46. package/docs/workflow/workflow-module-domain-model.md +252 -0
  47. package/docs/workflow/workflow-module-metadata-dsl.md +302 -0
  48. package/docs/workflow/workflow-module-technical-spec.md +293 -0
  49. package/docs/workflow/workflow-node-type-contracts.md +635 -0
  50. package/docs/workflow/workflow-node-ui-metadata-contract.md +1262 -0
  51. package/docs/workflow/workflow-solidx-model-field-spec.md +284 -0
  52. package/package.json +1 -1
  53. package/src/seeders/seed-data/solid-core-metadata.json +28 -2
  54. package/src/services/media.service.ts +19 -33
  55. package/.claude/settings.local.json +0 -16
  56. package/CLAUDE.md +0 -26
  57. package/src/services/1.js +0 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,533 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.13-beta.7] - 2026-07-29
4
+
5
+ ### Added
6
+
7
+ - add configurable UI timeouts for testing steps and update documentation
8
+ - add workflow field data provider support and related interfaces
9
+ - add asynchronous execution for workflows and enhance execution status retrieval
10
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
11
+ - enhance workflow definition management and add Python runtime node
12
+ - add SolidX integration nodes for login, email, and SMS
13
+ - enhance http.request node with query parameters and body modes
14
+ - refactor node structure and add sequential and switch nodes
15
+ - update workflow execution and definition handling
16
+ - implement workflow execution services and nodes
17
+ - implement API key generation for system admin users in ModuleMetadataSeederService
18
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
19
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
20
+ - enhance migration process with build and seed commands
21
+ - enhance datasource introspection with primary key detection and migration support
22
+ - enhance role creation with module linkage and resolve module metadata
23
+ - enhance action, role, and view metadata services with change detection and JSON normalization
24
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
25
+ - add new dashboard controller actions to permissions
26
+ - simplify queue health permissions by consolidating patterns
27
+ - implement explicit widget permissions and unauthorized response handling
28
+ - enhance widget permission checks and add unauthorized response handling
29
+ - add Queue SLA heatmap provider and update metadata
30
+ - update queue health menu item and reorder messages
31
+ - add various dashboard providers and runtime services
32
+ - implement WhatsApp Cloud API integration
33
+ - add gupshup whatsapp provider
34
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
35
+ - add updateCustomNoteMessage action to ChatterMessageController
36
+ - add secure custom-note edit API with attachment add/remove support
37
+ - implemented social media oath for facebook and microsoft
38
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
39
+ - implemented social media oath for facebook and microsoft
40
+ - add Message Tree Action and corresponding view for mqMessage
41
+ - implement processing timeout for RabbitMQ subscriber
42
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
43
+ - Migrate date/time transformers to UtcDateTimeTransformer.
44
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
45
+
46
+ ### Fixed
47
+
48
+ - use transactions entitymanager for all subscribers only for embedded db projects
49
+ - update consuming project name resolution to use parent directory
50
+ - update solidx directory path to include consuming project name
51
+ - correct package name in model generation command and update error handling in module metadata retrieval
52
+ - username
53
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
54
+ - handle null or empty security rule configuration strings in repository
55
+
56
+ ### Changed
57
+
58
+ - remove handleSeedLocales method to streamline locale seeding process
59
+ - remove legacy dashboard files and add new dashboarding architecture guide
60
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
61
+ - remove redundant null check in resolveSecurityRuleConfig
62
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
63
+ - update legacy entity fields to be nullable and support null types
64
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
65
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
66
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
67
+
68
+ ### Documentation
69
+
70
+ - update expired discord link
71
+
72
+ ### Other
73
+
74
+ - Add media upload action and validation in MediaService
75
+ - changes to ensure only id and field are returned while populating the user in chatter
76
+ - Update defaultValue types in solid-core-metadata.json to strings
77
+ - 1. changes to ensure user populated for chatter and createdBy/updatedBy has only id and fullName populate 2. Added Exclude at property level on user to exclude sensitive fields by default without having to add an exclude at the class level
78
+ - Add getMentionableUsers permission
79
+ - Add endpoint to retrieve mentionable users with search and limit options
80
+ - Add error handling nodes and enhance workflow node definitions
81
+ - Add skipHooks option to seed command and related services
82
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
83
+ - Enhance workflow node definitions and runtime context handling
84
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
85
+ - changes
86
+ - changes
87
+ - sql injection vulnerability closed in filter queries
88
+ - Remove LocalPath
89
+ - revert changes
90
+ - revert changes
91
+ - revert changes
92
+ - re revert
93
+ - revert changes
94
+ - private-file-cleanup
95
+ - add downlaodurl
96
+ - changes to allow overriding the is allowed api keys flag thru extension user
97
+ - Revert "user enumeration"
98
+ - add normalize for otp based also
99
+ - Disable metadata pruning by default in seed command configuration
100
+ - Update seed command to enable metadata pruning by default
101
+ - handle-case-sensitive-for-email
102
+ - Add delete permissions for ImportTransactionController in solid-core metadata
103
+ - Add permissions for import/export functionality in solid-core metadata
104
+ - Refactor role assignment for admin users to handle capability roles individually
105
+ - discard changes
106
+ - add support for static file
107
+ - Add capability roles for admin users in module metadata seeder
108
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
109
+ - attachment
110
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
111
+ - make isPublic default true
112
+ - changes to show the image inline
113
+ - cleanup againts media's
114
+ - inline role crate false
115
+ - Implement chatter mention notification system with email templates and queue handling
116
+ - Add messageBodyMentions field to chatter message DTOs and entity
117
+ - fix-audit-bug
118
+ - changes to include signed url token for private media
119
+ - Revert "Revert "rename function name""
120
+ - Revert "Revert "add private media support""
121
+ - Add media file type constants and enhance security for media uploads
122
+ - handle technical error messages due to missing resource in static resources folder
123
+ - Revert "add private media support"
124
+ - Revert "rename function name"
125
+ - rename function name
126
+ - add private media support
127
+ - some fixes
128
+ - solidx session invalid changes
129
+ - add validation on get chatter message
130
+ - updatedAt value is updating now
131
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
132
+ - add security against chatter
133
+ - chatter message endpoint made public
134
+ - removed embedded db support
135
+ - Add default sorting by ID if not explicitly specified in order options
136
+ - add icons across all the models in solid core
137
+ - media upload added behind auth
138
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
139
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
140
+ - class serializer interceptor added for impact of Exclude and Expose
141
+ - Enhance datasource introspection with primary key validation and user key resolution
142
+ - Concurrent Login Feature
143
+ - user enumeration
144
+ - add helper text key on settings object .........
145
+ - changes to handle case insenstive filter operations if the values are other than string by casting
146
+ - menus item fix
147
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
148
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
149
+ - display name changed
150
+ - name changed
151
+ - added settings for configure the row click on solid list view
152
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
153
+ - fixed legacy entity files names
154
+ - view metadata type field - selection static and roles required false from menu-item
155
+ - Fix for this issue > stop applying lower for numeric fields.
156
+ - refactor and add migration command
157
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
158
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
159
+ - changes to take in option for seeding with modules in current seed method
160
+ - Fix validation logic to parse string field values as integers before applying validations
161
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
162
+ - ad changes
163
+ - Add locale seeding functionality and enhance locale management
164
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
165
+ - changes to avoid extra module checks before dynamically loading it
166
+ - defaulted to modulemetadataseederservice if no seeder provided
167
+ - Add Date field in Instructions Response
168
+ - ai interaction cleanup changes
169
+ - enabling create,edit,import,export on permission and lov modules
170
+ - added module to rolemetadata list view
171
+ - roles group by module changes
172
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
173
+ - Implement Datasource Management functionality with controller, service, and DTO
174
+ - added index to fields newly added as sortable and searchable
175
+ - Add archiver package to dependencies
176
+ - removed unnecessary seed file
177
+ - Add TypeORM migration helper functions and export in index
178
+ - fixes
179
+ - reverted accidental removal of the layout builder root menu
180
+ - pending cleanup of solid core menu items
181
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
182
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
183
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
184
+ - changes for IAM
185
+ - Add clearPackageRuntime functionality and corresponding metadata action
186
+ - Add archiver dependency and implement module package export functionality
187
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
188
+ - Update solid-core-metadata.json to disable create, edit, and delete actions, and set searchable attributes to false for specific fields for media storage provider
189
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
190
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
191
+ - Remove unused database bootstrap service and related SQL cleanup procedures
192
+ - cleanup
193
+ - Add view and action metadata tree views with updated permissions and searchable fields
194
+ - Add view and action metadata tree views with updated permissions and searchable fields
195
+ - menu item model cleanup
196
+ - Add resumable import handling and transaction management in module package service
197
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
198
+ - Enhance module metadata seeder: add validation for module name, streamline array handling for scheduled jobs, saved filters, list of values, security rules, sms templates, email templates, menus, actions, views, users, roles, media storage providers, model sequences, and models metadata.
199
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
200
+ - many to one left join issue fixed
201
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
202
+ - Refactor CRUD and model metadata services to enhance group filtering and pagination; streamline response handling and improve query structure. configuration changes to support tree view in model metadata
203
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
204
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
205
+ - Implement module metadata explorer with CRUD operations and search functionality
206
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
207
+ - Bug fixs
208
+ - added frontend base url as well to the default settings
209
+ - minor cleanup
210
+ - changes to cleanup legacy table related fields
211
+ - changes for new dashboards functionality
212
+ - always print server startup line regardless of log level
213
+ - Add field quality checks and fixes checklist for backend validation
214
+ - typeo issue
215
+ - Agent table clean up
216
+ - Add manual interaction step for Playwright and update README
217
+ - provision made to unlink data rather than having to teardown everything
218
+ - provision made to unlink data rather than having to teardown everything
219
+ - changes to colour the server startup line
220
+ - Agent table clean up
221
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
222
+ - removed id command options and retained the singular name option only for consistency purposes
223
+ - changes to route genertion commands thru solidctl. The refresh-module & refresh-model commands are what are eventually called and end up calling the services only, keeping calling consistent and ensuring everything is route thru solidctl generate
224
+ - got rid of fieldNamesForRefresh and fieldIdsForRefresh dead chain since it is not used now, due to fields being read in the code builder from the metadata json directly
225
+ - MCP table solid changes
226
+ - playwrite added as dependency instead
227
+ - changes to the test runner
228
+ - chatter message user resolution chagnes
229
+ - bug fix in chatter message user resolution after we moved to queues.
230
+ - moved back to beta3
231
+ - failed login attempts field added to the json and update dto and exposed in entity
232
+ - removed un-necessary index on newvalue display
233
+ - ts changes error: any
234
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
235
+ - changed model metadata service default form layout to be single column
236
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
237
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
238
+ - normalised @ApiTags
239
+ - enum for passwordless modes
240
+ - bug fix in how alternative actions are rendered
241
+ - queue related bug fixes
242
+ - changes to add a websocket adaptor to the bootstrap server routine
243
+ - license changes
244
+ - type fixes
245
+ - removed min and max from long text mapping
246
+ - bug fix for shortext field mapping
247
+ - changes to post the testing results to a webhook api with a test payload
248
+ - added import multer this fixes un-necessary ts errors in vscode
249
+ - ts errors fixed
250
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
251
+ - formatting changes
252
+ - facebook oauth
253
+ - Status required false
254
+ - updated gitignore
255
+ - dleete un-necessary docs
256
+ - deleted un-necessary files
257
+ - changes related to more grooming
258
+ - api added in cors
259
+ - refactor Oauth strategy
260
+ - Revert "Ft social media login"
261
+ - bug fix
262
+ - bug fix
263
+ - add new api me endpoint and role based settings
264
+ - setting changes for new ui architecture
265
+ - changes for new settings structure
266
+ - chatter task subtype and related changes
267
+ - bug fix
268
+ - fixes
269
+ - changes to get rid of angular schematics for helping with string case transformation for consistency purpose i.e (lodash is being used on frontend too) and avoid edge cases
270
+ - changes to handle import logs as well, thru configured winston log level
271
+ - change isMultiSelect to true in solid-core-metadata.json
272
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
273
+ - tightened up queue subscriber interface + fixed core subscribers that were not returning anything. all subscribers must either return a promise or if not async then the actual value
274
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
275
+ - bug fix: passwordless registration should create a user with active false
276
+ - apikeys attribute was not exposed
277
+ - refactor Oauth strategy
278
+ - changes to avoid sending out encrypted setting in api responses. also removed menu item and action entries for ai settings. (temporary fix, since setting ui to be revamped soon)
279
+ - bug fix
280
+ - null check on role
281
+ - made provision to seed custom permissions
282
+ - handled seed scenario too
283
+ - upload File and expectHidden changes
284
+ - extension user cleanup and checks added
285
+ - fixed types for cleanup
286
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
287
+ - fixes bare shell imports with relative imports
288
+ - dynamic import fix
289
+ - removed unnecessary file
290
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
291
+ - removed base abstract class
292
+ - added interface too
293
+ - changes
294
+ - changes to test data seeding & fixed the type for authenticationService.signup method
295
+ - changes to user dto to include the api keys toggle
296
+ - add default role to the user only if there are no roles resolved against a user
297
+ - changes to replace current extension user custom user creation logic with the use of dynamic extension user provider. cleans up creation of an extension user
298
+ - Only forward --debug when explicitly enabled.
299
+ - toolOutput field changes to json
300
+ - adding user api key entity to export
301
+ - minor optimisation to how dynamic modules are loaded
302
+ - Add Discord badge to top of README
303
+ - Fix broken BSL license link and add Discord link to README
304
+ - Add BSL 1.1 license and update package.json license field
305
+ - Seed user and roles in testing data
306
+ - removed readme.txt
307
+ - moved type and interfaces in interfaces.ts and refactored accordingly
308
+ - changed to md
309
+ - added readme
310
+ - Ai setting model change
311
+ - changes to allow encrypting setting keys
312
+ - form view clean up
313
+ - Agent table list view changes
314
+ - synchronize false
315
+ - changes to resolve the selection dynamic provider by name and token both
316
+ - changes to bypass swagger urls from csp policy
317
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
318
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
319
+ - changes to implement the sso code and sso exchange use cases
320
+ - removed orm types / exported api key entity
321
+ - added provision to control if api key creation is allowed for the user
322
+ - api key changes for backend
323
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
324
+ - fix to call addRoles only if role names are present
325
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
326
+ - refactor: update legacy entity fields to be nullable and support null types
327
+ - Json structure change
328
+ - Agent table metadata clean up changes
329
+ - longtext
330
+ - longtext changes
331
+ - Agent tables clean up
332
+ - fixes to seed many-to-many relation for tests
333
+ - changes to seed media in testing data
334
+ - Chatter modelUserkey and excel many to one issue
335
+ - keeping the default selectionValueType as string since this is a good default
336
+ - bug fixes around how media is done
337
+ - bug fixes
338
+ - try catch inside logEvent
339
+ - media has card based metadata
340
+ - Refresh token activity
341
+ - changes to implement the sso code and sso exchange use cases
342
+ - cleanup
343
+ - enabled kanban view on mq message
344
+ - Agent table changes
345
+ - changes to disallow deleting a model or module in production
346
+ - changelog version bumped
347
+ - changelog added
348
+ - changes to control the logging using env variables & set appropriate defaults basis environment
349
+ - chnages for logging
350
+ - Chatter queue fixs
351
+ - one more "beta" for ozzy
352
+ - additional loggging in cors helper
353
+ - changes
354
+ - Redis Queue component and rabbitMQ folder changes
355
+ - changes to track old and new fields as part of the delete entity operation
356
+ - optimizations done for audit subcriber
357
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
358
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
359
+ - formatting changes
360
+ - performance optimisations 1. created by updated by subscriber is not querying users again and again 2. rabbit pub / sub can now optinally switch off db persistence
361
+ - qs depth config increased
362
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
363
+ - cached model metadata queries
364
+ - changse
365
+ - disabled extra loggign
366
+ - chagnes
367
+ - reduced concurrency in computed fields
368
+ - additional loggign
369
+ - added indexes to mobile & email since those are frequently queries upon
370
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
371
+ - Redis background job changes
372
+ - Chatter Rationalizing
373
+ - changes
374
+ - changes
375
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
376
+ - changes to export bootstrap helpers for server & cli nest applications
377
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
378
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
379
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
380
+ - added index on message id in mq message table
381
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
382
+ - changes to save model sequence id as part of post compute instead of pre compute
383
+ - changse
384
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
385
+ - High concurrency fix for alpha num and sequence num computed fields
386
+ - bug fix in cron evalutaion
387
+ - tighter logging around roles
388
+ - scheduler now supports env based specific jobs starting and others not
389
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
390
+ - revert cross db changes for view-metadata-entity
391
+ - fixes
392
+ - changes to handle cross-db compatibility
393
+ - added type as simple-json
394
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
395
+ - Revert "Merge branch 'media-update' into 'main'"
396
+ - Mysql related changes
397
+ - ts-morph and media storage fix
398
+ - dashboard layout menu item added
399
+ - dashboard changes
400
+ - scheduler bug fix
401
+ - made provision to execute scheduled jobs manually
402
+ - changes
403
+ - cleanup
404
+ - logging related changes and made user activity history tree view
405
+ - changes to return the wall clock time as utc for chatter as well to keep it...
406
+ - changes around dashboard question refactoring
407
+ - default tree view and action added on code generation
408
+ - Date time format changes in audit
409
+ - user activity history on otp login
410
+ - changes
411
+ - changelog added
412
+ - reverted legacy and common entity to use local date time transformer only
413
+ - added changelog
414
+ - made playwright dependency lazy
415
+ - ai interaction table user is nullable now
416
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
417
+ - formatting changes
418
+ - Version info changes
419
+ - dummy otp can now be enabled on a per user basis
420
+ - jwt token optimisation
421
+ - optimised the authentication flow in microservice adapter to cache access token
422
+ - deleted file containing secrets
423
+ - changes
424
+ - optimisation around how dummy otp is managed
425
+ - isSeeded added
426
+ - bug fix for fetch layouts
427
+ - view modes added in layout
428
+ - One to many crud manager fixes
429
+ - one-to-many-crud-manager-fixes
430
+ - Many to many crud field manager fixes
431
+ - patch endpoint added in role controller
432
+ - many-to-many field fixes
433
+ - modelSequenceFormViewChangeHandler added on field change
434
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
435
+ - changes to format group values consistently
436
+ - fixes for normalizing group values
437
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
438
+ - changes to return groupValue in the group meta response as well. groupValue is...
439
+ - changes to return groupValue in the group meta response as well. groupValue is...
440
+ - filter_field_granularity_supported_added_for_date_fields
441
+ - password registration/login cleanup + max failed login attempts checks added
442
+ - removed unsafe inline from CSP
443
+ - removed incorrect comment
444
+ - changes
445
+ - Revert "replaced playwright with lazy dependency"
446
+ - replaced playwright with lazy dependency
447
+ - count and average
448
+ - fixes to solid core metadata configuration
449
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
450
+ - solid seed now prints proper exception stack trace
451
+ - added playwright dependencies as peer dependencies
452
+ - changed playwright import to make it lazy
453
+ - issue fixes
454
+ - formatting changes
455
+ - formatting changes
456
+ - changes for test setup
457
+ - package changes
458
+ - Changes to generate an SA user with the default password for simpler experience during setup
459
+ - more changes to support form data based uploads
460
+ - changes
461
+ - changes around testing workflow
462
+ - unified testing utitlities
463
+ - added comments to the slug code
464
+ - refactored queue namespacign
465
+ - queue namespacing related chanes
466
+ - removed todo
467
+ - queue name related changes
468
+ - cag
469
+ - changrs
470
+ - queues names are now namespaced by service naem
471
+ - enabled logs
472
+ - debug logs
473
+ - testing docs updated
474
+ - changes
475
+ - cleanup
476
+ - removed old testing related fiels
477
+ - testing infra now supports data based interpolation
478
+ - testing changes: now we support fully custom test specs
479
+ - changes for test automation
480
+ - changes to tsconfig for playwright tests
481
+ - exporting typeorm db helper
482
+ - removed the files section
483
+ - changes for playwright testing
484
+ - changes to disable service controller seed method
485
+ - formatting changes
486
+ - oom issue
487
+ - logger added for chatter
488
+ - changed arg to kebab case instead of came case in schematic service
489
+ - default menu icons added
490
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
491
+ - removed un-necessary log
492
+ - fix for handling non existence of fieldNamesForRemoval arg
493
+ - foirmatting canges
494
+ - Archived/solidstarters main
495
+ - version changes
496
+ - changed org : @solidstarters -> @solidxai
497
+ - removed publish script, since it is replaced with solidctl release
498
+ - chanes
499
+ - Revert "@solidstarters namespace changed to @solidx"
500
+ - @solidstarters namespace changed to @solidx
501
+ - file service interface changes
502
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
503
+ - changes to the publish script to support: 1.reverse merging main to dev to ensure latest package version is synced with dev post publish. 2. added guardrail to allow publishing from main branch only 3. added dry run option and force option i.e (in case we want to publish from another branch, but is hidden) 4. script now pushes the git version tags as well
504
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
505
+ - test data workflow
506
+ - test-data command
507
+ - seed command updated
508
+ - changes
509
+ - changes
510
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
511
+ - seeding now supports seedData allowing us to seed fixtures for testing.
512
+ - precomputations now skip computation if value is already provided
513
+ - added utility for findOneByUserKey
514
+ - pruning related chagnes
515
+ - changes
516
+ - more changes related to pruning metadata
517
+ - pruen logs added
518
+ - module metadata seeder now does prune also
519
+ - reformatting to improve readability
520
+ - changes
521
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
522
+ - bug fixes
523
+ - changes to cleanup the implementation by having the write method of file service return the url post write
524
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
525
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
526
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
527
+ - file service abstraction cleanup
528
+ - chagnes
529
+ - Dashboard Question Responsive
530
+
3
531
  ## [0.1.13-beta.6] - 2026-07-29
4
532
 
5
533
  ### Added
@@ -10,7 +10,7 @@ export declare class MediaController {
10
10
  insertMany(createDtos: CreateMediaDto[], filesArray: Express.Multer.File[][], solidRequestContext: SolidRequestContextDto): Promise<import("..").Media[]>;
11
11
  update(id: number, updateDto: UpdateMediaDto, files: Array<Express.Multer.File>, solidRequestContext: SolidRequestContextDto): Promise<import("..").Media>;
12
12
  partialUpdate(id: number, updateDto: UpdateMediaDto, files: Array<Express.Multer.File>, solidRequestContext: SolidRequestContextDto): Promise<import("..").Media>;
13
- upload(files: Array<Express.Multer.File>, createDto: CreateMediaDto, solidRequestContext: SolidRequestContextDto): Promise<any[]>;
13
+ upload(files: Array<Express.Multer.File>, createDto: CreateMediaDto, solidRequestContext: SolidRequestContextDto): Promise<any>;
14
14
  recoverMany(ids: number[], solidRequestContext: SolidRequestContextDto): Promise<{
15
15
  message: string;
16
16
  recoveredIds: number[];
@@ -132,7 +132,7 @@ __decorate([
132
132
  (0, swagger_1.ApiBearerAuth)("jwt"),
133
133
  (0, common_1.Post)('/upload'),
134
134
  (0, common_1.UseInterceptors)((0, platform_express_1.AnyFilesInterceptor)()),
135
- openapi.ApiResponse({ status: 201, type: [Object] }),
135
+ openapi.ApiResponse({ status: 201, type: Object }),
136
136
  __param(0, (0, common_1.UploadedFiles)()),
137
137
  __param(1, (0, common_1.Body)()),
138
138
  __param(2, (0, solid_request_context_decorator_1.SolidRequestContextDecorator)()),
@@ -7850,6 +7850,8 @@
7850
7850
  "FieldMetadataController.getSelectionDynamicValues",
7851
7851
  "FieldMetadataController.getSelectionDynamicValue",
7852
7852
  "FieldMetadataController.findFieldDefaultMetaData",
7853
+ "MediaController.create",
7854
+ "MediaController.upload",
7853
7855
  "MediaController.findMany",
7854
7856
  "MediaController.findOne",
7855
7857
  "MediaController.download",
@@ -8090,6 +8092,19 @@
8090
8092
  "moduleUserKey": "solid-core",
8091
8093
  "modelUserKey": "media"
8092
8094
  },
8095
+ {
8096
+ "displayName": "Media Upload Action",
8097
+ "name": "media-upload-action",
8098
+ "type": "custom",
8099
+ "domain": "",
8100
+ "context": "",
8101
+ "customComponent": "/admin/core/solid-core/media/upload",
8102
+ "customIsModal": false,
8103
+ "serverEndpoint": "",
8104
+ "viewUserKey": "media-list-view",
8105
+ "moduleUserKey": "solid-core",
8106
+ "modelUserKey": "media"
8107
+ },
8093
8108
  {
8094
8109
  "displayName": "Solid Media Storage Provider Model List Action",
8095
8110
  "name": "mediaStorageProviderMetadata-list-action",
@@ -11565,7 +11580,8 @@
11565
11580
  50
11566
11581
  ],
11567
11582
  "enableGlobalSearch": true,
11568
- "create": false,
11583
+ "create": true,
11584
+ "createAction": "media-upload-action",
11569
11585
  "edit": false,
11570
11586
  "delete": true,
11571
11587
  "allowedViews": [
@@ -11603,6 +11619,15 @@
11603
11619
  "sortable": false
11604
11620
  }
11605
11621
  },
11622
+ {
11623
+ "type": "field",
11624
+ "attrs": {
11625
+ "name": "relativeUri",
11626
+ "viewWidget": "MediaRelativeUriListWidget",
11627
+ "isSearchable": true,
11628
+ "sortable": false
11629
+ }
11630
+ },
11606
11631
  {
11607
11632
  "type": "field",
11608
11633
  "attrs": {
@@ -11759,7 +11784,8 @@
11759
11784
  {
11760
11785
  "type": "field",
11761
11786
  "attrs": {
11762
- "name": "relativeUri"
11787
+ "name": "relativeUri",
11788
+ "viewWidget": "MediaRelativeUriFormViewWidget"
11763
11789
  }
11764
11790
  },
11765
11791
  {
@@ -26,7 +26,7 @@ export declare class MediaService extends CRUDService<Media> {
26
26
  constructor(configService: ConfigService, diskFileService: DiskFileService, s3FileService: S3FileService, mediaDownloadUrlService: MediaDownloadUrlService, entityManager: EntityManager, repo: MediaRepository, modelMetadataRepo: ModelMetadataRepository, mediaStorageProviderMetadataRepo: MediaStorageProviderMetadataRepository, fieldMetadataRepo: FieldMetadataRepository, moduleRef: ModuleRef);
27
27
  find(basicFilterDto: BasicFilterDto, solidRequestContext?: any): Promise<any>;
28
28
  findOne(id: number, query?: any, solidRequestContext?: any): Promise<Media>;
29
- upload(createDto: any, files: Array<Express.Multer.File>, _solidRequestContext?: any): Promise<any[]>;
29
+ upload(createDto: any, files: Array<Express.Multer.File>, _solidRequestContext?: any): Promise<any>;
30
30
  remove(id: number): Promise<Media>;
31
31
  fileDownloadStream(media: Media): Promise<{
32
32
  stream: Readable | null;
@@ -1 +1 @@
1
- {"version":3,"file":"media.service.d.ts","sourceRoot":"","sources":["../../src/services/media.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,OAAO,EAAE,aAAa,EAAM,MAAM,SAAS,CAAC;AAE5C,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAElC,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAIlF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,OAAO,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAElD,OAAO,EAAE,uBAAuB,EAAE,MAAM,0CAA0C,CAAC;AACnF,OAAO,EAAE,sCAAsC,EAAE,MAAM,2DAA2D,CAAC;AACnH,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,uBAAuB,EAAE,MAAM,0CAA0C,CAAC;AAInF,qBACa,YAAa,SAAQ,WAAW,CAAC,KAAK,CAAC;IAIhD,QAAQ,CAAC,aAAa,EAAE,aAAa;IACrC,QAAQ,CAAC,eAAe,EAAE,eAAe;IACzC,QAAQ,CAAC,aAAa,EAAE,aAAa;IACrC,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IAExC,QAAQ,CAAC,aAAa,EAAE,aAAa;IAGrC,QAAQ,CAAC,IAAI,EAAE,eAAe;IAQ9B,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,gCAAgC;IACjD,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,QAAQ,CAAC,SAAS,EAAE,SAAS;IAtB/B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;gBAG7C,aAAa,EAAE,aAAa,EAC5B,eAAe,EAAE,eAAe,EAChC,aAAa,EAAE,aAAa,EACpB,uBAAuB,EAAE,uBAAuB,EAExD,aAAa,EAAE,aAAa,EAG5B,IAAI,EAAE,eAAe,EAQb,iBAAiB,EAAE,uBAAuB,EAC1C,gCAAgC,EAAE,sCAAsC,EACxE,iBAAiB,EAAE,uBAAuB,EAClD,SAAS,EAAE,SAAS;IAKzB,IAAI,CAAC,cAAc,EAAE,cAAc,EAAE,mBAAmB,GAAE,GAAQ;IAalE,OAAO,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,GAAE,GAAQ,EAAE,mBAAmB,GAAE,GAAQ;IAQlE,MAAM,CAAC,SAAS,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,oBAAoB,GAAE,GAAQ;IAkExF,MAAM,CAAC,EAAE,EAAE,MAAM;IAqBjB,kBAAkB,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC;QAAE,MAAM,EAAE,QAAQ,GAAG,IAAI,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IA2BhI,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,mBAAmB,GAAE,GAAQ;IAehD,UAAU,CAAC,GAAG,EAAE,MAAM,EAAE,EAAE,mBAAmB,GAAE,GAAQ;YAiB/C,oBAAoB;YAMpB,mBAAmB;YAKnB,eAAe;YAsBf,kBAAkB;YA8BlB,2BAA2B;CAgB1C"}
1
+ {"version":3,"file":"media.service.d.ts","sourceRoot":"","sources":["../../src/services/media.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,OAAO,EAAE,aAAa,EAAM,MAAM,SAAS,CAAC;AAE5C,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAElC,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAIlF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,OAAO,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAGlD,OAAO,EAAE,uBAAuB,EAAE,MAAM,0CAA0C,CAAC;AACnF,OAAO,EAAE,sCAAsC,EAAE,MAAM,2DAA2D,CAAC;AACnH,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,uBAAuB,EAAE,MAAM,0CAA0C,CAAC;AAInF,qBACa,YAAa,SAAQ,WAAW,CAAC,KAAK,CAAC;IAIhD,QAAQ,CAAC,aAAa,EAAE,aAAa;IACrC,QAAQ,CAAC,eAAe,EAAE,eAAe;IACzC,QAAQ,CAAC,aAAa,EAAE,aAAa;IACrC,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IAExC,QAAQ,CAAC,aAAa,EAAE,aAAa;IAGrC,QAAQ,CAAC,IAAI,EAAE,eAAe;IAQ9B,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,gCAAgC;IACjD,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,QAAQ,CAAC,SAAS,EAAE,SAAS;IAtB/B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;gBAG7C,aAAa,EAAE,aAAa,EAC5B,eAAe,EAAE,eAAe,EAChC,aAAa,EAAE,aAAa,EACpB,uBAAuB,EAAE,uBAAuB,EAExD,aAAa,EAAE,aAAa,EAG5B,IAAI,EAAE,eAAe,EAQb,iBAAiB,EAAE,uBAAuB,EAC1C,gCAAgC,EAAE,sCAAsC,EACxE,iBAAiB,EAAE,uBAAuB,EAClD,SAAS,EAAE,SAAS;IAKzB,IAAI,CAAC,cAAc,EAAE,cAAc,EAAE,mBAAmB,GAAE,GAAQ;IAalE,OAAO,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,GAAE,GAAQ,EAAE,mBAAmB,GAAE,GAAQ;IAQlE,MAAM,CAAC,SAAS,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,oBAAoB,GAAE,GAAQ;IAmDxF,MAAM,CAAC,EAAE,EAAE,MAAM;IAqBjB,kBAAkB,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC;QAAE,MAAM,EAAE,QAAQ,GAAG,IAAI,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IA2BhI,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,mBAAmB,GAAE,GAAQ;IAehD,UAAU,CAAC,GAAG,EAAE,MAAM,EAAE,EAAE,mBAAmB,GAAE,GAAQ;YAiB/C,oBAAoB;YAMpB,mBAAmB;YAKnB,eAAe;YAsBf,kBAAkB;YA8BlB,2BAA2B;CAgB1C"}