1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 19:53:59 +00:00
Files
browser/bitwarden_license/bit-common
Claude 293a2e131d Critical: Fix type definition mismatch for newApplications field
Make newApplications optional in OrganizationReportSummary type definition
to match the validation logic. This resolves the type safety violation where
compile-time type checking required the field but runtime validation treated
it as optional.

The field is optional because legacy encrypted data predates this field's
introduction, and making it required would break decryption of existing data.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-30 05:18:31 +00:00
..