mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-05 07:23:12 -05:00
feat: Change Recipe Owner (#4355)
Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
This commit is contained in:
@@ -138,6 +138,11 @@ class EventRecipeData(EventDocumentDataBase):
|
||||
recipe_slug: str
|
||||
|
||||
|
||||
class EventRecipeBulkData(EventDocumentDataBase):
|
||||
document_type: EventDocumentType = EventDocumentType.recipe
|
||||
recipe_slugs: list[str]
|
||||
|
||||
|
||||
class EventRecipeBulkReportData(EventDocumentDataBase):
|
||||
document_type: EventDocumentType = EventDocumentType.recipe_bulk_report
|
||||
report_id: UUID4
|
||||
|
||||
Reference in New Issue
Block a user