feat(platformservice): Add AIBridge module and refactor service file paths for improved module organization

This commit is contained in:
2025-03-15 16:24:56 +00:00
parent df9a8ad14e
commit d161fe4f19
8 changed files with 16 additions and 4 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-03-15 - 2.3.0 - feat(platformservice)
Add AIBridge module and refactor service file paths for improved module organization
- Added new AIBridge class in ts/aibridge/classes.aibridge.ts.
- Renamed letter service file from ts/letter/letterservice.ts to ts/letter/classes.letterservice.ts and updated its index.
- Updated platformservice.ts to import letter and SMS services from new paths.
- Renamed SMS service file from ts/sms/smsservice.ts to ts/sms/classes.smsservice.ts and updated its index accordingly.
## 2025-03-15 - 2.2.1 - fix(platformservice)
Refactor module structure to update import paths and file organization