@solidxai/core 0.1.14 → 0.1.15-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,602 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.15-beta.0] - 2026-08-21
4
+
5
+ ### Added
6
+
7
+ - add default values for required fields in import transactions
8
+ - enhance media type mapping to support multiple categories per extension in MediaFieldCrudManager
9
+ - update media file type definitions to expose only necessary fields for better clarity
10
+ - enhance media type handling by consolidating media file types and updating related services
11
+ - expose media type mappings and improve field label handling in MediaFieldCrudManager
12
+ - add normalization utilities for text fields and integrate them into LongTextFieldCrudManager and ShortTextFieldCrudManager
13
+ - add security header options for iframe embedding and customize frame-ancestors
14
+ - add createdAt field to PostChatterMessageDto and set default in service
15
+ - implement transaction handling for unpublishing records and restore previous version
16
+ - add progress reporting functionality to test runner and reporters
17
+ - add viewWidget attribute for fileSize in metadata
18
+ - add configurable UI timeouts for testing steps and update documentation
19
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
20
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
21
+ - add default locale name for internationalised entries in test data seeding
22
+ - implement draft/publish versioning support and refactor related services
23
+ - add DraftPublishHelperService for managing draft and publish workflows
24
+ - add workflow field data provider support and related interfaces
25
+ - add asynchronous execution for workflows and enhance execution status retrieval
26
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
27
+ - enhance workflow definition management and add Python runtime node
28
+ - add SolidX integration nodes for login, email, and SMS
29
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
30
+ - enhance http.request node with query parameters and body modes
31
+ - refactor node structure and add sequential and switch nodes
32
+ - update workflow execution and definition handling
33
+ - implement workflow execution services and nodes
34
+ - implement API key generation for system admin users in ModuleMetadataSeederService
35
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
36
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
37
+ - enhance migration process with build and seed commands
38
+ - enhance datasource introspection with primary key detection and migration support
39
+ - enhance role creation with module linkage and resolve module metadata
40
+ - enhance action, role, and view metadata services with change detection and JSON normalization
41
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
42
+ - add new dashboard controller actions to permissions
43
+ - simplify queue health permissions by consolidating patterns
44
+ - implement explicit widget permissions and unauthorized response handling
45
+ - enhance widget permission checks and add unauthorized response handling
46
+ - add Queue SLA heatmap provider and update metadata
47
+ - update queue health menu item and reorder messages
48
+ - add various dashboard providers and runtime services
49
+ - implement WhatsApp Cloud API integration
50
+ - add gupshup whatsapp provider
51
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
52
+ - add updateCustomNoteMessage action to ChatterMessageController
53
+ - add secure custom-note edit API with attachment add/remove support
54
+ - implemented social media oath for facebook and microsoft
55
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
56
+ - implemented social media oath for facebook and microsoft
57
+ - add Message Tree Action and corresponding view for mqMessage
58
+ - implement processing timeout for RabbitMQ subscriber
59
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
60
+ - Migrate date/time transformers to UtcDateTimeTransformer.
61
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
62
+
63
+ ### Fixed
64
+
65
+ - make currentValue optional in CreateModelSequenceDto and update seeding logic to exclude it
66
+ - change matched column type from bit to default nullable boolean
67
+ - improve error message for media deletion restriction
68
+ - use transactions entitymanager for all subscribers only for embedded db projects
69
+ - update consuming project name resolution to use parent directory
70
+ - update solidx directory path to include consuming project name
71
+ - correct package name in model generation command and update error handling in module metadata retrieval
72
+ - username
73
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
74
+ - handle null or empty security rule configuration strings in repository
75
+
76
+ ### Changed
77
+
78
+ - update media type handling in CreateFieldMetadataDto and FieldMetadataService
79
+ - remove onDelete cascade option from ManyToOne relationships in entity definitions
80
+ - unify datetime column types across entities using helper function
81
+ - remove explicit timestamp type for nullable date columns across entities
82
+ - update CommonEntity properties to be optional and adjust types in WorkflowTriggerExecution
83
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
84
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
85
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
86
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
87
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
88
+ - simplify published version filtering in CRUDService
89
+ - remove handleSeedLocales method to streamline locale seeding process
90
+ - remove legacy dashboard files and add new dashboarding architecture guide
91
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
92
+ - remove redundant null check in resolveSecurityRuleConfig
93
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
94
+ - update legacy entity fields to be nullable and support null types
95
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
96
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
97
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
98
+
99
+ ### Documentation
100
+
101
+ - update expired discord link
102
+
103
+ ### Other
104
+
105
+ - renamed variables for better naming
106
+ - ## Phase 6 — Global Multer upload size limit
107
+ - ## Phase 5 — Dangerous-extension checks on menu-icon & settings uploads
108
+ - ## Phase 4 — Route chatter attachments through `MediaFieldCrudManager`
109
+ - ## Phase 3 — Close the `mediaMultiple` size/category gap, and align `validateAllowedExtensions`'s placement
110
+ - ## Phase 2 — Make `mediaTypes` category resolution extension-authoritative
111
+ - Per-field extension allowlist (`mediaAllowedExtensions`)
112
+ - mpin scheme version changes
113
+ - mpin related changes
114
+ - Add safe percent-decoding for uploaded file names to prevent bypassing extension checks
115
+ - Revert "Revert "Deliverable A now stands as: cache TTL (with the store swap that make…""
116
+ - Revert "Deliverable A now stands as: cache TTL (with the store swap that make…"
117
+ - fixes around handling concurrent logins properly using per deviceKey buckets.
118
+ - Deliverable A now stands as: cache TTL (with the store swap that makes it actually work), the me() null guard it necessitates, the logout verify/idempotency fix, previousValidUntil replacing the timer, and the dead validate() removed.
119
+ - fixed the request body limit to keep it as 10mb instead of 25mb by default
120
+ - changes around files name sanitization and normalization
121
+ - changes to handle variations in extension while uploading dangerous extension files
122
+ - change request body max to 25mb
123
+ - Comment out countGroupedRecords method implementation for refactoring
124
+ - show theme toggle
125
+ - changes to support passing an explicit createdAt while posting a chatter message
126
+ - Enhance countGroupedRecords and passed internationalisation and draft publish workflow parameters in executeGroupPipeline
127
+ - rename theme registry
128
+ - remove add permisson from permisson-list-view
129
+ - removed indexes on username and mobile since it is a conditional index and it breaks for mssql since multiple nulls are not allowed on unique columns
130
+ - readme changes
131
+ - removed hardcoded type against a boolean type
132
+ - changes to the default testing setting timeout to pick from env as well
133
+ - remove duplicate code
134
+ - refactoring around chatter media security fix
135
+ - add media extension support for post chatter
136
+ - Add media upload action and validation in MediaService
137
+ - add media extension support for post chatter
138
+ - changes to ensure only id and field are returned while populating the user in chatter
139
+ - Update defaultValue types in solid-core-metadata.json to strings
140
+ - 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
141
+ - Add getMentionableUsers permission
142
+ - Add endpoint to retrieve mentionable users with search and limit options
143
+ - Add error handling nodes and enhance workflow node definitions
144
+ - Add skipHooks option to seed command and related services
145
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
146
+ - Enhance workflow node definitions and runtime context handling
147
+ - remvoing redundent code
148
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
149
+ - changes
150
+ - changes
151
+ - sql injection vulnerability closed in filter queries
152
+ - Remove LocalPath
153
+ - revert changes
154
+ - revert changes
155
+ - revert changes
156
+ - re revert
157
+ - revert changes
158
+ - private-file-cleanup
159
+ - add downlaodurl
160
+ - changes to allow overriding the is allowed api keys flag thru extension user
161
+ - Revert "user enumeration"
162
+ - remove validation from username and mobile
163
+ - user create validation bugs
164
+ - add normalize for otp based also
165
+ - Disable metadata pruning by default in seed command configuration
166
+ - Update seed command to enable metadata pruning by default
167
+ - handle-case-sensitive-for-email
168
+ - Add delete permissions for ImportTransactionController in solid-core metadata
169
+ - Add permissions for import/export functionality in solid-core metadata
170
+ - Refactor role assignment for admin users to handle capability roles individually
171
+ - discard changes
172
+ - add support for static file
173
+ - Add capability roles for admin users in module metadata seeder
174
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
175
+ - attachment
176
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
177
+ - make isPublic default true
178
+ - changes to show the image inline
179
+ - cleanup againts media's
180
+ - inline role crate false
181
+ - Implement chatter mention notification system with email templates and queue handling
182
+ - Add messageBodyMentions field to chatter message DTOs and entity
183
+ - fix-audit-bug
184
+ - changes to include signed url token for private media
185
+ - Revert "Revert "rename function name""
186
+ - Revert "Revert "add private media support""
187
+ - Add media file type constants and enhance security for media uploads
188
+ - remove some unusable code
189
+ - some changes
190
+ - handle technical error messages due to missing resource in static resources folder
191
+ - Revert "add private media support"
192
+ - Revert "rename function name"
193
+ - rename function name
194
+ - add private media support
195
+ - some fixes
196
+ - solidx session invalid changes
197
+ - add validation on get chatter message
198
+ - updatedAt value is updating now
199
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
200
+ - add security against chatter
201
+ - chatter message endpoint made public
202
+ - removed embedded db support
203
+ - Add default sorting by ID if not explicitly specified in order options
204
+ - solidx theme settings
205
+ - add icons across all the models in solid core
206
+ - media upload added behind auth
207
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
208
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
209
+ - class serializer interceptor added for impact of Exclude and Expose
210
+ - Enhance datasource introspection with primary key validation and user key resolution
211
+ - Concurrent Login Feature
212
+ - user enumeration
213
+ - add helper text key on settings object .........
214
+ - changes to handle case insenstive filter operations if the values are other than string by casting
215
+ - menus item fix
216
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
217
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
218
+ - display name changed
219
+ - name changed
220
+ - added settings for configure the row click on solid list view
221
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
222
+ - fixed legacy entity files names
223
+ - view metadata type field - selection static and roles required false from menu-item
224
+ - Fix for this issue > stop applying lower for numeric fields.
225
+ - refactor and add migration command
226
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
227
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
228
+ - changes to take in option for seeding with modules in current seed method
229
+ - Fix validation logic to parse string field values as integers before applying validations
230
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
231
+ - ad changes
232
+ - Add locale seeding functionality and enhance locale management
233
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
234
+ - changes to avoid extra module checks before dynamically loading it
235
+ - defaulted to modulemetadataseederservice if no seeder provided
236
+ - Add Date field in Instructions Response
237
+ - ai interaction cleanup changes
238
+ - enabling create,edit,import,export on permission and lov modules
239
+ - added module to rolemetadata list view
240
+ - roles group by module changes
241
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
242
+ - Implement Datasource Management functionality with controller, service, and DTO
243
+ - added index to fields newly added as sortable and searchable
244
+ - Add archiver package to dependencies
245
+ - removed unnecessary seed file
246
+ - Add TypeORM migration helper functions and export in index
247
+ - fixes
248
+ - reverted accidental removal of the layout builder root menu
249
+ - pending cleanup of solid core menu items
250
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
251
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
252
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
253
+ - changes for IAM
254
+ - Add clearPackageRuntime functionality and corresponding metadata action
255
+ - Add archiver dependency and implement module package export functionality
256
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
257
+ - 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
258
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
259
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
260
+ - Remove unused database bootstrap service and related SQL cleanup procedures
261
+ - cleanup
262
+ - Add view and action metadata tree views with updated permissions and searchable fields
263
+ - Add view and action metadata tree views with updated permissions and searchable fields
264
+ - menu item model cleanup
265
+ - Add resumable import handling and transaction management in module package service
266
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
267
+ - 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.
268
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
269
+ - many to one left join issue fixed
270
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
271
+ - 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
272
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
273
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
274
+ - Implement module metadata explorer with CRUD operations and search functionality
275
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
276
+ - Bug fixs
277
+ - added frontend base url as well to the default settings
278
+ - minor cleanup
279
+ - changes to cleanup legacy table related fields
280
+ - changes for new dashboards functionality
281
+ - always print server startup line regardless of log level
282
+ - Add field quality checks and fixes checklist for backend validation
283
+ - typeo issue
284
+ - Agent table clean up
285
+ - Add manual interaction step for Playwright and update README
286
+ - provision made to unlink data rather than having to teardown everything
287
+ - provision made to unlink data rather than having to teardown everything
288
+ - changes to colour the server startup line
289
+ - Agent table clean up
290
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
291
+ - removed id command options and retained the singular name option only for consistency purposes
292
+ - 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
293
+ - 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
294
+ - MCP table solid changes
295
+ - playwrite added as dependency instead
296
+ - changes to the test runner
297
+ - chatter message user resolution chagnes
298
+ - bug fix in chatter message user resolution after we moved to queues.
299
+ - moved back to beta3
300
+ - failed login attempts field added to the json and update dto and exposed in entity
301
+ - removed un-necessary index on newvalue display
302
+ - ts changes error: any
303
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
304
+ - changed model metadata service default form layout to be single column
305
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
306
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
307
+ - normalised @ApiTags
308
+ - enum for passwordless modes
309
+ - bug fix in how alternative actions are rendered
310
+ - queue related bug fixes
311
+ - changes to add a websocket adaptor to the bootstrap server routine
312
+ - license changes
313
+ - type fixes
314
+ - removed min and max from long text mapping
315
+ - bug fix for shortext field mapping
316
+ - changes to post the testing results to a webhook api with a test payload
317
+ - added import multer this fixes un-necessary ts errors in vscode
318
+ - ts errors fixed
319
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
320
+ - formatting changes
321
+ - facebook oauth
322
+ - Status required false
323
+ - updated gitignore
324
+ - dleete un-necessary docs
325
+ - deleted un-necessary files
326
+ - changes related to more grooming
327
+ - api added in cors
328
+ - refactor Oauth strategy
329
+ - Revert "Ft social media login"
330
+ - bug fix
331
+ - bug fix
332
+ - add new api me endpoint and role based settings
333
+ - setting changes for new ui architecture
334
+ - changes for new settings structure
335
+ - chatter task subtype and related changes
336
+ - bug fix
337
+ - fixes
338
+ - 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
339
+ - changes to handle import logs as well, thru configured winston log level
340
+ - change isMultiSelect to true in solid-core-metadata.json
341
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
342
+ - 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
343
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
344
+ - bug fix: passwordless registration should create a user with active false
345
+ - apikeys attribute was not exposed
346
+ - refactor Oauth strategy
347
+ - 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)
348
+ - bug fix
349
+ - null check on role
350
+ - made provision to seed custom permissions
351
+ - handled seed scenario too
352
+ - upload File and expectHidden changes
353
+ - extension user cleanup and checks added
354
+ - fixed types for cleanup
355
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
356
+ - fixes bare shell imports with relative imports
357
+ - dynamic import fix
358
+ - removed unnecessary file
359
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
360
+ - removed base abstract class
361
+ - added interface too
362
+ - changes
363
+ - changes to test data seeding & fixed the type for authenticationService.signup method
364
+ - changes to user dto to include the api keys toggle
365
+ - add default role to the user only if there are no roles resolved against a user
366
+ - 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
367
+ - Only forward --debug when explicitly enabled.
368
+ - toolOutput field changes to json
369
+ - adding user api key entity to export
370
+ - minor optimisation to how dynamic modules are loaded
371
+ - Add Discord badge to top of README
372
+ - Fix broken BSL license link and add Discord link to README
373
+ - Add BSL 1.1 license and update package.json license field
374
+ - Seed user and roles in testing data
375
+ - removed readme.txt
376
+ - moved type and interfaces in interfaces.ts and refactored accordingly
377
+ - changed to md
378
+ - added readme
379
+ - Ai setting model change
380
+ - changes to allow encrypting setting keys
381
+ - form view clean up
382
+ - Agent table list view changes
383
+ - synchronize false
384
+ - changes to resolve the selection dynamic provider by name and token both
385
+ - changes to bypass swagger urls from csp policy
386
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
387
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
388
+ - changes to implement the sso code and sso exchange use cases
389
+ - removed orm types / exported api key entity
390
+ - added provision to control if api key creation is allowed for the user
391
+ - api key changes for backend
392
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
393
+ - fix to call addRoles only if role names are present
394
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
395
+ - refactor: update legacy entity fields to be nullable and support null types
396
+ - Json structure change
397
+ - Agent table metadata clean up changes
398
+ - longtext
399
+ - longtext changes
400
+ - Agent tables clean up
401
+ - fixes to seed many-to-many relation for tests
402
+ - changes to seed media in testing data
403
+ - Chatter modelUserkey and excel many to one issue
404
+ - keeping the default selectionValueType as string since this is a good default
405
+ - bug fixes around how media is done
406
+ - bug fixes
407
+ - try catch inside logEvent
408
+ - media has card based metadata
409
+ - Refresh token activity
410
+ - changes to implement the sso code and sso exchange use cases
411
+ - cleanup
412
+ - enabled kanban view on mq message
413
+ - Agent table changes
414
+ - changes to disallow deleting a model or module in production
415
+ - changelog version bumped
416
+ - changelog added
417
+ - changes to control the logging using env variables & set appropriate defaults basis environment
418
+ - chnages for logging
419
+ - Chatter queue fixs
420
+ - one more "beta" for ozzy
421
+ - additional loggging in cors helper
422
+ - changes
423
+ - Redis Queue component and rabbitMQ folder changes
424
+ - changes to track old and new fields as part of the delete entity operation
425
+ - optimizations done for audit subcriber
426
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
427
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
428
+ - formatting changes
429
+ - 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
430
+ - qs depth config increased
431
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
432
+ - cached model metadata queries
433
+ - changse
434
+ - disabled extra loggign
435
+ - chagnes
436
+ - reduced concurrency in computed fields
437
+ - additional loggign
438
+ - added indexes to mobile & email since those are frequently queries upon
439
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
440
+ - Redis background job changes
441
+ - Chatter Rationalizing
442
+ - changes
443
+ - changes
444
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
445
+ - changes to export bootstrap helpers for server & cli nest applications
446
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
447
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
448
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
449
+ - added index on message id in mq message table
450
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
451
+ - changes to save model sequence id as part of post compute instead of pre compute
452
+ - changse
453
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
454
+ - High concurrency fix for alpha num and sequence num computed fields
455
+ - bug fix in cron evalutaion
456
+ - tighter logging around roles
457
+ - scheduler now supports env based specific jobs starting and others not
458
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
459
+ - revert cross db changes for view-metadata-entity
460
+ - fixes
461
+ - changes to handle cross-db compatibility
462
+ - added type as simple-json
463
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
464
+ - Revert "Merge branch 'media-update' into 'main'"
465
+ - Mysql related changes
466
+ - ts-morph and media storage fix
467
+ - dashboard layout menu item added
468
+ - dashboard changes
469
+ - scheduler bug fix
470
+ - made provision to execute scheduled jobs manually
471
+ - changes
472
+ - cleanup
473
+ - logging related changes and made user activity history tree view
474
+ - changes to return the wall clock time as utc for chatter as well to keep it...
475
+ - changes around dashboard question refactoring
476
+ - default tree view and action added on code generation
477
+ - Date time format changes in audit
478
+ - user activity history on otp login
479
+ - changes
480
+ - changelog added
481
+ - reverted legacy and common entity to use local date time transformer only
482
+ - added changelog
483
+ - made playwright dependency lazy
484
+ - ai interaction table user is nullable now
485
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
486
+ - formatting changes
487
+ - Version info changes
488
+ - dummy otp can now be enabled on a per user basis
489
+ - jwt token optimisation
490
+ - optimised the authentication flow in microservice adapter to cache access token
491
+ - deleted file containing secrets
492
+ - changes
493
+ - optimisation around how dummy otp is managed
494
+ - isSeeded added
495
+ - bug fix for fetch layouts
496
+ - view modes added in layout
497
+ - One to many crud manager fixes
498
+ - one-to-many-crud-manager-fixes
499
+ - Many to many crud field manager fixes
500
+ - patch endpoint added in role controller
501
+ - many-to-many field fixes
502
+ - modelSequenceFormViewChangeHandler added on field change
503
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
504
+ - changes to format group values consistently
505
+ - fixes for normalizing group values
506
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
507
+ - changes to return groupValue in the group meta response as well. groupValue is...
508
+ - changes to return groupValue in the group meta response as well. groupValue is...
509
+ - filter_field_granularity_supported_added_for_date_fields
510
+ - password registration/login cleanup + max failed login attempts checks added
511
+ - removed unsafe inline from CSP
512
+ - removed incorrect comment
513
+ - changes
514
+ - Revert "replaced playwright with lazy dependency"
515
+ - replaced playwright with lazy dependency
516
+ - count and average
517
+ - fixes to solid core metadata configuration
518
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
519
+ - solid seed now prints proper exception stack trace
520
+ - added playwright dependencies as peer dependencies
521
+ - changed playwright import to make it lazy
522
+ - issue fixes
523
+ - formatting changes
524
+ - formatting changes
525
+ - changes for test setup
526
+ - package changes
527
+ - Changes to generate an SA user with the default password for simpler experience during setup
528
+ - more changes to support form data based uploads
529
+ - changes
530
+ - changes around testing workflow
531
+ - unified testing utitlities
532
+ - added comments to the slug code
533
+ - refactored queue namespacign
534
+ - queue namespacing related chanes
535
+ - removed todo
536
+ - queue name related changes
537
+ - cag
538
+ - changrs
539
+ - queues names are now namespaced by service naem
540
+ - enabled logs
541
+ - debug logs
542
+ - testing docs updated
543
+ - changes
544
+ - cleanup
545
+ - removed old testing related fiels
546
+ - testing infra now supports data based interpolation
547
+ - testing changes: now we support fully custom test specs
548
+ - changes for test automation
549
+ - changes to tsconfig for playwright tests
550
+ - exporting typeorm db helper
551
+ - removed the files section
552
+ - changes for playwright testing
553
+ - changes to disable service controller seed method
554
+ - formatting changes
555
+ - oom issue
556
+ - logger added for chatter
557
+ - changed arg to kebab case instead of came case in schematic service
558
+ - default menu icons added
559
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
560
+ - removed un-necessary log
561
+ - fix for handling non existence of fieldNamesForRemoval arg
562
+ - foirmatting canges
563
+ - Archived/solidstarters main
564
+ - version changes
565
+ - changed org : @solidstarters -> @solidxai
566
+ - removed publish script, since it is replaced with solidctl release
567
+ - chanes
568
+ - Revert "@solidstarters namespace changed to @solidx"
569
+ - @solidstarters namespace changed to @solidx
570
+ - file service interface changes
571
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
572
+ - 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
573
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
574
+ - test data workflow
575
+ - test-data command
576
+ - seed command updated
577
+ - changes
578
+ - changes
579
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
580
+ - seeding now supports seedData allowing us to seed fixtures for testing.
581
+ - precomputations now skip computation if value is already provided
582
+ - added utility for findOneByUserKey
583
+ - pruning related chagnes
584
+ - changes
585
+ - more changes related to pruning metadata
586
+ - pruen logs added
587
+ - module metadata seeder now does prune also
588
+ - reformatting to improve readability
589
+ - changes
590
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
591
+ - bug fixes
592
+ - changes to cleanup the implementation by having the write method of file service return the url post write
593
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
594
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
595
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
596
+ - file service abstraction cleanup
597
+ - chagnes
598
+ - Dashboard Question Responsive
599
+
3
600
  ## [0.1.14] - 2026-08-20
