mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-25 11:45:21 -05:00
184 lines
4.6 KiB
Python
184 lines
4.6 KiB
Python
# This file is auto-generated by gen_schema_exports.py
|
|
from .recipe import (
|
|
CreateRecipe,
|
|
CreateRecipeBulk,
|
|
CreateRecipeByUrlBulk,
|
|
Recipe,
|
|
RecipeCategory,
|
|
RecipeCategoryPagination,
|
|
RecipeLastMade,
|
|
RecipePagination,
|
|
RecipeSummary,
|
|
RecipeTag,
|
|
RecipeTagPagination,
|
|
RecipeTool,
|
|
RecipeToolPagination,
|
|
)
|
|
from .recipe_asset import RecipeAsset
|
|
from .recipe_bulk_actions import (
|
|
AssignCategories,
|
|
AssignSettings,
|
|
AssignTags,
|
|
DeleteRecipes,
|
|
ExportBase,
|
|
ExportRecipes,
|
|
ExportTypes,
|
|
)
|
|
from .recipe_category import (
|
|
CategoryBase,
|
|
CategoryIn,
|
|
CategoryOut,
|
|
CategorySave,
|
|
RecipeCategoryResponse,
|
|
RecipeTagResponse,
|
|
TagBase,
|
|
TagIn,
|
|
TagOut,
|
|
TagSave,
|
|
)
|
|
from .recipe_comments import (
|
|
RecipeCommentCreate,
|
|
RecipeCommentOut,
|
|
RecipeCommentPagination,
|
|
RecipeCommentSave,
|
|
RecipeCommentUpdate,
|
|
UserBase,
|
|
)
|
|
from .recipe_image_types import RecipeImageTypes
|
|
from .recipe_ingredient import (
|
|
CreateIngredientFood,
|
|
CreateIngredientFoodAlias,
|
|
CreateIngredientUnit,
|
|
CreateIngredientUnitAlias,
|
|
IngredientConfidence,
|
|
IngredientFood,
|
|
IngredientFoodAlias,
|
|
IngredientFoodPagination,
|
|
IngredientRequest,
|
|
IngredientsRequest,
|
|
IngredientUnit,
|
|
IngredientUnitAlias,
|
|
IngredientUnitPagination,
|
|
MergeFood,
|
|
MergeUnit,
|
|
ParsedIngredient,
|
|
RecipeIngredient,
|
|
RecipeIngredientBase,
|
|
RegisteredParser,
|
|
SaveIngredientFood,
|
|
SaveIngredientUnit,
|
|
UnitFoodBase,
|
|
)
|
|
from .recipe_notes import RecipeNote
|
|
from .recipe_nutrition import Nutrition
|
|
from .recipe_scraper import ScrapeRecipe, ScrapeRecipeBase, ScrapeRecipeData, ScrapeRecipeTest
|
|
from .recipe_settings import RecipeSettings
|
|
from .recipe_share_token import RecipeShareToken, RecipeShareTokenCreate, RecipeShareTokenSave, RecipeShareTokenSummary
|
|
from .recipe_step import IngredientReferences, RecipeStep
|
|
from .recipe_suggestion import RecipeSuggestionQuery, RecipeSuggestionResponse, RecipeSuggestionResponseItem
|
|
from .recipe_timeline_events import (
|
|
RecipeTimelineEventCreate,
|
|
RecipeTimelineEventIn,
|
|
RecipeTimelineEventOut,
|
|
RecipeTimelineEventPagination,
|
|
RecipeTimelineEventUpdate,
|
|
TimelineEventImage,
|
|
TimelineEventType,
|
|
)
|
|
from .recipe_tool import RecipeToolCreate, RecipeToolOut, RecipeToolResponse, RecipeToolSave
|
|
from .request_helpers import RecipeDuplicate, RecipeSlug, SlugResponse, UpdateImageResponse
|
|
|
|
__all__ = [
|
|
"IngredientReferences",
|
|
"RecipeStep",
|
|
"RecipeNote",
|
|
"CategoryBase",
|
|
"CategoryIn",
|
|
"CategoryOut",
|
|
"CategorySave",
|
|
"RecipeCategoryResponse",
|
|
"RecipeTagResponse",
|
|
"TagBase",
|
|
"TagIn",
|
|
"TagOut",
|
|
"TagSave",
|
|
"RecipeAsset",
|
|
"RecipeTimelineEventCreate",
|
|
"RecipeTimelineEventIn",
|
|
"RecipeTimelineEventOut",
|
|
"RecipeTimelineEventPagination",
|
|
"RecipeTimelineEventUpdate",
|
|
"TimelineEventImage",
|
|
"TimelineEventType",
|
|
"RecipeSuggestionQuery",
|
|
"RecipeSuggestionResponse",
|
|
"RecipeSuggestionResponseItem",
|
|
"Nutrition",
|
|
"RecipeShareToken",
|
|
"RecipeShareTokenCreate",
|
|
"RecipeShareTokenSave",
|
|
"RecipeShareTokenSummary",
|
|
"CreateIngredientFood",
|
|
"CreateIngredientFoodAlias",
|
|
"CreateIngredientUnit",
|
|
"CreateIngredientUnitAlias",
|
|
"IngredientConfidence",
|
|
"IngredientFood",
|
|
"IngredientFoodAlias",
|
|
"IngredientFoodPagination",
|
|
"IngredientRequest",
|
|
"IngredientUnit",
|
|
"IngredientUnitAlias",
|
|
"IngredientUnitPagination",
|
|
"IngredientsRequest",
|
|
"MergeFood",
|
|
"MergeUnit",
|
|
"ParsedIngredient",
|
|
"RecipeIngredient",
|
|
"RecipeIngredientBase",
|
|
"RegisteredParser",
|
|
"SaveIngredientFood",
|
|
"SaveIngredientUnit",
|
|
"UnitFoodBase",
|
|
"RecipeCommentCreate",
|
|
"RecipeCommentOut",
|
|
"RecipeCommentPagination",
|
|
"RecipeCommentSave",
|
|
"RecipeCommentUpdate",
|
|
"UserBase",
|
|
"RecipeSettings",
|
|
"CreateRecipe",
|
|
"CreateRecipeBulk",
|
|
"CreateRecipeByUrlBulk",
|
|
"Recipe",
|
|
"RecipeCategory",
|
|
"RecipeCategoryPagination",
|
|
"RecipeLastMade",
|
|
"RecipePagination",
|
|
"RecipeSummary",
|
|
"RecipeTag",
|
|
"RecipeTagPagination",
|
|
"RecipeTool",
|
|
"RecipeToolPagination",
|
|
"ScrapeRecipe",
|
|
"ScrapeRecipeBase",
|
|
"ScrapeRecipeData",
|
|
"ScrapeRecipeTest",
|
|
"AssignCategories",
|
|
"AssignSettings",
|
|
"AssignTags",
|
|
"DeleteRecipes",
|
|
"ExportBase",
|
|
"ExportRecipes",
|
|
"ExportTypes",
|
|
"RecipeToolCreate",
|
|
"RecipeToolOut",
|
|
"RecipeToolResponse",
|
|
"RecipeToolSave",
|
|
"RecipeImageTypes",
|
|
"RecipeDuplicate",
|
|
"RecipeSlug",
|
|
"SlugResponse",
|
|
"UpdateImageResponse",
|
|
]
|