- Ya
- 10 Julai 2026, 00:45 UTC
- Mwandishi
- kamo
- Ahadi ya
- 0266e99
Phase 3 (Task 3.2) kamo-internal half: the Next.js proxy + typed client for a market's MeridianLink connection, backed by SecurityService's MarketLosConnectionController. - **************** GET/PUT/DELETE proxy to .../los-connection; POST proxies to the backend's dedicated .../los-connection/test endpoint (Test Connection action, no separate Next.js route). Uses forwardToApi, forwarding X-***-Token. - app/lib/los/types.ts: LosConnectionView (hasSecret only, never the ciphertext), LosConnectionUpsert (write-only secret; blank/omitted keeps the stored one), LosConnectionTestResult, MlosIntegrationValue. - app/lib/los/connectionApi.ts: **************** modeled on **************** npx tsc --noEmit passes.