4
601
 
5
602
  ### Added
@@ -26,6 +26,7 @@ export interface UploadedFileLike {
26
26
  }
27
27
  export declare function getUploadedFileName(file?: UploadedFileLike | null): string;
28
28
  export declare function isDangerousMediaFile(file?: UploadedFileLike | null): boolean;
29
+ export declare const EXT_TO_MEDIA_TYPES: Record<string, MediaCategory[]>;
29
30
  export declare const EXT_TO_MEDIA_TYPE: Record<string, MediaCategory>;
30
31
  export declare const INLINE_SAFE_EXTENSIONS: Set<string>;
31
32
  //# sourceMappingURL=media-file-types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"media-file-types.d.ts","sourceRoot":"","sources":["../../src/constants/media-file-types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,KAAK,CAAC;AAEzE,eAAO,MAAM,gBAAgB,qDAAsD,CAAC;AAEpF,MAAM,MAAM,uBAAuB,GAAG;IAClC,SAAS,EAAE,aAAa,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;CACrB,CAAC;AAIF,eAAO,MAAM,gBAAgB,EAAE,uBAAuB,EAkDrD,CAAC;AAUF,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,EAAE,CAKzC,CAAC;AAE7B,eAAO,MAAM,gBAAgB,UAAiC,CAAC;AAC/D,eAAO,MAAM,gBAAgB,UAAiC,CAAC;AAC/D,eAAO,MAAM,gBAAgB,UAAiC,CAAC;AAC/D,eAAO,MAAM,mBAAmB,UAAgC,CAAC;AACjE,eAAO,MAAM,aAAa,QAAQ,CAAC;AAEnC,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK1B,CAAC;AAEjC,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAKtB,CAAC;AAOxC,eAAO,MAAM,oBAAoB,aAK/B,CAAC;AAQH,eAAO,MAAM,oBAAoB,aAE/B,CAAC;AAuCH,wBAAgB,yBAAyB,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,CAmB1E;AAOD,wBAAgB,yBAAyB,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,GAAG,SAAS,CAStF;AAWD,wBAAgB,iCAAiC,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,EAAE,CAGpF;AAGD,MAAM,WAAW,gBAAgB;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAGD,wBAAgB,mBAAmB,CAAC,IAAI,CAAC,EAAE,gBAAgB,GAAG,IAAI,GAAG,MAAM,CAE1E;AAQD,wBAAgB,oBAAoB,CAAC,IAAI,CAAC,EAAE,gBAAgB,GAAG,IAAI,GAAG,OAAO,CAO5E;AASD,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAE3D,CAAC;AAMF,eAAO,MAAM,sBAAsB,aAKjC,CAAC"}
