All checks were successful
CI / Unit & Component Tests (push) Successful in 3m17s
CI / OCR Service Tests (push) Successful in 21s
CI / Backend Unit Tests (push) Successful in 3m24s
CI / fail2ban Regex (push) Successful in 42s
CI / Semgrep Security Scan (push) Successful in 19s
CI / Compose Bucket Idempotency (push) Successful in 1m1s
After adding @Schema(requiredMode=REQUIRED) to InviteListItemDTO.shareableUrl, npm run generate:api now emits shareableUrl as required. Replace the hand-rolled InviteListItem interface with a type alias to the generated InviteListItemDTO and remove the two 'as unknown as InviteListItem' casts + TODO comments. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>