diff --git a/vue/src/utils/openapi/api.ts b/vue/src/utils/openapi/api.ts index 2aab7e3c1..9c2aff23e 100644 --- a/vue/src/utils/openapi/api.ts +++ b/vue/src/utils/openapi/api.ts @@ -168,7 +168,10 @@ export enum AutomationTypeEnum { DescriptionReplace = 'DESCRIPTION_REPLACE', InstructionReplace = 'INSTRUCTION_REPLACE', NeverUnit = 'NEVER_UNIT', - TransposeWords = 'TRANSPOSE_WORDS' + TransposeWords = 'TRANSPOSE_WORDS', + FoodReplace = 'FOOD_REPLACE', + UnitReplace = 'UNIT_REPLACE', + NameReplace = 'NAME_REPLACE' } /** @@ -1818,7 +1821,7 @@ export interface MealPlan { * @type {string} * @memberof MealPlan */ - to_date?: string | null; + to_date: string; /** * * @type {MealPlanMealType}