chore: sync GovOPlaN module split state

This commit is contained in:
2026-07-10 12:51:21 +02:00
parent 18e6c3eb9b
commit 13fd7fc3bd
50 changed files with 12678 additions and 1109 deletions

View File

@@ -51,7 +51,7 @@ from govoplan_files.backend.storage.folders import (
soft_delete_folder,
)
from govoplan_files.backend.storage.search import match_assets, resolve_patterns
from govoplan_files.backend.storage.transfers import build_rename_preview, rename_selection, transfer_selection
from govoplan_files.backend.storage.transfers import build_rename_preview, legacy_rename_selection_without_owner_context, rename_selection, transfer_selection
__all__ = [
"FileConflictResolution",
@@ -76,6 +76,7 @@ __all__ = [
"match_assets",
"read_asset_bytes",
"record_campaign_attachment_uses_for_job",
"legacy_rename_selection_without_owner_context",
"rename_asset",
"rename_selection",
"resolve_patterns",