1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 09:07:12 -05:00

search tweaking

This commit is contained in:
vabene1111
2024-02-28 21:18:45 +01:00
parent c0c26a5a20
commit 963273853f
17 changed files with 1023 additions and 766 deletions

View File

@@ -5,6 +5,7 @@ export * from './AuthToken';
export * from './Automation';
export * from './BookmarkletImport';
export * from './BookmarkletImportList';
export * from './ConnectorConfigConfig';
export * from './CookLog';
export * from './CookLogCreatedBy';
export * from './CustomFilter';
@@ -28,7 +29,9 @@ export * from './IngredientFood';
export * from './InviteLink';
export * from './InviteLinkGroup';
export * from './Keyword';
export * from './ListAutomations200Response';
export * from './ListCookLogs200Response';
export * from './ListCustomFilters200Response';
export * from './ListExportLogs200Response';
export * from './ListFoods200Response';
export * from './ListImportLogs200Response';
@@ -67,6 +70,7 @@ export * from './Recipe';
export * from './RecipeBook';
export * from './RecipeBookEntry';
export * from './RecipeBookFilter';
export * from './RecipeFlat';
export * from './RecipeImage';
export * from './RecipeKeywordsInner';
export * from './RecipeNutrition';
@@ -76,22 +80,18 @@ export * from './RecipeSimple';
export * from './RecipeStepsInner';
export * from './RecipeStepsInnerFile';
export * from './RecipeStepsInnerIngredientsInner';
export * from './ShoppingList';
export * from './ShoppingListEntriesInner';
export * from './ShoppingListEntriesInnerRecipeMealplan';
export * from './ShoppingListEntry';
export * from './ShoppingListEntryBulk';
export * from './ShoppingListEntryRecipeMealplan';
export * from './ShoppingListRecipe';
export * from './ShoppingListRecipesInner';
export * from './ShoppingListSupermarket';
export * from './ShoppingListSupermarketCategoryToSupermarketInner';
export * from './ShoppingListSupermarketCategoryToSupermarketInnerCategory';
export * from './Space';
export * from './Step';
export * from './Storage';
export * from './Supermarket';
export * from './SupermarketCategory';
export * from './SupermarketCategoryRelation';
export * from './SupermarketCategoryToSupermarketInner';
export * from './SupermarketCategoryToSupermarketInnerCategory';
export * from './Sync';
export * from './SyncLog';
export * from './Unit';