Work on event launcher and related
This commit is contained in:
@@ -79,6 +79,9 @@ class Event_File_Base(BaseModel):
|
||||
|
||||
# Including convenience data
|
||||
# This is only for convenience. Probably going to keep unless it causes a problem.
|
||||
hosted_file_hash_sha256: Optional[str] = Field(
|
||||
alias = 'hash_sha256'
|
||||
)
|
||||
hosted_file_size: Optional[str] = Field(
|
||||
alias = 'file_size'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user