95d9b95d132377d89ce455ccce05530329cdf5bd
- Remove separate spec lookup, handler lookup, access control, and input validation from buildCallHandler - Call registry.execute() directly; access control enforced via execute() (trusted not set) - On error, look up spec for errorSchemas and pass to mapError() - Make callMap required in CallHandlerConfig (no longer optional) - Update tests: remove no-callMap tests, use callMap for all handler tests - Add test for mapError with spec errorSchemas - All 226 tests passing
Description
No description provided
Languages
TypeScript
100%