feat: Add bulk delete and merge functionality for inventory items with DTOs and API endpoints
Test Suite / test (24.15.0) (push) Has been cancelled
Test Suite / test (24.15.0) (push) Has been cancelled
This commit is contained in:
@@ -59,6 +59,8 @@ class RecipeApiPaths {
|
||||
|
||||
class InventoryApiPaths {
|
||||
static const list = '/inventory';
|
||||
static const mergeMany = '/inventory/merge-many';
|
||||
static const bulkDelete = '/inventory/bulk-delete';
|
||||
static String update(int id) => '/inventory/$id';
|
||||
static String remove(int id) => '/inventory/$id';
|
||||
static String moveToPantry(int id) => '/inventory/$id/move-to-pantry';
|
||||
|
||||
Reference in New Issue
Block a user