Work on event launcher and related

This commit is contained in:
Scott Idem
2021-10-22 04:07:41 -04:00
parent bde6ec1a2b
commit 661e9ca417
10 changed files with 53 additions and 23 deletions

View File

@@ -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'
)