added categorisation and user id

This commit is contained in:
bolade
2025-08-07 09:46:04 +01:00
parent 9698e2fcaf
commit 55ffc52339
3 changed files with 320 additions and 7 deletions
+5 -1
View File
@@ -1,6 +1,5 @@
from datetime import datetime
from typing import List, Optional
from pydantic import BaseModel
@@ -136,3 +135,8 @@ class DepreciationResponse(BaseModel):
total_depreciation: Optional[float] = None
success: bool
error: Optional[str] = None
class MatchSpecificRequest(BaseModel):
file_ids: List[str]
categorization_id: str