@solidxai/core 0.1.16-beta.2 → 0.1.16-beta.3

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