We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b97472 commit 6dacd44Copy full SHA for 6dacd44
vue/src/utils/openapi/api.ts
@@ -168,7 +168,10 @@ export enum AutomationTypeEnum {
168
DescriptionReplace = 'DESCRIPTION_REPLACE',
169
InstructionReplace = 'INSTRUCTION_REPLACE',
170
NeverUnit = 'NEVER_UNIT',
171
- TransposeWords = 'TRANSPOSE_WORDS'
+ TransposeWords = 'TRANSPOSE_WORDS',
172
+ FoodReplace = 'FOOD_REPLACE',
173
+ UnitReplace = 'UNIT_REPLACE',
174
+ NameReplace = 'NAME_REPLACE'
175
}
176
177
/**
@@ -1818,7 +1821,7 @@ export interface MealPlan {
1818
1821
* @type {string}
1819
1822
* @memberof MealPlan
1820
1823
*/
- to_date?: string | null;
1824
+ to_date: string;
1825
1826
*
1827
* @type {MealPlanMealType}
0 commit comments