Commit Graph
4 Commits
Author SHA1 Message Date
bmbitwardenandGitHub ec7a19c7fe PM-6796 implemented file reorg (#20648)
* PM-6796 implemented file reorg

* PM-6796 remaining jest files

* PM-6796 resolved failing tests

* PM-6796 resolved readme pr comment

* PM-6796 testEnvironment revert

* PM-6796 resolved project.json nesting

* PM-6796 restored unrelated cipher view files

* PM-6796 pushed test file

* PM-6796 resolved pr comment Type signature mismatch will fail TypeScript compilation.

* PM-6796 reverted unneeded send sdk changes

* PM-6796 resolved test issue

* PM-6796 removed revised service file
2026-06-10 17:29:01 -04:00
264bca0a2e [PM-32686] Add bank account item type (#19302)
* Add devclarity commands

* added doc and skills

* Added cipher type skill

* Refined the cipher type skills a bit

* core models and enum

* Wire BankAccount into cipher container classes

* Add BankAccount icon(incomplete), vault filters, and shared UI components

* Localization keys

* Add BankAccount into web vault UI

* Add BankAccount into browser extension UI

* Add BankAccount into desktop vault UI

* Add BankAccount support to CLI

* copy actions

* Remove .claude/commands files from branch

* Updated to match vault/PM-32687-cipher-type-skill

* update bank account copy options on web

* add copy options for bank account on browser

* update bank account copy fields for both versions of the vault

* update `hasBankAccount` logic to consider all fields

* add PIN and Account Number to protected fields for reprompt service

* update bank account section to have readonly properties

* localize bank account view - account type

* remove duplicate import

* add events for bank account

* migrate form field to use content children to allow for OnPush consumers to update fields

* fix strict typings

* fix failing tests from bank account changes

* display all bank account details for the cli

* add bank icon

* add copy option for iban

* remove bank account from cipher menu

* update bank account implementation based on main

* address local claude feedback

* address the fixme

* local code review changes

* update SDK and fix BankAccount adjacent typings

* make IBAN and SWIFT fields hidden by default

* clean up encrypted string tests

* add IBAN and Swift to protected fields

* fix test

* add BankAccount to cipher-types.md

* remove filtering for cli commands

---------

Co-authored-by: Patrick Honkonen <[email protected]>
Co-authored-by: Nick Krantz <[email protected]>
Co-authored-by: Nick Krantz <[email protected]>
2026-04-28 13:04:34 -05:00
Addison BeckandGitHub 31aa5f4d5b refactor(nx): remove unneeded tsconfig.build.json & adjust nx docs (#16864)
* cleanup: remove unneeded tsconfig.build.json

* cleanup: nx docs
2025-10-14 11:07:23 -04:00
Addison BeckandGitHub ddc840027a build(cli): integrate nx (#16648)
* build(cli): integrate nx

* refactor(project.json): rename "bit" builds to "commercial"

* refactor(webpack.base): implement DEFAULT_PARAMS

* refactor(webpack.base): move DEFAULT_PARAMS out of buildConfig
2025-10-07 09:48:02 -04:00