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:
1
libs/vault/src/tasks/models/index.ts
Normal file
1
libs/vault/src/tasks/models/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./security-task";
|
||||
Reference in New Issue
Block a user