@solidxai/core 0.1.13-beta.14 → 0.1.13-beta.15

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