791 B
791 B
Actions Clients
This folder contains extracted client wrappers from actions/index.js as part of the Priority 1 refactor plan.
Current extracted clients:
relayClient(shared hash-signing helper used by account/portal/document direct services)endpointClient(shared JSON request helpers for GET and generic axios config requests)
Current usage includes:
- relay hash-signing helper reuse across account/portal/document direct services
- shared endpoint JSON request helpers reused by admin/notify/integration/reference-data direct services
Notes:
- Core helper extraction and compatibility barrel support remain in place.
- Additional client extraction (
fileClient,notifyClient) can be layered in incrementally without changing public exports fromactions/index.js.