added more informations in the slot summary
This commit is contained in:
@ -289,6 +289,9 @@ class SlotSchema(BaseModel):
|
||||
time_until_refill: Optional[int]
|
||||
at_beamline: Optional[bool]
|
||||
beamlineLocation: Optional[str]
|
||||
shipment_name: Optional[str]
|
||||
contact_person: Optional[str]
|
||||
local_contact: Optional[str]
|
||||
|
||||
class Config:
|
||||
from_attributes = True
|
Reference in New Issue
Block a user