1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 17:16:59 -05:00

working search with flat endpoint

This commit is contained in:
vabene1111
2024-02-29 20:08:37 +01:00
parent e47bdd043e
commit 1cac34d2a0
143 changed files with 18623 additions and 9992 deletions

View File

@@ -7,98 +7,102 @@ export * from './BookmarkletImport';
export * from './BookmarkletImportList';
export * from './ConnectorConfigConfig';
export * from './CookLog';
export * from './CookLogCreatedBy';
export * from './CustomFilter';
export * from './CustomFilterSharedInner';
export * from './DefaultPageEnum';
export * from './ExportLog';
export * from './Food';
export * from './FoodInheritField';
export * from './FoodInheritFieldsInner';
export * from './FoodPropertiesFoodUnit';
export * from './FoodPropertiesInner';
export * from './FoodPropertiesInnerPropertyType';
export * from './FoodRecipe';
export * from './FoodShoppingUpdate';
export * from './FoodSubstituteInner';
export * from './FoodSupermarketCategory';
export * from './FoodSimple';
export * from './Group';
export * from './ImportLog';
export * from './ImportLogKeyword';
export * from './Ingredient';
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';
export * from './ListIngredients200Response';
export * from './ListKeywords200Response';
export * from './ListRecipes200Response';
export * from './ListSteps200Response';
export * from './ListSupermarketCategoryRelations200Response';
export * from './ListSyncLogs200Response';
export * from './ListUnits200Response';
export * from './ListUserSpaces200Response';
export * from './ListViewLogs200Response';
export * from './KeywordLabel';
export * from './MealPlan';
export * from './MealPlanMealType';
export * from './MealPlanRecipe';
export * from './MealPlanRecipeKeywordsInner';
export * from './MealType';
export * from './OpenDataCategory';
export * from './OpenDataConversion';
export * from './OpenDataConversionFood';
export * from './OpenDataConversionFoodPreferredUnitMetric';
export * from './OpenDataConversionFoodPropertiesFoodUnit';
export * from './OpenDataConversionFoodPropertiesInner';
export * from './OpenDataConversionFoodPropertiesInnerProperty';
export * from './OpenDataFood';
export * from './OpenDataProperty';
export * from './OpenDataStore';
export * from './OpenDataStoreCategoryToStoreInner';
export * from './OpenDataStoreCategoryToStoreInnerCategory';
export * from './OpenDataUnit';
export * from './OpenDataUnitVersion';
export * from './OpenDataVersion';
export * from './MethodEnum';
export * from './NutritionInformation';
export * from './PaginatedAutomationList';
export * from './PaginatedCookLogList';
export * from './PaginatedCustomFilterList';
export * from './PaginatedExportLogList';
export * from './PaginatedFoodList';
export * from './PaginatedImportLogList';
export * from './PaginatedIngredientList';
export * from './PaginatedKeywordList';
export * from './PaginatedRecipeOverviewList';
export * from './PaginatedStepList';
export * from './PaginatedSupermarketCategoryRelationList';
export * from './PaginatedSyncLogList';
export * from './PaginatedUnitList';
export * from './PaginatedUserSpaceList';
export * from './PaginatedViewLogList';
export * from './PatchedAccessToken';
export * from './PatchedAutomation';
export * from './PatchedBookmarkletImport';
export * from './PatchedConnectorConfigConfig';
export * from './PatchedCookLog';
export * from './PatchedCustomFilter';
export * from './PatchedExportLog';
export * from './PatchedFood';
export * from './PatchedImportLog';
export * from './PatchedIngredient';
export * from './PatchedInviteLink';
export * from './PatchedKeyword';
export * from './PatchedMealPlan';
export * from './PatchedMealType';
export * from './PatchedProperty';
export * from './PatchedPropertyType';
export * from './PatchedRecipe';
export * from './PatchedRecipeBook';
export * from './PatchedRecipeBookEntry';
export * from './PatchedShoppingListEntry';
export * from './PatchedShoppingListRecipe';
export * from './PatchedSpace';
export * from './PatchedStep';
export * from './PatchedStorage';
export * from './PatchedSupermarket';
export * from './PatchedSupermarketCategory';
export * from './PatchedSupermarketCategoryRelation';
export * from './PatchedSync';
export * from './PatchedUnit';
export * from './PatchedUnitConversion';
export * from './PatchedUser';
export * from './PatchedUserPreference';
export * from './PatchedUserSpace';
export * from './PatchedViewLog';
export * from './Property';
export * from './PropertyType';
export * from './Recipe';
export * from './RecipeBook';
export * from './RecipeBookEntry';
export * from './RecipeBookFilter';
export * from './RecipeFlat';
export * from './RecipeImage';
export * from './RecipeKeywordsInner';
export * from './RecipeNutrition';
export * from './RecipeOverview';
export * from './RecipeShoppingUpdate';
export * from './RecipeSimple';
export * from './RecipeStepsInner';
export * from './RecipeStepsInnerFile';
export * from './RecipeStepsInnerIngredientsInner';
export * from './ShoppingListEntry';
export * from './ShoppingListEntryBulk';
export * from './ShoppingListEntryRecipeMealplan';
export * from './ShoppingListRecipe';
export * from './Space';
export * from './SpaceNavTextColorEnum';
export * from './SpaceThemeEnum';
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 './ThemeEnum';
export * from './TypeEnum';
export * from './Unit';
export * from './UnitConversion';
export * from './UnitConversionBaseUnit';
export * from './User';
export * from './UserFile';
export * from './UserFileView';
export * from './UserPreference';
export * from './UserPreferenceNavTextColorEnum';
export * from './UserSpace';
export * from './ViewLog';