hensei-web/src/lib/api/adapters
Justin Edmund a74653ee93 fix: apply exactOptionalPropertyTypes shims to adapters and services
- Add optionalProps shim to base.adapter.ts for RequestInit compatibility
- Apply optionalProps to UserSettingsModal updateData
- Use conditional spreading for Navigation Button element prop
- Apply optionalProps to drag-drop target object creation
- Apply optionalProps to party.service create/update methods
- Apply optionalProps to grid.service CRUD operations
- Fix transcendenceStage -> transcendenceStep typo in grid.service
- Update UserUpdateParams interface to include | undefined
- Update DragOperation interface properties to include | undefined

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 18:42:38 -08:00
..
__tests__ improve api adapters 2025-09-29 23:47:01 -07:00
resources fix: apply exactOptionalPropertyTypes shims to adapters and services 2025-11-28 18:42:38 -08:00
base.adapter.ts fix: apply exactOptionalPropertyTypes shims to adapters and services 2025-11-28 18:42:38 -08:00
config.ts refactor api adapters to use new pattern 2025-09-23 22:06:42 -07:00
entity.adapter.ts fix: type errors in svelte-main branch (372 -> 217 errors) 2025-11-28 20:32:38 +00:00
errors.ts fix: handle optional properties with exactOptionalPropertyTypes 2025-11-28 18:17:01 -08:00
grid.adapter.ts fix: type errors in svelte-main branch (372 -> 217 errors) 2025-11-28 20:32:38 +00:00
index.ts fix: consolidate SearchResult type definition 2025-11-28 18:05:33 -08:00
job.adapter.ts fix job skill types and slot styling 2025-11-28 11:04:16 -08:00
party.adapter.ts fix party job/skill API calls 2025-11-28 11:04:26 -08:00
search.adapter.ts fix: type errors cleanup (161 -> 130 errors) 2025-11-28 21:58:11 +00:00
test-setup.ts feat: implement base adapter with retry logic and caching 2025-09-19 23:03:36 -07:00
types.ts fix: consolidate SearchResult type definition 2025-11-28 18:05:33 -08:00
user.adapter.ts fix: handle optional properties with exactOptionalPropertyTypes 2025-11-28 18:17:01 -08:00