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

@@ -1,6 +1,7 @@
apis/ApiApi.ts
apis/ApiImportOpenDataApi.ts
apis/ApiTokenAuthApi.ts
apis/OpenapiApi.ts
apis/index.ts
index.ts
models/AccessToken.ts
@@ -10,99 +11,103 @@ models/BookmarkletImport.ts
models/BookmarkletImportList.ts
models/ConnectorConfigConfig.ts
models/CookLog.ts
models/CookLogCreatedBy.ts
models/CustomFilter.ts
models/CustomFilterSharedInner.ts
models/DefaultPageEnum.ts
models/ExportLog.ts
models/Food.ts
models/FoodInheritField.ts
models/FoodInheritFieldsInner.ts
models/FoodPropertiesFoodUnit.ts
models/FoodPropertiesInner.ts
models/FoodPropertiesInnerPropertyType.ts
models/FoodRecipe.ts
models/FoodShoppingUpdate.ts
models/FoodSubstituteInner.ts
models/FoodSupermarketCategory.ts
models/FoodSimple.ts
models/Group.ts
models/ImportLog.ts
models/ImportLogKeyword.ts
models/Ingredient.ts
models/IngredientFood.ts
models/InviteLink.ts
models/InviteLinkGroup.ts
models/Keyword.ts
models/ListAutomations200Response.ts
models/ListCookLogs200Response.ts
models/ListCustomFilters200Response.ts
models/ListExportLogs200Response.ts
models/ListFoods200Response.ts
models/ListImportLogs200Response.ts
models/ListIngredients200Response.ts
models/ListKeywords200Response.ts
models/ListRecipes200Response.ts
models/ListSteps200Response.ts
models/ListSupermarketCategoryRelations200Response.ts
models/ListSyncLogs200Response.ts
models/ListUnits200Response.ts
models/ListUserSpaces200Response.ts
models/ListViewLogs200Response.ts
models/KeywordLabel.ts
models/MealPlan.ts
models/MealPlanMealType.ts
models/MealPlanRecipe.ts
models/MealPlanRecipeKeywordsInner.ts
models/MealType.ts
models/OpenDataCategory.ts
models/OpenDataConversion.ts
models/OpenDataConversionFood.ts
models/OpenDataConversionFoodPreferredUnitMetric.ts
models/OpenDataConversionFoodPropertiesFoodUnit.ts
models/OpenDataConversionFoodPropertiesInner.ts
models/OpenDataConversionFoodPropertiesInnerProperty.ts
models/OpenDataFood.ts
models/OpenDataProperty.ts
models/OpenDataStore.ts
models/OpenDataStoreCategoryToStoreInner.ts
models/OpenDataStoreCategoryToStoreInnerCategory.ts
models/OpenDataUnit.ts
models/OpenDataUnitVersion.ts
models/OpenDataVersion.ts
models/MethodEnum.ts
models/NutritionInformation.ts
models/PaginatedAutomationList.ts
models/PaginatedCookLogList.ts
models/PaginatedCustomFilterList.ts
models/PaginatedExportLogList.ts
models/PaginatedFoodList.ts
models/PaginatedImportLogList.ts
models/PaginatedIngredientList.ts
models/PaginatedKeywordList.ts
models/PaginatedRecipeOverviewList.ts
models/PaginatedStepList.ts
models/PaginatedSupermarketCategoryRelationList.ts
models/PaginatedSyncLogList.ts
models/PaginatedUnitList.ts
models/PaginatedUserSpaceList.ts
models/PaginatedViewLogList.ts
models/PatchedAccessToken.ts
models/PatchedAutomation.ts
models/PatchedBookmarkletImport.ts
models/PatchedConnectorConfigConfig.ts
models/PatchedCookLog.ts
models/PatchedCustomFilter.ts
models/PatchedExportLog.ts
models/PatchedFood.ts
models/PatchedImportLog.ts
models/PatchedIngredient.ts
models/PatchedInviteLink.ts
models/PatchedKeyword.ts
models/PatchedMealPlan.ts
models/PatchedMealType.ts
models/PatchedProperty.ts
models/PatchedPropertyType.ts
models/PatchedRecipe.ts
models/PatchedRecipeBook.ts
models/PatchedRecipeBookEntry.ts
models/PatchedShoppingListEntry.ts
models/PatchedShoppingListRecipe.ts
models/PatchedSpace.ts
models/PatchedStep.ts
models/PatchedStorage.ts
models/PatchedSupermarket.ts
models/PatchedSupermarketCategory.ts
models/PatchedSupermarketCategoryRelation.ts
models/PatchedSync.ts
models/PatchedUnit.ts
models/PatchedUnitConversion.ts
models/PatchedUser.ts
models/PatchedUserPreference.ts
models/PatchedUserSpace.ts
models/PatchedViewLog.ts
models/Property.ts
models/PropertyType.ts
models/Recipe.ts
models/RecipeBook.ts
models/RecipeBookEntry.ts
models/RecipeBookFilter.ts
models/RecipeFlat.ts
models/RecipeImage.ts
models/RecipeKeywordsInner.ts
models/RecipeNutrition.ts
models/RecipeOverview.ts
models/RecipeShoppingUpdate.ts
models/RecipeSimple.ts
models/RecipeStepsInner.ts
models/RecipeStepsInnerFile.ts
models/RecipeStepsInnerIngredientsInner.ts
models/ShoppingListEntry.ts
models/ShoppingListEntryBulk.ts
models/ShoppingListEntryRecipeMealplan.ts
models/ShoppingListRecipe.ts
models/Space.ts
models/SpaceNavTextColorEnum.ts
models/SpaceThemeEnum.ts
models/Step.ts
models/Storage.ts
models/Supermarket.ts
models/SupermarketCategory.ts
models/SupermarketCategoryRelation.ts
models/SupermarketCategoryToSupermarketInner.ts
models/SupermarketCategoryToSupermarketInnerCategory.ts
models/Sync.ts
models/SyncLog.ts
models/ThemeEnum.ts
models/TypeEnum.ts
models/Unit.ts
models/UnitConversion.ts
models/UnitConversionBaseUnit.ts
models/User.ts
models/UserFile.ts
models/UserFileView.ts
models/UserPreference.ts
models/UserPreferenceNavTextColorEnum.ts
models/UserSpace.ts
models/ViewLog.ts
models/index.ts