Working on membership stuff
This commit is contained in:
@@ -16,11 +16,11 @@ class Hosted_File_Base(BaseModel):
|
||||
|
||||
id_random: Optional[str] = Field(
|
||||
**base_fields['hosted_file_id_random'],
|
||||
alias='hosted_file_id_random',
|
||||
default_factory=lambda:secrets.token_urlsafe(default_num_bytes),
|
||||
alias = 'hosted_file_id_random',
|
||||
default_factory = lambda:secrets.token_urlsafe(default_num_bytes),
|
||||
)
|
||||
id: Optional[int] = Field(
|
||||
#alias='hosted_file_id'
|
||||
#alias = 'hosted_file_id'
|
||||
)
|
||||
account_id_random: Optional[str]
|
||||
account_id: Optional[int]
|
||||
|
||||
Reference in New Issue
Block a user