aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/fileset_types.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/sandcrawler/fileset_types.py')
-rw-r--r--python/sandcrawler/fileset_types.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/python/sandcrawler/fileset_types.py b/python/sandcrawler/fileset_types.py
index 037843e..d7e9d6d 100644
--- a/python/sandcrawler/fileset_types.py
+++ b/python/sandcrawler/fileset_types.py
@@ -43,11 +43,9 @@ class ArchiveStrategyResult(BaseModel):
status: str
manifest: List[FilesetManifestFile]
file_file_meta: Optional[Dict[str, Any]]
- file_terminal: Optional[Dict[str, Any]]
- file_cdx: Optional[Dict[str, Any]]
+ file_resource: Optional[Any]
bundle_file_meta: Optional[Dict[str, Any]]
- bundle_terminal: Optional[Any]
- bundle_cdx: Optional[Any]
+ bundle_resource: Optional[Any]
bundle_archiveorg_path: Optional[str]
class PlatformScopeError(Exception):