1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

[PM-14416] Risk Insights - Initial security task service (#12446)

* [PM-14416] Add initial SecurityTask models and enums

* [PM-14416] Add support for PATCH request method and 204 No Content response

* [PM-14416] Add initial task service abstraction

* [PM-14416] Add SecurityTask state/key definitions

* [PM-14416] Add DefaultTaskService implementation

* [PM-14416] Add DefaultTaskService tests

* [PM-14416] Add better null checking to new models

* [PM-14416] Improve null value filtering for task service
This commit is contained in:
Shane Melton
2025-01-21 09:50:50 -08:00
committed by GitHub
parent 1b9f546139
commit 5e1d5bad07
18 changed files with 574 additions and 5 deletions

View File

@@ -0,0 +1 @@
export * from "./security-task";