1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-14417] Create admin TaskService (#12891)

* [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

* initial commit, added absract file and implementation file

* Added abstract method and implemented bulk create method

* Implemented get all api

* created spec file

* Fixed references

* Added exports

* Added tests

* fixed suggestions

* fixed test

---------

Co-authored-by: Shane Melton <smelton@bitwarden.com>
This commit is contained in:
SmithThe4th
2025-02-03 16:20:48 -05:00
committed by GitHub
parent 3c01abcdfd
commit 101cd940e9
4 changed files with 149 additions and 0 deletions

View File

@@ -1 +1,3 @@
export * from "./security-task";
export * from "./security-task.data";
export * from "./security-task.response";