hensei-web/src/lib/api
Justin Edmund 009758a997 fix: API adapters and type mapping
- transform job skills pagination meta to include page/perPage
- fix UserInfo avatar type (optional properties -> required when present)
- add visibility number-to-string mapping in party service (0=public, 1=private, 2=unlisted)
- change mapToApiPayload return type from Partial<Party> to CreatePartyParams
- fix raid/job mapping to use IDs instead of nested objects
- add generic type argument to RestDataProvider<any>
- add type assertion in optionalProps (value as T[keyof T])
2025-11-28 21:04:51 -08:00
..
adapters fix: API adapters and type mapping 2025-11-28 21:04:51 -08:00
queries fix: type errors in svelte-main branch (372 -> 217 errors) 2025-11-28 20:32:38 +00:00
resources fix: API adapters and type mapping 2025-11-28 21:04:51 -08:00
schemas fix: correct function call argument counts 2025-11-28 18:09:05 -08:00