regenerate openapi

This commit is contained in:
smilerz 2023-09-12 09:53:59 -05:00
parent 1b97472368
commit 6dacd44f1f
No known key found for this signature in database
GPG Key ID: 39444C7606D47126

View File

@ -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}