feat: add isPrivate field to Product model and implement private product creation and retrieval
This commit is contained in:
@@ -4,6 +4,8 @@ class AuthApiPaths {
|
||||
|
||||
class ProductApiPaths {
|
||||
static const list = '/products';
|
||||
static const mine = '/products/mine';
|
||||
static const createPrivate = '/products/private';
|
||||
static const pending = '/products/pending';
|
||||
static const aiCategorizeBulk = '/products/ai-categorize-bulk';
|
||||
static const deleted = '/products/deleted';
|
||||
|
||||
Reference in New Issue
Block a user