feat(routines): add minimize_products option for batch suggestions
This commit is contained in:
parent
40f9a353bb
commit
609995732b
4 changed files with 26 additions and 4 deletions
|
|
@ -150,6 +150,7 @@ export const suggestBatch = (body: {
|
|||
to_date: string;
|
||||
notes?: string;
|
||||
include_minoxidil_beard?: boolean;
|
||||
minimize_products?: boolean;
|
||||
}): Promise<BatchSuggestion> => api.post('/routines/suggest-batch', body);
|
||||
|
||||
export const getGroomingSchedule = (): Promise<GroomingSchedule[]> =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue