mirror of
https://github.com/bitwarden/browser
synced 2026-02-04 02:33:33 +00:00
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>
Bitwarden Licensed Code
All source code under this directory is licensed under the Bitwarden License Agreement.