Skip to content

Commit 6dacd44

Browse files
committed
regenerate openapi
1 parent 1b97472 commit 6dacd44

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

vue/src/utils/openapi/api.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,10 @@ export enum AutomationTypeEnum {
168168
DescriptionReplace = 'DESCRIPTION_REPLACE',
169169
InstructionReplace = 'INSTRUCTION_REPLACE',
170170
NeverUnit = 'NEVER_UNIT',
171-
TransposeWords = 'TRANSPOSE_WORDS'
171+
TransposeWords = 'TRANSPOSE_WORDS',
172+
FoodReplace = 'FOOD_REPLACE',
173+
UnitReplace = 'UNIT_REPLACE',
174+
NameReplace = 'NAME_REPLACE'
172175
}
173176

174177
/**
@@ -1818,7 +1821,7 @@ export interface MealPlan {
18181821
* @type {string}
18191822
* @memberof MealPlan
18201823
*/
1821-
to_date?: string | null;
1824+
to_date: string;
18221825
/**
18231826
*
18241827
* @type {MealPlanMealType}

0 commit comments

Comments
 (0)