1
+ {"version":3,"file":"media-file-types.d.ts","sourceRoot":"","sources":["../../src/constants/media-file-types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,KAAK,CAAC;AAEzE,eAAO,MAAM,gBAAgB,qDAAsD,CAAC;AAEpF,MAAM,MAAM,uBAAuB,GAAG;IAClC,SAAS,EAAE,aAAa,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;CACrB,CAAC;AAIF,eAAO,MAAM,gBAAgB,EAAE,uBAAuB,EAkDrD,CAAC;AAUF,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,EAAE,CAKzC,CAAC;AAE7B,eAAO,MAAM,gBAAgB,UAAiC,CAAC;AAC/D,eAAO,MAAM,gBAAgB,UAAiC,CAAC;AAC/D,eAAO,MAAM,gBAAgB,UAAiC,CAAC;AAC/D,eAAO,MAAM,mBAAmB,UAAgC,CAAC;AACjE,eAAO,MAAM,aAAa,QAAQ,CAAC;AAEnC,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK1B,CAAC;AAEjC,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAKtB,CAAC;AAOxC,eAAO,MAAM,oBAAoB,aAK/B,CAAC;AAQH,eAAO,MAAM,oBAAoB,aAE/B,CAAC;AAuCH,wBAAgB,yBAAyB,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,CAmB1E;AAOD,wBAAgB,yBAAyB,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,GAAG,SAAS,CAStF;AAWD,wBAAgB,iCAAiC,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,EAAE,CAGpF;AAGD,MAAM,WAAW,gBAAgB;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAGD,wBAAgB,mBAAmB,CAAC,IAAI,CAAC,EAAE,gBAAgB,GAAG,IAAI,GAAG,MAAM,CAE1E;AAQD,wBAAgB,oBAAoB,CAAC,IAAI,CAAC,EAAE,gBAAgB,GAAG,IAAI,GAAG,OAAO,CAO5E;AAUD,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,EAAE,CAatB,CAAC;AAE1C,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAE3D,CAAC;AAMF,eAAO,MAAM,sBAAsB,aAKjC,CAAC"}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.INLINE_SAFE_EXTENSIONS = exports.EXT_TO_MEDIA_TYPE = exports.DANGEROUS_MIME_TYPES = exports.DANGEROUS_EXTENSIONS = exports.MIME_TO_MEDIA_TYPE = exports.EXTENSION_TO_MIME_TYPE = exports.PDF_EXTENSION = exports.DOCUMENT_EXTENSIONS = exports.VIDEO_EXTENSIONS = exports.AUDIO_EXTENSIONS = exports.IMAGE_EXTENSIONS = exports.MEDIA_TYPE_TO_EXTENSIONS = exports.MEDIA_FILE_TYPES = exports.MEDIA_CATEGORIES = void 0;
3
+ exports.INLINE_SAFE_EXTENSIONS = exports.EXT_TO_MEDIA_TYPE = exports.EXT_TO_MEDIA_TYPES = exports.DANGEROUS_MIME_TYPES = exports.DANGEROUS_EXTENSIONS = exports.MIME_TO_MEDIA_TYPE = exports.EXTENSION_TO_MIME_TYPE = exports.PDF_EXTENSION = exports.DOCUMENT_EXTENSIONS = exports.VIDEO_EXTENSIONS = exports.AUDIO_EXTENSIONS = exports.IMAGE_EXTENSIONS = exports.MEDIA_TYPE_TO_EXTENSIONS = exports.MEDIA_FILE_TYPES = exports.MEDIA_CATEGORIES = void 0;
4
4
  exports.normalizeUploadedFileName = normalizeUploadedFileName;
5
5
  exports.getLowercaseFileExtension = getLowercaseFileExtension;
6
6
  exports.getLowercaseFileExtensionSegments = getLowercaseFileExtensionSegments;
@@ -148,6 +148,15 @@ function isDangerousMediaFile(file) {
148
148
  }
149
149
  return exports.DANGEROUS_MIME_TYPES.has((file?.mimetype || '').toLowerCase().trim());
150
150
  }
151
+ exports.EXT_TO_MEDIA_TYPES = exports.MEDIA_FILE_TYPES.reduce((acc, fileType) => {
152
+ if (!acc[fileType.extension]) {
153
+ acc[fileType.extension] = [];
154
+ }
155
+ if (!acc[fileType.extension].includes(fileType.mediaType)) {
156
+ acc[fileType.extension].push(fileType.mediaType);
157
+ }
158
+ return acc;
159
+ }, {});
151
160
  exports.EXT_TO_MEDIA_TYPE = {
152
161
  ...Object.fromEntries(exports.MEDIA_FILE_TYPES.map((fileType) => [fileType.extension, fileType.mediaType])),
153
162
  };