added categorisation and user id
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user