From 6dacd44f1f4d4e857251d60e00002b69ecec2497 Mon Sep 17 00:00:00 2001 From: smilerz Date: Tue, 12 Sep 2023 09:53:59 -0500 Subject: [PATCH] regenerate openapi --- vue/src/utils/openapi/api.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vue/src/utils/openapi/api.ts b/vue/src/utils/openapi/api.ts index 2aab7e3c..9c2aff23 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}