This website requires JavaScript.
Explore
Help
Sign In
ankhbayar
/
Assist_Design
Watch
1
Star
0
Fork
0
You've already forked Assist_Design
Code
Issues
Pull Requests
Actions
3
Packages
Projects
Releases
Wiki
Activity
Assist_Design
/
packages
/
domain
/
orders
/
providers
/
salesforce
/
index.ts
4 lines
93 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Update TypeScript configurations and improve module imports - Changed TypeScript target and library settings in tsconfig files to align with ESNext standards. - Updated pnpm version in GitHub workflows for better dependency management. - Modified Dockerfile to reflect the updated pnpm version. - Adjusted import statements across various domain modules to include file extensions for consistency and compatibility. - Cleaned up TypeScript configuration files for improved clarity and organization.
2025-12-10 15:22:10 +09:00
export
*
from
"./raw.types.js"
;
export
*
from
"./mapper.js"
;
Refactor Salesforce Integration and Update Billing Logic - Replaced the OrderFieldConfigModule with SalesforceOrderFieldConfigModule in the Salesforce integration module to streamline configuration management. - Updated SalesforceOrderService to utilize SalesforceOrderFieldMapService, enhancing consistency in order field mapping. - Refactored multiple controllers to remove inline query parsing, directly using query parameters for improved clarity and maintainability. - Adjusted the ResidenceCardService to enhance error handling and response consistency when interacting with Salesforce. - Cleaned up unused imports and optimized code structure for better maintainability across the BFF modules.
2025-12-29 14:09:33 +09:00
export
*
from
"./field-map.js"
;
Reference in New Issue
Copy Permalink